Query 1:
From the IDE I have set the default browser to be IE for the testlist. Then through a bat file I execute the test list. It opens a blank IE screen and then nothing happens. The same test runs successfully using Chrome. So Wanted to know what is missing in case of IE browser when trying to execute using ArtofTest.Runner. Following is the snapshot of the bat file I use.
Query 2:
I have multiple test lists (segregated based on the functionality of the software.) How can I execute all the testlists under the TestList folder using ArtofTestRunner?
IF EXIST "C:\Program Files (x86)\Telerik\Test Studio\Bin" goto :a
echo not found
pause
exit
:a
setlocal
path=C:\Program Files (x86)\Telerik\Test Studio\Bin;%path%
call ArtOfTest.Runner.exe list="C:\TFS\TestWare\Branches\10.1\Automated testing\Level7FO\TestLists\%%I"