Test procedure: first, the minimum data volume, then the average data volume, and finally the massive data volume

Source: Internet
Author: User

Input and Output

==> Tested object ==>

Dependency exception

 

Test procedure:

First use the minimum data volume, then the general data volume, and finally the massive data.

  • Use the minimum data volume to test-driven development, implement basic functions, and create basic function tests.
  • Test all functions with the data volume in normal applications
  • Finally, we use massive data to test performance and limits.

Note:

  • The data in the previous step is a subset of the data in the next step, so you do not need to modify too much test code.
  • The data used by the tested object must be controlled by the test code. That is to say, the data must be sent to the tested object by the test code.

Steps:

  1. Prepare test data in files
  2. Build UI prototype and develope mock components. Mock components are used for making the application look correct.
  3. Deploy mock component and test data with UI prototype, create automated tests. After done, the tests and the mock components won't change unless the requirements change.
  4. Develope production components.
  5. Deploy production components and test data, run tests.

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.