CN108183962B - Simulation test system - Google Patents

Simulation test system Download PDF

Info

Publication number
CN108183962B
CN108183962B CN201810008528.1A CN201810008528A CN108183962B CN 108183962 B CN108183962 B CN 108183962B CN 201810008528 A CN201810008528 A CN 201810008528A CN 108183962 B CN108183962 B CN 108183962B
Authority
CN
China
Prior art keywords
test
simulation
item
parameter
configuration
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
Application number
CN201810008528.1A
Other languages
Chinese (zh)
Other versions
CN108183962A (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 Handpal Information Technology Service Co ltd
Original Assignee
Shanghai Handpal 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 Handpal Information Technology Service Co ltd filed Critical Shanghai Handpal Information Technology Service Co ltd
Priority to CN201810008528.1A priority Critical patent/CN108183962B/en
Publication of CN108183962A publication Critical patent/CN108183962A/en
Application granted granted Critical
Publication of CN108183962B publication Critical patent/CN108183962B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications

Abstract

The invention provides a simulation test system, which comprises: the system comprises a client and a simulation server in the same local area network, wherein the simulation server stores a configuration file for receiving a simulation test request sent by a user through an application unit of the client; the simulation server side comprises: the data transmission unit is used for receiving the simulation test request sent by the client and analyzing the simulation test request through the request analysis unit to obtain an analysis result; the test processing unit calls a corresponding test item in the configuration file according to the analysis result, compares the analysis result with the input condition of the called test item, and outputs an output result corresponding to the input condition according to the comparison result; and the test processing unit returns the output result to the application unit of the client through the data transmission unit and displays the output result. The technical scheme has the advantages that the client can quickly execute the test, and further, the software development and test efficiency can be effectively improved.

Description

Simulation test system
Technical Field
The invention relates to the technical field of communication, in particular to a simulation test system.
Background
In the prior art, if a third party payment function is involved in developing software, when testing the payment function in the developed software, a third server connected remotely needs to be called, provided test data is tested through the third party server, and a test result is fed back.
Disclosure of Invention
Aiming at the problems of testing the functional module in software development in the prior art, the simulation testing system is provided, which aims to test the functional module of the software by locally simulating the third-party server, improve the testing efficiency and effectively improve the software development efficiency.
The specific technical scheme is as follows:
a simulation test system, comprising:
the system comprises a client, a server and a server, wherein an application unit is arranged in the client;
the simulation server is connected with the client, a configuration file is also prestored in the simulation server, the configuration file comprises a plurality of test items, and each test item comprises each preconfigured input condition and different output results respectively corresponding to each input condition;
the simulation server is further used for receiving a simulation test request sent by a user through the application unit of the client;
the simulation server side comprises:
the data transmission unit is used for receiving the simulation test request sent by the client;
the request analysis unit is connected with the data transmission unit and used for analyzing the simulation test request to obtain an analysis result;
the test processing unit is connected with the request analysis unit, calls a corresponding test item in the configuration file according to the analysis result, compares the analysis result with the input condition of the called test item, and outputs the output result corresponding to the input condition according to the comparison result;
and the test processing unit returns the output result to the application unit of the client through the data transmission unit and displays the output result.
Preferably, each test item in the configuration file corresponds to an interface path, and the simulation test request includes the interface path and a parameter item to be tested.
Preferably, the application unit is a WEB browser.
Preferably, the interface path is an address based on a URL format.
Preferably, the test items in the configuration file include a check parameter test item and a test rule item;
the test processing unit includes:
the verification parameter module is used for comparing the format of the parameter item in the simulation test request with the format of the parameter in the verification test item so as to judge whether the parameter format in the simulation test request is qualified or not;
the rule matching module is used for calling a test rule corresponding to the parameter in the test rule item according to the parameter in the simulation test request;
the signature format configuration module is used for carrying out signature configuration on the parameter items in the simulation test request;
the simulation result returning module is connected with the signature verification unit, the verification parameter module and the rule matching module;
after the verification parameter module and the rule matching module test the simulation test request and the test is passed, the signature format configuration module performs signature configuration on the parameter item to form the encrypted processing result and returns the encrypted processing result to the client.
Preferably, the configuration file is in an XML file format.
Preferably, the simulation server is a WEB monitoring server.
Preferably, the configuration file further comprises an asynchronous notification test item;
the test processing unit includes:
the asynchronous notification matching module is used for judging whether the attribute of the parameter item in the simulation test request meets the asynchronous notification attribute of the parameter item in the asynchronous notification test item;
the asynchronous signature module is used for signing the parameter item which is the asynchronous notification attribute in the simulation test request to form asynchronous encrypted data;
and the asynchronous notification module is connected with the asynchronous signature unit and used for forming an asynchronous processing result by the asynchronous encrypted data and returning the asynchronous processing result to the client through the simulation result returning module.
Preferably, the simulation server is further configured to receive a configuration request sent by a user through the application unit of the client;
the simulation server side comprises:
the data transmission unit is used for receiving the configuration request sent by the client and outputting the configuration request to the configuration file processing unit;
the configuration file processing unit is used for calling the configuration file according to the configuration request and configuring the parameter items in the configuration file.
Preferably, the configuration file comprises a basic data item and the test item;
the configuration file processing unit comprises the configuration of the parameter items of the test items and the parameter items of the basic data;
the test items include:
the verification parameter test item is used for configuring the format of the parameter item in the configuration file according to the format configuration parameter in the configuration request;
the test rule item is used for configuring a corresponding test rule for the test item of the configuration file according to the rule configuration parameter in the configuration request;
the asynchronous notification test item is used for configuring the attribute of part of the test items in the configuration file into an asynchronous notification attribute according to the asynchronous configuration parameter in the configuration request;
the underlying data items include:
the signature format test item is used for configuring the signature format of the signature field in the configuration file according to the signature configuration parameters in the configuration request;
returning content items for configuring the data content correspondingly returned according to the simulation test request sent by the client;
and displaying the data item to configure the date parameter and the random number contained in the returned data content.
The technical scheme has the following advantages or beneficial effects: the simulation server can simulate the third-party server to execute the test on the simulation test request of the client, and because the simulation server and the WEB browser in the client are both locally connected, the processing result corresponding to the simulation test request can be quickly returned, and the problems that the waiting time is long and the test efficiency is low when the remotely connected third-party server is called in the test process in the prior art are solved.
On the other hand, the configuration system can conveniently and rapidly configure the configuration file in the local client, the response speed of the simulation server is high, and after the configuration file is configured, the client can rapidly execute the test, so that the software development and test efficiency can be effectively improved.
Drawings
Embodiments of the present invention will now be described more fully hereinafter with reference to the accompanying drawings. The drawings are, however, to be regarded as illustrative and explanatory only and are not restrictive of the scope of the invention.
FIG. 1 is a schematic structural diagram of an embodiment of a simulation test system according to the present invention;
FIG. 2 is a schematic diagram of a test processing unit according to an embodiment of the present invention;
FIG. 3 is a block diagram of an embodiment of a simulation test system according to the present invention, wherein the simulation server has asynchronous processing.
The reference numerals denote:
1. a client; 11. an application unit; 2. simulating a client; 21. a data transmission unit; 22. a request analysis unit; 23. a test processing unit; 24. a configuration file processing unit; 231. a parameter checking module; 232. a rule matching module; 233. a signature format configuration module; 234. the simulation result returns to the simulation; 235. an asynchronous notification matching module; 236. an asynchronous signature module; 237. and an asynchronous notification module.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the embodiments and features of the embodiments may be combined with each other without conflict.
The invention is further described with reference to the following drawings and specific examples, which are not intended to be limiting.
The technical scheme of the invention comprises a simulation test system.
As shown in fig. 1, an embodiment of a simulation test system includes:
the system comprises a client 1, wherein an application unit 11 is arranged in the client 1;
a simulation server 2 located in the same local area network as the client 1, where the simulation server 2 is connected to the client 1, and the simulation server 2 further pre-stores a configuration file, where the configuration file includes multiple test items, and each test item includes pre-configured input conditions and different output results corresponding to the input conditions;
the simulation server 2 is further configured to receive a simulation test request sent by a user through the application unit 11 of the client 1;
the simulation server 2 comprises:
a data transmission unit 21, configured to receive the simulation test request sent by the client 1;
a request analysis unit 22, connected to the data transmission unit 21, for analyzing the simulation test request to obtain an analysis result;
the test processing unit 23 is connected to the request parsing unit 22, the test processing unit 23 calls a corresponding test item in the configuration file according to the parsing result, compares the parsing result with the input condition of the called test item, and outputs the output result corresponding to the input condition according to the comparison result;
the test processing unit 23 returns the output result to the application unit 11 of the client 1 through the data transmission unit 21 and displays the output result.
Aiming at the problems that in the prior art, in the process of executing and testing the functions of software, the server of a third party which is remotely connected needs to be called to execute and test the test data of the client 1, the data test is slow, the client 1 needs to spend longer time waiting for the test result returned by the server, and the test is easily influenced by the network environment and the running state of the server when the third party server tests, and various factors can influence the test efficiency and influence the development period of the software.
The invention provides a simulation server 2, wherein the simulation server 2 and a client 1 are both in the local, so that the influence of a network environment is avoided, a configuration file stored in the simulation client 1 comprises a plurality of test items, each test item comprises preset input conditions, and each input condition corresponds to an output result;
the client 1 sends the simulation test request to the simulation server 2 in the local, the simulation server 2 analyzes the simulation test request to obtain an analysis result, then calls the configuration file corresponding to the simulation test request to test the analysis result to obtain a processing result, and then returns the processing result to the application unit 11 of the client 1, and since the simulation server and the application unit 11 in the client 1 are both in local connection, the processing result corresponding to the simulation test request can be quickly returned, and the problems that in the prior art, the waiting time is long and the testing efficiency is low when a remotely connected third-party server is called in the testing process are solved.
In a preferred embodiment, each test item in the configuration file corresponds to an interface path, and the simulation test request includes the interface path and the test item to be tested.
In a preferred embodiment, the interface path is an address based on a URL format.
In a preferred embodiment, the application unit 11 is a WEB browser.
In the technical scheme, the simulation test request formed in the WEB browser comprises an interface path and a parameter item to be tested;
such as, for example,http://10.48.193.108:6666/simulator/http.htmis there a Wherein _ code _ ═ vendor name&Interface path.
In a preferred embodiment, the test items in the configuration file include a check parameter test item and a test rule item;
as shown in fig. 2, the test processing unit 23 includes:
the verification parameter module 231 is configured to compare the format of the parameter item in the simulation test request with the format of the parameter in the verification test item, so as to determine whether the format of the parameter in the simulation test request is qualified;
the rule matching module 232 is used for calling the test rule corresponding to the parameter in the test rule item according to the parameter in the simulation test request;
a signature format configuration module 233, configured to perform signature configuration on the parameter item in the simulation test request;
the simulation result returning module 234 is connected with the signature format configuration module 233, the verification parameter module 231 and the rule matching module 232;
after the verification parameter module 231 and the rule matching module test the simulation test request and the test is passed, the signature format configuration module performs signature configuration on the parameter item to form an encrypted processing result and returns the encrypted processing result to the client 1.
In the above technical solution, when the simulation server 2 returns the processing result encrypted by the signature to the WEB browser of the client 1, the WEB browser decrypts by using the decryption method corresponding to the encryption method to obtain decrypted data, thereby ensuring the security of the data returned from the simulation server 2 to the client 1.
It should be noted that the signature encryption algorithm described above applies MD5 (hash encryption algorithm) encryption technology.
In a preferred embodiment, the configuration file is in the form of an XML file.
In a preferred embodiment, the simulation server 2 is a WEB monitoring server.
In a preferred embodiment, the configuration file further comprises an asynchronous notification test item;
as shown in fig. 3, the test processing unit 23 includes:
the asynchronous notification matching module 235 is configured to determine whether an attribute of a parameter item in the simulation test request satisfies an asynchronous notification attribute of a parameter item in the asynchronous notification test item;
the asynchronous signature module 236 is used for signing the parameter item which is the asynchronous notification attribute in the simulation test request to form asynchronous encrypted data;
and an asynchronous notification module 237, connected to the asynchronous signature unit, for forming an asynchronous processing result from the asynchronous encrypted data and returning the asynchronous processing result to the client 1 through a simulation result returning module 231.
In the above technical solution, when the simulation test request does not include the parameter item of the asynchronous notification attribute, the simulation result returning module of the simulation server 2 directly returns the processing result encrypted by the signature to the WEB browser of the client 1.
In a preferred embodiment, the simulation server 2 is further configured to receive a configuration request sent by a user through the application unit 11 of the client 1;
as shown in fig. 3, the simulation server 2 includes:
the configuration file processing unit 24 is connected with the data transmission unit 21, and the data transmission unit 21 is used for receiving the configuration request sent by the client 1 and outputting the configuration request to the configuration file processing unit 24;
the configuration file processing unit 24 is configured to call a configuration file according to the configuration request, and configure the parameter items in the configuration file. In the prior art, when testing the functions of developed software, the test is executed after the configuration file of the third party needs to be configured, and when the configuration operation is executed on the third party server, the response is slow, and the test is easily influenced by the network environment.
In this embodiment, the client 1 can conveniently and rapidly configure the configuration file in the simulation server 2, so that not only is the configuration efficiency high, but also adverse effects caused by the network quality can be avoided.
In a preferred embodiment, the configuration file includes a basic data item, and a test item;
the configuration file processing unit 24 includes the configuration of the parameter items of the test items and the parameter items of the basic data for the configuration in the configuration file;
the test items include:
the verification parameter test item is used for configuring the format of the parameter item in the configuration file according to the format configuration parameter in the configuration request;
the test rule item is used for configuring the corresponding test rule for the test item of the configuration file according to the rule configuration parameters in the configuration request;
the asynchronous notification test item is used for configuring the attribute of part of the test items in the configuration file into an asynchronous notification attribute according to the asynchronous configuration parameter in the configuration request;
the underlying data items include:
the signature format test item is used for configuring the signature format of the signature field in the configuration file according to the signature configuration parameters in the configuration request;
returning content items for configuring returned data contents corresponding to the simulation test request sent by the client 1;
and displaying the data item to configure the date parameter and the random number contained in the returned data content.
In the above technical solution, the data content of the processing result returned from the simulation server 2 may include the content of the basic data item pre-configured in the configuration file by the user, such as the date and time of the system, and the serial number randomly generated by the order.
In a preferred embodiment, the configuration file sends the configuration request to the simulation server 2 based on an HTTP request.
In a preferred embodiment, the simulation server is a WEB monitoring server.
In a preferred embodiment, the configuration file is in the form of an XML file.
A specific example of configuring a configuration file is given below,
Figure BDA0001539482690000092
the variable value in the returned content can be set in the processing result returned by the simulation server 2, and the time can be represented by a custom syntax such as $ { NOW: yyyyy-MM-dd HH: MM: ss }
Figure BDA0001539482690000093
Figure BDA0001539482690000104
The simulation server 2 checks the parameter items in the simulation test request, and the checking content can include parameter formats, whether necessary filling parameters exist, length limitation and the like;
the following is a description of specific examples:
Figure BDA0001539482690000103
Figure BDA0001539482690000112
Figure BDA0001539482690000122
interface description: create order interface (suspected, the interface cannot be found in the document)
Interface types are as follows: synchronous interface
The condition parameters are as follows: account
Default configuration: of the account, 139 shipments, 159 shipments failed
Self-defining return configuration: returned to xml as follows
Successful
{"code":1000,"orderId":10000001}
Failure of
{"code":8005,"orderId":null}
The following describes an output result corresponding to each input condition in a specific embodiment:
each test item, including a corresponding input condition, and the output result, i.e., the return code field, corresponding to each input condition may include the following:
1000 operation was successful
1001 has no data
6001 order query start time s cannot be null
6002 order query end time e cannot be null
6003 order number orderid cannot be null
The 6004 channel order number outtradieno cannot be empty
6005 Game number gid cannot be null
6006 version number oid cannot be null
6007 No. aid cannot be null
6008 garment number sid cannot be empty
6009 Top-Up item number pid cannot be null
6010 the purchase quantity quality cannot be empty
6011 the value of the purchase quantity qualification is not a number
6012 the top-up account cannot be empty
6013 the recharge password pswd cannot be null
6014 Game role juese cannot be null
6015 Game name gName cannot be null
6016 Game version oName cannot be null
6017 the playing area aName cannot be empty
6018 Game Server sName cannot be empty
6019 Game clothing number num cannot be empty
6020 recharging face value face can not be null
6021 recharging face value face not as a valid number
6022 recharging item standard not valid number
6023 supplement item tid value error
6024 running platform number plid value error
6025 order number outTradeNo already exists
6026 order number outTradeNo
6027 order number outTradeNo
7001 Game does not exist
7002 game is put on shelf
7003 Game version does not exist
7004 the game area does not exist
7005 the game clothes do not exist
7006 Game Do not exist
7007 the game does not support the android recharge mode
7008 the game does not support official substitution of apple
8001 channel number partnerid cannot be null
8002 timestamp t cannot be null
8003 signature sign cannot be null
8004 signature sign check error
8005 Butt over time (over 300 seconds)
8006 the field to be encrypted estr cannot be null
8007 encryption key k cannot be null
8008 the field to be decrypted dstr cannot be empty
9004 non-white list IP
9001 partner does not exist
9002 Cooperation status Un-Audit
9003 Cooperation status closed
9999 service exception error
</desc>
</supplier>
As with the above configuration file example, to the simulation server 2:
http:// Server Address
/simulator/http.htm?_code_=piaomiao&_url_=order/create
The following parameter items are sent;
{'tradeNo':'10566-20160819171432','face':100,'qq':u'123456','account':u'331345','mobile':u'13812341234','oid':u'331','pid':u'863','sign':u'b207d35e5dc8855e13c7bf6dd644d76e','outtradeno':u'10566-20160819171432','gid':u'1000','partnerid':u'testM9081','t':u'1471598072','sid':u'9926','aid':u'137','pswd':u'123456','juese':u'123','quantity':u'1'}
get a response of
{ "code":10001, "msg": Single success, "trade No":10566-20160819171432, "orderId":20171116154503840621, "rTime": 2017-11-1615: 45:11}
While the invention has been described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.

Claims (8)

1. A simulation test system, comprising:
the system comprises a client, a server and a server, wherein an application unit is arranged in the client;
the simulation server is connected with the client, a configuration file is also prestored in the simulation server, the configuration file comprises a plurality of test items, and each test item comprises each preconfigured input condition and different output results respectively corresponding to each input condition;
the simulation server is further used for receiving a simulation test request sent by a user through the application unit of the client;
the simulation server side comprises:
the data transmission unit is used for receiving the simulation test request sent by the client;
the request analysis unit is connected with the data transmission unit and used for analyzing the simulation test request to obtain an analysis result;
the test processing unit is connected with the request analysis unit, calls a corresponding test item in the configuration file according to the analysis result, compares the analysis result with the input condition of the called test item, and outputs the output result corresponding to the input condition according to the comparison result;
the test processing unit returns the output result to the application unit of the client through the data transmission unit and displays the output result;
the test items in the configuration file comprise a verification parameter test item and a test rule item;
the test processing unit includes:
the verification parameter module is used for comparing the format of the parameter item in the simulation test request with the format of the parameter in the verification parameter test item so as to judge whether the parameter format in the simulation test request is qualified or not;
the rule matching module is used for calling a test rule corresponding to the parameter in the test rule item according to the parameter in the simulation test request;
the signature format configuration module is used for carrying out signature configuration on the parameter items in the simulation test request;
the simulation result returning module is connected with the signature format configuration module, the verification parameter module and the rule matching module;
after the verification parameter module and the rule matching module test the simulation test request and the test is passed, signature configuration is carried out on the parameter item through the signature format configuration module to form the encrypted output result and the encrypted output result is returned to the client;
wherein the configuration file further comprises an asynchronous notification test item;
the test processing unit includes:
the asynchronous notification matching module is used for judging whether the attribute of the parameter item in the simulation test request meets the asynchronous notification attribute of the parameter item in the asynchronous notification test item;
the asynchronous signature module is connected with the asynchronous notification matching module and used for signing the parameter item which is the asynchronous notification attribute in the simulation test request to form asynchronous encrypted data;
and the asynchronous notification module is connected with the asynchronous signature module and used for forming an asynchronous processing result by the asynchronous encrypted data and returning the asynchronous processing result to the client through the simulation result returning module.
2. The simulation test system of claim 1, wherein each test item in the configuration file corresponds to an interface path, and the simulation test request includes the interface path and a parameter item to be tested.
3. The simulation test system of claim 1, wherein the application unit is a WEB browser.
4. The simulation test system of claim 2, wherein the interface path is a URL format based address.
5. The simulation test system of claim 1, wherein the configuration file is in an XML file format.
6. The simulation test system of claim 1, wherein the simulation server is a WEB monitoring server.
7. The simulation test system of claim 1, wherein the simulation server is further configured to receive a configuration request sent by a user through the application unit of the client;
the simulation server side comprises:
the data transmission unit is used for receiving the configuration request sent by the client and outputting the configuration request to the configuration file processing unit;
the configuration file processing unit is used for calling the configuration file according to the configuration request and configuring the parameter items in the configuration file.
8. The simulation test system of claim 7, wherein the configuration file includes a base data item, and the test item;
the configuration file processing unit comprises the configuration of the parameter items of the test items and the parameter items of the basic data items;
the test items include:
the verification parameter test item is used for configuring the format of the parameter item in the configuration file according to the format configuration parameter in the configuration request;
the test rule item is used for configuring a corresponding test rule for the test item of the configuration file according to the rule configuration parameter in the configuration request;
the asynchronous notification test item is used for configuring the attribute of part of the test items in the configuration file into an asynchronous notification attribute according to the asynchronous configuration parameter in the configuration request;
the underlying data items include:
the signature format test item is used for configuring the signature format of the signature field in the configuration file according to the signature configuration parameters in the configuration request;
returning content items for configuring the data content correspondingly returned according to the simulation test request sent by the client;
and displaying the data item to configure the date parameter and the random number contained in the returned data content.
CN201810008528.1A 2018-01-04 2018-01-04 Simulation test system Active CN108183962B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810008528.1A CN108183962B (en) 2018-01-04 2018-01-04 Simulation test system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810008528.1A CN108183962B (en) 2018-01-04 2018-01-04 Simulation test system

Publications (2)

Publication Number Publication Date
CN108183962A CN108183962A (en) 2018-06-19
CN108183962B true CN108183962B (en) 2021-05-25

Family

ID=62549810

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810008528.1A Active CN108183962B (en) 2018-01-04 2018-01-04 Simulation test system

Country Status (1)

Country Link
CN (1) CN108183962B (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108959087A (en) * 2018-06-29 2018-12-07 百度在线网络技术(北京)有限公司 test method and device
CN109726111B (en) * 2018-08-17 2023-03-28 平安普惠企业管理有限公司 Test rule customizing method, device, apparatus and computer readable storage medium
CN109726112A (en) * 2018-08-17 2019-05-07 平安普惠企业管理有限公司 Traverse test method, unit and computer readable storage medium
CN109194545B (en) * 2018-09-12 2020-09-01 北京邮电大学 Network test platform flow generation system, method and device and electronic equipment
CN109818777A (en) * 2018-12-18 2019-05-28 深圳市潮流网络技术有限公司 A kind of method of calibration of software error code
CN110069395B (en) * 2019-03-12 2023-07-25 平安科技(深圳)有限公司 Method and device for simulating asynchronous interface, storage medium and computer equipment
CN110377462B (en) * 2019-06-17 2023-07-21 中国平安人寿保险股份有限公司 Interface testing method and device and terminal equipment
CN111831566A (en) * 2020-07-17 2020-10-27 北京字节跳动网络技术有限公司 Test method, test device, electronic equipment and computer readable storage medium
CN112328480A (en) * 2020-11-04 2021-02-05 浙江诺诺网络科技有限公司 System testing method and device
CN114191822B (en) * 2021-11-19 2023-07-25 腾讯科技(深圳)有限公司 Test method, test device, computer equipment, storage medium and product

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1670710A (en) * 2004-03-16 2005-09-21 鸿富锦精密工业(深圳)有限公司 Rapid diagnosis testing system and method for computer hardware
CN103019936A (en) * 2012-12-06 2013-04-03 武汉华中数控股份有限公司 Numerical control software testing system
CN103905258A (en) * 2012-12-24 2014-07-02 百度国际科技(深圳)有限公司 Method and apparatus for testing data uploading function of client
CN104572469A (en) * 2015-01-23 2015-04-29 广东能龙教育股份有限公司 Automatic interface testing method and system based on simulative http requests
CN107168832A (en) * 2017-04-26 2017-09-15 中控智慧科技股份有限公司 The method of automatic detection, device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1670710A (en) * 2004-03-16 2005-09-21 鸿富锦精密工业(深圳)有限公司 Rapid diagnosis testing system and method for computer hardware
CN103019936A (en) * 2012-12-06 2013-04-03 武汉华中数控股份有限公司 Numerical control software testing system
CN103905258A (en) * 2012-12-24 2014-07-02 百度国际科技(深圳)有限公司 Method and apparatus for testing data uploading function of client
CN104572469A (en) * 2015-01-23 2015-04-29 广东能龙教育股份有限公司 Automatic interface testing method and system based on simulative http requests
CN107168832A (en) * 2017-04-26 2017-09-15 中控智慧科技股份有限公司 The method of automatic detection, device

Also Published As

Publication number Publication date
CN108183962A (en) 2018-06-19

Similar Documents

Publication Publication Date Title
CN108183962B (en) Simulation test system
CN107133180B (en) Dynamic page testing method, testing device and storage medium
CN111078539B (en) Test method, device, system and computer readable storage medium
CN105653933B (en) Plug-in loading method and device
CN110109817A (en) Automatic interface testing method, device, equipment and storage medium
CN112988608B (en) Data testing method and device, computer equipment and storage medium
CN111506497B (en) Business logic debugging method, device, equipment and computer readable storage medium
CN113779444A (en) Interface development method, zero code engine and zero code data interface development system
US11846972B2 (en) Method and apparatus for generating software test reports
US11928449B2 (en) Information processing method, device, apparatus and system, medium, andprogram
CN110058867A (en) The packing of application program mirror image, installation method and computer installation, storage medium
CN110188159A (en) Collage-credit data cut-in method, device, equipment and computer readable storage medium
CN109376021A (en) The response method and server that interface calls
CN106878336A (en) A kind of data interactive method and device
CN113467784B (en) Application processing method and device and computer readable storage medium
WO2022088710A1 (en) Mirror image management method and apparatus
CN116737598B (en) Page debugging method, device, electronic equipment and computer readable medium
US11438151B2 (en) Enriching local cryptoprocessor queries with sdn augmented information
CN104917752B (en) A kind of method for detecting abnormality and system based on communication
CN114422586B (en) Event notification method, event notification device, computer equipment and storage medium
CN106161429B (en) The automatic logging method and device at micro- end
CN114138270A (en) User interface display method and device, equipment and storage medium
CN114710547A (en) Page display method, resource sending method, electronic equipment, server and medium
CN113987062A (en) Data uplink storage method, system, device and storage medium
CN114677138A (en) Data processing method, data processing equipment and computer readable storage medium

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