|
How to execute a webtest from Powershell Hi,
Is there a way of executing a webtest from a powershell script. Currently I
have written the webtest script which looks as below in .bat file. Which i am
executing through command prompt. Is there a way to either execute the bat
file from powershell or if not then executing the webtest from powershell
-------------------.Batch File--------------------------------
set test.CheckProxy=HTTP://%1:1151/version
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\mstest.exe"
/noresults
/testcontainer:"E:\Aditya\Proxy\MCF_Test.webtest" /detail:errormessage
set test.CheckProxy=
-------------------.Batch File--------------------------------
Thanks,
Aditya |