Update
Which would be the most likely set of values (km/h) identified by applying the boundary value
analysis, where only the values of the boundaries on the equivalence classes are selected?
a) 0, 49, 50, 54, 59, 60
b) 50, 55, 60
c) 49, 50, 54, 55, 60, 62
d) 50, 51, 55, 56, 60, 61 D
a company's employees are paid bonuses if they work more than a year in the company and
achieve a Target which is individually agreed before.
These facts can be shown in a decision table:
1 Empl > 1 year? YES NO NO YES
2 Agreed target? NO NO YES YES
3 Achieved target? NO NO YES YES
Result Bonus? NO NO NO YES
which of the following test cases represent a situation that can happen in real life and is missing
in the above decision table?
a) 1 YES 2 NO 3 YES 4 NO
b) 1 YES 2 YES NO YES
c) 1 NO 2 NO 3 YES 4 NO
d) 1 NO 2 YES 3 NO 4 NO D
Diagram 28 B
, A video application has the following requirement: The application shall allow playing a video
on the following display resolution
1. 640x480
2. 1280x720
3. 1600x1200
4. 1920x1080
which of the following list of test cases is the result of applying the equivalence partitioning test
technique to test this requirement?
a) verify that the application can play a video on display of size 1920x1080 (1 test case)
b) verify that the application can play video on the display of size 60x480 and 1920 x 1080 (two
test cases)
c) verify that the application can play a video on each of the display sizes in the requirement (4
test cases)
d) verify that the application can play a video on any one of the display sizes in the requirement
(1 test case) C
which of the following statements BEST describes how tasks are divided between the test
manager and the tester?
a) the task manager plans testing activities and chooses the standards to be followed while the
tester chooses the tools and sets the tools usage guidelines
b) the test manager plans coordinates and controls the testing activities while the tests are
automates the tests
c) the test manager plans monitors and controls the testing activities while the tests are designs
tests and decides on the release of the test object
d) the test manager plans and organizes the testing and specifies the test cases while the tester
executes the tests B
which of the following metrics would be most useful to monitor during test execution?