depending on your requirements you could use TESTSTART.MS for the start time http://jakarta.apache.org/jmeter/usermanual/functions.html For end time you could set a variable(using beanshell)
If you are willing to parse/ run some xpath queries you could derive the values from the result file without needing the above. regards deepak On Sun, Feb 21, 2010 at 11:45 PM, Marco Pas <[email protected]> wrote: > How do i get to know the actual time spend running a specific test > scenario? > I would like to run a scenario and get to know the time it needs from start > to finish! So i can run the same test on a different environment and see > what environment has the better response time. > > Kind Regards Marco >

