CN106802859A - A kind of method and device of client software test - Google Patents

A kind of method and device of client software test Download PDF

Info

Publication number
CN106802859A
CN106802859A CN201510828627.0A CN201510828627A CN106802859A CN 106802859 A CN106802859 A CN 106802859A CN 201510828627 A CN201510828627 A CN 201510828627A CN 106802859 A CN106802859 A CN 106802859A
Authority
CN
China
Prior art keywords
analog message
request
client
required parameter
message
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.)
Pending
Application number
CN201510828627.0A
Other languages
Chinese (zh)
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.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology 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 Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201510828627.0A priority Critical patent/CN106802859A/en
Publication of CN106802859A publication Critical patent/CN106802859A/en
Pending legal-status Critical Current

Links

Abstract

The present invention provides a kind of method and device of client software test, can be by simple configuration, you can realize different test scene simulation work, flexibly according to business rule, build test interface.The method of client software test of the invention, including:Receive the request that client sends;Required parameter is extracted from the request;According to the required parameter, the corresponding analog message of table search is mapped by the analog message for pre-saving, wherein, when finding corresponding analog message, the analog message that will then find returns to the client, the analog message mapping table defines the corresponding relation of required parameter and analog message, and the analog message is used as the analog response to the request.

Description

A kind of method and device of client software test
Technical field
The present invention relates to field of computer technology, a kind of particularly client software test Method and device.
Background technology
When the related Project-developing in internet is done, especially for bigger project, typically Multiple modules can be divided into according to functional realiey to develop respectively, pass through an overall architecture again afterwards The interface interchange of each module is carried out, to realize complete application function.Especially a project is led to The client and server end two parts for often including, due to the difference of development language, environment etc., Mostly to be implemented separately., it is necessary to having completed during the functional development of modules Content tested, to determine whether to reach required function.It is past when being tested Toward needing to use the joint debugging between each disparate modules, the especially tune at client and server end With.
However, generally, in project development stage, the development of each module sub-project It is probably what is simultaneously advanced, and there is complementary relation.For example when a project bag Client and server end two parts containing exploitation simultaneously, before the untapped completion of the project, When client test the interface for needing invoking server end, if the server end interface is still Untapped completion, then one server end of simulation is accomplished by when being tested and is come and client Carry out joint debugging test.The client and server of most common situation such as application APP Interface interchange, joint debugging test on stream etc..
It is existing for realize the technical scheme of client and server joint debugging test it is general just like Lower two kinds:
Scheme one, by setting Client Agent, intercept client using network packet catcher etc. End request, and the data that manual modification network is returned, client is transmitted to by amended result With calling between analog module.Main implementation procedure is as follows:
1) client sets proxy server;
2) using network packet catcher (such as:Fiddler etc.) each subsystem interface of crawl calls When communication data;
3) by way of intercepting, the data result for returning is changed;
4) amended message is transmitted to client.
Scheme two, easy test environment is built, for physical interface, configure fixed response Data.The response data of so-called fixation, i.e., will not be with the change of required parameter and request number of times The data for changing and changing.Main implementation procedure is as follows:
1) fixed returned packet is set for the interface that certain is specified in given server;
2) interface specified for the server that client request is specified;
3) which kind of parameter no matter client transmit to the interface specified of service end, and service end is only The fixed message information for pre-setting can be returned.
Find in use, client and service are carried out using two kinds of technical schemes as above When the joint debugging at device end is tested, all in the presence of certain defect.It is mainly manifested in:
1st, message information is changed by way of scheme one is setting agency and using packet catcher, is grasped Make cumbersome, efficiency is low;
2nd, scheme two configures fixed response data (message information) using for the interface specified Mode, underaction, it is impossible to according to the parameter that client is transmitted is dynamic to return to corresponding survey (such as client is to the incoming parameter x=1 of the specified interface, the specified interface for the dynamic data of examination hall scape The data for responding x=1 can be corresponded to, rather than fixed corresponding data set in advance).
The content of the invention
In view of this, the present invention provides a kind of method and device of client software test, can By simple configuration, you can different test scene simulation work are realized, flexibly according to business Rule, builds test interface.
To achieve the above object, according to an aspect of the invention, there is provided a kind of client is soft The method of part test.
A kind of method of client software test, including:Receive the request that client sends;From Required parameter is extracted in the request;According to the required parameter, by the simulation for pre-saving The corresponding analog message of message mapping table search, wherein, when corresponding analog message is found, then The analog message that will be found returns to the client, and the analog message mapping table definition please The corresponding relation of parameter and analog message, the analog message is asked to be used as the simulation to the request Response.
Alternatively, also include:If not finding corresponding analog message, generation error prompting And return to the client.
Alternatively, described extraction required parameter is also included according to pre-defined rule to the request ginseng Number standardization, the pre-defined rule include it is following in one or more:Sort, encode and add It is close.
Alternatively, the mapping relations of the analog message and the required parameter are one-to-one or one To many.
According to another aspect of the present invention, there is provided a kind of device of client software test.
A kind of device of client software test, including:Request receiving module, for receiving visitor The request that family end sends;Parameter extraction module, for extracting required parameter from the request; Request processing module, for according to the required parameter, being reflected by the analog message for pre-saving Firing table searches corresponding analog message, wherein, when corresponding analog message is found, then will find The analog message return to the client, the analog message mapping table defines required parameter With the corresponding relation of analog message, the analog message is as the analog response to the request.
Alternatively, the request processing module is additionally operable to:If not finding corresponding analog message, Then generation error is pointed out and returns to the client.
Alternatively, the parameter extraction module also includes parameter processing module, for being asked in extraction Ask after parameter, the required parameter is standardized according to pre-defined rule, the pre-defined rule bag Include it is following in one or more:Sequence, coding and encryption.
Alternatively, the mapping relations of the analog message and the required parameter are one-to-one or one To many.
Technology according to the present invention scheme, server end is extracted after the request for receiving client The parameter of the client request, and analog message is matched after carrying out standardization processing, by increasing Analog message mapping table preserves the mapping relations of required parameter and analog message, can be easily real The simulation work of existing on-line testing, the checkout area of complex conditions can be simulated by simple configuration Scape, solves the Dependence Problem to server end interface, so as to avoid because test is incomplete Caused serious consequence and the loss for causing;At the same time it can also realize multi-client, many tests Scene concurrent invocation and test result is independent of each other, the system expandability is strong.
Brief description of the drawings
Accompanying drawing does not constitute inappropriate limitation of the present invention for more fully understanding the present invention.Wherein:
Fig. 1 is a kind of main step of the method for client software test according to embodiments of the present invention Rapid schematic diagram;
Fig. 2 is the system architecture diagram of the embodiment of the present invention;
Fig. 3 is the flow chart of the software test procedure of the embodiment of the present invention;
Fig. 4 is a kind of main mould of the device of client software test according to embodiments of the present invention Block schematic diagram.
Specific embodiment
One exemplary embodiment of the invention is explained below in conjunction with accompanying drawing, including this hair They should be thought only exemplary by the various details of bright embodiment to help understanding. Therefore, it will be appreciated by those of ordinary skill in the art that, the embodiments described herein can be done Go out various changes and modifications, without departing from scope and spirit of the present invention.Equally, in order to clear Chu and simplicity, eliminate the description to known function and structure in description below.
Fig. 1 is a kind of main step of the method for client software test according to embodiments of the present invention Rapid schematic diagram.As shown in figure 1, the method for client software test of the invention is mainly included such as Under step S11 to step S13.
Step S11:Receive the request that client sends;
Step S12:Required parameter is extracted from the request;
Step S13:According to the required parameter, by the analog message mapping table for pre-saving Corresponding analog message is searched, wherein, when corresponding analog message is found, then should by what is found Analog message returns to the client, and the analog message mapping table defines required parameter and mould Intend the corresponding relation of message, the analog message is used as the analog response to the request.
For analog in-circuit testing environment, and different sound are obtained according to different required parameters Result is answered, invention increases the module for storing analog message, the module provides interface and supplies Server is called, it is achieved thereby that the response contents of emulating server.
Analog message can be rectified by client according to specified format and according to what related service was generated The data for often parsing, can be according to test scene and business demand, manual creation or by automatic Change the generation of message Core Generator.Analog message can in the form of a file or data-base recording shape Formula is stored in the specified location of server, and is retrieved by analog message mapping table.In mould Intend directly storing analog message in message mapping table, it is also possible to which analog message is pointed in storage Pointer, such as information such as the index of analog message file or link, so that server is examined Rope and reading.
There are specific mapping relations in analog message, mapping is closed with the required parameter that client is sent System can be one-to-one or one-to-many situation, that is to say, that analog message can with required parameter Being one-to-one situation, or multiple required parameter one situation of message of correspondence. In most cases, analog message and required parameter are man-to-man relations, for example:Client Send request " http://xxxA=1&b=2 ", according to the required parameter " a=1&b=2 " for obtaining May map to the message data of " a=1&b=2.txt ".However, it is possible to be set according to service needed It is one-to-many relation that analog message is set to required parameter, for example:In the scene of fuzzy matching Under, client sends request " http://xxxDuring a=1 ", it is also possible to be mapped to " a=1&b=2.txt " Message data.
Can also include according to pre-defined rule to institute during step S12 extracts required parameter State required parameter standardization, the pre-defined rule include it is following in one or more:Sequence, Coding and encryption.Furthermore it is also possible to increase other rules according to business demand.
It is to more easily safeguard analog message and required parameter that required parameter is ranked up Mapping relations.Received server-side, can first will request ginseng to after the incoming required parameter of client Number alphabet sequence is ranked up.For example:" a=1&b=2&c=3 " and " b=2&a=1&c=3 " Three elements " a=1 ", " b=2 ", " c=3 " in the two required parameters are identicals, So corresponding request content of the two required parameters is identical, simply many in required parameter The sequencing of individual element is different.Because client is when request is sent, please without concern The sequencing of parameter is sought, therefore, server end is after required parameter is got if do not carried out Sequence, it is possible to can be by " a=1&b=2&c=3 " and " b=2&a=1&c=3 " the two responses The request erroneous judgement of content identical is two different requests, so as to need to be mapped to two differences Analog message, which adds the mapping relations of many analog messages and required parameter, both It is unfavorable for that the maintenance of analog message mapping table also influences whether follow-up recall precision.
After being ranked up to required parameter, it can also be encoded or encryption. Because the sequencing of required parameter is different, the result of coding or encryption is different, therefore, Before being encoded or being encrypted, need first to be ranked up required parameter.
Coded treatment is carried out to required parameter to be encoded with Base64 by by ranked parameter Mode is encoded, the ciphertext after generation coding, to avoid the problem of required parameter plaintext transmission. Base64 is one of the coded system for being most commonly used for transmitting 8Bit syllabified codes on network, In practical application, the selection of coded system is versatile and flexible, can according to demand select any other Coded system.
Similarly, for the transmission of security level required sensitive information higher, only request is joined Number is encoded, and is far from being enough.Now can be by encryption sides such as Message Digest 5 MD5 Formula, is encrypted to required parameter.MD5 is computer safety field widely used Hash function is planted, is used to provide the integrity protection of message, in actual applications, also dependent on Demand selects any other cipher mode.
According to business demand, required parameter is encoded and is encrypted as can arrangement, can also mix Close and use the required parameter for generating final standardization.
With reference to foregoing embodiment, with client request " http://xxxB=2&a=1&c=3 " As a example by, the first request is can obtain after being ranked up to the parameter " b=2&a=1&c=3 " of the request Parameter " a=1&b=2&c=3 ";The second request ginseng is obtained after being encoded to the first required parameter Number, for example,:" YT0xJmI9MiZjPTM=";Afterwards, then to the second required parameter enter Row encryption obtains the required parameter for finally standardizing, e.g.: “ce788ff9145c2260534889c454d437b8”。
According to the required parameter obtained after standardization processing, can be looked into by analog message mapping table Look for corresponding analog message.It is easy to introduce, it is assumed that the parameter of the client request only to obtaining It is ranked up the required parameter " a=1&b=2&c=3 " that treatment is standardized, then, root Index record can be searched from the analog message mapping table in server according to the required parameter is The analog message of " a=1&b=2&c=3 ".Index record as " a=1&b=2&c=3 " can be set Index value be " a=1&b=2&c=3.txt " file, the then corresponding analog message of the required parameter As " a=1&b=2&c=3.txt " file.By the analog message in analog message mapping table Link, you can find corresponding " a=1&b=2&c=3.txt " file.
In addition, in implementation process of the invention, if not finding corresponding analog message, Generation error is pointed out and returns to client.If according to required parameter from analog message mapping table Middle matching analog message failure, can provide the miscue of acquiescence, such as:" correspondence is not matched Message data " or " current data, please according to business add message data " etc., to carry Show that it fails to match for this analog message.Meanwhile, server end can also current required parameter be Index record, generates corresponding analog message (such as txt file or data-base recording), but It is that the business tine of the analog message is sky, and server end developer can be pointed out according to business The content of the related analog message of specific business is added manually, to match the simulation report next time Shown when literary.
Fig. 2 is the system architecture diagram of the embodiment of the present invention.As shown in Fig. 2 the present embodiment according to Function may include 3 subsystems:Client, server end and analog message mapping table.Client Hold for sending the response contents simulation report that request and the reception server end return to server end Text;Server end is used to receive and process the request of client, and by way of interface interchange, Corresponding analog message is retrieved and obtained from analog message mapping table;In analog message mapping table The mapping relations of required parameter and analog message are preserved, required parameter can be also preserved and be pointed to simulation The relation of the pointer (such as information such as the index of analog message file or link) of message, with Will pass through analog message mapping table can retrieve the corresponding analog message data of required parameter, and And analog message mapping table also provides interface and is called for server end.
Fig. 3 is the flow chart of the software test procedure of the embodiment of the present invention.As shown in figure 3, objective Family end sends request (step S30) to server end.Received server-side asks (step S31) Afterwards, the extracting parameter first from request, it is possible to standardized to parameter (step S32), Standardization processing process can be set according to service needed, for example including sequence, coding or Encryption etc..Afterwards according to the required parameter of standardization, simulation is matched from analog message mapping table Message (step S33).Then, whether the match is successful (step S34) to judge analog message, If the match is successful, read the analog message (step S35) that matches and analog message is returned Client (step S36) is returned, this time analog message matching terminates (step S39);Otherwise, Without the match is successful, then generation error is pointed out (step S37) and miscue is returned to client (step S38), terminates this analog message matching (step S39).
Fig. 4 is a kind of main mould of the device of client software test according to embodiments of the present invention Block schematic diagram.As shown in figure 4, the device 40 of client software test of the invention mainly includes Request receiving module 41, parameter extraction module 42 and request processing module 43.
Request receiving module 41 is used to receive the request of client transmission;Parameter extraction module 42 For extracting required parameter from the request;Request processing module 43 is used for according to the request Parameter, the corresponding analog message of table search is mapped by the analog message for pre-saving, wherein, When corresponding analog message is found, then the analog message that will be found returns to the client, The analog message mapping table defines the corresponding relation of required parameter and analog message, the simulation Message is used as the analog response to the request.
The need for according to functional realiey, the request processing module 43 can be also used for, if not Corresponding analog message is found, then generation error is pointed out and returns to the client.
In addition, parameter extraction module of the invention 42 can also include parameter processing module, it is used for After required parameter is extracted, the required parameter is standardized according to pre-defined rule, it is described pre- Set pattern then include it is following in one or more:Sequence, coding and encryption.
Wherein, the analog message is one-to-one or a pair with the mapping relations of the required parameter It is many.
Technical scheme according to embodiments of the present invention, server end receive client request after, Extract the parameter of the client request, and match analog message after carrying out standardization processing, pass through Increase analog message mapping table to preserve the mapping relations of required parameter and analog message, can be light The simulation work of the existing on-line testing of pine nut, the survey of complex conditions can be simulated by simple configuration Examination hall scape, solves the Dependence Problem to server end interface, so as to avoid due to test not Serious consequence and the loss for causing caused by completely;At the same time it can also realize multi-client, many Test scene concurrent invocation and test result is independent of each other, the system expandability is strong.
Above-mentioned specific embodiment, does not constitute limiting the scope of the invention.This area Technical staff can occur various it is to be understood that depending on design requirement and other factors The modification of various kinds, combination, sub-portfolio and replacement.It is any within the spirit and principles in the present invention Modification, equivalent and improvement for being made etc., should be included within the scope of the present invention.

