Forum Discussion

BRafferty's avatar
BRafferty
Occasional Contributor
14 years ago

Generating test reports via loadtestrunner

Hello,

Is it possible to generate test reports via loadtestrunner.

I use the following arguments while starting the loadtestrunner batch file,

loadtestrunner.bat -sMyTestSuite -cMyTestCase -l"LoadTest -Simple-Strategy" -r -fC:\MySoapUIProjects\testreports -o -RLoadTestReport -F PDF C:\MySoapUIProjects\My-soapui-project.xml

After the script completes the run, I expect to see a file by name LoadTestReport.pdf at C:\MySoapUIProjects\testreports.
For an error free run I only see the following files at this location,
    LoadTest_SimpleStrategy-statistics.txt
    LoadTest_SimpleStrategy-log.txt


Am i invoking the script correctly? Can some one clarify

Thanks
Venkat

2 Replies

  • BRafferty's avatar
    BRafferty
    Occasional Contributor
    Hello,

    Can someone from the support team help me with this query please?

    Thanks
  • Hi,

    duh - sorry for the long delay on this.. try the following command instead:

    loadtestrunner.bat -sMyTestSuite -cMyTestCase -l"LoadTest -Simple-Strategy" -r -fC:\MySoapUIProjects\testreports -o -R"LoadTest Report" -FPDF C:\MySoapUIProjects\My-soapui-project.xml

    (removed and added some spaces...)

    Does this work better? If not, please paste the entire output of the loadtestrunner from it startup and when it finishes..

    regards!

    /Ole
    SmartBear Software