Match the testing technique to the logical number of functions it can test.
DRAG DROP
Match the testing technique to the logical number of functions it can test. To answer, drag
the appropriate testing technique from the column on the left to the logical number of
functions tested on the right. Each technique may be used once, more than once, or not at
all. Each correct match is worth one point.
Which exception must be thrown in order for the test case to pass?
How many conditions must you test?
A system has the following requirements:
If the order total is equal to or more than S50 and less than or equal to S100, then a 2
percent discount is applied.
If the order total is more than $100 and less than or equal to S200, then a 5 percent discount
is applied.
If the order total is more than $200, then a 10 percent discount is applied.
How many conditions must you test?
Which three statements are characteristics of a good unit test?
Which three statements are characteristics of a good unit test? (Choose three.)
You test an application by using Coded UI Tests.
Match each test with its definition.
For each of the following statements, select Yes if the statement is true.
Which item most accurately reports the results of this test step?
You are performing a step in a test case.
The test case has the following specifications:
A return value of Supervisor
A response time of less than 5 seconds
When you perform the step, the return value is Supervisor, and the response time is 10
seconds.
Which item most accurately reports the results of this test step?











