Global Variable: Type of Variable used when the parameter is required across all Thread Groups.
Declaring the variable:
Using the variable:
Thread Group Variable: Type of Variable used when the parameter is required only within a particular Thread Group.
Declaring the variable:
Using the variable:
***NOTE: Thread Group/Local Variable takes priority before Global Variable.
Toggle: Used to enable or disable the selected option (Thread Group/HTTP Request/Assertion/Timer/Variable/Listener).
Response Assertion: It is used to verify the Response for expected results. Here, in the Main Sample (most commonly used), we are verifying the Text Response to see if the text “Google” is available or not. If this check fails, the custom message entered in “Custom failure message” gets displayed in the View Results Tree screen.
Duration Assertion: It is used to verify whether the Response is received within the expected time in milliseconds. If this check fails, the failure message gets displayed in the View Results Tree screen.
Timer: Used to add Delay before execution.
Request-level delay:
Thread Group-level delay:
View Results Tree: Used to check the Request and Response information in different formats/levels of information.
Synchronizing Timer: Used to synchronize the execution of Threads to be executed simultaneously at Thread Group level.
• Number of Simulated Users to Group by: Ensures that the given number of Threads are executed together simultaneously.
• Timeout in milliseconds: Ensures that if in case of any issues with the Threads, the execution waits only till the specified time in milliseconds and skips and proceeds to the next Thread Group.