Manual Testing, Performance Testing

Performance testing of any application helps in identifying the performance bottlenecks in the application and hence, considered very critical to the success of any application. Here, we have compiled all the tutorials related to performance testing concepts and tools.

Memory Units of Computer

Memory Units of Computer

The computer memory stores data and instructions for the CPU to retrieve access quickly. The computer won’t function properly without a memory. It has two ...
Read more

Latest on Manual Testing, Performance Testing

spike testing

Spike Testing

Photo of author

By Kuldeep Rana

Testing is one of the important parts of an SDLC (Software Development Life Cycle). Therefore, every aspect of testing must be covered to make sure ...

Volume testing

Volume Testing

Photo of author

By Kuldeep Rana

What is Volume Testing? Volume testing is a type of performance testing that helps in checking the performance of an application when subjected to a ...

Endurance testing

Endurance Testing | Soak Testing

Photo of author

By Kuldeep Rana

What is Endurance Testing? Endurance testing is a type of performance testing of the software to check system performance under specific load conditions over an ...

Types of performance testing

Types of Performance testing

Photo of author

By Kuldeep Rana

Performance testing is a type of testing performed to evaluate the different performance attributes of the application like – responsiveness, stability, reliability, etc. For determining ...

Open Source Performance Testing Tools

Open Source Performance Testing Tools

Photo of author

By Kuldeep Rana

Performance testing of software is required to measure the performance – response time, scalability, correctness of the application at expected or higher work load. In ...

Running JUnit Tests in JMeter

JMeter and JUnit Integration

Photo of author

By Kuldeep Rana

In this tutorial, we will learn to integrate JMeter and JUnit. This JMeter and JUnit integration help in load testing of customized Java methods – ...

handling file upload in jmeter

File Upload in JMeter

Photo of author

By Kuldeep Rana

Handling File Upload in JMeter Quite often we are required to script scenarios where uploading files to server functionality is required to be load tested. ...

beanshell scripting in jmeter

BeanShell Scripting in JMeter

Photo of author

By Kuldeep Rana

Before starting with beanShell scripting demo, let’s first understand – What is a BeanShell?A BeanShell is light-weight scripting language. It has Java like syntax and ...

Distributed load testing in JMeter

Distributed load testing in JMeter

Photo of author

By Kuldeep Rana

What is distributed testing? Distributed load testing is the process using which multiple systems are used for simulating the load of a large number of ...

JMeter Result Analysis

JMeter Result Analysis

Photo of author

By Kuldeep Rana

After executing a load test, we need to interpret the test results. For result interpretation, we use Listeners in JMeter. These listeners provide different matrices ...