What is one potential benefit of using a test automation tool?
Answer : B
Which of the following is a benefit of early stakeholder feedback?
Answer : C
Which of the following is a good testing practice that applies regardless of the specific software development lifecycle being used?
Answer : C
In an Agile development model, the completion of testing or “done” is defined by which of the following?
Answer : C
You are testing web application software that allows a person to use their travel points to make flight and hotel reservations.
When the user logs into the software (username/password) they are presented with a set of options. From that set of options, they can pick the following:
1. View points balance
2. Make flight reservation
3. Make hotel reservation
From the login page, they can log in successfully or might fail and need to try again. Once they login successfully they can go to either the view points, flight reservation or hotel reservation page.
Which of the following is the correct list of the transitions (a transition is shown as >) that should be tested, assuming that the test ends when a reservation state is reached.
Answer : C