Claims (8)

1. a kind of method that client software is tested, it is characterised in that including:
Receive the request that client sends;
Required parameter is extracted from the request;
According to the required parameter, table search is mapped by the analog message for pre-saving corresponding Analog message, wherein, when corresponding analog message is found, then the analog message that will be found is returned Back to the client, the analog message mapping table defines the right of required parameter and analog message Should be related to, the analog message is used as the analog response to the request.
2. method according to claim 1, it is characterised in that also include:If do not looked for To corresponding analog message, then generation error is pointed out and returns to the client.
3. method according to claim 1, it is characterised in that described extraction request ginseng Number also include the required parameter standardize according to pre-defined rule, the pre-defined rule including with One or more in lower:Sequence, coding and encryption.
4. method according to claim 1, it is characterised in that the analog message and institute The mapping relations for stating required parameter are one-to-one or one-to-many.
5. the device that a kind of client software is tested, it is characterised in that including:
Request receiving module, the request for receiving client transmission;
Parameter extraction module, for extracting required parameter from the request;
Request processing module, for according to the required parameter, by the simulation report for pre-saving The corresponding analog message of text mapping table search, wherein, when corresponding analog message is found, then will The analog message for finding returns to the client, the analog message mapping table definition request The corresponding relation of parameter and analog message, the analog message is used as to ring the simulation of the request Should.
6. device according to claim 5, it is characterised in that the request processing module It is additionally operable to:
If not finding corresponding analog message, generation error is pointed out and returns to the client End.
7. device according to claim 5, it is characterised in that the parameter extraction module Also include:
Parameter processing module, for after required parameter is extracted, according to pre-defined rule to described Required parameter standardize, the pre-defined rule include it is following in one or more:Sequence, volume Code and encryption.
8. device according to claim 5, it is characterised in that the analog message and institute The mapping relations for stating required parameter are one-to-one or one-to-many.
CN201510828627.0A 2015-11-25 2015-11-25 A kind of method and device of client software test Pending CN106802859A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510828627.0A CN106802859A (en) 2015-11-25 2015-11-25 A kind of method and device of client software test

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510828627.0A CN106802859A (en) 2015-11-25 2015-11-25 A kind of method and device of client software test

