zoukankan      html  css  js  c++  java
  • 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!

    希望这对大家有点帮助。

  • 相关阅读:
    命令行jarsigner签字和解决找不到证书链错误
    ERROR ITMS-90034
    module.exports 和 exports
    php扩展包
    switch的使用
    debug安卓屏幕滑动会抖动
    react native编译报错
    使用iTerm2替代Mac自带Terminal终端
    编码转换
    git 操作远程 本地缓存删除
  • 原文地址:https://www.cnblogs.com/zjblue/p/924654.html
Copyright © 2011-2022 走看看