Senior Software Test Engineer|Study Notes·2|Testing Requirements Analysis

1. Software testing process

Requirements analysis------Design and writing of test cases------Test execution------Bug and bug tracking------Pass 2~4 rounds of testing------ Test evaluation------Test report------uat test------release online

Grayscale test        Partial release, release some functions first, see user feedback, and then release later or other parts of the test content

A/B testing        The functions released first are updated by users in part A, and then the functions in part B are updated based on user feedback

2. What are the testing requirements?

Testing requirements mainly solve the problem of "what to test" and generally come from the original requirements in the requirements specification.

Testing requirements should all cover the defined business processes, as well as functional and non-functional requirements

Functional requirements        Business process------Priority

Non-functional requirements       Interface, documentation, compatibility, ease of use, performance, security 

3. Software testing process

1. Test requirements analysis------Clear the content of the test according to the requirements specification (extract test points)

2. Test plan

3. Test case design

4. Execute the test

5. Quality assessment

Guess you like

Origin blog.csdn.net/qq_45842932/article/details/134322930
Recommended