The following are key components of the black box test when preparing a test plan: enter the acceptance test data stream before the test and its integrity configuration and compatibility stress test regression test performance potential errors beta test release test usefulness test user interface a good practice is to let developers review the already written test cases. Since developers can understand the design of specific functions or products as a whole, they can give you some missing items in test cases and should add items, special attention should be paid during the testing process, and even valuable feedback on how to apply them to the test case based on their feedback.
How can I create a test plan without other documents?
1. Try to split a large application system into some modules with independent functions. 2. Write function points one by one in each module. 3. for a simple function, write down all test cases that may be to be tested without a functional instruction. 4. In this way, you can complete a function and complete the entire system in sequence.
Use Excel documents to prepare test cases or plans. Each page in Excel is used to define every function in the module. This is the best way to organize test cases.