Short sentence or two about the aspect of the system is being tested. If this gets too long, break the test case up or put more information into the feature descriptions.
Prerequisite:-
Assumptions that must be met before the test case can be run. E.g., "logged in", "guest login allowed", "user test user exists".
Test Data:-
List of variables and their possible values used in the test case. You can list specific values or describe value ranges. The test case should be performed once for each combination of values. These values are written in set notation, one per line. E.g.:
Steps to carry out the test. See step formatting rules below.
visit LoginPage
enter userID
enter password
click login
see the terms of use page
click agree radio button at page bottom
click submit button
see PersonalPage
verify that welcome message is correct username
Expected Results:-
A results which you will get after run/execute of a test case.
Actual Results:-
After run a test case manual or automatically the result should be match with actual result if it is match with the actual result your test case goes in to pass status otherwise fail.
Software testing life cycle identifies what test activities to carry out and when (what is the best time) to accomplish those test activities. Even though testing differs between organizations, there is a testing life cycle.
User Interface Errors:- Missing /Wrong function does not do what the user wants to expect.missing information, Inappropriate error message,performance issue ,Cant redirect o/p.