How to Write Test Cases in Manual Testing
Test case description
A simple test case to explain the scenario.
Test data
In order to execute the test case, you would need Test Data.
Test steps
Test steps in a test case outline the specific actions that a tester needs to perform to execute the test scenario.
Expected result
The expected result is a clear statement that describes what you expect to happen after a particular test step is executed.
Actual result
The actual result is a factual description of what actually happened during the test step. It should be a clear and objective observation.
Sample for test case