Sunday, April 10, 2011

IDE Test Suite Report

@echo off
java -jar C:\selenium-server-1.0.3\selenium-server.jar -htmlSuite "*firefox" "http://www.ge.com" "C:\GE\GE_TS1.html" "C:\FF\GE_TS1_Result.html"
pause

Note:
Param 1,2,3 - For launching RC
Param 4 - RC Mode
Param 5 - Browser
Param 6 - Base URL of Test Suite
Param 7 - Test Suite file with full path
Param 8 - Name of the Report html file

Important: Before running bat file, run Test Suite manually to ensure that it runs and also check the file paths.

No comments:

Post a Comment