Where may functional testing be performed?
B
Given the following fragment of code, how many tests are required for 100% decision coverage?
If width > lenth then
Biggest_diension = width
If height > width then
biggest_dimension = height
end_if
else
Biggest_diension = length
If height>length
Then
Biggest_dimension = height
End_if
End_if
B
As part of which test process do you determine the exit criteria?
A
Which of the following defines the expected results of a test?
A
Given the following decision table:
Which of the following test cases and expected results is VALID?
A
For which of the following would a static analysis tool be MOST useful?
D
Exhibit:
Match the terms and statements being displaced in the exhibit.
A
Exhibit:
Which of the activities in the exhibit should be performed during the selection and implementation
of a testing tool?
D
Exhibit:
Please refer to the exhibit. From a Testing perspective, what are the MAIN purposes of Configuration
Management?
C
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?
C