CN104199725A - Service interface data simulation method and system - Google Patents

Service interface data simulation method and system Download PDF

Info

Publication number
CN104199725A
CN104199725A CN201410502306.7A CN201410502306A CN104199725A CN 104199725 A CN104199725 A CN 104199725A CN 201410502306 A CN201410502306 A CN 201410502306A CN 104199725 A CN104199725 A CN 104199725A
Authority
CN
China
Prior art keywords
parameter
configuration file
url
request
parameter value
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.)
Granted
Application number
CN201410502306.7A
Other languages
Chinese (zh)
Other versions
CN104199725B (en
Inventor
王勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Hanzhiyou Information Technology Service Co Ltd
Original Assignee
Shanghai Hanzhiyou Information Technology Service Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Shanghai Hanzhiyou Information Technology Service Co Ltd filed Critical Shanghai Hanzhiyou Information Technology Service Co Ltd
Priority to CN201410502306.7A priority Critical patent/CN104199725B/en
Publication of CN104199725A publication Critical patent/CN104199725A/en
Application granted granted Critical
Publication of CN104199725B publication Critical patent/CN104199725B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention belongs to the technical field of software data interaction, and relates to a service interface data simulation method and system. The method comprises the following steps: editing configuration files; according to URL in the corresponding configuration file, inputting URL in the web browser address bar to simulate a HTTP request; identifying the received URL request by a web monitoring server and conducting matching analysis on the URL request together with the URL in the read configuration file; judging whether the number of parameters of the configuration file is equal to or smaller than the number of parameters of the URL request or not and whether the parameter values are the same or not; feeding back processed results to the web browser and displaying the results by the web browser. The service interface data simulation system, provided by the invention, comprises all unit modules configured in the steps of the method; the service interface data simulation method and the service interface data simulation system can be both used for mobile development, front-end development and simulation of a whole web server and can shorten development time and simplify development procedures; developers can change simulation requests in real time to obtain simulation of different response data.

Description

A kind of service interface digital simulation method and system
Technical field
The invention belongs to software development data interaction technique field, be specifically related to a kind of service interface digital simulation method and system.
Background technology
In existing software system development process, be usually directed to and the docking of external website data interface, and the data interaction of front end system and back-end system etc., the returning of the definition of some interfaces and data, all work all needs to develop and define.Because returning of front end page data need to depend on back-end services interface, when back-end services interface has not been developed, front end displayed page need to display page effect can only complete by alternate manner, such as: (1), by writing doomed dead certificate on the page, is shown by inflexible page data; (2) by simulated data in JS.But mode (1) is when carrying out program development, and the front end page need to depend on back-end services, in the situation that back-end services does not complete, can only wait for completing of service interface, the middle waste stand-by period.Mode (2), although solve a coupling of a front end and rear end on certain procedures, need to be revised corresponding JS for different digital simulations, can cause some unnecessary mistakes, wastes the unnecessary time.
Integrated, especially integrated based on HTTP agreement---web service, REST etc. are widely used in people's project development.In the past, at every turn all will be toward new WAR of application server deploy such as Jetty or Tomcat.The process of a WAR of development deployment is very uninteresting, even if be also like this on embedded server.If change a little, whole WAR will re-assembly.
Summary of the invention
The object of the present invention is to provide a kind of new service interface digital simulation method and system, to solve front end, need to wait for that the exploitation of back-end services interface completes the technical matters of developing again, avoid the time waste in performance history, thereby shorten the development time, simplify development process.
Service interface digital simulation method provided by the invention, as shown in Figure 1, concrete steps comprise its flow process:
(1) editor's configuration file, comprises json, text, html three types, and configuration file content comprises:
Solicited message, comprising: request mode (comprising: get, post, delete, put etc.), need spread out of response parameter type (type is divided into: Json(jsonp), text, html), required parameter and parameter value and URI address;
Wherein, the address of URL=web monitoring service device (corresponding server machine IP address): port numbers+URI++required parameter and parameter value;
Response message: return results state and return message content, the state of returning results comprises successfully, failure and needs login etc., return message content comprises Transaction Success or unsuccessfully waits the self-defined content of developer, specifically Fig. 3 explains definition as seen;
(2), according to the URL in corresponding configuration file, at web browser address field input URL, carry out HTTP request simulation;
(3) web monitoring service device is identified the URL request receiving, analyze to take out and obtain the URI part in URL, carry out the matching analysis with the URI parameter in request parameter in the configuration file reading, if the same carry out next step, the not identical miscue information of returning, judge that whether the number of parameters in configuration file is less than or equal to the number of parameters in URL request, judges that whether parameter value is identical;
If comprise json parameter format, need further to mate, comprising: matching request mode (get or post) and the response parameter type (Json, text, html) that need spread out of;
(4) web monitoring service device returns to web browser by result, and web browser is carried out result displaying.
Service interface digital simulation system provided by the invention, as shown in Figure 2, system comprises its structure:
(1) configuration file edit cell, for editing configuration file, comprising:
Solicited message, comprise: request mode (comprising: get, post), (type is divided into: Json need to spread out of response parameter type, text, html), required parameter and parameter value and URI address, wherein, the address of URL=web monitoring service device: port numbers+URI++required parameter and parameter value;
Response message: return results state and return message content, the state of returning results comprises successfully, failure and needs login etc., return message content comprises Transaction Success or the self-defined content of developer such as unsuccessfully;
(2) dispensing unit, for configuring the URL request of corresponding IP port, option and installment file place catalogue, and send to configuration file resolution unit;
(3) configuration file resolution unit, for resolving profile parameters content, and sends to the resolution unit of web monitoring service device;
(4) start service unit, for starting configuration file resolution unit;
(5) WEB monitoring service device, comprising:
Data transmission unit, for receiving URL request, extracts the required required parameter of resolution unit and parameter value, and parameter and parameter value is sent to resolution unit;
Resolution unit, the required parameter and the parameter value that for receiving data transmission unit, send, read URL parameter and the parameter value of configuration file resolution unit, and both carried out to the matching analysis;
The matching analysis unit, comprising: judge that whether the number of parameters in configuration file is less than or equal to the number of parameters in URL request, judges that whether parameter value is identical;
If comprise json parameter format, need further to mate, comprise matching request mode (get or post) and the response parameter type (Json, text, html) that need spread out of;
(6) stop service unit: be connected with WEB monitoring service device, for stopping web server, carry out snoop-operations.
Advantage of the present invention:
Utilize front end data simulation tool, developer, as long as configure accordingly according to the needs of oneself, will easily obtain an emulating server.This instrument itself has dirigibility, and configuration is convenient, such as, it can be for Mobile Development, still undeveloped service of simulation, and it can also be developed for front end, simulates a complete Web server, greatly shortens the development time, simplifies development process; Developer can change simulation demand, the simulation of obtaining different response datas in real time.
Accompanying drawing explanation
Fig. 1 is service interface digital simulation schematic flow sheet of the present invention.
Fig. 2 is service interface digital simulation system architecture schematic diagram of the present invention.
Fig. 3 is digital simulation configuration file structural representation of the present invention.
Embodiment
One, Fig. 1 is to provide digital simulation method flow schematic diagram.For solving in present development mode not enough in this piece function of data acquisition or having the defect of simulation softward complexity, analogy method concrete steps comprise:
1, editor's configuration file, comprises json, text, html three types, and configuration file content comprises:
Solicited message (request), comprise: request mode (comprising: get, post), (type is divided into: Json need to spread out of response parameter type, text, html), required parameter and parameter value and URI address, for example: URI:/game99/loadGameDetailByCode.do
Wherein, the address of URL=web monitoring service device: port numbers+URI++required parameter and parameter value, for example: URL: http: // 127.0.0.1:8888/game99/loadGameDetailByCode.do gameCode=25;
Response message (response): return results state and return message content, the state of returning results comprises successfully, failure and needs login etc., return message content comprises Transaction Success or the self-defined content of developer such as unsuccessfully;
2,, according to the URI in corresponding configuration file, at web browser address field input URL, carry out HTTP request simulation;
3, web monitoring service device is identified the URL request receiving, and carries out the matching analysis with the URL in the configuration file reading, and judges whether the number of parameters in configuration file is less than or equal to the number of parameters in URL request, judges that whether parameter value is identical;
If comprise json parameter format, need further to mate, comprising: matching request mode (get or post) and the response parameter type (Json, text, html) that need spread out of;
4, web monitoring service device returns to web browser by result, and web browser is carried out result displaying.
Two, Fig. 2 is the structural representation of digital simulation system provided by the invention, and system comprises:
(1) configuration file edit cell, for editing configuration file, comprising:
Solicited message, comprise: request mode (comprising: get, post), (type is divided into: Json need to spread out of response parameter type, text, html), required parameter and parameter value and URI address, for example: URI:/game99/loadGameDetailByCode.do, wherein, the address of URL=web monitoring service device: port numbers+URI++required parameter and parameter value, for example: URL: http: // 127.0.0.1:8888/game99/loadGameDetailByCode.do gameCode=25;
Response message: return results state and return message content, the state of returning results comprises successfully, failure and needs login etc., return message content comprises Transaction Success or the self-defined content of developer such as unsuccessfully;
(2) dispensing unit, for configuring the URL request of corresponding IP port, option and installment file place catalogue, and send to configuration file resolution unit;
(3) configuration file resolution unit, for resolving profile parameters content, and sends to the resolution unit of web monitoring service device;
(4) start service unit, for starting configuration file resolution unit;
(5) WEB monitoring service device, comprising:
Data transmission unit, for receiving URL request, extracts the required required parameter of resolution unit and parameter value, and parameter and parameter value is sent to resolution unit.Resolution unit can adopt apache Mina framework technology to realize;
Resolution unit, the required parameter and the parameter value that for receiving data transmission unit, send, read URL parameter and the parameter value of configuration file resolution unit, and both carried out to the matching analysis, specifically can adopt the GSON of Google technology to realize;
The matching analysis unit, comprising: judge that whether the number of parameters in configuration file is less than or equal to the number of parameters in URL request, judges that whether parameter value is identical;
If comprise json parameter format, need further to mate, comprise matching request mode (get or post) and the response parameter type (Json, text, html) that need spread out of;
(6) stop service unit: be connected with WEB monitoring service device, for stopping web server, carry out snoop-operations.
Three, the structure of configuration file content and rule, as shown in Figure 3, comprise indispensable request and response parameter.
(1) solicited message configuration (request)
Method represents input request mode, can be get, post, and delete etc., configuration file content can be: request:{ " method ": " get "
Type represents the output type of input request, can be text, html, and json,
Wherein: text is the secure content of output through escape, and exports in plain text mode;
The content that html does not pass through escape for output, can be with the content output of html form on webpage;
Json is output as the data content of json form, and configuration file content can be request:{ " method ": " get ", " type ": " text "
Does URI represent input request? path before number, for example:
http://127.0.0.1:8888/game99/loadGameDetailByCode.do?gameCode=25
URI is /game99/loadGameDetailByCode.do, and configuration file content can be:
request:{?“method”:”get”,”type”:”text”,”uri”:”/game99/loadGameDetailByCode.do”}
The required parameter of params representative input, the request of input institute must be greater than or equal to the number of parameters of configuration with number of parameters, and the parameter value of correspondence must equate.As:
http://127.0.0.1:8888/game99/loadGameDetailByCode.do?gameCode=25
GameCode representative needs the parameter { gameCode:25} of configuration.
(2) response message configuration (response)
When 1, the type parameter in request is different, there is different response output configurations, if parameter type is json request, input and output configuration
{"request":{
"method":?"get",//get?post
"type":?"json",//json?text?html
"uri":"/mobile/mobileOrder.do",
"params":{"param1":"paramValue2","param2":"paramValue2","param3":"paramValue3",}
},
"response":{
" status ": " success ", //success success, fail failure, login needs login
" msg ": " returning successfully ", // success or the message of unsuccessfully returning
"noUseCount":"7",
"usedCount":"5",
"passedCount":"3",
" noUseCoupons ": [" type ": " 99 ", " typeName ": " 99 certificate ",
" name ": " full $100 supports 20 ",
"value":"200","startTime":"20140728143600","endTime":"20140803143600",
" description ": " operation instruction: full 100 yuan of order can be used, and supports Q coin to supplement with money, play and supplement with money, supports stack to use."}],
" usedCoupons ": [" type ": " 99 ", " typeName ": " 99 certificate ",
" name ": " full $100 supports 20 ",
"value":"200","startTime":"20140728143600","endTime":"20140803143600",
" description ": " operation instruction: full 100 yuan of order can be used, and supports Q coin to supplement with money, play and supplement with money, supports stack to use." }, " type ": " 99 ", " typeName ": " 99 certificate ",
" name ": " full $100 supports 20 ",
"value":"200","startTime":"20140728143600","endTime":"20140803143600",
" description ": " operation instruction: full 100 yuan of order can be used, and supports Q coin to supplement with money, play and supplement with money, supports stack to use." }], " passedCoupons ": [" type ": " 99 ", " typeName ": " 99 certificate ",
" name ": " full $100 supports 20 ",
"value":"200","startTime":"20140728143600","endTime":"20140803143600",
" description ": " operation instruction: full 100 yuan of order can be used, and supports Q coin to supplement with money, play and supplement with money, supports stack to use." }, " type ": " wuxian ", " typeName ": " unlimited certificate ",
" name ": " full $100 supports 20 ",
"value":"200","startTime":"20140728143600","endTime":"20140803143600",
" description ": " operation instruction: full 100 yuan of order can be used, and supports Q coin to supplement with money, play and supplement with money, supports stack to use." }, " type ": " 99 ", " typeName ": " 99 certificate ",
" name ": " full $100 supports 20 ",
" value ": " 200 ", " startTime ": " 20140728143600 ", " endTime ": " 20140803143600 ", " description ": " operation instruction: full 100 yuan of order can be used, and supports Q coin to supplement with money, play and supplement with money, supports stack to use." }] // other object that need to return
}}
Above-mentioned code is self-defined content example.
When needs solve the Cross-domain problem that between different domain name addresses, request call produces, configuration personnel need will write custom parameter in configuration file request parameter, for example: hpcallback or jsonpcallback parameter, be in request URL with parameter hpcallback or jsonpcallback parameter, system is exported the output data that jsonp is corresponding automatically according to importing parameter into: for example:
http://127.0.0.1:8888/game99/mycoupons.do?jsonpcallback=jQuery19106561612307559699_1410950594952
The self-defined response message of response message: jQuery19106561612307559699_1410950594952+
2, html request, request and corresponding information profile instance
{"request":{
"method":"get",//get?post
"type":"html",//json text?html
"uri":"/mobile/mobileOrder.do",
"params":{"param1":"paramValue2","param2":"paramValue2","param3":"paramValue3",}
},
" response ": the content of " <h1>Hello World</h1> " // response: <h1>Hello World</h1>
}。

