abinash11
5 years agoOccasional Contributor
Checking WPF style in TestComplete
We have a GUI based desktop application built using WPF.
There are requirements to check the colour change of the GUI controls when they are clicked.
However, the application uses WPF styles and apply the different styles when some controls are clicked/toggled etc.
When I use Object spy in TestComplete, the background and foreground properties do not reflect the real colours displayed and this is most probably due to the styles being applied instead of setting the colour changes directly using the background and foreground properties.
Does someone know a way to Identify these WPF style changes using TestComplete ?