I am using the white automation API to test a silverlight app, but when an unhandled exception occurs in silverlight I don't know of a way to report this back to the unit test or check in the white api to see if there was an exception. Anyone got a way to do this?
|
feedback
|
|
I am not familiar with the white test framework, but you can probably do something like the following in your test:
Like I said, I have not used the particular test framework mentioned, but something like this should work. Or are you running into some problem that prevents this from working? | |||
feedback
|
|
The IE 'error on page' warning is a GUI element, so you should be able to check for it via the white api. Locate the IE status bar, query it for the status message, and if the message == 'error on page', then log an error in your test. Sample code below for inspecting the text on the status bar.
output
| ||||
|
feedback
|