I am using the HTTP request sampler, In which I have used Post Method. When I Execute the request, it executes another HTTP request from another thread.
I want to extract the data from that thread because the HTTP request contains a transaction id. I want to use that transaction id in the other threads.
The said transaction id is only showing in a pop up message in the resulting web page.
Kindly help me retrieve the transaction id.
Source: Read More