Hi everyone,
I want to send two requests with different URLs. the first request is a GET request and saves it to session. it does not need to run every time, just once is enough. and I need this data to send to the second request.
The second request is POST and needs to be under the load test.
consider this as example URLs:
GET exampleGetrequest.com/getTest
POST examplePOSTrequest.com/postTest
Do you have any suggestions? how I should configure this?