I am new to Jmeter, and caught with an issue with handling requests from jmeter, my test-case is following:
- Applicant has to click on apply online from home page, which will redirect user to a new validation page.
- Enter Token No and other details on this page and click on validate button, which will redirect to form with number of details to be filled.
- Fill all required details and submit.
In general it seems very easy, but to protect application developers has been added two query string "Value" and "Digest" with normal url, these two values are server-encrypted information using current session_id as key.
Now to execute steps 2 & 3 I need to supply new generated value and digest.
Please guide how I can retrieve values which receive after clicking on button.
As in tree results listener it is still on same page in response on which i send request to server, which fails to retrieve new value.
