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!

    希望这对大家有点帮助。

  • 相关阅读:
    JSP指令用来设置整个JSP页面相关的属性
    JSP 生命周期 理解JSP底层功能的关键就是去理解它们所遵守的生命周期
    JSP 开发环境搭建
    JSP(Java Server Pages,即:Java服务器页面
    JSP 国际化
    JSP 调试
    JSP 异常处理
    JSP 自定义标签
    JSP JavaBean
    JSP 标准标签库(JSTL)
  • 原文地址:https://www.cnblogs.com/zjblue/p/924654.html
Copyright © 2011-2022 走看看