What are the types of performance testing Flashcards
What are the types of performance testing
- Load testing
- Stress testing
- Performance tests
What is integrational testing
How pieces of different software integrate together
What is smoke testing
Testing critical functionalities
Sanity testing
where we validate newly designed code
A quick round of testing that confirms a new
functionality or bug fix did not break the existing
functionalities.
user acceptance testing
we usually run when we are done with the smoke testing
Tests performed by end users or stakeholders
to validate whether the software meets their
requirements and is ready for release.
What is load testing
Checking the performance of the system under certain load
What is the most popular Tool for Performance testing
Apache
JMeter
What is Apache JMeter
Its a Java software platform to test functional behavior and measure performance
What is the primary purporse of performance testing
To validate stability, scalability and speed of a software app under specific work loads