start and end times for each request for each thread
Have a load test (which consists of three test steps) when I run the tests. It gives me 'min'. 'max' , 'avg' times. Would like to find out how much time each request has taken in a concurrent scenario (having 20 threads say).
Can I get the timing when each of my step is started and ends for each thread?