|
The test run cannot continue due to an unrecoverable error.
Cannot find the 'WebEdit' object's parent "Login"(class Browser).Verify that parent
properties match an object currently displayed in your application.
出错语句:
Browser("Main").Page("Login").WebEdit("TextBox1").Set (passName)
Browser("Main").Page("Login").WebEdit("TextBox2").set "123456"
下面是我的对象库
还有一个问题,就是下面这语句,可以这样写不
Select Case a
Case 1 dim title(9)
titile(0)= Browser("Main").Page("Main_2").Link("申请单派发").Exist(4)
title(1)= Browser("Main").Page("Main_2").Link("申请单查询").Exist(4)
titile(2)= Browser("Main").Page("Main_2").Link("申请单跟踪").Exist(4)
For each titleitem in title
if(titleitem=false) then
result=false
end if
Next
End Select
我不知道Case中写多条语句要不要加其它的,还有我把boolean存在titile(9)中这样对不?
看了下vbscript帮助,又难找到,
呵,请各位大哥,大姐们指定下。 |
|