How can I configure the QEngine such that I can manipulate the page response to get a value on my own to use it in the successive URLs as a parameter value?
You can configure this in QEngine by following the steps below: • Click the ‘Edit’ link under ‘Http Parameters’ adjacent to the recorded transaction in the load test screen. The Parameterize screen opens up. • From the left side panel of the Parameterize screen, select the URL to be parameterized. • Choose Store Variables tab from Parameterize screen. In this screen, enter the variable name as “testvariable” in the Name column. • To fill the Value column, choose the list component from the Parameterize column which lists the following options (TAG name, element keyDataset, Cookie, Text, Element, JavaScript, URL, Constant and Variable) • From this list, assume you want to fetch value from a hidden element. Then choose the option as ‘Element’ from the list component as shown above and configure the element attribute values. • Apply the settings before running the test.
Related Questions
- How can I configure the QEngine such that I can manipulate the page response to get a value on my own to use it in the successive URLs as a parameter value?
- How to configure the QEngine such that I can use the same value for a parameter across the URLs?
- How to configure the QEngine such that I can use the same value for a parameter across the URLs?
- How to retrieve a value from the page response and use it in any one of the successive URLs?
- How to retrieve a value from the page response and use it in any one of the successive URLs?
- How to retrieve a value from the page response and use it in the successive URL ?