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
madhus
Posts : 1
Join date : 2012-01-20

Provided Base URL is not getting opened. Script fails with warn: currentTest.recordFailure: Timed out after 30000ms Empty Provided Base URL is not getting opened. Script fails with warn: currentTest.recordFailure: Timed out after 30000ms

Fri Jan 20, 2012 4:28 pm
Hi,

I have a simple test script written using IDE having:
Base URL and one command to open a html page

Through IDE, I am successfully able to open the page.

But through command prompt using selenium rc server when I run the same script it fails to open the page. On running script through the server two browsers get opened:
1. showing the status in TestRunner.
2. Second browser continues to connect to TestRunner-splash.html

In the second browser, base URL fails to open with the error:
warn: currentTest.recordFailure: Timed out after 30000ms

Details:
Error on cmd console is:
Jan 20, 2012 2:15:14 PM org.openqa.grid.selenium.GridLauncher main
INFO: Launching a standalone server
14:15:14.649 INFO - Java: Sun Microsystems Inc. 1.6.0_01-ea-b03
14:15:14.649 INFO - OS: Windows XP 5.1 x86
14:15:14.680 INFO - v2.16.1, with Core v2.16.1. Built from revision 15405
14:15:14.946 INFO - RemoteWebDriver instances should connect to:
1:44
14:15:14.946 INFO - Version Jetty/5.1.x
14:15:14.962 INFO - Started HttpContext[/selenium-server/driver,/selenium-server
/driver]
14:15:14.962 INFO - Started HttpContext[/selenium-server,/selenium-server]
14:15:14.962 INFO - Started HttpContext[/,/]
14:15:15.118 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@22c95b

14:15:15.118 INFO - Started HttpContext[/wd,/wd]
14:15:15.134 INFO - Started SocketListener on 0.0.0.0:4444
14:15:15.134 INFO - Started org.openqa.jetty.jetty.Server@179c285
14:15:15.399 INFO - Preparing Firefox profile...
14:15:19.649 INFO - Launching Firefox...
14:15:22.368 INFO - Checking Resource aliases
14:15:54.431 INFO - Checking Resource aliases
14:15:54.431 INFO - Received posted results
14:15:55.993 INFO - Killing Firefox...
Tests failed, see result file for details: d:\WS_1\Result.html

Log generated in Result.html:
warn: currentTest.recordFailure: Timed out after 30000ms

Anyone can help.. Thanks
Back to top
Permissions in this forum:
You cannot reply to topics in this forum