Performance Testing Life Cycle Cheat Sheet – By Kranthi K

Performance Testing Life Cycle defines different phases of performance testing from NFR Gathering to Test Result analysis. To complete the life cycle of performance testing, different tools, approaches and terms are used. Kranthi K prepared a cheat sheet which includes all the important information separated by PTLC phase. Hope this would be helpful for you. … Read more

Performance Test Reporting

Performance Test Reporting

What is Performance Test Reporting? Performance Test Reporting phase provides an overall test result, test analysis and recommendations to the project team or client from application’s performance perspective. The outcome of this phase i.e. Performance Test Report document helps to take the GO / NO-GO decision for the whole application or specific business flow. Purpose … Read more

Performance Test Execution

Performance Testing Execution

What is Performance Test Execution? Performance Test Execution word refers to run the tests specific to performance testing like load test, soak test, stress test, spike test etc. using performance testing tool. Performance Test Plan contains detailed information of all these tests which need to be executed in the performance testing window. Basically, this phase … Read more

Steps to Design Workload Model in Performance Testing

Workload Modelling in Performance Testing

The last post (Performance Test Workload Modelling) described the basics of Workload Modelling and the activities performed during this phase. Sometimes this phase is also known as Performance Test Scenario creation phase. Let’s try to understand this phase with some practical examples. This post will describe the steps to design the workload model in Performance … Read more

Performance Test Workload Modelling

Performance Testing Workload Modelling

What is Workload? Performance Test Workload refers to the distribution of load across the identified scenario. Performance tester prepares a workload to simulate the real-world situation in the performance test environment. In performance testing cycle, different workloads are created to study the behaviour of the system under various loads and conditions. Sometimes the workload is also … Read more

Performance Test Scripting

Performance Testing Script

What is a Performance Test Script? Performance Test Script is a programming code specific to performance testing to automate the real-world user behaviour. This code contains the user actions performed by a real user on an application. Such scripts are developed with the help of performance testing tools like LoadRunner, JMeter, and NeoLoad etc. Purpose of … Read more