Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
Robert
Posts : 1
Join date : 2010-06-29

Selenim RC stuck when running a test suit via eclipse and Ant Empty Selenim RC stuck when running a test suit via eclipse and Ant

Tue Jun 29, 2010 8:33 pm
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.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum