Selenim RC stuck when running a test suit via eclipse and Ant
Page 1 of 1 • Share •
Selenim RC stuck when running a test suit via eclipse and Ant
Hi,
I am currently trying to run some automation
tests via selenium with testing thru eclipse, i start the test via an Ant . So I
have my test suite in tesNG.xml as follows
DOCTYPE suite
SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="TestCases">
<listeners>
<listener class-name="priority.PriorityInterceptor"
/>
listeners>
<parameter name="serverHost"
value="localhost" />
<parameter
name="browserURL" value="@@@@@@@@@@.com J" />
<parameter name="timeout"
value="30000" />
<parameter name="takeScreenshot"
value="false" />
<parameter name="htmlValidation"
value="false" />
<parameter name="takeErrorScreenshots"
value="false" />
<parameter name="dataset"
value="testdata/dataset.xml" />
<parameter name="username"
value="selenium" />
<parameter name="password"
value="selenium" />
<parameter name="picturesPathValidPictures"
value="testdata/pictures"/>
<parameter name="picturesPathInvalidPictures"
value="testdata/invalid_pictures"/>
<test name="IE7_method">
<parameter name="browserStartCommand"
value="*iehta"/>
name="maggietests.TeacherSmokeLogin">
name="maggietests.TeacherSmokeLogOut">
name="maggietests.TeacherSmokeDashboard">
test>
suite>
"
Now if I run any of the 3 tests individually ,
selenium RC starts opens IE runs the tests and then closes correctly. However
if I set multiple tests in my tests suite I have the following problem,
selenium RC starts up normally and my firsts test case is started but at some
command line usually at lines involving xpath or popup calls another selenium
RC window appears (the next test is
started ) and the previous RC window is stuck showing the last command run. Sometimes
up to 4 simultanious RC windows are started. I am new to selenium testing so there
might be some configuration mistake and if so I would appreciate any help I can
get on this issue J.
Note: I am
using the latest version of selenium RC and TestNG.
I am currently trying to run some automation
tests via selenium with testing thru eclipse, i start the test via an Ant . So I
have my test suite in tesNG.xml as follows
DOCTYPE suite
SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="TestCases">
<listeners>
<listener class-name="priority.PriorityInterceptor"
/>
listeners>
<parameter name="serverHost"
value="localhost" />
<parameter
name="browserURL" value="@@@@@@@@@@.com J" />
<parameter name="timeout"
value="30000" />
<parameter name="takeScreenshot"
value="false" />
<parameter name="htmlValidation"
value="false" />
<parameter name="takeErrorScreenshots"
value="false" />
<parameter name="dataset"
value="testdata/dataset.xml" />
<parameter name="username"
value="selenium" />
<parameter name="password"
value="selenium" />
<parameter name="picturesPathValidPictures"
value="testdata/pictures"/>
<parameter name="picturesPathInvalidPictures"
value="testdata/invalid_pictures"/>
<test name="IE7_method">
<parameter name="browserStartCommand"
value="*iehta"/>
test>
suite>
"
Now if I run any of the 3 tests individually ,
selenium RC starts opens IE runs the tests and then closes correctly. However
if I set multiple tests in my tests suite I have the following problem,
selenium RC starts up normally and my firsts test case is started but at some
command line usually at lines involving xpath or popup calls another selenium
RC window appears (the next test is
started ) and the previous RC window is stuck showing the last command run. Sometimes
up to 4 simultanious RC windows are started. I am new to selenium testing so there
might be some configuration mistake and if so I would appreciate any help I can
get on this issue J.
Note: I am
using the latest version of selenium RC and TestNG.
Robert- Posts: 1
Join date: 2010-06-29
Similar topics» WHEN HWK RELEASES LATEST SUPPORT AND SETUP SUIT..................PLZ HELP
» test 12123
» 6300 and 3110c security test failed
» Selenim RC stuck when running a test suit via eclipse and Ant
» Run test case in testNG and Eclipse
» test 12123
» 6300 and 3110c security test failed
» Selenim RC stuck when running a test suit via eclipse and Ant
» Run test case in testNG and Eclipse
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case