Skip to content
JMeter - tearDown Thread Group Logo

JMeter – tearDown Thread Group

tearDown Thread Group is a special type of JMeter Thread Group that can be utilized to perform Post-Test actions. The behaviour of the tearDown Thread Group is similar to the regular Thread Group element. The only difference is that… 

JMeter - How to do correlation in JMeter

Dynamic value (correlation) in JMeter

‘Correlation’ term refers to the handling of dynamic values coming from the server. These dynamic values are the unique values which are generated by the server for security purposes like the session ID, authorization token… 

JMeter - How to record JMeter script

How to record JMeter script?

Watch YouTube Video: JMeter Script Recording & Best Practices Apache JMeter is a Java-based tool which records the communication between the client i.e. end-user and server and converts this communication into a test script. This…