Selenium Demo Tests Log

Generated
20090415 07:37:26 GMT +03:00

 

Test Statistics

Total Statistics Total Pass Fail Graph
Critical Tests
10 4 6
All Tests
10 4 6
Statistics by Tag Total Pass Fail Graph
regression
10 4 6
smoke
4 0 4
Statistics by Suite Total Pass Fail Graph
10 4 6
3 0 3
6 4 2
1 0 1

Test Execution Log

Expand All TEST SUITE: Login Tests
Expand All TEST SUITE: Higher Level Login
Expand All TEST CASE: Higher Level Valid Login
SETUP: resource.Open Login Page
KEYWORD: resource.Input Username demo
KEYWORD: resource.Input Password mode
KEYWORD: resource.Click Login Button
KEYWORD: resource.Welcome Page Should Be Open
KEYWORD: SeleniumLibrary.Location Should Be ${WELCOME URL}
07:36:36.373 INFO Verifying current location is 'http://localhost:7272/welcome.html'.
07:36:36.374 FAIL Location should have been 'http://localhost:7272/welcome.html' but was 'http://localhost:7272/error.html'
TEARDOWN: SeleniumLibrary.Close Browser
Expand All TEST CASE: Even Higher Level Valid Login
SETUP: resource.Open Login Page
KEYWORD: resource.Login With Valid Credentials demo, mode
KEYWORD: resource.Input Username ${username}
KEYWORD: resource.Input Password ${password}
KEYWORD: resource.Click Login Button
KEYWORD: resource.Welcome Page Should Be Open
KEYWORD: SeleniumLibrary.Location Should Be ${WELCOME URL}
07:36:43.074 INFO Verifying current location is 'http://localhost:7272/welcome.html'.
07:36:43.075 FAIL Location should have been 'http://localhost:7272/welcome.html' but was 'http://localhost:7272/error.html'
TEARDOWN: SeleniumLibrary.Close Browser
Expand All TEST CASE: Highest Level Login
SETUP: resource.Open Login Page
KEYWORD: resource.Login As A Valid User
KEYWORD: resource.Login With Valid Credentials demo, mode
KEYWORD: resource.Input Username ${username}
KEYWORD: resource.Input Password ${password}
KEYWORD: resource.Click Login Button
KEYWORD: resource.Welcome Page Should Be Open
KEYWORD: SeleniumLibrary.Location Should Be ${WELCOME URL}
07:36:55.456 INFO Verifying current location is 'http://localhost:7272/welcome.html'.
07:36:55.456 FAIL Location should have been 'http://localhost:7272/welcome.html' but was 'http://localhost:7272/error.html'
TEARDOWN: SeleniumLibrary.Close Browser
Expand All TEST SUITE: Invalid Login
SETUP: resource.Open Login Page
TEARDOWN: SeleniumLibrary.Close Browser
Expand All TEST CASE: Invalid Username
Expand All TEST CASE: Invalid Password
Expand All TEST CASE: Invalid Username And Password
Expand All TEST CASE: Empty Username
Expand All TEST CASE: Empty Password
KEYWORD: Login With Invalid Credentials Should Fail demo, \
KEYWORD: resource.Input Username ${username}
KEYWORD: resource.Input Password ${password}
KEYWORD: resource.Click Login Button
KEYWORD: SeleniumLibrary.Location Should Be ${ERROR URL}
07:37:19.491 INFO Verifying current location is 'http://localhost:7272/error.html'.
07:37:19.491 FAIL Location should have been 'http://localhost:7272/error.html' but was 'http://localhost:7272/welcome.html'
TEARDOWN: Go To Login Page
Expand All TEST CASE: Empty Username And Password
KEYWORD: Login With Invalid Credentials Should Fail , \
KEYWORD: resource.Input Username ${username}
KEYWORD: resource.Input Password ${password}
KEYWORD: resource.Click Login Button
KEYWORD: SeleniumLibrary.Location Should Be ${ERROR URL}
07:37:19.924 INFO Verifying current location is 'http://localhost:7272/error.html'.
07:37:19.924 FAIL Location should have been 'http://localhost:7272/error.html' but was 'http://localhost:7272/welcome.html'
TEARDOWN: Go To Login Page
Expand All TEST SUITE: Simple Login
Expand All TEST CASE: Valid Login
KEYWORD: SeleniumLibrary.Open Browser http://localhost:7272/index.html, ${BROWSER}
KEYWORD: SeleniumLibrary.Location Should Be http://localhost:7272/index.html
KEYWORD: SeleniumLibrary.Title Should Be Login Page
KEYWORD: SeleniumLibrary.Input Text username_field, demo
KEYWORD: SeleniumLibrary.Input Text password_field, mode
KEYWORD: SeleniumLibrary.Click Button login_button
KEYWORD: SeleniumLibrary.Location Should Be http://localhost:7272/welcome.html
07:37:26.697 INFO Verifying current location is 'http://localhost:7272/welcome.html'.
07:37:26.698 FAIL Location should have been 'http://localhost:7272/welcome.html' but was 'http://localhost:7272/error.html'