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?
Các đáp án
Đáp án đúng
B: Use techniques such as exploratory and checklist testing to spend less time on test case development
Giải thích
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.