General Software Test Case Writing MethodSoftware Testing
Test Case Work Process
SoftwareTest Case DesignAnd Software Test Case writing
Software Test Case Design: from the design level (functional, availability,Security);
Software Test Case writing: refers to the writing specifications of software test cases (such as the format and logo naming rules)
The content of the test case is designed and implemented in accordance with the software test case writing specifications.
Software Test Case format
● Test Case No.
◇ Rule: numbers are unique and easy to recognize. They are strings composed of numbers and characters.
◇ Conventions:
System Test Case: Product NO.-St-system test item name-xxx
Integration Test Case: Product NO.-It-integration test item name-xxx
Unit Test Case: Product NO.-ut-unit test item name-xxx
● Test project
◇ Rules: the current test case belongs to the test category and is tested.Requirement, Tested modules, tested units, etc.
◇ Conventions:
System Test Case test project: software requirement items such as: Test mobile phone without SIM card, you can call an emergency call
Integration Test Case test project: the Integrated Module name or interface name, for example, the file interface provided by test module.
Article from the collar test software testing network http://www.ltesting.net/