pashooo
14 years agoContributor
how to verify that object doesnt exist
In my project I need to verify that project doesnt appear after some action.
I tried 2 methods:
aqObject.CheckProperty(ser_popup, "Exists", cmpEqual, false);
if(ser_popup.Exist==true)log.messag("popup form BA RClick")
... but both of them leads to error:
Unable to find the object Exist. See Additional Information for details.
So, how pro-testers, like Helen Kosova, verify such properties?