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
sulee
Active particpant
Active particpant
Posts : 14
Join date : 2010-12-27

The connection has timed out Empty The connection has timed out

Tue Mar 15, 2011 6:46 pm
Hi all,

I am using java client driver and eclipse java ee helios, my setup is complete to run selenese test cases.
In fact i connect to some sites, and i cannot connect to some sites. For instance the test below runs correctly:

import com.thoughtworks.selenium.*;
import java.util.regex.Pattern;

public class google extends SeleneseTestCase {
public void setUp() throws Exception {
//setUp("http://www.google.com/", "*chrome");
selenium = new DefaultSelenium("localhost", 4444, "*firefox", "http://172.31.206.23");
selenium.start();
}
public void testUntitled() throws Exception {
selenium.open("/");
selenium.waitForPageToLoad("30000");

}
}

Whereas if change the base url to www.google.com, I cannot connect and I got browser message as below:

The connection has timed out
The server at www.google.com is taking too long to respond.

And the console error message is:

Got result: Timed out after 30000ms on session d359......

Could anyone tell me reason for that? Because i cannot test the we site i am suppose to do. Thanks in advance.

avatar
thumatiraja
Active particpant
Active particpant
Posts : 19
Join date : 2011-03-11
Age : 37
Location : Hyderabad

The connection has timed out Empty Re: The connection has timed out

Tue Mar 15, 2011 7:33 pm
hi,
According to my opinion ...........
In some days back i got same issue(Timed out)
i think it's application problem
Check Your application once and again you run


Thanks
Raja
avatar
sulee
Active particpant
Active particpant
Posts : 14
Join date : 2010-12-27

The connection has timed out Empty Re: The connection has timed out

Tue Mar 15, 2011 7:45 pm
Actually that is the point I am helpless because the only change i made to the code is changing the url, nothing else. So how can the application could be wrong? I am suspecting the network issues but i am not sure because i am not good at that stuff. Thanks.
avatar
thumatiraja
Active particpant
Active particpant
Posts : 19
Join date : 2011-03-11
Age : 37
Location : Hyderabad

The connection has timed out Empty Re: The connection has timed out

Tue Mar 15, 2011 7:50 pm
Hi,

In My Application (live Project),i got the same issue as you faced .At that time simply i changed my code and again i was run.....then it was worked

FYI
Thanks
Raja
avatar
sulee
Active particpant
Active particpant
Posts : 14
Join date : 2010-12-27

The connection has timed out Empty Re: The connection has timed out

Tue Mar 15, 2011 7:52 pm
Thats good it worked but what you have changed and it worked? I need to know that...
avatar
thumatiraja
Active particpant
Active particpant
Posts : 19
Join date : 2011-03-11
Age : 37
Location : Hyderabad

The connection has timed out Empty Re: The connection has timed out

Tue Mar 15, 2011 8:03 pm
hi,

come to online,i will give you solution

1.Click Forumation on the top of this page
2.Click on Login
avatar
sulee
Active particpant
Active particpant
Posts : 14
Join date : 2010-12-27

The connection has timed out Empty Re: The connection has timed out

Wed Mar 16, 2011 2:08 pm
Hi,

I have noticed that i got the connection time out before selenium completed its test. I mean, i set the waitforpagetoload to 50000ms but in 35s test returned with time out exception. I still dont understand why it works with some web sites and doesnt work with others. Please help. Thanks..
Sponsored content

The connection has timed out Empty Re: The connection has timed out

Back to top
Permissions in this forum:
You cannot reply to topics in this forum