When You Need to Prepare .NET Applications for Testing

Applies to TestLeft 15.40, last modified on March 17, 2022

You can test .NET applications without any special preparations. You can also access individual objects of .NET applications, their internal properties and methods from your tests.

However, in certain cases, you need to prepare your .NET application before testing it:

  • To test a .NET application launched from a network share, run the application with the Full Trust permission.

  • To test a .NET application launched from a web server using Internet Explorer and no-touch deployment, run the application with the Full Trust permission.

To learn how to run .NET applications with the Full Trust permission, see —

Preparing Network and No-Touch Deployment .NET Applications for Testing

See Also

Preparing .NET Applications for Testing

Highlight search results