Get Knowledge from Video instead of Content:

Monday 30 January 2017

JMeter - Config Element - "Simple Config Element"

The "Simple Config Element" is used to add or override arbitrary values in samplers. You can choose the name of the value and the value itself. This element is very rarely used by the tester, although some developers might find a use for this element, as a basic GUI that they can use while developing new JMeter components.

How to add "Simple Config Element"?
You can follow steps to add Simple Config Element:
1. Select "Test Plan" node
2. Right click on "Test Plan" node
3. Mouse hovers "Add"
4. Mouse hovers "Config Element"
5. Click "Simple Config Element


How to remove "Simple Config Element"?
You can follow steps:
1. Select "Simple Config Element" node
2. Right click on "Simple Config Element" node
3. Click "Remove" (Mouse) or "Delete" button from the keyboard
4. Click "Yes"

What are the attributes of "Simple Config Element"?
"Simple Config Element" has attributes:
  • Name: To provide element name
  • Comments: To provide arbitrary comments (if any)
  • Parameter Name: The name of each parameter. These values are internal to JMeter's workings and are not generally documented. Only those (developer) familiar with the code will know these values.
  • Parameter Value: The value which needs to be added or overridden for the particular parameter.
Next Topic:
Apache JMeter - "Random Variable" Element

Previous Topic:
Apache JMeter - "User Defined Variable" Element

Related Topics:

No comments :

Post a Comment