Claims (2)

1. a service interface digital simulation method, is characterized in that concrete steps comprise:
(1) editor's configuration file, configuration file content comprises:
Solicited message, comprising: request mode, need spread out of response parameter type, required parameter and parameter value and URI address; Request mode comprises: get, post, and parameter type is divided into: Json, text, html;
Wherein, the address of URL=web monitoring service device: port numbers+URI++required parameter and parameter value;
Response message: return results state and return message content, the state of returning results comprises successfully, failure and needs login etc., return message content comprises Transaction Success or the self-defined content of developer such as unsuccessfully;
(2), according to the URI in corresponding configuration file, at web browser address field input URL, carry out HTTP request simulation;
(3) web monitoring service device is identified the URL request receiving, and carry out the matching analysis with the URL in the configuration file reading, judge that whether the number of parameters in configuration file is less than or equal to the number of parameters in URL request, judges that whether parameter value is identical;
If comprise json parameter format, need further to mate, comprising: matching request mode and the response parameter type that need spread out of:
(4) web monitoring service device returns to web browser by result, and web browser is carried out result displaying.
2. a service interface digital simulation system, is characterized in that system comprises:
(1) configuration file edit cell, for editing configuration file, comprising:
Solicited message, comprising: request mode, need spread out of response parameter type, required parameter and parameter value and URI address; Request mode comprises: get, and post, parameter type is divided into: Json, text, html;
Wherein, the address of URL=web monitoring service device: port numbers+URI++required parameter and parameter value;
Response message: return results state and return message content, the state of returning results comprises successfully, failure and needs login etc., return message content comprises Transaction Success or the self-defined content of developer such as unsuccessfully;
(2) dispensing unit, for configuring the URL request of corresponding IP port, option and installment file place catalogue, and send to configuration file resolution unit;
(3) configuration file resolution unit, for resolving profile parameters content, and sends to the resolution unit of web monitoring service device;
(4) WEB monitoring service device, comprising:
Data transmission unit, for receiving URL request, extracts the required required parameter of resolution unit and parameter value, and parameter and parameter value is sent to resolution unit;
Resolution unit, the required parameter and the parameter value that for receiving data transmission unit, send, read URL parameter and the parameter value of configuration file resolution unit, and both carried out to the matching analysis;
The matching analysis unit, comprising: judge that whether the number of parameters in configuration file is less than or equal to the number of parameters in URL request, judges that whether parameter value is identical;
If comprise json parameter format, need further to mate, comprise matching request mode and the response parameter type that need spread out of;
(5) stop service unit: be connected with WEB monitoring service device, for stopping web server, carry out snoop-operations.
CN201410502306.7A 2014-09-27 2014-09-27 A kind of service interface digital simulation method and system Active CN104199725B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410502306.7A CN104199725B (en) 2014-09-27 2014-09-27 A kind of service interface digital simulation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410502306.7A CN104199725B (en) 2014-09-27 2014-09-27 A kind of service interface digital simulation method and system

