03-05-2008, 02:43 PM
test71,
can you give some properties your using before"abcd (Original Stream) ->For the first video
defg (Original Stream) ->For the 2nd video "
I am testing web application and on the same page i have lot of drop downs. To work find i have written the DP as
Please use webtable(if u get webtable when you spy) and then regular expression.
Please let me know your result
Regards
Raj
can you give some properties your using before"abcd (Original Stream) ->For the first video
defg (Original Stream) ->For the 2nd video "
I am testing web application and on the same page i have lot of drop downs. To work find i have written the DP as
Code:
If QOALogin.Webtable("innertext:=SHIP to Location:.*").WebList("name:=.*").GetROProperty("disabled")=0 Then
QOALogin.Webtable("innertext:=SHIP to Location:.*").WebList("name:=.*").Select 1
End If
Wait(3)
If QOALogin.Webtable("innertext:=SHIP to Contact:.*",index0).WebList("name:=.*").GetROProperty("disabled")=0 Then
QOALogin.Webtable("innertext:=SHIP to Contact:.*",index0).WebList("name:=.*").Select 1
End If
Wait(3)
Please use webtable(if u get webtable when you spy) and then regular expression.
Please let me know your result
Regards
Raj