Hello,
I'm trying to follow the steps outlined in the video here- http://tv.telerik.com/watch/automated-testing-tools/webui-test-studio-executing-webui-tests-with-mstest using my own test. I am using the WebUI QA Edition in conjunction with Visual Studio 2008 and when I attempt to run a project with an .aii extension with the following command "mstest /testcontainer:".\file name.aii"" (where "file name" is the name of the test I wish to execute) I receive the error: "File extension specified '.aii' is not a valid test extension." Do I need to perform any extra steps not listed in that video to register the .aii file extension with the MSTest framework?
I'm trying to follow the steps outlined in the video here- http://tv.telerik.com/watch/automated-testing-tools/webui-test-studio-executing-webui-tests-with-mstest using my own test. I am using the WebUI QA Edition in conjunction with Visual Studio 2008 and when I attempt to run a project with an .aii extension with the following command "mstest /testcontainer:".\file name.aii"" (where "file name" is the name of the test I wish to execute) I receive the error: "File extension specified '.aii' is not a valid test extension." Do I need to perform any extra steps not listed in that video to register the .aii file extension with the MSTest framework?