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

Archives: FAQs

Exceptions in JDBC Connection Configuration

If the variable name is blank.java.lang.IllegalArgumentException: Variable Name must not be empty for element:JDBC Connection Configuration. If the DB_Name is not given:Response message: java.sql.SQLException: No database selected” If the driver class was not found:DataSourceElement: Could not load driver: {classname} java.lang.ClassNotFoundException: {classname} If the database server is not running or is not accessible, then JMeter will …

Exceptions in JDBC Connection Configuration Read More »

Constant Throughput Timer in JMeter

Using constant throughput timer, You can decide how many samples should be executed per minute. Constant throughput timer will add random pauses between requests during test execution to match required throughput. Note : If you are using constant throughput timer in your software load test plan and server is not capable to handle the load …

Constant Throughput Timer in JMeter Read More »

Synchronizing Timer in JMeter

You can use Synchronizing Timer If you wants to release X number of threads at given point. It will block the threads until given X number of threads have been reached at specific point. It will release all threads at once when given number of threads are reached on specific point of time. You can …

Synchronizing Timer in JMeter Read More »

Uniform Random Timer in JMeter

Uniform random timer is one of the Jmeter timer which is used to generate fixed+random amount of time delay between 2 requests. Total amount of delay = Random Delay Maximum + Constant Delay Offset Random Delay Maximum : This is outer boundary limit of random time delay. It will decide maximum random pause time.Constant Delay …

Uniform Random Timer in JMeter Read More »

What is Constant Timer in JMeter?

The purpose of Constant Timer is to pause for the same amount of time between requests from each thread. Parameterized the delay time: ${timer}Random the delay time: ${__Random(1000,5000,)}