SeleniumCommandTimedOutException at suite completion

38 views
Skip to first unread message

Jeremy Hubble

unread,
Sep 3, 2008, 6:27:31 PM9/3/08
to selenium-users...@googlegroups.com
I am running an htmlSuite created with Selenium IDA via RC. When I run it, the first test case seems to run properly [/with one error that I am expecting], while the second test suite runs properly until it reaches the last step. Then it just hangs for a long time, and finally just dies with the java exception below: I did notice earlier that if I had it 'clickAndWait' it seemed to get somewhat lost, so I have a feeling this may be related.

The test case and suite run fine in the browser ide.


Here are the last few steps from the log:
# info(1220479899794): Executing: |click | submit | |
# info(1220479899874): Executing: |pause | 10000 | |
# info(1220479909877): Executing: |verifyTextPresent | 2684 features with good data | |

However, after a long wait, the RC session just dies with:

16:58:38.837 INFO - Preparing Firefox profile...
16:58:43.478 INFO - Launching Firefox...
16:58:45.010 INFO - Checking Resource aliases
17:28:43.767 INFO - Killing Firefox...
HTML suite exception seen:
org.openqa.selenium.server.SeleniumCommandTimedOutException
at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:102)
at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:141)
at org.openqa.selenium.server.SeleniumServer.runHtmlSuite(SeleniumServer.java:710)
at org.openqa.selenium.server.SeleniumServer.boot(SeleniumServer.java:235)
at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:197)

Reply all
Reply to author
Forward
0 new messages