10-23-2009, 11:29 AM
Hi,
How can we write things in keyword driven testing (before application exist).
Test script
driver script
startup script
utility script
Let me know the above items to test the the login screen and home page.
Test cases in login screen-
1. Check whether proper error message gets displayed on providing invalid user name
2. Check whether the home page gets displayed on logging to the application with valid user name and password.
Test cases in home page-
1. Check whether user name gets displayed at top of the home page with logout link
2. Check whether user gets logged out on clicking on the logout link
How can we write things in keyword driven testing (before application exist).
Test script
driver script
startup script
utility script
Let me know the above items to test the the login screen and home page.
Test cases in login screen-
1. Check whether proper error message gets displayed on providing invalid user name
2. Check whether the home page gets displayed on logging to the application with valid user name and password.
Test cases in home page-
1. Check whether user name gets displayed at top of the home page with logout link
2. Check whether user gets logged out on clicking on the logout link