Publications (2)

Publication Number Publication Date
CN104199725A true CN104199725A (en) 2014-12-10
CN104199725B CN104199725B (en) 2017-12-22

Family

ID=52085022

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410502306.7A Active CN104199725B (en) 2014-09-27 2014-09-27 A kind of service interface digital simulation method and system

Country Status (1)

Country Link
CN (1) CN104199725B (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105867944A (en) * 2016-04-19 2016-08-17 郑州宇通客车股份有限公司 Web front-end terminal operating layer and implementing method thereof
CN105975393A (en) * 2016-05-04 2016-09-28 腾讯科技(深圳)有限公司 Page display detection method and system
CN106055383A (en) * 2016-05-26 2016-10-26 北京京东尚科信息技术有限公司 Request processing method and device
CN106301995A (en) * 2015-06-24 2017-01-04 北京京东尚科信息技术有限公司 The method and apparatus that a kind of automatic detection interface service is abnormal
CN106569951A (en) * 2016-11-04 2017-04-19 杭州顺网科技股份有限公司 Web test method independent of page
CN106598575A (en) * 2016-11-30 2017-04-26 武汉斗鱼网络科技有限公司 Front-end data simulation implementation method and system
CN106681922A (en) * 2016-12-27 2017-05-17 广州唯品会信息科技有限公司 Simulation server response method and system
CN107608708A (en) * 2017-08-20 2018-01-19 杭州安恒信息技术有限公司 A kind of interface data forges method
CN108259520A (en) * 2016-12-27 2018-07-06 北京国双科技有限公司 A kind of data processing method and server
CN108563426A (en) * 2018-03-06 2018-09-21 北京酷我科技有限公司 A kind of iOS requests simulation strategy
CN108600311A (en) * 2018-03-21 2018-09-28 浙江口碑网络技术有限公司 The method and device of client simulation interface data
CN109388425A (en) * 2018-08-17 2019-02-26 东莞数汇大数据有限公司 A kind of interface switching method, system, device and the storage medium of front end engineering
CN109460266A (en) * 2018-10-29 2019-03-12 无锡华云数据技术服务有限公司 A kind of method and device constructing software analogue data
CN109634605A (en) * 2018-12-05 2019-04-16 苏州思必驰信息科技有限公司 Analogue data generation method and system for web front-end
CN109766102A (en) * 2018-12-30 2019-05-17 卓集送信息科技(武汉)有限公司 A kind of matching process automatically parsing required parameter
CN110516143A (en) * 2018-05-31 2019-11-29 北京数聚鑫云信息技术有限公司 A kind of business datum extracting method and device based on browser
CN111596910A (en) * 2020-04-20 2020-08-28 微梦创科网络科技(中国)有限公司 Mock service platform and method
CN111666512A (en) * 2019-03-07 2020-09-15 北京嗨动视觉科技有限公司 Server information transceiving method, device and system
CN111756804A (en) * 2020-05-27 2020-10-09 苏州浪潮智能科技有限公司 Method and device for configuring web request
CN111782330A (en) * 2020-07-07 2020-10-16 赞同科技股份有限公司 Web application-based page data acquisition method, device and equipment
CN111953659A (en) * 2020-07-21 2020-11-17 北京思特奇信息技术股份有限公司 Method and system for simulating http request
CN112015483A (en) * 2020-08-07 2020-12-01 北京浪潮数据技术有限公司 POST request parameter automatic processing method and device and readable storage medium
CN112887390A (en) * 2021-01-20 2021-06-01 上海易校信息科技有限公司 Network request method
CN114077426A (en) * 2020-08-11 2022-02-22 南京南瑞继保电气有限公司 Lightweight power grid Web system front-end and back-end data proxy conversion system and method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050010661A1 (en) * 2003-07-08 2005-01-13 Southam Blaine R. Systems and methods for testing network services
CN103631783A (en) * 2012-08-21 2014-03-12 百度在线网络技术(北京)有限公司 Method and system for generating front end page
CN103955361A (en) * 2014-03-28 2014-07-30 世纪禾光科技发展(北京)有限公司 Modular development and publishing system for automatic compiling and establishing of web front-end codes

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050010661A1 (en) * 2003-07-08 2005-01-13 Southam Blaine R. Systems and methods for testing network services
CN103631783A (en) * 2012-08-21 2014-03-12 百度在线网络技术(北京)有限公司 Method and system for generating front end page
CN103955361A (en) * 2014-03-28 2014-07-30 世纪禾光科技发展(北京)有限公司 Modular development and publishing system for automatic compiling and establishing of web front-end codes

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
佚名: "Mock,让你的开发脱离接口", 《HTTP://WWW.CNBLOGS.COM/AEROJIN/P/3795016.HTML》 *

Cited By (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106301995A (en) * 2015-06-24 2017-01-04 北京京东尚科信息技术有限公司 The method and apparatus that a kind of automatic detection interface service is abnormal
CN105867944A (en) * 2016-04-19 2016-08-17 郑州宇通客车股份有限公司 Web front-end terminal operating layer and implementing method thereof
CN105867944B (en) * 2016-04-19 2019-10-22 郑州宇通客车股份有限公司 Web front end data operation layer and its implementation
CN105975393A (en) * 2016-05-04 2016-09-28 腾讯科技(深圳)有限公司 Page display detection method and system
CN106055383A (en) * 2016-05-26 2016-10-26 北京京东尚科信息技术有限公司 Request processing method and device
CN106569951A (en) * 2016-11-04 2017-04-19 杭州顺网科技股份有限公司 Web test method independent of page
CN106569951B (en) * 2016-11-04 2019-05-07 杭州顺网科技股份有限公司 A kind of Web test method being detached from the page
CN106598575A (en) * 2016-11-30 2017-04-26 武汉斗鱼网络科技有限公司 Front-end data simulation implementation method and system
CN106681922A (en) * 2016-12-27 2017-05-17 广州唯品会信息科技有限公司 Simulation server response method and system
CN108259520A (en) * 2016-12-27 2018-07-06 北京国双科技有限公司 A kind of data processing method and server
CN106681922B (en) * 2016-12-27 2021-03-02 上海品顺信息科技有限公司 Response method and system of simulation server
CN107608708A (en) * 2017-08-20 2018-01-19 杭州安恒信息技术有限公司 A kind of interface data forges method
CN107608708B (en) * 2017-08-20 2020-05-01 杭州安恒信息技术股份有限公司 Interface data counterfeiting method
CN108563426A (en) * 2018-03-06 2018-09-21 北京酷我科技有限公司 A kind of iOS requests simulation strategy
CN108563426B (en) * 2018-03-06 2021-06-11 北京酷我科技有限公司 iOS request simulation method
CN108600311B (en) * 2018-03-21 2020-08-04 浙江口碑网络技术有限公司 Method and device for simulating interface data by client
CN108600311A (en) * 2018-03-21 2018-09-28 浙江口碑网络技术有限公司 The method and device of client simulation interface data
CN110516143A (en) * 2018-05-31 2019-11-29 北京数聚鑫云信息技术有限公司 A kind of business datum extracting method and device based on browser
CN109388425B (en) * 2018-08-17 2021-08-31 东莞数汇大数据有限公司 Interface switching method, system, device and storage medium for front-end engineering
CN109388425A (en) * 2018-08-17 2019-02-26 东莞数汇大数据有限公司 A kind of interface switching method, system, device and the storage medium of front end engineering
CN109460266A (en) * 2018-10-29 2019-03-12 无锡华云数据技术服务有限公司 A kind of method and device constructing software analogue data
CN109634605A (en) * 2018-12-05 2019-04-16 苏州思必驰信息科技有限公司 Analogue data generation method and system for web front-end
CN109766102A (en) * 2018-12-30 2019-05-17 卓集送信息科技(武汉)有限公司 A kind of matching process automatically parsing required parameter
CN111666512A (en) * 2019-03-07 2020-09-15 北京嗨动视觉科技有限公司 Server information transceiving method, device and system
CN111666512B (en) * 2019-03-07 2024-02-02 北京嗨动视觉科技有限公司 Method, device and system for receiving and transmitting server information
CN111596910A (en) * 2020-04-20 2020-08-28 微梦创科网络科技(中国)有限公司 Mock service platform and method
CN111756804A (en) * 2020-05-27 2020-10-09 苏州浪潮智能科技有限公司 Method and device for configuring web request
CN111756804B (en) * 2020-05-27 2022-05-31 苏州浪潮智能科技有限公司 Method and device for configuring web request
CN111782330A (en) * 2020-07-07 2020-10-16 赞同科技股份有限公司 Web application-based page data acquisition method, device and equipment
CN111782330B (en) * 2020-07-07 2024-01-26 赞同科技股份有限公司 Page data acquisition method, device and equipment based on Web application
CN111953659A (en) * 2020-07-21 2020-11-17 北京思特奇信息技术股份有限公司 Method and system for simulating http request
CN112015483A (en) * 2020-08-07 2020-12-01 北京浪潮数据技术有限公司 POST request parameter automatic processing method and device and readable storage medium
CN112015483B (en) * 2020-08-07 2021-12-03 北京浪潮数据技术有限公司 POST request parameter automatic processing method and device and readable storage medium
CN114077426A (en) * 2020-08-11 2022-02-22 南京南瑞继保电气有限公司 Lightweight power grid Web system front-end and back-end data proxy conversion system and method
CN112887390B (en) * 2021-01-20 2023-02-17 上海易校信息科技有限公司 Network request method
CN112887390A (en) * 2021-01-20 2021-06-01 上海易校信息科技有限公司 Network request method

Also Published As

Publication number Publication date
CN104199725B (en) 2017-12-22

Similar Documents

Publication Publication Date Title
CN104199725A (en) Service interface data simulation method and system
CN108959068B (en) Software interface testing method, device and storage medium
CN102272757B (en) Method for server-side logging of client browser state through markup language
CN111782330B (en) Page data acquisition method, device and equipment based on Web application
CN102567198B (en) System and method for testing application program in physical system environment
RU2699400C2 (en) Automatic intelligent collection and data revise
CN101576843A (en) Method and device for testing application program interface
CN104102578B (en) Test method and system and operation terminal
CN104461903A (en) Method and device for testing client side based on browser
US20220107882A1 (en) Rendering engine component abstraction system
CN109901968A (en) A kind of automation page data method of calibration and device
CN108111364B (en) Service system testing method and device
CN110798445B (en) Public gateway interface testing method and device, computer equipment and storage medium
US9357366B2 (en) Auditing of mobile applications
CN104156213A (en) Android application running method and device
US20160364233A1 (en) Automatically complete a specific software task using hidden tags
CN104809057A (en) Application test system, application test method and storage medium
CN112866312A (en) Script generation method, remote operation method and related equipment
CN110188043A (en) A kind of method and control equipment of the test of control multiple devices
KR102054896B1 (en) A visitor behavior alalysis appratus of dynamic webpages and a method for analysing a visitor behavior of webpages using it
CN107797917B (en) Performance test script generation method and device
CN107844486B (en) Method and system for analyzing webpage problems for client
KR101792864B1 (en) System and Method for verifying application
US9304891B1 (en) Load-test generator
CN114006885A (en) Data acquisition method and device based on intelligent equipment and electronic equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A service interface data simulation method and system

Effective date of registration: 20210906

Granted publication date: 20171222

Pledgee: Pacific Anxin Agricultural Insurance Co.,Ltd. Shanghai Minhang branch

Pledgor: SHANGHAI HANDPAL INFORMATION TECHNOLOGY SERVICE Co.,Ltd.

Registration number: Y2021310000061

PE01 Entry into force of the registration of the contract for pledge of patent right