Showing posts with label example login test cases. Show all posts
Showing posts with label example login test cases. Show all posts

Example Test cases for Login Application


Test case ID
BRS ID
Description
Test Data
Expected Result
Actual Result
Result
1
1.1
verifying the login application with valid user name and password
User name:abcd            Password:abc@1234
User name and password  values should be accept application
User name and password values are accepted

2
1.1
verifying the  "OK" button functionality
Click "OK" button
Login page should be redirect to the home page.
Login page is redirect to the home page

3
1.1
Verifying "Cancle" button functionality
Click "Cancle" button
Login dialog box should be closed with out redirecting home page
Login dialog box is closed with out redirecting the home page

4
1.1
Verifying the Applications "Close" Functionality
Click the "Close" functionality on Application
The login application should be close
The login application is closed

5
1.1
Verifying the Applications "Minimize" Functionality
Click the "Minimize" functionality on Application
The login application should be minimized
the login application is minimized

6
1.1
Verifyign the username filed length exactly with 6 characters
username:12345y
User name field should be accept the value
User name field accepted the value

7
1.1
Verifyign the username filed length between 7 to 11  characters
user name:14253yuiqs
User name field should be accept the value
User name field accepted the value

8
1.1
Verifyign the username filed length exactly with 12 characters
username:12345y54hber
User name field should be accept the value
User name field accepted the value

9
1.1
Verifyign the Password filed values with out entering _,; values
Password:41fgl@#
Password field should be accept the value
Password  field accepted the value