Below batch file is run for My_IE6DOM.opt (option set). You can try for suite instead of script-wise.
IE6DOM.bat
rem ******************************************************
rem Used to run the scripts for different option sets
rem *******************************************************
rem * Setting path to SilkTest application *
set APP_SILK="c:\Program Files\Segue\SilkTest\partner.exe"
rem * Setting path to Silk source *
set SRC_SILK=C:\Automation\AUT\Silk
rem * Setting SilkTest options file*
set SRC_OPTIONS=%SRC_SILK%\..\My_IE6DOM.opt
rem *****************************************
rem * Running Security test suite *
rem *****************************************
rem * Running Security Options test script *
%APP_SILK% -q -opt %SRC_OPTIONS% -r %SRC_SILK%\scripts\security.t
No comments:
Post a Comment