Collections:
What Are Test Elements in JMeter
What Are Test Elements in a JMeter Test Plan?
✍: FYIcenter.com
A test element in JMeter represents an object that will perform some action when the test plan is executed.
For example, a "HTTP Request" is a test element that will send a HTTP request to a remote server and retrieve the response returned from the server.
A "Response Assertion" is a test element that will evaluate an assertion condition on responses from one or more samplers.
A "Thread Group" is a test element that will execute all child samplers add associated test elements in multiple concurrent user sessions repeatedly.
A "Test Plan" is a test element that will execute all child thread groups once.
⇒ Types of Test Elements Supported in JMeter
⇐ JMeter Test Elements and Execution Order
2018-01-27, 1685🔥, 0💬
Popular Posts:
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...
How to update hidden input value field value with WebDriver in Python? Normally, a hidden input valu...
How to force JMeter to automatically flush test result to file immediately after each sampler is exe...
How to perform UUDecode (Unix-to-Unix Decode)? UUEncode is Unix-to-Unix encoding used on Unix system...