|
在QC中新建了一个QTP测试后
打开QTP,使其连接到QC的项目(新建的QTP测试所在的项目后)
写了这样一句话:
Browser("Title:=新型农村社会养老保险管理信息系统 -NSIS V1.0","URL:=http://192.168.1.167:8111/nsis/login.jsp"). Page("Title:=新型农村社会养老保险管理信息系统 -NSIS V1.0").WebEdit("name:=user.userid","html tag:=INPUT","type:=text").Set "yyadmin"
然后在QC中新建测试集运行
会出现下面的错误:
WebEdit:
Cannot find the "WebEdit" object's parent "Browser" (class Browser). Verify that parent properties match an object currently displayed in your application.
Browser:
Object's physical description:
Url = http://192.168.1.167:8111/nsis/login.jsp
Title = 新型农村社会养老保险管理信息系统 -NSIS V1.0
运行错误:
Cannot find the "WebEdit" object's parent "Browser" (class Browser). Verify that parent properties match an object currently displayed in your application.
行(1): "Browser("Title:=新型农村社会养老保险管理信息系统 -NSIS V1.0","URL:=http://192.168.1.167:8111/nsis/login.jsp"). Page("Title:=新型农村社会养老保险管理信息系统 -NSIS V1.0").WebEdit("name:=user.userid","html tag:=INPUT","type:=text").Set "yyadmin"" 。
觉得应该是对象没找到的问题
但是使用描述性编程后应该能让QTP识别对象,不知道是什么原因?
各位XDJM分析下原因吧 是否还要设定参数和变量 |
|