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.:
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
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
Timed out after 30000ms
open http://forms.leadgen.jp/LoginView.do
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 | |