51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 4529|回复: 6
打印 上一主题 下一主题

紧急求助:winrunner的delphi插件如何使用

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2008-1-6 11:49:54 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
安装了winrunner插件,看好像需要输入delphi工程的路径,这样的话,测试的时候必须是用Delphi程序的源码吗?如果不在工程里加入Delphi的插件,是不是即使启动的时候选择了delphi插件,对delphi程序也是不起作用的哪?    如果识别不了控件,可以用什么方法解决呢?  热切盼望回复,谢谢。
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
发表于 2008-1-6 16:51:02 | 只看该作者
估计还是没有注册码的问题,但很难解决,我也没有
回复 支持 反对

使用道具 举报

该用户从未签到

3#
发表于 2008-1-6 17:54:34 | 只看该作者
以下信息希望对你有所帮助
There are two ways to setup Delphi Support with the TestSrvr Unit. You can run the Delphi Project Setup Wizard or Link to the TestSrvr.pas module. The TestSrvr unit is a WinRunner agent that handles communications between WinRunner and your Delphi application.

Using the Delphi Project Setup Wizard To Enable Communications
You must run the Wizard for each Delphi project that you want to test.
Run the Delphi Project Setup Wizard and follow the instructions on the screen.
Recompile your project.

Linking to the TestSrvr.pas Module to Enable Communications
You must perform the following steps for each project that you want to test.

1. Add the WinRunner Installation folder\TestSrvr folder to your Delphi project search path or copy the contents of the WinRunner Installation folder\TestSrvr folder to your project folder.
2. Add TestSrvr to the Users section of your applications project file (project.dpr) as shown in the example below:

program flight;
uses
        TestSrvr,
        Forms,
        Windows;
($R*.RES)
begin
        Application.Initialize
        Application.Title :='Flight Reservation';
        Application.Run;
end.

Note that TestSrvr must be the first unit in your project.

3. Compile your Delphi project.

Configuring Support for TwwDBGrid

If your application includes the TwwDBGrid from InfoPower, follow the instructions below to
enable support for this grid.

1. Add MercWwControl, to the Users section of your applications project file (project.dpr) after TestSrvr as shown in the example below:

program flight;
uses
        TestSrvr,
        MercWwControl,
        Forms,
        Windows;
($R*.RES)
begin
        Application.Initialize
        Application.Title :='Flight Reservation';
        Application.Run;
end.

2. Recompile your appliction.
回复 支持 反对

使用道具 举报

  • TA的每日心情
    慵懒
    2017-2-20 10:05
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    4#
    发表于 2008-1-7 17:13:33 | 只看该作者
    去下个插件来装下,不然的话,有点麻烦的。
    我看到精华区里面有的下载的哦!

    [ 本帖最后由 ryqkitty 于 2008-1-7 17:15 编辑 ]
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    5#
    发表于 2008-1-7 17:20:53 | 只看该作者
    装上后编译不通过阿。。。
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    6#
    发表于 2008-1-7 18:04:14 | 只看该作者
    一般都是因为没有注册玛的问题
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    7#
     楼主| 发表于 2008-1-7 22:48:10 | 只看该作者
    我还没有试验,启动的时候可以启动DELPHI插件,但是这个插件的测试需要重新编译DELPHI程序,还没有试验。谢谢大家热心回答。
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-11 09:19 , Processed in 0.070913 second(s), 28 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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