trbpub
10 years agoNew Contributor
Cannot run tests from Visual Studio 2013
I have TestComplete 10.50 installed, and I enabled Visual Studio support during the install. I'm able to create a TestComplete 10 test in my test project, but when I attempt to run it from the VS Test Explorer, I just get the error message, "Could not find test executor with URI 'executor://tc10testexecutor/v1'. Make sure that the test executor is installed and supports .net runtime version 4.0.30319.18408." Changing the Preferred test runner setting does not appear to have any effect.
Is there another plugin I need to install, or did I miss some configuration step somewhere?
Nevermind. My project was targeting .Net 4.5.1, which is apparently not supported by 10.50. Changing the target framework to 4.0 resolved the issue.