Consider a scenario where there's limited documentation available for the software, and you have a short time for testing. Which technique might be most beneficial in this situation?

  • Boundary Value Analysis
  • Equivalence Partitioning
  • Exploratory Testing
  • Regression Testing
Exploratory Testing is an approach where testers actively explore the application and, based on their findings, design and execute tests. It's particularly useful in scenarios with limited documentation, as it allows testers to quickly identify and focus on potential problem areas.
Add your answer
Loading...

Leave a comment

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