A device, client and method for data testing
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- ALIBABA GRP HLDG LTD
- Publication Date
- 2022-05-27
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present application relates to the technical field of computer data testing, and in particular, to an apparatus, client and method for data testing. Background technique
[0002] Testing is an important part of mobile client product development. The client-side testing process often relies on server-side data, but in actual testing, the problem of parallel development between the server and the client or the lag of server-side development often occurs.
[0003] Mock testing refers to a test method that uses a virtual object to create a test method for testing some objects that are not easy to construct or obtain during the testing process. Usually, this virtual object is called a mock object. Mock objects can be used as substitutes for real objects during debugging.
[0004] Existing methods for client data testing usually require modifying the client's network settings to connect to a mockserver (test server). Specifically, it may include: mod...