A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis?
A. 5, 6, 20
B. 4, 5, 80.
C. 4, 5, 99.
D. 1, 20, 100.
Which of the following activities should be performed during the selection and implementation of a testing tool? i) Investigate the organisation test process.
i) Investigate the organisation's test process.
ii) Conduct a proof of concept.
iii) Implement the selected tool on a project behind schedule to save time.
iv) Identify coaching and mentoring requirements for the use of the selected tool.
A. i, ii, iii.
B. ii, iii, iv.
C. i, iii, iv.
D. i, ii, iv.
Which type of test design techniques does the following statement best describe aprocedure to derive test cases based on the specification of a component.
A. Black Box Techniques.
B. White Box Techniques.
C. Glass Box Techniques.
D. Experience Based Techniques.
Which of the following types of defects is use case testing MOST LIKELY to uncover?
i) Defects in the process flows during real-world use of the system.
ii) Defects in the interface parameters in integration testing.
iii) Integration defects caused by the interaction and interference of different components.
iv) Defects in the system as it transitions between one state and another.
A. ii, iii.
B. i, iii.
C. iii, iv.
D. i, ii
The above diagram represents the following paths through the code.
A. vwy
B. vwz
C. vxy
D. vxz
What is the MINIMUM combination of paths required to provide full statement coverage?
A. A
B. ABD
C. ABCD
D. ACD
Which of the following is correct?
A. Impact analysis assesses the effect on the system of a defect found in regression testing.
B. Impact analysis assesses the effect of a new person joining the regression test team.
C. Impact analysis assesses whether or not a defect found in regression testing has been fixed correctly.
D. Impact analysis assesses the effect of a change to the system to determine how much regression testing to do.
Given the following state transition diagram
Which of the following series of state transitions contains an INVALID transition which may indicate a fault in the system design?
A. Login Browse Basket Checkout Basket Checkout Pay Logout.
B. Login Browse Basket Checkout Pay Logout.
C. Login Browse Basket Checkout Basket Logout.
D. Login Browse Basket Browse Basket Checkout Pay Logout.
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code.
if width > length then biggest_dimension = width else biggest_dimension = length end_if The following has been added to the bottom of the code fragment above. print "Biggest dimension is " and biggest_dimension print "Width: " and width print "Length: " and length How many more test cases are required?
A. One more test case will be required for 100 % decision coverage.
B. Two more test cases will be required for 100 % statement coverage, one of which will be used to provide 100% decision coverage.
C. None, existing test cases can be used.
D. One more test case will be required for 100% statement coverage.
Which activity in the fundamental test process creates test suites for efficient test execution?
A. Implementation and execution.
B. Planning and control.
C. Analysis and design.
D. Test closure.
Which of the following is a purpose of the review lanning phase?
A. Log defects.
B. Explain the documents to the participants.
C. Gather metrics.
D. Allocate the individual roles.