bjohnson_1
14 years agoOccasional Contributor
WPF Template Triggers
I am testing an application built in C#. As part of the application they developed field level error messages. It appreas that message are rendered via templates which are called by various triggers. Example a required field which loses focus with no data entered calls a trigger to display a message denoting to enter data.
I have been able to find the individual trigger definitions which populate the data I want to verify. However I have not found the property which tells me that trigger has been called/activated.
Since test complete cannot see the field level message rendered on the screen, I need to find some property which will allow me to validate the error was displayed.
Any ideas?
Thanks
I have been able to find the individual trigger definitions which populate the data I want to verify. However I have not found the property which tells me that trigger has been called/activated.
Since test complete cannot see the field level message rendered on the screen, I need to find some property which will allow me to validate the error was displayed.
Any ideas?
Thanks