[Original] test case template
Test Case design is one of the key tasks of test engineers. A good test case template provides clear information. The following is a standard test case template for your reference only!
Test Case No.: Test Case No., which must be unique;
Test Type: for example, function test, performance test, and security test;
Test Item: function of the test module;
Test sub-project: if the test project has sub-items, divide them;
Test Case level: generally high, medium, and low, indicating the priority level during case execution;
Prerequisites: the prerequisites for executing the use case;
Input content: usually indicates the input data. To test the computing function, you need to construct related counting data;
Procedure: Describe the operations performed in this case in detail;
Expected output: Describe the correctness of the requirement;
Remarks: Optional. Additional information