rodrigueA
8 years agoOccasional Contributor
Keyword test - How check If image exist
Hello,
For test a smartphone application, I want find an Image between other images and touch this.
I've defined in Test Complete the image I would found.
If this Image is visible at the screen t the beginning of the test, all works correctly.
But if image is not visible (slide needed) , It doesn't work.
I want to make a test like this (using keymord, I'm not very comfortable wth scripting) :
Label : If Image exists Touch Image Else bottom slide Goto label End if
But in condition of "IF...THEN" fnction, I can't find a test about visibility of an Image.
I tried also While loop , but i can't find a test about visibility of an image.