Sunday, August 5, 2018

Performance Testing Overview


Before starting to understand about  Performance Test life cycle  we  need to understand  What is Performance Testing 

What is Performance Testing 

This is non functional testing basically performed to analyse and determine performance of application under heavy load. Performance testing measure quality attribute  of the system such as scalability , reliability and resource usagehere.

What are the Performance Testing Techniques 

Load Testing:-Performed to understand analyse performance of application under heavy load. 

Stress Testing:-  This is basically performed to measure upper limit of application.

Endurance Testing:- Performed to measure system behavior under continuous load

Spike Testing:- performed by increasing the number of users suddenly by a very large amount and measuring the performance of the system.


Performance Testing Lifecycle. 




Related Posts:

  • How to pass variable data in JMETER request How to pass variable data in JMETER request How to use CSV data set config in Jmeter for passing varible data in JSON request  To create real-time scenario we need to pass variable data in request. For this we can… Read More
  • Understanding JMETER Listeners Understanding Listeners in JEMTER  :-  Listener displays particulars of sampler requests and responses, and can display basic HTML and XML representations of the response. Other listeners deliver summary or a… Read More
  • API performance testing using JMETER  API performance testing using JMETER In this article we are going to learn about How to use step by step JMETER for API Load and Performance testing . Basic information and details about JMETER and what is web… Read More
  • Parsing JSON response and Saving it in CSV  To parse JSON response we need to use JSON Extractor and Bean Shell Post Process (Here we need some do coding) Add JSON Extractor & Bean Shell post processor to thread group Right click on Thread Group> Add>… Read More
  • JMETER Tutorial Course Content JMeter Download JMeter Overview JMeter  Enviornment JMeter  Build test plan JMETER -Understanding Thread Group Understanding Listeners in JEMTER API performance testing using JMETER How to pass variable data… Read More

0 comments:

Post a Comment

Popular Posts