lxr9427695 发表于 2007-10-17 11:18:24

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

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.
TypeD:\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!

希望这对大家有点帮助。

jkline 发表于 2007-10-20 16:24:37

ding ni !

jkline 发表于 2007-10-20 16:52:03

---------------------------
Recording Options Error
---------------------------
No Oracle Database name.
You have selected the Generator Filtering Option Auto Filtering and you have selected Oracle as a protocol of interest.But you have not provided an Oracle Database name.
Use the Recording Options Generator per Protocol Dialog to provide an Oracle Database name or use the Recording Options Generator Filtering Dialog to deselect Oracle.
---------------------------
OK   
---------------------------


请问如果安装了上述所说的内容,接着出现这个提示窗口信息该如何处理?
页: [1]
查看完整版本: Robot中VU录制失败找不到协议的解决办法