This is a migrated thread and some comments may be shown as answers.

Issues while exporting tests from StandAlone to VS Plug In

1 Answer 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anju
Top achievements
Rank 1
Anju asked on 20 Jun 2013, 04:09 AM
Hi,

I have exported the tests in Stand Alone version of TestStudio project to VS 2012 and when I open the solution I am not able to see the Test Studio tool bar. Nor am I getting any TestLists option under Test->Windows.

I am attaching a snapshot of the scenario. Please have a look into the issue and let me know if I need to do anything more while exporting the tests.

Won't test studio VS plug in work with VS 2012 professional version?

Thanks & Regards,
Anju

1 Answer, 1 is accepted

Sort by
0
Boyan Boev
Telerik team
answered on 20 Jun 2013, 08:26 AM
Hello Anju,

Unfortunately the Test Lists are deprecated in VS2012, but you can still use them.

Here's the workaround:

     1) Open your solution.
     2) From the Solution Explorer right click the solution item.
     3) Select Add/New Item
     4) Do not click on any of the available items, instead type in the text box 'TestList.vsmdi' or any other item name that ends with '.vsmdi'. Just make sure not to click on any item as it would overwrite your input.
     5) Find 'Solution Items' sub folder directly under your solution
     6) Double click TestList.vsmdi and this will bring up the 'Test List Editor' in VS2012.
     7) Select a test from the 'Test List Editor' and you'll find the Test Properties.
  
See this video for a demonstration.

Unfortunately in VS2012 you can only create a test list and edit it, but in order to execute the test list you need to use MSTest via the command line. You can read in this article more information how to use MSTest and how to execute a test list with a custom settings file.

Regards,

Boyan Boev
Telerik
Free summer webinars on advanced web automation tactics hosted by Jim Holmes & Adam Goucher.
Reserve your seat today!
Tags
General Discussions
Asked by
Anju
Top achievements
Rank 1
Answers by
Boyan Boev
Telerik team
Share this question
or