Functional test notes

At work, what are the precautions for functional testing projects ? There are mainly 6 aspects, as follows:

Planning phase
Determine the scope
Determine the content of the test (function/performance/automation, etc.)
Resources
Detailed plan

Requirement stage.
Requirements must be clear and documented.
Requirements documents must be reviewed by multiple parties without disagreement

Requirement analysis
Test team leader lists the function point split documents and
organizes function point split review

Use case design
Use case design must be detailed, with high coverage.
Organize relevant personnel to conduct use case review and finalize the version

Execution of use cases
Evaluate the time to execute a round of use cases
Specification of defect templates

Version management
requires full-time personnel to release the
version release channel to
list the content of the version release

The above are the basic precautions for functional testing. Depending on the project, if the project business is complex and the development cycle is long, there will be more precautions.

Guess you like

Origin blog.csdn.net/weixin_50836778/article/details/108600428