I am using Test Studio to run automated tests against a Silverlight Out of Browser application. My SL OOB application has been installed on my computer with elevated trust. When I launch the application, it opens in Full Screen.
However, when Test Studio launches the application, it (SL application) opens and ignores the Full Screen option. Any code in the OOB application that requires elevated trust is ignored. This creates a problem. My Silverlight OOB application no longer runs exactly the way it is intended when launched by Test Studio. How do I configure Test Studio to record and run my out of browser application with elevated trust? (Allow Full Screen Option, File IO, plus other elevated trust options)
Also, Test Studio changes certain files in the Silverlight application (See Attached). When these files change the application continues to run with elevated trust ignored. Attached you will see the files that have changed after Test Studio opened my application. I suspect these file changes may be causing the application to ignore elevated trust. Please let me know.