Forum Discussion

RMS's avatar
RMS
Occasional Contributor
15 years ago

Launch Multiple Loadtest at specific time

Hi,

I have created test cases for 10 hour window with different load during each hour. I can fire up the individual LoadTest for each test case at every hour mannualy.

I want to find out if there is a way through which I can automatically fire up different loadtest (for every hour test case) each hour without doing it manually.

Thanks,

-ag

2 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hello,

    There are maven 1.x and 2 plugins and command line runners that can help you with this. Check this:
    http://www.soapui.org/userguide/command ... unner.html . You could create bat/sh scripts, depends on your OS,
    and schedule them in your OS scheduler or cron. Also, you could set a some kind a report analyzer script/tool
    that will check for errors and notify you...

    Possibilities are endless,
    robert 
  • RMS's avatar
    RMS
    Occasional Contributor
    Thank you Robert for your prompt reply, I ended up using the command line to fire the load test and then created batch file (.bat for each loadtest) and used Windows sheduler to fire that particular batch file.

    Cheers,

    -ag