RE: How to write test case of Login window where user ...
Here is an ExamplePROJECT : COES MODULE : Order Entry Document References : COES SRS Ver1.2 FORM REF: Authentication Sec/Page REF NO.:- 5.1.1 / 9 FUNCTIONAL SPECIFICATION: User Authentication REF NO:- 1.1.13 TEST DATE Time Taken TEST OBJECTIVE:- To check whether the entered User name and Password are vaild or Invaild PREPAIRED BY Vishu TEST CASE NO:- Authentication Test DATA USER Name = COES and PASSWORD = COES Step No Steps Data Expected Results Actual Results 1 Enter User Name and press LOGIN Button User Name= COES Should Display Warning Message Box "Please Enter User name and Password" 2 Enter Password and press LOGIN Button Password= COES Should Display Warning Message Box "Please Enter User name and Password" 3 "Enter user Nameand Password and press LOGIN Button" "USER = COES AND Password = XYZ" Should Display Warning Message Box "Please Enter User name and Password" 4 Enter user Name and Password and press LOGIN Button "USER = XYX AND Password = COES" Should Display Warning Message Box "Please Enter User name and Password" 5 "Enter user Name and Password and press LOGIN Button" "USER = XYZ AND Password = XYZ" Should Display Warning Message Box "Please Enter User name and Password" 6 "Enter user Name and Password and press LOGIN Button" "USER ="" "" AND Password = "" """ Should Display Warning Message Box "Please Enter User name and Password" 7 Enter User Name and Password and press LOGIN Button "USER = COES AND Password = COES" Should navigate to CoesCategoryList.asp page. 8 Enter User Name and Password and press LOGIN Button "USER = ADMIN AND Password = ADMIN" Should navigate to Maintenance page page. I Hope this will Help You.
RE: How to write test case of Login window where user ...
Test case ID Description Steps/Test data Expected Result Actual ResultLW_AU_01 Check whether the entered user name is valid or not User Name=”12345678”Press “Login Button” Should display the warning message “User name should be alphabetic Characters” LW_AU_02 Check whether the entered user name is valid or not User Name=”User1234”Press “Login Button” Should display the warning message “User name should be alphabetic Characters” LW_AU_03 Check whether the entered user name is valid or not User Name=”user”Press “Login Button” Should display the warning message “User Name must have 8 characters” LW_AU_04 Check whether the entered user name is valid or not User Name=” ”Press “Login Button” Should display the warning message “Please enter the User name” LW_AU_05 Check whether the entered user name is valid or not User Name=”usernamex”Press “Login Button” Should display the warning message “User Name must have 8 characters” LW_AU_06 Check whether the entered user name is valid or not User name=”username”Press “Login Button” Should Navigate to the next Window
RE: How to write test case of Login window where user ...
hi srikanth,
thn q very much for ur invaluable information on writing test case for login window, i felt one step was misssing in ur tesst cae i.e b4 going enterning username n passwrod
press login button expectedvalue " enter username and passwrod " msg should appear,
any how i than q very much for this info. ,i wanted to know
whether there are any templates for writing test cases so that v don't miss any step.
RE: How to write test case of Login window where user ...
Dear surya i think the test case which you are talking about is test case no. 6... in table where it is mentioned on blank i/p values for login name and password and pressed Login Button