Forum Discussion
13 Replies
- Luxoft_InternatContributorHello,
I have the same problem using SoapUI Pro 4.0.2-SNAPSHOT (12/20/2010).
The fact is that the only text case log and test case statiscitcs (both *.txt) were generated after the load test run.
Here's the code:cmd.exe /C loadtestrunner.bat -s"LOAD TESTS" -c"LOAD TEST 1" -l"SIMPLE STRATEGY TEST 1" -m10 -n1 -r -fD:\reports\MY_LOAD -o -RMY_LOAD -F PDF -F XLS -F HTML -F RTF -F CSV -F TXT -F XML D:\trunk\my-soapui-project\MY_LOAD-soapui-project.xml
There were no errors in the soapUI LoadTestRunner window.
Regards,
Sergey. - Luxoft_InternatContributorResolved. I've changed -RMY_LOAD to -R"LoadTest Report" (according to the jasper report name stored in the soapui_folder\bin\reports\reports\loadtest\LoadTestReport-config.xml).
cmd.exe /C loadtestrunner.bat -s"LOAD TESTS" -c"LOAD TEST 1" -l"SIMPLE STRATEGY TEST 1" -m10 -n1 -r -fD:\reports\MY_LOAD -o -R"LoadTest Report" -F PDF -F XLS -F HTML -F RTF -F CSV -F TXT -F XML D:\trunk\my-soapui-project\MY_LOAD-soapui-project.xml
It works.
Regards,
Sergey Luxoft International Support wrote: Resolved. I've changed -RMY_LOAD to -R"LoadTest Report" (according to the jasper report name stored in the soapui_folder\bin\reports\reports\loadtest\LoadTestReport-config.xml). cmd.exe /C loadtestrunner.bat -s"LOAD TESTS" -c"LOAD TEST 1" -l"SIMPLE STRATEGY TEST 1" -m10 -n1 -r -fD:\reports\MY_LOAD -o -R"LoadTest Report" -F PDF -F XLS -F HTML -F RTF -F CSV -F TXT -F XML D:\trunk\my-soapui-project\MY_LOAD-soapui-project.xml
It works.
Regards,
Sergey
Glad to hear, thanks for sharing!
Henrik
SmartBear Software