betty1
5 years agoOccasional Contributor
Checking the background color of an object on my GUI application
I am new to TestComplete and working with Keyword Tests to test my GUI application. I want to see if a button on my screen is red, yellow, or green. I can do a property checkpoint on each of the co...
- 4 years ago
Hi betty1,
Explore your control in the Object Browser - perhaps it provides a native property (like, Background color or Color) that you can call from script.
If this doesn't help, take a look at the following KB article:
Also, I've found several threads with a similar question:
I hope it helps.