51Testing软件测试论坛

标题: 请教一个登陆问题 [打印本页]

作者: ymcy_t    时间: 2008-5-29 10:55
标题: 请教一个登陆问题
求助,想输入用户名和密码,提交后,根据进入的页面来判断是否登陆成功如何编写代码啊,前面录制代码为
Browser("Welcome: Mercury Tours").Page("Welcome: Mercury Tours").WebEdit("userName").Set "mcy111"
Browser("Welcome: Mercury Tours").Page("Welcome: Mercury Tours").WebEdit("password").SetSecure "483e146c13214cc5e7fc1c1c"
Browser("Welcome: Mercury Tours").Page("Welcome: Mercury Tours").Image("Sign-In").Click 23,4

后面不知道改怎么写,如果才能获取到页面的信息呢
作者: zte_boy    时间: 2008-5-29 11:25
用exist
检测某个特定的对象是否存在,这样就可以判断了
作者: ymcy_t    时间: 2008-5-29 12:25
我自己加了一点代码识别,但是出错了,不知道为什么

if Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebList("fromPort").exist(1) then
        msgbox("登陆失败")
else
          msgbox("登陆成功")
End If

The "Find a Flight: Mercury" Page object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.
作者: zte_boy    时间: 2008-5-29 12:30
对象问题,仔细检查下对象
作者: jackymail    时间: 2008-5-29 12:43
估计是得等一下。wait(5),让新页面导入。
作者: ymcy_t    时间: 2008-5-29 13:48
加了wait(10)还是出错

会不会是因为最初录制的时候没有录制该页面照成的结果呢?

因为那个练习的页面,如果登录失败的话会自动转到重新登录界面,如果成功的话自动转到订票的界面,怎么才能自己写代码判断用户名和密码是否正确呢?
作者: wyy83    时间: 2008-5-29 16:48
一般登录成功后,页面上显示登录的用户名,可以用检查点判断.

不知道你的登录成功后,显示登录名不?
作者: zte_boy    时间: 2008-5-29 17:02
sync下Page看下
作者: ymcy_t    时间: 2008-5-29 17:18
就是QTP的测试网页,登陆成功后没有用户名的
但是就算是有用户名的话,如果登陆失败的话是跳到另外一个页面,那登陆成功的页面也不会出来,那提取成功页面的控件操作是不是也会失败啊
作者: Randall    时间: 2008-5-29 20:00
原帖由 ymcy_t 于 2008-5-29 12:25 发表
我自己加了一点代码识别,但是出错了,不知道为什么

if Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebList("fromPort").exist(1) then
        msgbox("登陆失败")
else
          msgbox("登陆成功 ...


The "Find a Flight: Mercury" Page object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.

这个不是说这个page在对象库没找到么, 楼主应该去对象库看看有没有存在先




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