Analysis of test requirements

1. What are the testing requirements? What does it do?
    Answer: Only when the test requirements are clarified, do you know what to test? When will the test start? How to test? How many people are needed to test? Under what environment...

2. How to perform test requirement analysis?
    1) Analyze the test points according to the requirements document, and then write the test cases according to the test points.
    2) Summary of test point analysis:
        ①Functional test (input, output, processing, constraint conditions, etc.)
        ②Functional interaction test (transmission of information and data between various modules, business sequence, etc.)
        ③Ease of use, compatibility, safety And performance testing, etc.

3. Changes in test requirements
    follow a principle: for a version of requirements changes, early detection, early discussion, early decision, and early adjustments should be made

Guess you like

Origin blog.csdn.net/weixin_43161762/article/details/113144994