Sean_Cohan
16 years agoOccasional Contributor
[SOLVED]Reporting on Load Tests in Separate Test Cases
Hello,
I'm keeping separate test cases for each test case we have in our documentation. I set them up so they can be run with a load test separately. Now I want to run them all in a load test and get an overall jasper report for them.
I could not find a way to run them all from thier separate test cases. I was able to create a single test case and add the test steps from each individual test into the single test case. It gets a single report, but its rather unwieldy and I have to make changes to the tests to get it to work that way. It makes maintenance difficult in that I have to make updates to two places in the project.
I tried the LoadTestRunner to do this with the -R -F as follows:
command: cmd.exe /C loadtestrunner.bat -r -fC:\sb\myapp-Performance -R'LoadTest Report' -FPDF C:\sb\myapp-Performance\myapp_4.2.1_myproject-soapui-project.xml
But I only get the csv files, no pdf report.
Is there a way to create a single load test report for multiple test cases?
Thanks for any help!
I'm keeping separate test cases for each test case we have in our documentation. I set them up so they can be run with a load test separately. Now I want to run them all in a load test and get an overall jasper report for them.
I could not find a way to run them all from thier separate test cases. I was able to create a single test case and add the test steps from each individual test into the single test case. It gets a single report, but its rather unwieldy and I have to make changes to the tests to get it to work that way. It makes maintenance difficult in that I have to make updates to two places in the project.
I tried the LoadTestRunner to do this with the -R -F as follows:
command: cmd.exe /C loadtestrunner.bat -r -fC:\sb\myapp-Performance -R'LoadTest Report' -FPDF C:\sb\myapp-Performance\myapp_4.2.1_myproject-soapui-project.xml
But I only get the csv files, no pdf report.
Is there a way to create a single load test report for multiple test cases?
Thanks for any help!