04, you know what are the various stages of the software development of automated testing technology?

First, at all stages of the life cycle of software development has automated testing technology exists, and has a vital role in improving test efficiency

Second, broadly speaking, "automated" content unit testing phase not only refers to automated test case execution, and also contains the following five areas:

  1, a frame code generation automated Example

  2, the automated portion of the test input data generation

  3, the automatic generation of the stub code

  4, automated static analysis of the code under test

  5, automatic statistics and analysis of test coverage

Three, Web Service test automation technology

  Web Service testing, mainly refers to the REST API and SOAP API API these two types of test

  For code-based API test, typically comprises three steps:

  Need 1, ready to call the API test data

  2, ready to call the API parameters and initiate calls the API

  3. Verify API returns the result of the call

 

  Web Service Test connotation "automation" includes not only the automated execution of test cases API also includes the following four aspects:

  1, automatic generation of the test code scaffolding

  2, the automatic test input data generation section [follows the same principle of data generation rules limit value]

  3, Response verification automation, point often focus status code, Scheme structure and the specific field values ​​[no assertion of use cases in my soulless, ha ha]

  4, SoapUI or Postman automated script generation based on [I want to say is also very fragrant Jmeter]

 

Fourth, say something other

  In the tutorial also mentioned GUI test automation tutorials and related methods, is not listed. Interested partners can look at the original tutorial.

 

 

Description: Tutorial source geeks time - say 52 software testing, Author: Ping Sheng Ru   
     like a friend can go to learn subscribe

Guess you like

Origin www.cnblogs.com/dxw-dong/p/12592222.html