Test method Selection Strategy

Source: Internet
Author: User

Myers Policy:

    • In any case, boundary value analysis must be used, and experience has shown that this method is the most capable of designing a test case to find errors.

    • If necessary, some test cases are supplemented by equivalence class partitioning methods.

    • Add some test cases with the error-guessing method.

    • Check the logical coverage of the designed test cases against the logic of the program, and if you do not meet the required coverage criteria, you should add enough test cases.

    • If the function description of the program contains the combination of input conditions, then the causal diagram can be selected from the outset.


Policy flow:

1, according to the requirements, design specifications and other relevant instructions to construct basic test case types

2. Using boundary value method to supplement test case

3. Supplementary test cases by equivalence class partitioning method

4. Construct positive and negative test cases according to the relevant test type

5. Using the error-guessing method to supplement the test case

6, according to the situation using the method:

    • Design test Cases using scenario method

    • Using orthogonal test method/function diagram method to design test case

    • Design test Cases using Causality diagram method

    • Design test Cases using flowchart method

    • State Transition Supplemental Test Cases

7. Write test cases for other test types, such as performance, pressure, security, compatibility, configuration, localization, internationalization, etc.

8. Optimize test Cases by inspiring review methods


Risk-Based testing: depending on the risk level of the SOFTWARE PRODUCT, the severity of the error and the probability of occurrence are calculated, and the test can determine the priority of the test and the coverage of the test according to the different risk levels.


Risk-based testing and analysis process:

1. List all functions and features of the software;

2, determine the likelihood of each function error;

3, if a function error or lack of a feature, the impact on the customer how much;

4, calculate the risk degree;

5, according to the indications of possible errors, to modify the degree of risk;

6, determine the scope of testing, write test plan.



Test method Selection Strategy

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.