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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *