Ravik
13 years agoSuper Contributor
How to bypass if Object not found
Hi Guy's
I am using TestComplete 8.6 for Web application testing. My problem is that, in my application one object change randamly (I am not sure when it's change) I use .Exist method like
If (Sys.Process("internetExplorer").Object ).Exist Then
log.message (Sys.Process("internetExplorer").Object, "innertext")
Else
log.message(Object Not Found)
End If
this method nor work for me. what I can do??
Please help me.
Thanks
Ravik
I am using TestComplete 8.6 for Web application testing. My problem is that, in my application one object change randamly (I am not sure when it's change) I use .Exist method like
If (Sys.Process("internetExplorer").Object ).Exist Then
log.message (Sys.Process("internetExplorer").Object, "innertext")
Else
log.message(Object Not Found)
End If
this method nor work for me. what I can do??
Please help me.
Thanks
Ravik