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
nobel
Active particpant
Active particpant
Posts : 18
Join date : 2011-03-25
Age : 35

[Help] how to run the recorded google pages  Empty [Help] how to run the recorded google pages

Tue Mar 29, 2011 7:58 pm
Hi,
I used Selenium IDE and recorded one google search. This is created as Testcase.
But i am unable to run the test case of the recorded google search in java eclipse ide using junit, selenium-java-client-driver.jar and selenium-server.jar (server).

can anybody help me?

it shows something in the console as follows:

18:07:52.343 INFO - Java: Sun Microsystems Inc. 11.2-b01
18:07:52.359 INFO - OS: Windows XP 5.1 x86
18:07:52.359 INFO - v2.0 [b2], with Core v2.0 [b2]
18:07:52.531 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
18:07:52.531 INFO - Version Jetty/5.1.x
18:07:52.531 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
18:07:52.531 INFO - Started HttpContext[/selenium-server,/selenium-server]
18:07:52.531 INFO - Started HttpContext[/,/]
18:07:52.562 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@60420f
18:07:52.562 INFO - Started HttpContext[/wd,/wd]
18:07:52.562 WARN - Failed to start: SocketListener0@0.0.0.0:4444
18:07:52.562 INFO - Java: Sun Microsystems Inc. 11.2-b01
18:07:52.562 INFO - OS: Windows XP 5.1 x86
18:07:52.562 INFO - v2.0 [b2], with Core v2.0 [b2]
18:07:52.578 WARN - Failed to start: SocketListener1@0.0.0.0:4444
18:07:52.578 WARN - Failed to start: SocketListener2@0.0.0.0:4444

18:07:52.578 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
18:07:52.578 INFO - Version Jetty/5.1.x
18:07:52.578 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
18:07:52.578 INFO - Started HttpContext[/selenium-server,/selenium-server]
18:07:52.578 INFO - Started HttpContext[/,/]
18:07:52.578 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@2808b3
18:07:52.578 INFO - Started HttpContext[/wd,/wd]
18:07:52.578 INFO - Java: Sun Microsystems Inc. 11.2-b01
18:07:52.578 INFO - OS: Windows XP 5.1 x86
18:07:52.578 INFO - v2.0 [b2], with Core v2.0 [b2]
18:07:52.578 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
18:07:52.578 INFO - Version Jetty/5.1.x
18:07:52.578 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
18:07:52.578 INFO - Started HttpContext[/selenium-server,/selenium-server]
18:07:52.578 INFO - Started HttpContext[/,/]
18:07:52.578 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@b42cbf
18:07:52.578 INFO - Started HttpContext[/wd,/wd]
avatar
ashish_techie
Amateur
Amateur
Posts : 73
Join date : 2011-08-09

[Help] how to run the recorded google pages  Empty Re: [Help] how to run the recorded google pages

Tue Aug 09, 2011 2:07 pm
Have you started selenium server? - if using RC
OR
When Selenium runs, it runs on port number 4444.
Most probably, you are having an application that is blocking that port. Sometimes skype blocks that port. Close that application or You can use defaultselenium class to change the port number on which selenium server is running.

Regards
Ashish

For learning selenium visit:
qtpselenium.com/samplevideos/selenium/seleniumvideos.php
Back to top
Permissions in this forum:
You cannot reply to topics in this forum