Dashboard > Selenium Remote Control > Home
Selenium Remote Control Log In View a printable version of the current page.
Home
Added by Patrick Lightbody, last edited by Dan Fabulich on Aug 22, 2007  (view change)
Labels: 
(None)

Bug Triage HOWTO (Selenium Remote Control)
Developer's Guide (Selenium Remote Control)
Manual Testing (Selenium Remote Control)
Our Build Boxes (Selenium Remote Control)
Overview Reports (Java) (Selenium Remote Control)
Possible Solution to HTTP AUTH Issues (Selenium Remote Control)
Proxy Configuration for the Selenium Server (Selenium Remote Control)
Release Process (Selenium Remote Control)
Running Selenium Self Tests (Selenium Remote Control)
Selenese RC Test Motor (Selenium Remote Control)
Selenium RC and JsUnit (Selenium Remote Control)
Selenium RC command line parameter notes (Selenium Remote Control)
Selenium RC FAQ (Selenium Remote Control)
Selenium RC Logging (Selenium Remote Control)
Selenium-RC and Continuous Integration (Selenium Remote Control)
Setting up our interpreters (Selenium Remote Control)
Specifications for Selenium Remote Control Client Driver Protocol (Selenium Remote Control)
Testing Flash with Selenium RC (Selenium Remote Control)
Tutorial 2nd step (Selenium Remote Control)
Windows Registry Support (Selenium Remote Control)

hi all,
I created Test Suite for Login page by Selenium IDE. And ran it by Selenium TestRunner, It was running fine. After that I tried to ran it by "Selenium-RC" by the following command.:

java -jar selenium-server.jar -htmlSuite "*firefox" "http://forms.leadgen.jp" "E:\AutomatedTool\Selenium\Test\29Aug2008\TestSuite_Login.html" "E:\AutomatedTool\Selenium\Test\29Aug2008\Report_Login1.html"

After executing, Report_Login.html file was created and I found the following error:

"Timed out after 30000ms"

Anybody can give me the solution?

Details Result:
Test suite results
result: failed

totalTime: 142
numTestTotal: 2
numTestPasses: 1
numTestFailures: 1
numCommandPasses: 4
numCommandFailures: 3
numCommandErrors: 0
Selenium Version: undefined
Selenium Revision: undefined
Test Suite
validvalid
blankblank

validvalid.html

validvalid
open http://forms.leadgen.jp/LoginView.do Timed out after 30000ms
assertTitle Login View
type user_name hungry
type password donthavemoney
clickAndWait loginOption Timed out after 30000ms
waitForPageToLoad 60000 Timed out after 60000ms
assertTitle Reperio Form Manager

blankblank.html

blankblank
open http://forms.leadgen.jp/LoginView.do
assertTitle Login View
type user_name
type password
clickAndWait loginOption
assertTitle Login View

info: Starting test /selenium-server/tests/validvalid.html
info: Executing: |open | http://forms.leadgen.jp/LoginView.do | |
warn: currentTest.recordFailure: Timed out after 30000ms
info: Executing: |assertTitle | Login View | |
info: Executing: |type | user_name | demo |
info: Executing: |type | password | kliper |
info: Executing: |storeValue | user_name | demo |
info: Executing: |storeValue | password | kliper |
info: Executing: |clickAndWait | loginOption | |
warn: currentTest.recordFailure: Timed out after 30000ms
info: Executing: |waitForPageToLoad | 60000 | |
warn: currentTest.recordFailure: Timed out after 60000ms
info: Executing: |assertTitle | Reperio Form Manager | |
info: Starting test /selenium-server/tests/blankblank.html
info: Executing: |open | http://forms.leadgen.jp/LoginView.do | |
info: Executing: |assertTitle | Login View | |
info: Executing: |type | user_name | |
info: Executing: |type | password | |
info: Executing: |clickAndWait | loginOption | |
info: Executing: |assertTitle | Login View | |

what companys are using selenium? propect of selenium?

Site running on a free Atlassian Confluence Community License granted to OpenQA. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.6 Build:#812 Aug 06, 2007) - Bug/feature request - Contact Administrators