Publications (1)

Publication Number Publication Date
CN106802859A true CN106802859A (en) 2017-06-06

Family

ID=58976210

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510828627.0A Pending CN106802859A (en) 2015-11-25 2015-11-25 A kind of method and device of client software test

Country Status (1)

Country Link
CN (1) CN106802859A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107547312A (en) * 2017-09-21 2018-01-05 广州四三九九信息科技有限公司 Applied program testing method and system
CN108255701A (en) * 2017-06-27 2018-07-06 平安普惠企业管理有限公司 Scrnario testing method and mobile terminal
CN108268375A (en) * 2018-01-12 2018-07-10 深圳壹账通智能科技有限公司 Applied program testing method, device, computer equipment and storage medium
CN109818777A (en) * 2018-12-18 2019-05-28 深圳市潮流网络技术有限公司 A kind of method of calibration of software error code
CN109873735A (en) * 2018-12-14 2019-06-11 深圳壹账通智能科技有限公司 Performance test methods, device and the computer equipment of the H5 page
CN110134607A (en) * 2019-05-17 2019-08-16 广州品唯软件有限公司 A kind of app automated testing method and device
CN110162464A (en) * 2019-04-19 2019-08-23 平安普惠企业管理有限公司 Mcok test method and system, electronic equipment and readable storage medium storing program for executing
CN110851468A (en) * 2018-08-01 2020-02-28 北京京东尚科信息技术有限公司 Method and device for making simulation response to test request of client
CN110879787A (en) * 2019-12-31 2020-03-13 中国银行股份有限公司 Client test method and system
CN110895507A (en) * 2018-09-13 2020-03-20 杭州海康威视系统技术有限公司 Simulation test method and device, simulation server and storage medium
CN111367803A (en) * 2020-03-03 2020-07-03 北京九州云动科技有限公司 Method and system for improving testing efficiency of client software
CN111953775A (en) * 2020-08-12 2020-11-17 吉林亿联银行股份有限公司 Data transmission method and device
CN113438134A (en) * 2021-06-30 2021-09-24 未鲲(上海)科技服务有限公司 Request message processing method, device, server and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120272131A1 (en) * 2011-04-21 2012-10-25 International Business Machines Corporation Handling unexpected responses to script executing in client-side application
CN103312551A (en) * 2012-03-12 2013-09-18 腾讯科技(深圳)有限公司 Test method and test device of common gateway interface
CN103345420A (en) * 2013-06-03 2013-10-09 百度在线网络技术(北京)有限公司 Method for massively calling API interfaces, system for massively calling API interfaces and device for massively calling API interfaces
CN103685354A (en) * 2012-09-05 2014-03-26 百度在线网络技术(北京)有限公司 Method and device for testing based on RMI protocol

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120272131A1 (en) * 2011-04-21 2012-10-25 International Business Machines Corporation Handling unexpected responses to script executing in client-side application
CN103312551A (en) * 2012-03-12 2013-09-18 腾讯科技(深圳)有限公司 Test method and test device of common gateway interface
CN103685354A (en) * 2012-09-05 2014-03-26 百度在线网络技术(北京)有限公司 Method and device for testing based on RMI protocol
CN103345420A (en) * 2013-06-03 2013-10-09 百度在线网络技术(北京)有限公司 Method for massively calling API interfaces, system for massively calling API interfaces and device for massively calling API interfaces

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108255701A (en) * 2017-06-27 2018-07-06 平安普惠企业管理有限公司 Scrnario testing method and mobile terminal
CN108255701B (en) * 2017-06-27 2022-07-22 平安普惠企业管理有限公司 Scene testing method and mobile terminal
CN107547312A (en) * 2017-09-21 2018-01-05 广州四三九九信息科技有限公司 Applied program testing method and system
CN108268375A (en) * 2018-01-12 2018-07-10 深圳壹账通智能科技有限公司 Applied program testing method, device, computer equipment and storage medium
CN110851468A (en) * 2018-08-01 2020-02-28 北京京东尚科信息技术有限公司 Method and device for making simulation response to test request of client
CN110895507B (en) * 2018-09-13 2023-10-20 杭州海康威视系统技术有限公司 Simulation test method and device, simulation server and storage medium
CN110895507A (en) * 2018-09-13 2020-03-20 杭州海康威视系统技术有限公司 Simulation test method and device, simulation server and storage medium
CN109873735B (en) * 2018-12-14 2021-09-21 深圳壹账通智能科技有限公司 Performance test method and device for H5 page and computer equipment
CN109873735A (en) * 2018-12-14 2019-06-11 深圳壹账通智能科技有限公司 Performance test methods, device and the computer equipment of the H5 page
CN109818777A (en) * 2018-12-18 2019-05-28 深圳市潮流网络技术有限公司 A kind of method of calibration of software error code
CN110162464A (en) * 2019-04-19 2019-08-23 平安普惠企业管理有限公司 Mcok test method and system, electronic equipment and readable storage medium storing program for executing
CN110134607A (en) * 2019-05-17 2019-08-16 广州品唯软件有限公司 A kind of app automated testing method and device
CN110879787A (en) * 2019-12-31 2020-03-13 中国银行股份有限公司 Client test method and system
CN110879787B (en) * 2019-12-31 2024-01-30 中国银行股份有限公司 Client testing method and system
CN111367803A (en) * 2020-03-03 2020-07-03 北京九州云动科技有限公司 Method and system for improving testing efficiency of client software
CN111953775A (en) * 2020-08-12 2020-11-17 吉林亿联银行股份有限公司 Data transmission method and device
CN113438134A (en) * 2021-06-30 2021-09-24 未鲲(上海)科技服务有限公司 Request message processing method, device, server and medium

