Skip to main content

Spike Testing

Spike Testing is the testing in which suddenly Test Team increase/decrease the load over the system by a varying number of users and then observing the behavior of the system. The Objective of this sudden increase of load to check weather performance will suffer, system get crash or it handled this sudden increase/decrease load.

This type of Testing needed for the web page in which the number of users suddenly increase or decrease then on that cases it is chances to break down the system so the test the performance of the system of unexpected traffic is called the Spike Testing. Spike Testing also called Data Volume Testing.

Consider a web application of any university who declared the result today. Number of users who accessing of the web page sometimes increase and sometime decrease so on this type of web pages need Spike Testing in which we can verified that on sudden increment or decrement how the system is performing. We can manage this like this if there is a validation that maximum 100 user can access that page one time and if more then 100 users access that page then it can show the message that web page is fully loaded or we can allow the user into the system but little bit decrease the performance of the system. 

Comments

Popular posts from this blog

How to Put Load on a Script in JMeter

In last post we discussed about how to record a test script and Firefox settings to run the script. In this post we will discuss about how the Thread Group will work, how can we put n number of users to perform load testing, In JMeter by using Thread Group, we can create virtual users. Thread Group is a set of thread which work in same scenario. There are multiple thread group are available which is use to configure how the virtual users interest with the application, How much load maintain and till how much time load maintain.

How to take the Screenshot in Selenium WebDriver?

If we want to take the screenshot then we have to convert our WebDriver object into the screenshot object. we need to change the behavior of the drive to take the screenshot . We can do it by casting

JMeter Overview Description

In this article we will go through the multiple section of JMeter and describe the tool information. we will discuss about every component of JMeter tool in this Article so that you can hands on while working on script on JMeter about these components.