Interface testing method, system, device and storage medium based on database comparison
Patent Information
- Authority / Receiving Office
- CN ยท China
- Current Assignee / Owner
- PING AN TECH (SHENZHEN) CO LTD
- Publication Date
- 2018-12-28
- Estimated Expiration
- Not applicable ยท inactive patent
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of testing, in particular to an interface testing method, system, computer equipment and storage medium based on database comparison. Background technique
[0002] Interface test is a test between components of the test system, mainly used to detect the interaction points between external systems and internal subsystems. The focus of the test is to check the exchange of data.
[0003] The Jmeter test tool can simulate HTTP, FTP and other requests, and perform functional and performance tests on open API interfaces. The principle is to build a thread pool, and run the sampler with multiple threads to generate a lot of load. The correctness of the results is verified through assertions during the running process, and the test results are recorded through the listener. The processing work before the request is sent is done through the pre-processor. The response message is processed through the post-processo...