Which testing technique is used to evaluate the performance of a database under heavy loads?

  • Boundary Testing
  • Regression Testing
  • Stress Testing
  • Unit Testing
Stress Testing evaluates the performance of a system under extreme conditions, such as heavy loads, to ensure its stability and reliability. In database testing, stress testing helps identify performance bottlenecks and assesses how well the database handles large volumes of data and concurrent user requests.
Add your answer
Loading...

Leave a comment

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