How to automatically run scripts loadruner

Background problem

After the early morning, natural flow is relatively low, without people on duty to run automatically loadruner script.

Realization of ideas

windows scheduled task + BAT script

BAT script:

SET M_ROOT=C:\Program Files (x86)\HP\LoadRunner\bin
cd %M_ROOT%
wlrun.exe -TestPath C:\xxxx.lrs -port 8080 -Run 

M_ROOT: loadruner installation path bin directory
-TestPath: absolute path scene

Regular tasks

New regular tasks, operating tab page, select the BAT script to run, start to fill in the script where the disk drive letter, such as C drive, D drive, etc.

Triggers tab page run-time configuration

Note: need to close loadruner controller, otherwise it can not run automated tasks.

Guess you like

Origin www.cnblogs.com/webDepOfQWS/p/11753385.html