51Testing软件测试论坛

标题: 关于qtp10中dephi插件不能获取delphi_name的问题 [打印本页]

作者: dreamever    时间: 2009-3-4 17:26
标题: 关于qtp10中dephi插件不能获取delphi_name的问题
刚安装了qtp10,这个东西自带一个delphi_name的插件,所以我就没装独立的delphi插件,但是用spy识别的时候还是不能获取delphi_name属性,那个属性值是空的.其他的属性(如长宽高坐标等)获取倒是正常。
由于这个插件也不象8.2的插见提供向导功能,所以我也不知道有没有什么相关的设置,谁碰到过类似的问题了?进来讨论一下啊
作者: wangchen3522    时间: 2009-3-5 09:42

作者: wuei9090    时间: 2009-3-6 09:03
标题: 帮助文档的内容
1:Add MicDelphiAgent to the Uses section of your application's project file (project.dpr) as shown in the example below

program flight;

uses

MicDelphiAgent,

Forms,
       Windows;

($R*.RES)

begin

Application.Initialize

Application.Title :='Flight Reservation';

Application.Run;

end.

2:Add the <QuickTest Professional Installation folder>\dat\Extensibility\Delphi folder to your Delphi project search path or copy the contents of the <QuickTest Professional Installation folder>\dat\Extensibility\Delphi folder to your project folder.
作者: dreamever    时间: 2009-3-6 11:18
终于搞定了,那个帮助文档的内容一直没明白具体怎么操作,花了两天的时间才弄明白操作其实是很简单滴,还不到三分钟就完事了。
作者: jihuli5    时间: 2009-3-31 22:46
怎么弄的??能否请教一下?
作者: dreamever    时间: 2009-4-1 13:59
其实2楼帖的文档就说的很清楚了,首先在DELPHI工程源文件中,在uses行下加入MicDelphiAgent,然后把QTP插件的目录放到DELPHI的编译目录中然后编译,这样SPY就可以识别DELPHI的控件了.
作者: zhangzhe    时间: 2010-6-3 17:09
说的好简化了,不知道能不能详细点
作者: FLY000    时间: 2010-11-19 10:22
楼主就是说 QTP10自带了DEPHI插件,不用再另外装DEPHI插件了?

然后测试应用程序的方法就是 :
首先在DELPHI工程源文件中,在uses行下加入MicDelphiAgent,然后把QTP插件的目录放到DELPHI的编译目录中然后编译,这样SPY就可以识别DELPHI的控件了.
------------
不过感觉这种需要让开发涉入的方式不太好
作者: Pirate_z    时间: 2011-1-10 16:59
高手们,有没有更好的办法解决此问题呢?关注中。。。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2