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.
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?
For each of the following statements, select Yes if the statement is true.
Which two steps should you take to relate the two bugs?
You are triaging the bug summary reports and review two bugs named Bug ID 1 and Bug ID
2.
Bug ID 1 and Bug ID 2 are identical.
Which two steps should you take to relate the two bugs? (Choose two-)