NisHera
9 years agoValued Contributor
Object recognition hint fired in wrong place
In my application if I had error dialog box appears test fails.
But warning dialog box comes test ok and con be continue..
if (Aliases....dlgError.WaitProperty("Exists",true,1500)){ return false; } Else (Aliases.....dlgWarning.WaitProperty("Exists",true,300)){ Aliases....dlgWarning.OK.ClickButton(); return true; }
in TC 11.3 it worked nicely but TC12.1 gives me warning.....
mapping for both dialog boxes are same but different Windcaption.
anybody got a simple solution rather than writing new event?