How to Write test case?
Gunjan Dixit
Select an image from your device to upload
Fields in test cases:
Test case id Unit to test: What to be verified?Pre-Conditions Test data: Variables and their valuesSteps to be executed/Description of steps: Expected result: Actual result:Result (Pass/Fail):Remark/Comments:
A test case is a document that describes an input, action, or event and an expected & Actual response. Test case is prepared according to SRS.
A test case contains:
1- Test case id 2- Test case Name 3- Objectives 4- Steps to be taken 5- Test data 6- Expected Result 7- Actual result 8- Status