博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
windows执行命令来运行loadrunner录制好的脚本(收藏)
阅读量:6463 次
发布时间:2019-06-23

本文共 1056 字,大约阅读时间需要 3 分钟。

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. 在windows中添加计划任务
开始→程序→附件→系统工具→计划任务→打开添加。进入向导。 利用“”,可以将任何脚本、程序或文档安排在某个最方便的时间运行。“任务计划”在每次启动 Windows XP 的时候启动并在后台运行。 使用“任务计划”可以完成以下任务: 计划让任务在每天、每星期、每月或某些时刻(例如系统启动时)运行。 更改任务的计划。 停止计划的任务。 自定义任务在计划时刻的运行方式。 参考资料:系统帮助
 

转载地址:http://tlhzo.baihongyu.com/

你可能感兴趣的文章
php中表单提交复选框与下拉列表项
查看>>
熟悉常用的Linux操作
查看>>
WordPress 前端投稿/编辑发表文章插件 DJD Site Post(支持游客和已注册用户)汉化版 免费下载...
查看>>
C# 自定义事件整理项目 - EventDemo
查看>>
面象过程与面象对象
查看>>
用CSS实现图片水印效果代码
查看>>
谷歌设置支持webgl
查看>>
P3402 【模板】可持久化并查集
查看>>
js的AJAX请求有关知识总结
查看>>
Eclipse添加新server时无法选择Tomcat7的问题
查看>>
L207
查看>>
nginx 配置https 负载均衡
查看>>
双拓扑排序 HDOJ 5098 Smart Software Installer
查看>>
三分 POJ 2420 A Star not a Tree?
查看>>
36.Node.js 工具模块--OS模块系统操作
查看>>
存储过程报错行提示
查看>>
第一篇markdown博文
查看>>
Leetcode 4 - median-of-two-sorted-arrays
查看>>
ERDAS软件应用(四)遥感影像数据增强
查看>>
修改OBS为仅直播音频
查看>>