Software Test Engineer note 3 test methods; 4 Software Quality

 

[03] Test Method

 

1. The black box testing (functional testing): the user only needs to consider whether implicit or explicit meet user needs, without considering the internal configuration

2. The white box (test structures, logical drive test):

3. The gray box testing: Follow the same time the external characteristic and interior design; black box testing and white box between

4. Static test: not executing code, the measured object does not run

5. Dynamic Test: Perform the test object (process: reading needs / design, preparation of use cases, use case review, build environment, the implementation of use cases, writing test reports)

6. manual test: end-user business process simulation test

7. automated testing: Through automated testing tools / scripting language automate the testing process.

    Fast, repeatable, reproducible defects found; high concurrent simulation, high repetition operation; drawback is unable to find a new defect

 

[04] Software Quality

Definition: The extent to meet the user's explicit or implicit demand

  Internal quality: interior design, static code eligibility

  Process quality: the software production process whether a reasonable standard

  Function and performance of the software: external quality  

  Use quality: application of the user process, showing the degree of difficulty

 

[05] test plan design

Test Plan Management with nature, general manager of the project is developed;

 

[06] test requirements management (value is not great, QC combine to explain create demand)

  Category: functional requirements; performance requirements; external interface requirements (GUI; external application program interface requirements)

  Complete staff: the test team

  Quality Center is a Web-based test management tool that can organize and manage all phases of the application testing process, including the development of test requirements, test planning, test execution and defect tracking. In addition, you can also create reports and by Quality Center to monitor the testing process.

 

Guess you like

Origin www.cnblogs.com/George19950505/p/12241046.html