User Acceptance Testing is challenging task where to create acceptance test cases according to requirements and users point of view to make system reliable and user friendly.
UAT(User Acceptance Testing) Test Case-Format Example: We have worked to provide an example related to “User Log In Authentication Acceptance“
Precondition:
– Proper network connection is working
– User Account is registered
– User is on “Log In” page
Test Scenario:
-Log In with Valid Credentials(System’s Registered) >> Example-Username>>123
Password>> abc
-Log In with Valid Credentials(Social Sites Registered ):-
Example: Username>>123
Password>> abc
Acceptance Criteria:
– All fields are visible with proper GUI
– Mandatory fields and non mandatory fields are defined
– User is able to write easily
– User is able to be on “Log In” page
– User can enter text in text fields (Username/Password)
– User can edit written text in text fields (Username/Password)
– User is able to click on “Log In Button”
– Alert on invalid data
– User logged in to correct profile according to valid credentials
Exit Criteria:-
– Log In is working in platforms
(Window, Mac, Android, iOS and more)
– Log In is working with browsers
(Firefox, Chrome, Safari, Edge and more)
– Log In is working in defined environment with “all acceptance criteria and validations”
– Log In is working in “Responsive Mode”
– On click “Cancel/Leave” Log In is being closed successfully
“Click Here” for “User Acceptance Process”
Note:- This is just “Log In Module” example and simple format and but there may be some changes or more sections according to need and requirements and format also may be different according to need, so keep learning.