51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2543|回复: 3
打印 上一主题 下一主题

[Robot] 请教如何以命令行的方式执行robot的脚本

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2005-9-15 15:25:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
想写个批处理的文件自动执行一套录制好的脚本。不知道robot里有没有类似的功能,还是必须自己写个.bat的批处理文件。
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2005-9-15 15:53:56 | 只看该作者
rtrobo.exe yourscriptfile /user admin /project D:\projectname.rsp /play  /nolog /close

上面是例子..运行projectname.rsp中的yourscriptfile 脚本..run完后,关闭robot.
当然还有更全的参数,你可以看看资料,我这里不多说了, 51testing里面好象也有的,你找找.
回复 支持 反对

使用道具 举报

该用户从未签到

3#
 楼主| 发表于 2005-9-15 18:02:52 | 只看该作者
谢谢!
回复 支持 反对

使用道具 举报

该用户从未签到

4#
发表于 2005-9-15 20:54:59 | 只看该作者
/user -> followed by user name (case-sensitive)
/password -> followed by password (if no password exists, do not include
this option)
/project -> followed by name of the project that contains the script
referenced in scriptname preceded by its full path.
/play -> tells Robot to play the script (w/o this parameter, Robot will open
the script)
/nolog -> does not log any output while playing back the script.
/close -> closes Robot after playing back the script.

The following options are only available from Robot 2001a onwards:
/build -> followed by the name of the build associated with the script.
/logfolder -> followed by the name of the log folder where the test log is
located. The log folder is associated with the build.
/log -> followed by the name of the log

Separate each field by spaces. If the project path includes spaces, either
surround the entire path in double-quotes or obey the 8-letter DOS limitation.
The order of the options does not matter (just ensure that rtrobo.exe is
immediately followed by the script name).

Example:
rtrobo.exe script123 /user Admin /Project
\\machine1\share1\Projects\Project1\Project1.rsp /play

以上转自IBM网站
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-15 01:27 , Processed in 0.075371 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表