Forum Discussion

priyalmistry4's avatar
priyalmistry4
Occasional Contributor
5 years ago
Solved

Validating text/labels/ error messages for desktop application

Hi , I am currently using TestComplete for desktop testing and have few questions regarding the same. 1) In order to verify certain text on my desktop app, Text Recognition does not work since it ...
  • anupamchampati's avatar
    5 years ago

    1. try to find the certain text in under any Objects Controls, definately you will have the values somewhere in the properties of the object control.

    2. Yes image checkpoints can be used to compare the image per pixel so even slight changes can be validated. You can also add some tolerance as well.

    3. I need to understand the type of object you want to run the checkpoint, generally we can have wText or Text or Value properties to get the text for the objects , if it is bind to some grid and all we can do that as well using wValue property.

     

    Please provide the object spy properties of the objects you want to compare the text.