If you are working on a project that is constrained by time and budget, which is pressuring testing to be done quickly. How should the test approach be adjusted?

Opções de Resposta

A.Develop detailed test cases to reduce the test automation effort
B.Use techniques such as exploratory and checklist testing to spend less time on test case development
C.Ensure that your testing starts only after the developers have completed integration tests
D.Develop end-to-end test automation before performing manual testing so the automation can be used sooner

Resposta Correta

B: Use techniques such as exploratory and checklist testing to spend less time on test case development

Explicação

B is correct. These techniques will help adjust to the project context where there is pressure to test quickly. These are lightweight approaches that require less time preparing documentation and allow test execution to start sooner. A is not correct because developing detailed test cases will take significant time. C is not correct because starting testing earlier would be helpful, not later. D is not correct because this will be problematic automation and the automators will be slowed down by the failures that would have been found in manual testing.

Mais Questões desta Prova