51Testing软件测试论坛

标题: 新手请教一个qtp代码的问题 [打印本页]

作者: lunan    时间: 2009-10-27 17:51
标题: 新手请教一个qtp代码的问题
刚开始学qtp,公司马上要用,很着急。问的问题比较基础,不过还真是搞不懂。
我录制了一些操作,其中一行代码是这样的

Browser("Mercury Tours").Page("Mercury Tours").Frame("navbar").WebEdit("username").Set "test1"

我查了F1,Browser并没有Page方法或者属性,那么用Browser.page的方式是什么意思呢?c++里面这种是访问类里面的函数,java里面这样的是调用方法。而这个好像都不是。同样的,Page里面也没有Frame方法或者属性。我想肯定是我思考的方向错了,谁能告诉我这种访问方式是什么意思呢?非常感谢。
作者: lantianwei    时间: 2009-10-27 18:00
你的那句可翻译如下:
对象.对象.对象.对象.方法 值
思考方向确实错了
作者: lunan    时间: 2009-10-27 18:05
用点访问的是它的子对象是吧?
作者: lantianwei    时间: 2009-10-27 18:12
对象是从最上层往下开始找的 你不能一次性就访问到你要操作的对象的阿(虽然在ST中可以那样做到,但QTP里是做不到的)
作者: june.diny    时间: 2009-10-27 18:31
page是browser的字对象
作者: lunan    时间: 2009-10-27 18:52
对象后面带参数是什么意思呢?比如:Browser("Mercury Tours").
作者: lantianwei    时间: 2009-10-27 19:56
对象类型(对象逻辑名)
作者: lunan    时间: 2009-10-27 20:10
非常感谢。现在又遇到个问题,装了qtp后,自带的例子网站打开有出错信息:ATTENTION!
If you are seeing this page instead of the site you expected, please contact the administrator of the site involved. (Try sending mail to <webmaster@domain>.) Although this site is running the Apache software it almost certainly has no other connection to the Apache Group, so please do not send mail about this site or its contents to the Apache authors. If you do, your message will be ignored


这是怎么回事呢?前面提示了 Apache 安装成功的啊。。。
作者: lunan    时间: 2009-10-27 20:12
补充:这个自带的订票系统和loadrunner自带的那个是一样的吗?我装了lr,那个可以用。这个却用不了。
作者: lunan    时间: 2009-10-27 21:31
原来是newtours.mercuryinteractive.com改成newtours.demoaut.com了,晕。害的我卸载安装了好多次。




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