This question is locked. New answers and comments are not allowed.
I have a simple webtest that
The problem is apparently finding the textbox in the radwindow. Is there a way around this?
I don't understand the significance of the SilverlightApp in the error message since it is not a silverlight app that I am testing.
Error Message:
ArtOfTest.Common.Design.Exceptions.ExecutionException: Unhandled exception thrown during automation step execution ---> System.Exception: Unable to find the target host (Browser/SilverlightApp) to locate an element. Failure:
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
--- End of inner exception stack trace ---
- navigates to my site
- logs in
- enters 'asdf' in a textbox
- saves it
- opens RadWindow
- enters '123456' in a textbox - This Step fails in playback (Set 'EditOccIdTextText' text to '123456')
- saves it
The problem is apparently finding the textbox in the radwindow. Is there a way around this?
I don't understand the significance of the SilverlightApp in the error message since it is not a silverlight app that I am testing.
Error Message:
ArtOfTest.Common.Design.Exceptions.ExecutionException: Unhandled exception thrown during automation step execution ---> System.Exception: Unable to find the target host (Browser/SilverlightApp) to locate an element. Failure:
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
--- End of inner exception stack trace ---