I have a use case where I need to run a performance test every hour for several days then compare the results. I am task scheduler to call a batch file that executes performance test with a custom script outputting to a CSV file. The problem is that performance test outputs the results at the top of the page and then machine information underneath. This will make it difficult for me to amalgamate and read in the data. Is there a way to control the structure of the results file?
Also, is it possible to stop the automatic opening of the results in a web page? I log in to a session that shows a web browser with a heap of html pages open, this is obviously going to have an effect on the performance results.
Thanks,
Jamie
Also, is it possible to stop the automatic opening of the results in a web page? I log in to a session that shows a web browser with a heap of html pages open, this is obviously going to have an effect on the performance results.
Thanks,
Jamie
Comment