Completed
Last Updated: 27 May 2014 10:01 by ADMIN
Ewin
Created on: 19 May 2014 19:49
Type: Bug Report
0
executing multiple test lists on latest internal build 2014.1.519 is simultaneous
What did you guys do to Test Studio and the way to execute the selected test lists?  Test Studio used to never open a ArtofTest Runner window when running a test lists.  Now, it does which is OK, if only running 1 test list.  But is a hazard when trying to run multiple test lists. 

Please fix this ASAP.  This is a headache. 

http://screencast.com/t/6Vam5rGsRmfl
2 comments
ADMIN
Shtilianov
Posted on: 27 May 2014 10:01
Hello, the problem is fixed. We are very sorry for the inconvenience. We'll release another internal build where this problem is fixed.
ADMIN
Daniel Djambov
Posted on: 20 May 2014 06:45
Telerik: We have implemented a change in local Test List runs to be executed directly with our ArtOfTestRunner, not needing Test Runner UI and this is a side effect from this change. There is an easy way to switch to the old way of running Test Lists with Test Runner UI and this behavior will not be observed. What you need to do is find the Test Studio config file (by default located here C:\Program Files (x86)\Telerik\Test Studio\Bin\Telerik.TestStudio.exe.config) and edit it like this (CommandLineRun to be False):
<appSettings>
      <add key="CommandLineRun" value="False"/>
      <add key="PersistOnEachStep" value="False"/>
  </appSettings>
Then from Test Studio you will be able to run Test Lists as you did until now and multiple test list execution will work as you expect it.