What is Stress testing in software testing?




What is Stress testing in software testing?


  • It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results.
  • It is a form of software testingthat is used to determine the stability of a given system.
  • It  put  greater emphasis on robustness, availability, and error handling under a heavy load, rather than on what would be considered correct behavior under normal circumstances.
  • The goals of such tests may be to ensure the software does not crash in conditions of insufficient computational resources (such as memory or disk space).

Comments

Popular posts from this blog

Compare a range of Hardware and Software Troubleshooting Tools

What is System testing

What is Boundary value analysis in software testing?