4 + 13 =

about me

performance engineer|trainer|freelancer

Iam Pradeesh having experience in quality assurance domain with specialized skills in performance engineering,automation.Iam interested in writing technical articles.I provide training in performance engineering/testing domain.Drop me a message for any training requirements.

JMeter Command Line execution

INTRODUCTION JMeter User interface can conduct any type of performance test execution. But we can also conduct a performance test using JMeter CLI or Command Line Interface (CLI). In this article on JMeter command line execution, you can learn how to execute a...

Performance Testing

What is Performance Testing and its significance Performance Testing is a software testing practice to evaluate a system or applications performance in terms of its speed, stability, scalability and reliability. It's a part of non-functional testing ensuring that...

JMeter Installation

JMeter is a widely used tool to perform different types of performance testing. Here you can read easy installation steps to install JMeter tool in your system having Windows operating system.

Performance Testing Process

In this article about performance testing process, you can read about end-to-end life cycle of performance testing starting from requirement gathering to final sign off. Below mentioned are the stages of performance testing. Requirement Gathering Test Planning Test...

JMeter API Testing

JMeter API Testing In this article on JMeter API testing, we will be discussing the details on API's, different tools that is used for API testing and also on how to develop an API script for testing using JMeter tool. But before discussing about JMeter API testing,...

JMeter Recording

In this article you can find three different ways of recording an application user flow as part of JMeter script recording and enhancement

Types Of Performance Testing

Evaluating performance of an application is always a key factor particularly if the application is used by high number of users. In order to evaluate how good/bad application works, we need to conduct different kinds of performance test execution. If you like to read...

Database Sharding

Introduction Organizing high volume data is always need of the hour. Database stores the data as records, and it is important to keep them efficiently. In this article, you will go through the definition of database sharding , advantages and disadvantages, methods of...

JMeter correlation

Correlation is the method of capturing dynamic values which comes as a server response and sending the captured value to subsequent request. In this article on JMeter correlation, Iam mentioning about different types of extractors available in JMeter and how to use...

JMeter Thread Group

JMeter Thread Group In this article on JMeter thread group, you will learn on what is a thread groups. different types of thread groups, thread group properties, scheduler configuration and most importantly how will you decide which thread groups to use for your...