知识屋:更实用的电脑技术知识网站
所在位置:首页 > 编程技术 > 批处理

如何用命令行执行loadrunner的脚本

发布时间:2014-09-27 17:33:10作者:知识屋

SET M_ROOT=D:Mercury InteractiveMercury LoadRunnerin
cd %M_ROOT%
wlrun.exe -TestPath D:ceshi10ScenarioNo1.lrs -port 8080 -Run -DontClose

其中D:Mercury InteractiveMercury LoadRunnerin 是安装目录
D:ceshi10ScenarioNo1.lrs是脚本目录
DontClose 脚本运行完不关闭控制器,

以上是批处理
把批处理加到 windows的任务计划里,设置好运行时间,就可以了

This means the Controller can be started from a DOS batch (.bat) file (preferrably with a short name on a root drive):

 REM Start Controller:
SET M_ROOT=C:Program FilesMercury InteractiveLoadRunnerin
cd %M_ROOT%
wlrun.exe -TestPath D:DevDev1.lrs -port 8080 -Run -DontClose
pause Press Ctrl-Z to keep this window or
Including the -Run parameter is the same as manually pressing the "Start Scenario" automatically upon invocation. This is not a good idea because you may have to decide about collating the file from a previous run or want to change the output folder.

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