Skip to main content
Blog

Basics of Performance Testing

img
featured image
Posted on Oct 06, 2015
by Administrator

Basics of Performance Testing

In software engineering, Performance Testing is an umbrella term for various linked concepts. It is performed to determine the behavior of the system under the expected as well as unexpected workloads. It is categorized as non functional testing as Performance is usually one of the NFRs (Non Functional Requirements). One can pinpoint the performance bottlenecks by means of Performance testing.

Common Types of Performance Tests are as follows,

  1. Load Testing: This is performed to check ability of an application to perform under the normal and expected load conditions.

  2. Stress Testing: This involves increasing the load on application in steps until we are able to find the breaking point of the application. This is to check the behavior of the application under the unexpected load condition.

  3. Endurance / Soak Testing: This is performed to check the performance of the application under the expected load over a long period of time.

  4. Spike Testing: This simulates scenarios when there are dramatic increases in the load for very short duration of time intermittently (known as spikes).

  5. Volume Testing: This means populating a lot of data for the back-ends like databases or big data systems and then monitoring the behavior of the system.

  6. Availability Testing: The objective of this testing is to check the “scaling up” of the system in terms of additional users. This is very useful in Capacity Planning.

In next blog post, we will discuss common performance bottlenecks.

Category: Digital

Share :