Robot中VU录制失败找不到协议的解决办法

    最近在用Rational Robot做性能测试,用VU录制脚本老是不成功,总是出现“No scriptable protocol found”的错误。最后终于找到问题所在。
第一步:打开tools的Session record Options,选择Generator Filtering,Selected Protocols选择Socket。默认没有这个协议的。
第二步:还是在Session record Options,选择Method,选择Network recorder。紧接着出现一个对话框,内容如下:

You must install the TestStudio Network Driver to do network recording.
To install the TestStudio Network Driver for Windows 2000:

1. Click Start->Settings->Network and Dial Up Connections.
2. Right click on Local Area Connection, then select Properties from the resulting context menu.
3. Click Install.
4. Click Protocol, then click Add.
5. Click Have Disk.
6. Enter the path or browse to where the driver is located.
 Type  D:\Program Files\Rational\Rational Test\driverw2k
 or installpath\driverw2k,
where installpath is the drive and pathname where you installed the TestStudio Master software.
7. Select Ethernet or Token Ring network, and click OK.
8. Click Yes to shut down Windows and restart your computer after you install the network driver.

第三步:就按照上面这段英文来操作。done!

希望这对大家有点帮助。

posted on 2007-10-15 13:06  blue  阅读(499)  评论(0编辑  收藏  举报