You are working on a project with tight deadlines, and there is limited time for testing. How would you prioritize testing activities to ensure the quality of the application without compromising the timeline?
- ) Prioritize Functional Testing and skip Performance Testing
- b) Reduce test coverage and focus on critical paths
- c) Extend the project timeline to accommodate comprehensive testing
- d) Skip testing and rely on post-release bug fixes
When facing tight deadlines, it's advisable to reduce test coverage and focus on critical paths (Option b). Skipping testing (Option d) is not a recommended practice as it can lead to significant post-release issues. Extending the timeline (Option c) may not be feasible, and prioritizing Functional Testing while skipping Performance Testing (Option a) can leave performance issues unaddressed.
Loading...
Related Quiz
- Which type of testing focuses on verifying the functionality of individual components in isolation?
- What is the main difference between SQL and NoSQL databases regarding data structure?
- Which of the following is the primary role of middleware in Express.js?
- The else if statement is used in JavaScript for ________.
- Which method is used to attach a listener to an event in the Events module of Node.js?