Other types of software testing Category

1. Other types of classification

  ① regression testing: After modifying software features, the software re-tested to confirm the modification does not introduce new bugs or cause other parts of the error. The center of gravity regression testing of components and modules in key focus function. Software development cycle will be repeated regression testing and automated as much as possible.

  ②Monkey test: also known as Funny test, is to use some random, strange way to manipulate the software to test system robustness and stability

  ③ smoke test: verification term from the hardware board. Software is used to confirm the code change will run as expected, and does not undermine the stability of the entire version. "Daily build" together with smoke tests to confirm the code does not affect the main function of normal

  ④A / B test: used for the Internet industry, the use of user behavior and record the data related to the user by providing two versions of a page, to identify a more optimized design the test program

Important embodiments 2.A / B test

  A plurality of parallel schemes ①

  ② Each test only one variable changes

  ③ survival of the fittest according to certain rules

3.A / B testing tool

  Google Analytics Content Experiments  Visual Website Optimizer

 

Guess you like

Origin www.cnblogs.com/hutairu/p/11889451.html