When I create a project for Visual Studio, and import it into our app, when it imports, Visual Studio recognizes the Test Studio tests in the Test Explorer. I can run them with little problems, but if I close out of Visual Studio and re-open it, the Test Studio tests disappear from the Test Explorer and I can no longer work with them as if they were unit tests, though the Test Explorer does find our written unit tests. I can still open the test file in Visual Studio, and the Solution Explorer still shows the Test Studio Project in the Solution. I can still run the tests manually by clicking play, but I can not do anything through the Test Explorer anymore unless I delete all the files of both projects and then recreate them and import the Test Studio VS Project into our VS Solution. Then I can play around with the Test Studio Tests in the VS Test Explorer and gain extra testing functionality, but only for as long as visual studio is open. If I close VS again, then I have to delete the projects and recreate them from scratch again.
I'm using VS 2013, Windows 8.1, Test Studio April 2014. We are building a .NET WPF app. I have about 200+ Test Studio Automated Tests I am trying to import.
I am getting this error on a build and of our solution with the Tests Studio Project included:
========== Load Playlist finished (0:00:00.015626) ==========
------ Discover test started ------
Failed to configure settings for runsettings plugin 'VSTest Run Configuration' as it threw following exception:
'An error occurred while loading the settings. Error: Could not find 'RunSettings' node..'
Please contact the plugin author.
I'm using VS 2013, Windows 8.1, Test Studio April 2014. We are building a .NET WPF app. I have about 200+ Test Studio Automated Tests I am trying to import.
I am getting this error on a build and of our solution with the Tests Studio Project included:
========== Load Playlist finished (0:00:00.015626) ==========
------ Discover test started ------
Failed to configure settings for runsettings plugin 'VSTest Run Configuration' as it threw following exception:
'An error occurred while loading the settings. Error: Could not find 'RunSettings' node..'
Please contact the plugin author.