Hi Joachim,
OK, I'm glad to hear it's working fine now. Sorry for the confusion around your issue.
I am using region checkpoints as I am not only checking the text within pictures or fields, but also checking if all the layout is correct.
With region checkpoints I can handle all with 1 checkpoint.
Is there a better / easier way to do this? |
It's difficult to say without knowing the specifics of your application under test. Depending on the app, a better option may be to create an
object checkpoint for the parent container along with child objects representing individual controls and verify property values such as Left, Top, Height, Text/wText, etc. for all the needed objects. Personally, I would prefer to rely on property values rather than on images, but it's up to you.