How to write software function testing

Source: Internet
Author: User
The functional testing of the testing object should focus on all the testing requirements that can be directly tracked to use cases or business functions and business rules. The purpose of these tests is to check whether data is correctly accepted, processed, and retrieved, and whether business rules are correctly implemented. This type of testing is based on the black box method, that is, through the graphical user interface (GUI) to interact with the application and analyze the output results to verify the application and its internal processes.

Purpose:Ensure that the test object functions properly, including navigation, data input, processing, and retrieval.
Test method:

Use valid and invalid data to execute various use cases, use case streams, or functions to verify the following:

1. Expected results are obtained when valid data is used.

2. An error message or warning message is displayed when invalid data is used.

3. All business rules have been correctly applied.

Completion criteria:

1. All planned tests have been executed.

2. All discovered defects have been solved.

Special considerations: determine or describe those that will affect the implementation and execution of functional tests (internal or external)

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.