BD_Geoactive
29 days agoContributor
Why my While Loop keyword test is breaking when the value found is = to False
When the value is found to be True, it does what i set it to do... but when the objects re closed, the value would return false.
Why the above wont work in Test Complete 15.81?
When the while loop found the value to false it just said the object is not Visisble so it return false, but it stopped teh test because its flase. I though it should break out of the while loo and to the IC > MDIForm etc etc (next steps)
well thats the mysterious bit. obviously, i couldn't access the ChartForm when they all are closed. dont know how it does it, but using exists property does work when compared to using visible. or visibelOnScreen.