Got a software testing project and don't know where to start? Today I will teach you by hand

1. Login page

2. Homepage

3. Project management

4. Test environment

 1>Set headers; you can set a common header for each url, and there can be variables; when executing, specify the interface to complete the header;

5. Interface management

 swagger import function; according to the specified test environment url, import swagger interface data into the platform <not necessarily applicable to all addresses, because the path of each swagger is inconsistent>;

6. Use case management

  Select the test environment, debug a single interface, and execute multiple interfaces to simulate business scenarios;

7. Test plan

  Select use cases, combine execution; generate test reports;

8. Scheduled tasks

flower implements task monitoring; adds a BackTask button to return to the test platform;

9. Run the report

 Interface Test Report

10. Performance testing

  Integrate locsut, specify a test plan for performance testing;

11. Signature method

  Support interface md5, AES algorithm encryption and user authentication;

12. User management

 13. Other functions

 1>Change password;

  2> My project entry;

  3>Email shortcut entry;

  4>admin site management;

  5> Test the web page, interface data display <worm master>;

  6. Exit;

Interface parameter passing:

  1. In the same use case, the parameters to be extracted by different interfaces are the same: use the interface path and extract parameter splicing;

 

 2. For the same use case, the parameters in the interface are the same, and the extraction specifies a certain one: generally, the return value of the interface is a list, so that there are multiple identical parameters to be extracted, all of which are distinguished by the subscript <number>;

 

 3. Extract multiple parameters from an interface at the same time; <English comma separated> 

Assertion mode, supports equal to, not equal to, contains, does not contain four ways to judge; 

permission restriction; 

 Super administrator rights can see all the data on the platform, others can only see the relevant data created by themselves;  

Keyword parameterization;

Finally:  I have compiled a complete set of software testing learning tutorials for you, and friends can get it for free if they need it 【保证100%免费】

Information acquisition method:
This document and video information should be the most comprehensive and complete preparation warehouse for friends who want to engage in [software testing]. This warehouse has also accompanied tens of thousands of test engineers through the most difficult journey. Hope Can help you too! All of the above can be shared, click the small card below to enter the group to receive.

Guess you like

Origin blog.csdn.net/NHB456789/article/details/131189235