CN113010411B - Method and system for returning data based on mock service and simulation test method - Google Patents
Method and system for returning data based on mock service and simulation test method Download PDFInfo
- Publication number
- CN113010411B CN113010411B CN202011468799.9A CN202011468799A CN113010411B CN 113010411 B CN113010411 B CN 113010411B CN 202011468799 A CN202011468799 A CN 202011468799A CN 113010411 B CN113010411 B CN 113010411B
- Authority
- CN
- China
- Prior art keywords
- data
- template
- service
- test
- type
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 46
- 238000004088 simulation Methods 0.000 title claims abstract description 41
- 238000010998 test method Methods 0.000 title abstract description 5
- 238000012544 monitoring process Methods 0.000 claims abstract description 48
- 238000012360 testing method Methods 0.000 claims abstract description 42
- 238000010586 diagram Methods 0.000 description 5
- 238000013522 software testing Methods 0.000 description 3
- 230000007613 environmental effect Effects 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3664—Environments for testing or debugging software
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
- Computer And Data Communications (AREA)
Abstract
The invention relates to a method, a system and a simulation test method for returning data based on mock service. After receiving the request, the analog data generation interface MockServer obtains parameters type, taskId and monitorId in url, obtains a specified type template through type, obtains corresponding monitoring point excel file content through monitorId, obtains next line data in the template each time according to the number of requests, and if the last line is reached, the data is always circulated from the first line, and is written into the type template to be returned as interface response data. Therefore, by returning data, the acquisition of related data can be carried out without a real data source by modifying the url of the request and the corresponding analog data template file, so that the tested system not only stabilizes the test scene but also stabilizes the test data, the tested system can test only concerned logic, the environment dependence is reduced, the dependence of a tester on the data source is solved, the test quality is greatly ensured, and the test efficiency is improved.
Description
Technical Field
The invention belongs to the field of software testing, and particularly relates to a method and a system for returning data according to a preset rule based on mock service and a method for performing simulation test according to the method.
Background
In the software testing process, on one hand, because the accuracy dependence of the existing testing method on the real data collected by the monitoring points is strong, the accuracy of the real data collected by the monitoring points needs to be checked by a tester, but according to the prior art, the accuracy of the data cannot be checked by the tester on the real data collected by the monitoring points, so that the problem of insufficient accuracy of the existing testing method is caused; on the other hand, since the product iterates fast, and in the process of product fast iteration, according to the prior art, the testers need to cover all preset test scenes completely, but this is often difficult to achieve.
In view of the foregoing, in the software testing process, a technology is needed to reduce the dependency of the tester on the data source, so as to improve the testing efficiency.
Disclosure of Invention
In order to solve the above-mentioned problems of the prior art, in one aspect, the present invention provides a method for returning data according to a predetermined rule based on a mock service, which can obtain analog data corresponding to real data in case that it is impossible or difficult to obtain the real data.
In order to achieve the above purpose, the main technical scheme adopted by the invention comprises the following steps:
A method for returning data according to a predetermined rule based on a mock service, comprising the steps of:
S3, after the analog data generation interface provided by MockServer receives the request, parameters type, task Id and monitorId in url are acquired, a specified type template is acquired through the type, corresponding monitoring point excel file content is acquired through monitorId, next line data in the template is acquired each time according to the number of requests, and if the last line is reached, the process is always circulated from the first line, and the data is written into the type template to be returned as interface response data.
By means of the scheme, the mock service-based data returning method can obtain corresponding simulation data for use under the condition that real source data cannot be obtained or cannot be obtained easily. For example, in the test, it may be difficult to obtain stable real source data, at this time, on the premise of not using a real data source, the relevant data can be collected only by modifying the url of the request and the corresponding analog data template file, and the tested system can test only focusing on the logic of itself, so as to reduce the environment dependence, especially reduce the dependence of the tester on the data source, and further improve the test efficiency.
The method for returning data according to the preset rule based on the mock service in one embodiment of the invention further comprises the following steps before the step S3:
s1, configuring a simulation monitoring point, namely MockServer a simulation data generation interface provided by a monitoring point background for the call of a tested service;
s2, setting monitoring points of tasks and task scheduling frequency, and enabling the back-end scheduling service to access the simulation data generation interface provided by MockServer according to the frequency.
The method for returning data according to the preset rule based on the mock service according to one embodiment of the present invention further comprises the following steps after step S3:
And S4, after receiving the data returned by the simulated monitoring points, the scheduling service stores the data into a database and provides the processed data for the front end for use.
The method for returning data according to the preset rule based on the mock service in one embodiment of the invention further comprises the following steps before the step S1: s0, pre-designing a test scene.
The method for returning data according to the preset rule based on the mock service according to one embodiment of the present invention further comprises the following steps after step S4: s5, testing the data accuracy according to the simulation data.
On the other hand, the invention also provides a system for returning data according to a preset rule based on the mock service, which can obtain the corresponding analog data under the condition that the real data cannot be or is difficult to obtain.
In order to achieve the above purpose, the main technical scheme adopted by the invention comprises the following steps:
a system for returning data according to a predetermined rule based on a mock service, comprising:
the analog data interface generation module is used for generating an analog data interface;
and the return data generation module is used for generating return data.
By means of the scheme, the mock service-based system for returning data according to the preset rules can obtain corresponding simulation data for use under the condition that real source data cannot be obtained or cannot be obtained easily. For example, in the test, it may be difficult to obtain stable real source data, at this time, on the premise of not using a real data source, the relevant data can be collected only by modifying the url of the request and the corresponding analog data template file, and the tested system can test only focusing on the logic of itself, so as to reduce the environment dependence, especially reduce the dependence of the tester on the data source, and further improve the test efficiency.
The system for returning data according to a preset rule based on mock service according to one embodiment of the present invention, the return data generating module comprises: and the parameter acquisition sub-module is used for acquiring parameters type, taskId and monitorId in url.
The system for returning data according to a preset rule based on mock service according to one embodiment of the present invention, the return data generating module comprises: and the file analysis sub-module is used for analyzing the interface xls description file.
The system for returning data according to a preset rule based on the mock service according to one embodiment of the invention further comprises: and the simulation data interface scheduling module is used for calling the simulation data interface.
The system for returning data according to a preset rule based on the mock service according to one embodiment of the invention further comprises: and the simulated monitoring point configuration module is used for configuring the simulated monitoring points.
The system for returning data according to a preset rule based on the mock service according to one embodiment of the invention further comprises: and the task setting module is used for setting the monitoring point of the task and the task scheduling frequency.
On the other hand, the invention also provides a method for performing simulation test based on the mock service, which can only pay attention to the logic of the tested system, reduce the environment dependence, especially reduce the dependence of testers on data sources, and further improve the test efficiency.
In order to achieve the above purpose, the main technical scheme adopted by the invention comprises the following steps:
A method for carrying out simulation test based on mock service starts an http port on a server to receive data of a tested service, dynamically acquires a relevant file stored in a local area according to parameters uploaded by the tested service, converts file content according to a preset rule to generate return data of a corresponding interface, returns the return data to the tested service, and then carries out test according to the return data.
By means of the scheme, the mock service-based simulation test method can collect relevant data by modifying the url of the request and the corresponding simulation data template file on the premise of not using a real data source, and the tested system can test only the logic of the tested system, so that the environment dependence is reduced, and especially the dependence of a tester on the data source is reduced, and further the test efficiency is improved.
According to the mock service-based simulation test method, parameters type, task Id and monitorId in url are obtained, a template of a specified type is obtained through the type, corresponding monitoring point excel file content is obtained through monitorId, next line data in the template is obtained each time according to the request times, if the last line is reached, the first line is always circulated, and the data is written into the type template to be returned as interface response data.
The method for performing simulation test based on mock service according to one embodiment of the invention comprises the following steps:
S3, after the analog data generation interface provided by MockServer receives the request, parameters type, task Id and monitorId in url are acquired, a specified type template is acquired through the type, corresponding monitoring point excel file content is acquired through monitorId, next line data in the template is acquired each time according to the number of requests, and if the last line is reached, the process is always circulated from the first line, and the data is written into the type template to be returned as interface response data.
Drawings
FIG. 1 is a schematic flow chart of a method for returning data according to a predetermined rule based on a mock service according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of a method for returning data according to a predetermined rule based on a mock service according to another embodiment of the present invention;
FIG. 3 is a schematic flow chart of a method for returning data according to a predetermined rule based on a mock service according to another embodiment of the present invention;
FIG. 4 is a schematic flow chart of a method for returning data according to a predetermined rule based on a mock service according to another embodiment of the present invention;
FIG. 5 is a schematic diagram of a system for returning data according to a predetermined rule based on a mock service according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of a type template file in an embodiment of the invention;
FIG. 7 is a schematic diagram of the content of an excel file (the first type template file in FIG. 6, file name "51. Xlsx");
FIG. 8 is a schematic diagram of the content of a message template in an embodiment of the present invention (the sixth type of template file in FIG. 6, the file name is "http. Txt");
Fig. 9 is a schematic diagram of the content of an excel parameter file in the application example of fig. 8.
Detailed Description
The invention will be better explained by the following detailed description of the embodiments with reference to the drawings.
Referring to fig. 1, a mock service-based method of returning data according to a predetermined rule according to an embodiment of the present invention includes the steps of:
S3, after the analog data generation interface provided by MockServer receives the request, parameters type, task Id and monitorId in url are acquired, a specified type template is acquired through the type, corresponding monitoring point excel file content is acquired through monitorId, next line data in the template is acquired each time according to the number of requests, and if the last line is reached, the process is always circulated from the first line, and the data is written into the type template to be returned as interface response data.
By means of the scheme, the mock service-based data returning method based on the preset rules can collect relevant data by modifying the url of the request and the corresponding analog data template file under the condition that real source data cannot or is difficult to obtain, and obtain the corresponding analog data, so that stable test data can be provided for use on the premise of not using a real data source.
Referring to fig. 2, a method for returning data according to a predetermined rule based on a mock service according to a preferred embodiment of the present invention includes the steps of:
s1, configuring a simulation monitoring point, namely MockServer a simulation data generation interface provided by a monitoring point background for the call of a tested service;
s2, setting monitoring points of tasks and task scheduling frequency, and enabling a back-end scheduling service to access a simulation data generation interface provided by MockServer according to the frequency;
S3, after the analog data generation interface provided by MockServer receives the request, parameters type, task Id and monitorId in url are acquired, a specified type template is acquired through the type, corresponding monitoring point excel file content is acquired through monitorId, next line data in the template is acquired each time according to the number of requests, and if the last line is reached, the process is always circulated from the first line, and the data is written into the type template to be returned as interface response data.
Referring to fig. 3, a mock service-based method of returning data according to a predetermined rule according to an embodiment of the present invention includes the steps of:
S0, pre-designing a test scene;
s1, configuring a simulation monitoring point, namely MockServer a simulation data generation interface provided by a monitoring point background for the call of a tested service;
s2, setting monitoring points of tasks and task scheduling frequency, and enabling a back-end scheduling service to access a simulation data generation interface provided by MockServer according to the frequency;
s3, after the analog data generation interface provided by MockServer receives the request, acquiring parameters type, task Id and monitorId in url, acquiring a specified type template through the type, acquiring corresponding monitoring point excel file content through monitorId, acquiring next line data in the template each time according to the number of requests, if the last line is reached, starting to circulate all the time from the first line, writing the data into the type template, and returning the data as interface response data;
And S4, after receiving the data returned by the simulated monitoring points, the scheduling service stores the data into a database and provides the processed data for the front end for use.
Therefore, a tester can test the data accuracy according to the simulation data, and meanwhile, the pre-designed test scene in each iteration test process can be ensured to be covered, so that the test efficiency is improved to a great extent.
Referring to fig. 4, a mock service-based method of returning data according to a predetermined rule according to an embodiment of the present invention includes the steps of:
Configuring simulation monitoring points, namely MockServer simulation data generation interfaces, at the background of the front-end page monitoring points;
task selection simulation monitoring points;
Scheduling service schedules according to task designated frequency, and calls MockServer simulation data generation interface;
MockServer the application provides a simulation data generation interface according to task scheduling, analyzes the simulation data generation interface xls description file (namely an excel file), generates mock data (namely simulation data) and returns;
and the scheduling service schedules according to the task designated frequency and acquires mock data returned by the simulated monitoring point.
In any of the above embodiments, the specified type template may be the type template shown in fig. 6.
In any of the above embodiments, the monitoring point excel file may be an excel file shown in fig. 7.
As shown in fig. 5, the present invention further provides a system for returning data according to a predetermined rule based on a mock service, which includes:
the analog data interface generation module is used for generating an analog data interface;
and the return data generation module is used for generating return data.
Preferably, the return data generating module includes: and the parameter acquisition sub-module is used for acquiring parameters type, taskId and monitorId in url.
Preferably, the return data generating module includes: and the file analysis sub-module is used for analyzing the interface xls description file.
Preferably, it further comprises: and the simulation data interface scheduling module is used for calling the simulation data interface.
Preferably, it further comprises: and the simulated monitoring point configuration module is used for configuring the simulated monitoring points.
Preferably, it further comprises: and the task setting module is used for setting the monitoring point of the task and the task scheduling frequency.
Referring to fig. 8 and 9, an application example of the present invention for simulating http data is as follows:
1. the test scene is designed in advance:
1) Thirdly, creating an http type task with a task id of 708620;
2) Designing an http type request message template as follows:
{"task_id":"708620","host":"www.taobao.com","databa se":null,"table":null,"database_code":null,"table_info":null,"p ackets":"0","task_type":"http","retry":"1","time_out":n ull,"uid":"284415","ts":"1550719304","ed":"enterprise", "need_file":true,"used_monitor_id":51};
3) And designing an http type return value template, wherein the http is txt.
2. The background of the monitoring point is configured with a simulation monitoring point, namely a simulation data generation interface provided by MockServer is used for the call of the tested service:
the monitoring point background sets 51 the monitoring point address as:
http://localhost:9999/monitor/http/708620/51。
3. setting a monitoring point and task scheduling frequency of a task, wherein the monitoring point and task scheduling frequency are used for a back-end scheduling service to access according to the frequency:
1) Setting the monitoring point of task 708620 to 51 at the front end;
2) The task scheduling frequency was set to 2 minutes.
4. After receiving the request, the simulation data generation interface MockServer acquires parameters type, taskId and monitorId in url, acquires a specified type template through type, acquires corresponding monitoring point excel file content through monitorId, acquires next line data in the template each time according to the number of requests, and if the last line is reached, the process is always circulated from the first line, and the data is written into the type template to be returned as interface response data:
1) Back-end dispatch service request:
http://10.0.1.24:9000/monitor/http/708620/51;
2) Finding a message template according to task_type=http, wherein the content of the template is shown in fig. 8;
3) Find the parameter file 51.Xlsx according to task_id=708620, file content see fig. 9;
4) Circularly reading each row of data in the worksheet, replacing resp_result, resp_status and resp_time in the http type template with data in excel, and returning the data as an interface response;
5) Returning the replaced content of the http template, replacing the resp_result, resp_status and resp_time in the template with the data return in the parameter file, wherein the returned data content is as follows:
① First request return :{"resp_result":"1","resp_status":"200 OK","resp_time":221.569,"resp_err":"0","extend":{"url":"http:\/\/120.26.48.181\/product\/","content_type":"text\/html;
charset=utf-8","http_code":200,"header_size":330,"request_size":323,"fil etime":-1,"ssl_verify_result":0,"redirect_count":0,"total_time":221.569,"namelookup_time":0.012,"connect_time":37.245,"pretransfer_time":37.28 6,"size_upload":0,"size_download":8387,"speed_download":37844,"speed_upload":0,"download_content_length":-1,"upload_content_length":-1," starttransfer_time":186.574,"redirect_time":0,"certinfo":[],"primary_ip":" 120.26.48.181","primary_port":80,"local_ip":"192.168.1.7","local_port":49177,"redirect_url":"","http_code_desc":"OK","req_headers":[],"req_method":"GET","req_httpv":"1.1","ip":"120.26.48.181","resp_httpv":"1.1"," resp_headers":{"Date":"Tue,03Jul 2018 17:37:40GMT","Server":"Apache\/2.2.21(Win32) PHP\/5.3.10","X-Powered-By":"ThinkPHP","Expires":"Thu,19Nov 198108:52:00
GMT","Cache-Control":"private","Pragma":"no-cache","Transfer-Encodi ng":"chunked","Content-Type":"text\/html;
charset=utf-8","Set-Cookie":"PHPSESSID=6d8ls1ej362onm0d0ls9m827l 0;path=\/"}}}
② Second request return :{"resp_result":"1","resp_status":"200 OK","resp_time":224.449,"resp_err":"0","extend":{"url":"http:\/\/120.26.48.181\/product\/","content_type":"text\/html;
charset=utf-8","http_code":200,"header_size":330,"request_size":323,"fil etime":-1,"ssl_verify_result":0,"redirect_count":0,"total_time":221.569,"namelookup_time":0.012,"connect_time":37.245,"pretransfer_time":37.28 6,"size_upload":0,"size_download":8387,"speed_download":37844,"speed_upload":0,"download_content_length":-1,"upload_content_length":-1," starttransfer_time":186.574,"redirect_time":0,"certinfo":[],"primary_ip":" 120.26.48.181","primary_port":80,"local_ip":"192.168.1.7","local_port":49177,"redirect_url":"","http_code_desc":"OK","req_headers":[],"req_method":"GET","req_httpv":"1.1","ip":"120.26.48.181","resp_httpv":"1.1"," resp_headers":{"Date":"Tue,03Jul 2018 17:37:40GMT","Server":"Apache\/2.2.21(Win32) PHP\/5.3.10","X-Powered-By":"ThinkPHP","Expires":"Thu,19Nov 1981 08:52:00
GMT","Cache-Control":"private","Pragma":"no-cache","Transfer-Encodi ng":"chunked","Content-Type":"text\/html;
charset=utf-8","Set-Cookie":"PHPSESSID=6d8ls1ej362onm0d0ls9m827l 0;path=\/"}}}。
5. After receiving the data returned by the simulated monitoring points, the scheduling service stores the data into a database and provides the processed data for the front end for use:
1) The front end looks over the data with task id of 708620;
2) The first scheduled data is presented as: task state [ normal ], response time [ 221.569ms ], task state code [ 200 ].
3) The second scheduled data is shown as: task state [ normal ], response time
[ 224.449Ms ] task state code [ 200 ].
The application of the invention in simulating ping data/ftp data is the same as the process of simulating http data, and is not repeated here.
In summary, according to the method and system for returning data based on the mock service according to the predetermined rule, an http port is started on the server to be used for receiving the data of the tested service, the relevant file stored in the local is dynamically obtained according to the parameter uploaded by the tested service, the file content is converted according to the predetermined rule to generate the returned data of the corresponding interface, and the returned data is returned to the tested service, so that the tested service can be tested without a real monitoring point. The parameters type, taskId and monitorId in url can be obtained, a template of a specified type can be obtained through type, the corresponding monitoring point excel file content can be obtained through monitorId, the next line of data in the template is obtained every time according to the request times, if the last line is reached, the process is always circulated from the first line, and the data is written into the type template to be returned as interface response data. By means of practical test verification, the invention can collect relevant data by modifying the url of the request and the corresponding analog data template file without the premise of a real data source, so that the tested system not only stabilizes a test scene, but also stabilizes test data, the tested system can test only concerned logic, environmental dependence is reduced, dependence of a tester on the data source is solved, the test quality is greatly ensured, and the test efficiency is improved.
Claims (5)
1. A method for returning data according to a predetermined rule based on a mock service, comprising the steps of:
S3, after the analog data generation interface provided by MockServer receives the request, parameters type, task Id and monitorId in url are acquired, a specified type template is acquired through the type, corresponding monitoring point excel file content is acquired through monitorId, next line data in the template is acquired each time according to the number of requests, and if the last line is reached, the process is always circulated from the first line, and the data is written into the type template to be returned as interface response data.
2. The method for returning data according to a predetermined rule based on the mock service of claim 1, wherein step S3 is preceded by the further step of:
s1, configuring a simulation monitoring point, namely MockServer a simulation data generation interface provided by a monitoring point background for the call of a tested service;
s2, setting monitoring points of tasks and task scheduling frequency, and enabling the back-end scheduling service to access the simulation data generation interface provided by MockServer according to the frequency.
3. The method for returning data according to a predetermined rule based on the mock service of claim 1, further comprising the step of, after step S3:
And S4, after receiving the data returned by the simulated monitoring points, the scheduling service stores the data into a database and provides the processed data for the front end for use.
4. The method for returning data according to a predetermined rule based on mock service of claim 3 wherein:
the step S1 is preceded by the steps of: s0, pre-designing a test scene;
And/or
The step S4 further comprises the following steps: s5, testing the data accuracy according to the simulation data.
5. A method of performing analogue testing based on mock services, which tests on analogue data returned by the method of any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011468799.9A CN113010411B (en) | 2020-12-15 | 2020-12-15 | Method and system for returning data based on mock service and simulation test method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011468799.9A CN113010411B (en) | 2020-12-15 | 2020-12-15 | Method and system for returning data based on mock service and simulation test method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113010411A CN113010411A (en) | 2021-06-22 |
CN113010411B true CN113010411B (en) | 2024-07-05 |
Family
ID=76383257
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011468799.9A Active CN113010411B (en) | 2020-12-15 | 2020-12-15 | Method and system for returning data based on mock service and simulation test method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113010411B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113342353B (en) * | 2021-07-01 | 2023-05-23 | 银联商务股份有限公司 | Mock data generation method and device |
CN114416602B (en) * | 2022-03-30 | 2022-07-05 | 互联网域名系统北京市工程研究中心有限公司 | Method and device for realizing Restful interface simulation test service based on Netty |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109491905A (en) * | 2018-11-02 | 2019-03-19 | 北京金山云网络技术有限公司 | Head end test method, apparatus and electronic equipment |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10089219B1 (en) * | 2017-01-20 | 2018-10-02 | Intuit Inc. | Mock server for testing |
CN110309048A (en) * | 2019-05-21 | 2019-10-08 | 深圳壹账通智能科技有限公司 | The method and relevant device of integrated software system are improved based on analog port |
CN110569159A (en) * | 2019-09-05 | 2019-12-13 | 深圳前海微众银行股份有限公司 | Baffle generation method, device, equipment and computer storage medium |
CN110727587A (en) * | 2019-09-20 | 2020-01-24 | 平安普惠企业管理有限公司 | Test data acquisition method and device, storage medium and computer equipment |
CN110990205B (en) * | 2019-11-28 | 2022-09-02 | 腾讯科技(深圳)有限公司 | Interface call testing method, device and computer readable storage medium |
CN111581079B (en) * | 2020-04-16 | 2023-05-26 | 微梦创科网络科技(中国)有限公司 | Third party advertisement monitoring method and system based on asynchronous verification |
CN111695328B (en) * | 2020-06-16 | 2023-01-24 | 深圳前海微众银行股份有限公司 | Method, device, equipment and storage medium for generating simulation test message |
CN111708702A (en) * | 2020-06-18 | 2020-09-25 | 深圳前海微众银行股份有限公司 | Simulation test method, client, server, system and readable storage medium |
CN111782330B (en) * | 2020-07-07 | 2024-01-26 | 赞同科技股份有限公司 | Page data acquisition method, device and equipment based on Web application |
-
2020
- 2020-12-15 CN CN202011468799.9A patent/CN113010411B/en active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109491905A (en) * | 2018-11-02 | 2019-03-19 | 北京金山云网络技术有限公司 | Head end test method, apparatus and electronic equipment |
Also Published As
Publication number | Publication date |
---|---|
CN113010411A (en) | 2021-06-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105335293B (en) | A kind of automatization test system and method based on interface concurrent | |
CN113010411B (en) | Method and system for returning data based on mock service and simulation test method | |
CN110798380B (en) | Data acquisition method, system, device, test equipment and test server | |
US9654580B2 (en) | Proxy-based web application monitoring through script instrumentation | |
CN111930614B (en) | Automatic testing method, device, equipment and medium | |
CN107133161B (en) | Method and device for generating client performance test script | |
CN102025555B (en) | Method and device for testing IP multimedia sub-system performance | |
CN113127335A (en) | System testing method and device | |
CN114564387A (en) | Scene type automatic testing method and system for OpenStack cloud platform | |
CN104506661A (en) | Automatic production method for remotely-configured usage scenario-based power consumption | |
CN114022278A (en) | Simulated transaction processing method and device | |
CN116414795A (en) | Ticket data processing method and device | |
CN114610689B (en) | Recording and analyzing method for request log in distributed environment | |
CN115617874A (en) | Data analysis system, method, electronic device, and computer-readable medium | |
CN114721969A (en) | Method and device for separating interface automation test data and test codes | |
CN114500348A (en) | CDN gateway test method and system | |
CN115617319A (en) | Information processing method and device | |
US20140337671A1 (en) | System and Methods for Monitoring a Geographic Information System | |
CN112988560A (en) | Method and device for testing system robustness | |
EP3391592B1 (en) | Quality of experience monitoring system and method | |
Book et al. | Cost and response time simulation for web-based applications on mobile channels | |
CN114115833B (en) | Automatic protocol audit code generation method and device | |
CN102932188B (en) | System for processing according to service information | |
CN114510418A (en) | Method and device for collaborative testing and electronic equipment | |
CN111858357A (en) | Performance test monitoring method, equipment and related equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |