Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

Archives: FAQs

Scripting Errors in JMeter

The first thing which you need to check is ‘Type of Error‘. Without knowing the type you can not investigate. During the performance test, you may get different types of error like client-side error, server-side error etc.Scriptings Errors:a). Missed to replace old URLs in some places: This causes the failure of a particular transaction.b). Lack …

Scripting Errors in JMeter Read More »

What is Pacing?

Pacing in load testing refers to the time between the iterations of your test scenarios. This is unlike Think Time, which refers to the delay between actions or interactions inside iterations. Pacing allows the load test to better simulate the time gap between two sessions.By using pacing in your test, you will be able to …

What is Pacing? Read More »

What is a correlation?

Correlation is the process of capturing and storing the dynamic response from the server and passing it on to subsequent requests. … Correlation is a critical process during performance load test scripting, because if it isn’t handled correctly, our script will become useless.

How to perform Spike Testing in JMeter?

In JMeter, spike testing can be achieved by using Synchronizing Timer. The threads are jammed by synchronizing the timer until a specific number of threads have been successfully blocked, and then release them at once thus creating large immediate load.

What is Throughput Controller in JMeter?

The Throughput Controller allows the user to control how often it is executed. There are two modes – percent execution and total executions.Percent executions causes the controller to execute a certain percentage of the iterations through the test plan. Total executions causes the controller to stop executing after a certain number of executions have occurred.

What is Transaction Controller in JMeter?

The Transaction Controller generates an additional sample which measures the overall time taken to perform the nested test elements. When the check box “Include duration of timer and pre-post processors in generated sample” is checked, the time includes all processing within the controller scope, not just the samples.

What is Processor in jmeter?

Processor is used to modify the Samplers in their scope.There are 2 Types of processors:Pre-processor – Pre-processor executes some action before making Sampler Request.Post-processor – Pos-Processor will be executed when a Sampler Request finishes its execution. Post-Processor in JMeter 1. Regular Expression Extractor: – Regular Expression Extractor is used to extract values from the response …

What is Processor in jmeter? Read More »