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, 1795🔥, 0💬
Popular Posts:
How to valid UUID/GUID strings? In order to help your programming or testing tasks, FYIcenter.com ha...
How to set Content-Type to application/json? The server requires the Content-Type to be application/...
How to Override a JMeter Variable from Command Line? I want to run the same test plan multiple times...
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...
How to find out my browser's identification information? To help you to see your browser identificat...