Similar Documents

Publication Publication Date Title
CN106802859A (en) A kind of method and device of client software test
CN106095673B (en) Automated testing method and system based on WEB interface
CN107992409B (en) Test case generation method and device, computer equipment and storage medium
CN102073640B (en) Method, system and server for testing structured query language (SQL) statements
CN105303112B (en) The detection method and device of component call loophole
CN108255730A (en) Software interface test approach, test equipment, storage medium and device
CN109800258B (en) Data file deployment method, device, computer equipment and storage medium
CN105955878A (en) Server-side test method and system
CN106528393A (en) Method and device for Mock testing of WebService
CN103581185A (en) Cloud searching and killing method, device and system for resisting anti-antivirus test
US5729588A (en) Enhanced recording verification system
CN107608902A (en) Routine interface method of testing and device
CN112433941A (en) Test analysis method, device, equipment and storage medium
CN109739704A (en) A kind of interface test method, server-side and computer readable storage medium
CN105450592A (en) Safety verification method and device, server and terminal
CN115309660A (en) Interface testing method and device, storage medium and computer equipment
Yaâ et al. A systematic mapping study on cloud-based mobile application testing
US8185455B2 (en) Auditing system with interactive rule construction user interface
CN110149241B (en) Automatic testing method based on IMS equipment and storage medium
CN111563037B (en) Test optimization method and device based on test questions, storage medium and terminal
CN116346660A (en) Data processing method, device, equipment and medium based on dependent replacement service
CN100389627C (en) Testing equipment of short message interface
US10152407B1 (en) Optimization of analysis of automated test results
CN106301833A (en) A kind of transformer station schedule information method of testing
CN110659204B (en) Code detection method, device and 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20170606

RJ01 Rejection of invention patent application after publication