Monday, January 27, 2014

Why Visual studio 2013 doesn't have easy way to run multiple selected webtest/coded web test?

I work in a company which has 100 of client sites and I have coded web tests for all those sites as well as I have couple of coded UI test and load test to verify those sites login and up and running or not  by using visual studio 2010 ultimate, I can easily run all those tests or partial number of tests easily from the Test view or from the Test list editor of VS 2010. Every month during our IT maintenance I run all those web and coded UI tests.
Now I have installed Visual Studio 2013 ultimate, and don't see this incredible feature(test view/test list editor).
I see under load test there are options like run all tests in solution or selected test- from here I can not run easily all those tests(web and coded ui tests) together.  It is very hard to execute all those test from there.

Would you please consider this very important feature to be added in the visual studio 2013 or in the future releases of VS as it helps a lot for the automated tester. I think VS 2010 is much useful for me than VS2012 or VS2013 in this regard.
Thanks and Regards,
Abdur
===
Hi Jaeed,
One workaround is that you could run them in command line:
mstest /TestContainer: WebTest1.webtest /TestContainer: WebTest2.webtest
You could submit this feature request: http://visualstudio.uservoice.com/forums/121579-visual-studio. The Visual Studio product team is listening to user voice there. You can send your idea there and people can vote. If you submit this suggestion, I hope you could post that link here, so other community members who are interested in this issue will help you vote it. If it gets more votes, the product team expert would think about adding it as a new feature in the future product. Thanks for your understanding.
Best Regards,

Unix/Linux Commands

  Flow control Syntax break Exit a loop. continue Exit the current iteration of the loop and proceed with the next iteration. Ctrl+C Key com...