Unable to run html suites in other browser except Firefox Using selenium RC -
i have problem in running test suites in other browser using selenium rc. have test suite exported selenium ide. intending run 5 tests in suite. suite runs , gives out correct results when *firefox specified browser. doesn't run tests in other browser.
java -jar selenium-server.jar -htmlsuite "*firefox" "http://www.global.com" "c:/users/desktop/prp_rc/article.html" "c:/users/desktop/prp_rc/result.html"
this how run suite in command prompt.
when use *iexplore(i use ie8) throws exception saying, session id 489504 doesn't exist *iexploreproxy,*googlechrome , *safari open respective browsers , display test case names on browser. doesn't run anything.
*piiexplore open browser , displays script error. when tried debug error, seen:
webpage error details
user agent: mozilla/4.0 (compatible; msie 7.0; windows nt 6.1; trident/4.0; iopus-web-automation; slcc2; .net clr 2.0.50727; .net clr 3.5.30729; .net clr 3.0.30729; media center pc 6.0; .net4.0c; .net4.0e) timestamp: wed, 9 feb 2011 10:07:01 utc
message: 'undefined' null or not object line: 476 char: 9 code: 0 uri: http://www.global.com/selenium-server/core/scripts/selenium-testrunner.js
Comments
Post a Comment