You are examining a document which gives the precise steps needed in order to execute a test.
What is the correct definition of this document?
Which of the following statements describes regression testing?
I. Retesting of a fixed defect
II Testing of an already tested program
III. Testing of new functionality in a program
IV. Regression testing applies only to functional testing
V Tests that do not have to be repeatable. because they are only used once
Considering the following pseudo-code, calculate the MINIMUM number of test cases required to achieve 100% statement coverage and 100% decision coverage.
Which of the following statements about estimation of the test effort is WRONG?
You have been asked to improve the way test automation tools are being used in your company.
Which one of the following is the BEST approach?
The following Test Cases have been created for a simple web-based airline booking system.
Test Case 1: Search for an item Available Flights
Test Case 2: View selected item in My Flights
Test Case 3: Login to the system: Login is accepted
Test Case 4: Select an available flight: item added to My Flights
Test Case 5: Print confirmation receipt, then exit
Test Case 6: In My Flights, confirm details and book flight
Which of the following is the correct logical order for the test cases?
Which one of the following would you typically expect to find in a test completion report for a test level?
Which of the following would be a good test technique to use when under severe time pressure?