CN111367803A - Method and system for improving testing efficiency of client software - Google Patents

Method and system for improving testing efficiency of client software Download PDF

Info

Publication number
CN111367803A
CN111367803A CN202010140699.7A CN202010140699A CN111367803A CN 111367803 A CN111367803 A CN 111367803A CN 202010140699 A CN202010140699 A CN 202010140699A CN 111367803 A CN111367803 A CN 111367803A
Authority
CN
China
Prior art keywords
client
file
server
tested
request
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
CN202010140699.7A
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 Jiuzhou Yundong Technology Co Ltd
Original Assignee
Beijing Jiuzhou Yundong 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 Jiuzhou Yundong Technology Co Ltd filed Critical Beijing Jiuzhou Yundong Technology Co Ltd
Priority to CN202010140699.7A priority Critical patent/CN111367803A/en
Publication of CN111367803A publication Critical patent/CN111367803A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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

Abstract

The embodiment of the invention provides a method and a system for improving client test efficiency, wherein the method comprises the following steps: generating a server response data file corresponding to different requests of the client according to the client to be tested; receiving a real-time data request sent by the client to be tested to the server; capturing a server end response data file corresponding to the real-time data request through a packet capturing tool; the invention can use the packet capturing tool to simulate the data return of the server by locally generating the response data file of the server, can test the client under the condition of not needing the server, and can fully utilize the testing resources compared with the prior art that the test can be carried out when the server is required to be perfect, thereby exposing the problem of software per se as early as possible and improving the overall efficiency of software testing.

Description

Method and system for improving testing efficiency of client software
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a method and a system for improving the testing efficiency of client software.
Background
Along with the popularization of agile tests of clients and the continuous integration and development requirements, the requirements on the period of mobile phone software are smaller and smaller along with the increasing attention of user experience.
In the existing mode, generally, based on the version which is developed, packaged and delivered, a test is carried out on the version for executing a case, and a problem is found, but in the version development period, no test data exists, the test cannot verify the version to be tested in advance, and the verification of the function of a client side is realized, so that a data server side which depends on the test cannot provide the test in a specified time.
At present, the development of a project is relied on, the process of a server end is relied on after a packaging test, the test intervention is carried out at the later stage of a software period, test resources cannot be fully utilized, the problem of exposing the software as early as possible is solved, and the overall efficiency of software testing is greatly influenced.
Therefore, how to provide a client software testing scheme, which can fully utilize testing resources, expose the problem of software itself as early as possible, and improve the overall efficiency of software testing is a technical problem to be solved urgently by those skilled in the art.
Disclosure of Invention
Therefore, the embodiment of the invention provides a method and a system for improving the testing efficiency of client software, which can fully utilize testing resources, expose the problem of software itself as early as possible and improve the overall efficiency of software testing.
In order to achieve the above object, the embodiments of the present invention provide the following technical solutions:
in a first aspect, an embodiment of the present invention provides a method for improving client test efficiency, including:
generating a server response data file corresponding to different requests of the client according to the client to be tested;
receiving a real-time data request sent by the client to be tested to the server;
capturing a server end response data file corresponding to the real-time data request through a packet capturing tool;
and sending the server response data file to the client to be tested so as to obtain a test result of the client to be tested.
Preferably, the generating of the server-side response data file with different request responses to the client according to the client to be tested includes:
acquiring a client request interface of the client to be tested;
acquiring all different data requests through the client request interface, and generating a data request file;
analyzing the data request file so as to maintain the data request file;
and adjusting the data request file, modifying the data request file into a data format and a field combination returned according to the scene to obtain a server response data file, and determining a corresponding relation with the real-time data request file.
Preferably, the receiving a real-time data request sent by the client to be tested to the server includes:
starting testing on the client to be tested;
operating the client to be tested so that the client to be tested can send a real-time data request to the server side;
and capturing a data packet of the real-time data request.
Preferably, the capturing, by a packet capture tool, a server-side response data file corresponding to the real-time data request includes:
analyzing the request type of the real-time data request;
searching a server end response data file corresponding to the request type in a local file;
and capturing the corresponding server response data file through a packet capturing tool.
Preferably, the bale plucking tool is arranged as follows:
based on the reading function of the bale plucking tool, map local is corresponded to the local path LocalPath of the locally modified file,
clearing the Query parameter to avoid interfering with the execution of the local data;
when the bale plucker is supporting local reads, the Rewrite option is adjusted.
In a second aspect, an embodiment of the present invention provides a system for improving client test efficiency, including:
the response file generation module is used for generating a server response data file corresponding to different requests of the client according to the client to be tested;
the real-time request receiving module is used for receiving a real-time data request sent by the client to be tested to the server;
the response file capturing module is used for capturing a server response data file corresponding to the real-time data request through a packet capturing tool;
and the response file sending module is used for sending the response data file of the server to the client to be tested so as to obtain the test result of the client to be tested.
Preferably, the response file generating module includes:
the interface acquisition unit is used for acquiring a client request interface of the client to be tested;
the request file generating unit is used for acquiring all different data requests through the client request interface and generating data request files;
the request file analyzing unit is used for analyzing the data request file so as to maintain the data request file;
and the response file adjusting unit is used for adjusting the data request file, modifying the data request file into a data format and a field combination returned according to the scene to obtain a server response data file, and determining a corresponding relation with the real-time data request file.
Preferably, the real-time request receiving module includes:
the test starting unit is used for starting testing on the client to be tested;
the client operation unit is used for operating the client to be tested so as to enable the client to be tested to send a real-time data request to the server;
and the data packet capturing unit is used for capturing the data packet of the real-time data request.
In a third aspect, an embodiment of the present invention provides a device for improving client test efficiency, where the device includes:
a memory for storing a computer program;
a processor configured to implement the steps of the method for improving client test efficiency according to any one of the first aspect when executing the computer program.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method for improving client test efficiency according to any one of the first aspect are implemented.
The embodiment of the invention provides a method for improving the testing efficiency of a client, which comprises the following steps: generating a server response data file corresponding to different requests of the client according to the client to be tested; receiving a real-time data request sent by the client to be tested to the server; capturing a server end response data file corresponding to the real-time data request through a packet capturing tool; the invention can use the packet capturing tool to carry out data return simulation of the server by locally generating the server response data file, thereby testing whether the client correctly reacts under the condition of not needing the server.
The method and the system for improving the testing efficiency of the client provided by the embodiment of the invention have the same beneficial effects, and are not repeated herein.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below. It should be apparent that the drawings in the following description are merely exemplary, and that other embodiments can be derived from the drawings provided by those of ordinary skill in the art without inventive effort.
The structures, ratios, sizes, and the like shown in the present specification are only used for matching with the contents disclosed in the specification, so as to be understood and read by those skilled in the art, and are not used to limit the conditions that the present invention can be implemented, so that the present invention has no technical significance, and any structural modifications, changes in the ratio relationship, or adjustments of the sizes, without affecting the effects and the achievable by the present invention, should still fall within the range that the technical contents disclosed in the present invention can cover.
Fig. 1 is a flowchart of a method for improving testing efficiency of a client according to an embodiment of the present invention;
fig. 2 is a flow chart of generating a response file of a method for improving testing efficiency of a client according to an embodiment of the present invention;
fig. 3 is a flow chart of a real-time request receiving process of a method for improving testing efficiency of a client according to an embodiment of the present invention;
fig. 4 is a flowchart of capturing a response file of a method for improving testing efficiency of a client according to an embodiment of the present invention;
fig. 5 is a flow chart of a packet capturing tool setting of a method for improving client test efficiency according to an embodiment of the present invention;
fig. 6 is a schematic diagram illustrating a system for improving testing efficiency of a client according to an embodiment of the present invention;
FIG. 7 is a schematic diagram illustrating a response file generating module of a system for improving testing efficiency of a client according to an embodiment of the present invention;
fig. 8 is a schematic diagram illustrating a real-time request receiving module of a system for improving testing efficiency of a client according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of a device for improving testing efficiency of a client according to an embodiment of the present invention.
Detailed Description
The present invention is described in terms of particular embodiments, other advantages and features of the invention will become apparent to those skilled in the art from the following disclosure, and it is to be understood that the described embodiments are merely exemplary of the invention and that it is not intended to limit the invention to the particular embodiments disclosed. 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.
Referring to fig. 1, fig. 2, fig. 3, fig. 4, and fig. 5, fig. 1 is a flowchart of a method for improving testing efficiency of a client according to an embodiment of the present invention; fig. 2 is a flow chart of generating a response file of a method for improving testing efficiency of a client according to an embodiment of the present invention; fig. 3 is a flow chart of a real-time request receiving process of a method for improving testing efficiency of a client according to an embodiment of the present invention; fig. 4 is a flowchart of capturing a response file of a method for improving testing efficiency of a client according to an embodiment of the present invention; fig. 5 is a flow chart of setting a packet capturing tool of a method for improving testing efficiency of a client according to an embodiment of the present invention.
In a specific implementation manner of the present invention, an embodiment of the present invention provides a method for improving client test efficiency, including:
step S11: generating a server response data file corresponding to different requests of the client according to the client to be tested;
in the embodiment of the invention, because the server corresponding to the client does not exist, but the client can be tested only by the corresponding return value of the server, the corresponding server response data file can be directly generated locally according to different requests of the client to be tested, thereby facilitating subsequent calling.
Step S12: receiving a real-time data request sent by the client to be tested to the server;
when testing the client to be tested, the client can be operated, so that the client can complete a series of service services only with the assistance of the server, the client can send real-time data requests to the server, and at the moment, the data packets for carrying out the data requests can be intercepted, so that the data packets of the real-time data requests sent to the server by the client to be tested are received.
Step S13: capturing a server end response data file corresponding to the real-time data request through a packet capturing tool;
after capturing a data packet of a real-time data request sent by a client to be tested to a server, the data packet can analyze the required related information of the request, and at the moment, the data packet can be matched with a local server response data file, so that the corresponding server response data file is found, and the server response data file is captured to form a data packet form sent by a server to the client.
Step S14: and sending the server response data file to the client to be tested so as to obtain a test result of the client to be tested.
However, the server response data file is sent to the client to be tested, so that the interaction between the client and the simulated server is completed under the condition that the server is not provided, and the relevant feedback of the client can be tested under the condition that the server is not provided, so that the test result of the client to be tested is obtained.
Further, in order to generate a server response data file with different request responses from the client according to the client to be tested, the following steps may be performed:
step S21: acquiring a client request interface of the client to be tested;
step S22: acquiring all different data requests through the client request interface, and generating a data request file;
step S23: analyzing the data request file so as to maintain the data request file;
step S24: and adjusting the data request file, modifying the data request file into a data format and a field combination returned according to the scene to obtain a server response data file, and determining a corresponding relation with the real-time data request file.
That is, first, the interface of the client needs to be connected, so that data sent by the client can be captured, after all different data requests sent by the client interface are captured, a worker can simulate relevant feedback of the server to analyze a data request file, maintain the data request file, generally serve a response data file and a data request file of the client are corresponding files, the data request file can be adjusted and modified to obtain a response data file of the server, and determine a corresponding relation between the request file and the quality inspection of the response data file.
For example, in practice, a common bale plucking tool, such as Charles, may be installed. Interface information used by functions is provided, a client requests an interface, the interface is stored to the local after the request is received, and a file naming general pair format, such as a txt type, is used. Editing the local file, opening the local file, analyzing Json by using a general tool to obtain analyzed data, conveniently maintaining the file after analysis, and replacing the local storage file. And adjusting the local file to be modified into a data format and a field combination returned according to the scene.
Further, in order to receive the real-time data request sent by the test client to the server, the following steps may be performed:
step S31: starting testing on the client to be tested;
step S32: operating the client to be tested so that the client to be tested can send a real-time data request to the server side;
step S33: and capturing a data packet of the real-time data request.
That is, only when the client performs the test and triggers the operation, the data packet of the real-time data request can be captured, so a series of operations are performed on the client to be tested.
It should be noted that, since there is a corresponding relationship between the locally stored server response data file and the quality inspection of the data request sent by the client, the server response data file corresponding to the real-time data request can be captured by a packet capture tool, and the following steps can be specifically performed:
step S41: analyzing the request type of the real-time data request;
step S42: searching a server end response data file corresponding to the request type in a local file;
step S43: and capturing the corresponding server response data file through a packet capturing tool.
The real-time data request can be firstly analyzed, for example, json analysis can be performed to obtain syntax expression, fields and related information of the file, so that a server-side response data file corresponding to the real-time data request can be searched in a local file by using the information, the server-side response data file is captured by a capture tool, and a response file form sent by a server side is formed so as to be received by a client side.
On the basis of the above specific embodiment, in this embodiment, the bale plucking tool is provided as follows:
step S51: based on the reading function of the bale plucking tool, map local is corresponded to the local path LocalPath of the locally modified file,
step S52: clearing the Query parameter to avoid interfering with the execution of the local data;
step S53: when the bale plucker is supporting local reads, the Rewrite option is adjusted.
For the bale plucking software chales, based on the bale plucking tool to read function, MapLocal corresponds to the locally modified file LocalPath, and special attention is paid to removing Query, which may interfere with execution of local data. Of particular note, the general purpose bale plucker requires manual adjustment of the Rewrite while supporting local reads.
The embodiment of the invention provides a method for improving the testing efficiency of a client, which is characterized in that a response data file of a server is locally generated, when the client to be tested interacts with the server, a packet capturing tool can be used for simulating the data return of the server, so that whether the client correctly reacts can be tested under the condition that the server is not needed, compared with the testing only when the server is also perfect in the prior art, the testing resource can be fully utilized, the problem of software itself is exposed as early as possible, and the overall efficiency of software testing is improved.
When the method provided by the embodiment of the invention is used for testing and verifying a plurality of software, the following advantages are achieved:
1. the problem of different equipment, read and use the same set of verification data is solved, and data maintenance is one, and reuse rate is high.
2. The local data maintenance is not easily influenced by other factors such as a network and the like, and the data can be quickly positioned.
3. The tester can flexibly use the local file to produce abundant verification data, and the test work can be carried out before the software is delivered for testing.
4. The interface for reading data is used, the number of the interfaces is not limited, and the interface can be added by a user at will.
Referring to fig. 6, 7 and 8, fig. 6 is a schematic diagram illustrating a system for improving testing efficiency of a client according to an embodiment of the present invention; FIG. 7 is a schematic diagram illustrating a response file generating module of a system for improving testing efficiency of a client according to an embodiment of the present invention; fig. 8 is a schematic diagram illustrating a real-time request receiving module of a system for improving testing efficiency of a client according to an embodiment of the present invention.
In another specific real-time manner of the present invention, an embodiment of the present invention provides a system 600 for improving client test efficiency, including:
the response file generating module 610 is configured to generate a server response data file corresponding to different requests of the client according to the client to be tested;
a real-time request receiving module 620, configured to receive a real-time data request sent by the client to be tested to the server;
a response file capture module 630, configured to capture a server response data file corresponding to the real-time data request through a packet capture tool;
the response file sending module 640 is configured to send the server response data file to the client to be tested, so as to obtain a test result of the client to be tested.
Preferably, the response file generating module 610 includes:
an interface obtaining unit 611, configured to obtain a client request interface of the client to be tested;
a request file generating unit 612, configured to obtain all different data requests through the client request interface, and generate a data request file;
a request file parsing unit 613, configured to parse the data request file so as to maintain the data request file;
and a response file adjusting unit 614, configured to adjust the data request file, modify the data request file into a data format and a field combination returned according to the scene, obtain a server response data file, and determine a corresponding relationship with the real-time data request file.
Preferably, the real-time request receiving module 620 includes:
a test starting unit 621, configured to start a test on the client to be tested;
a client operation unit 622, configured to operate the client to be tested so that the client to be tested sends a real-time data request to the server;
and a packet capture unit 623, configured to capture a packet of the real-time data request.
Referring to fig. 9, fig. 9 is a schematic structural diagram of a device for improving testing efficiency of a client according to an embodiment of the present invention.
An embodiment of the present invention provides a device 900 for improving client test efficiency, including:
a memory 910 for storing a computer program;
a processor 920, configured to implement the steps of the method for improving client test efficiency according to any of the above embodiments when executing the computer program.
An embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method for improving client test efficiency according to any of the above embodiments are implemented.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory. The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A method for improving testing efficiency of a client is characterized by comprising the following steps:
generating a server response data file corresponding to different requests of the client according to the client to be tested;
receiving a real-time data request sent by the client to be tested to the server;
capturing a server end response data file corresponding to the real-time data request through a packet capturing tool;
and sending the server response data file to the client to be tested so as to obtain a test result of the client to be tested.
2. The client test efficiency improving method according to claim 1,
the server end response data file which is generated according to different request responses of the client end to be tested and the client end comprises the following steps:
acquiring a client request interface of the client to be tested;
acquiring all different data requests through the client request interface, and generating a data request file;
analyzing the data request file so as to maintain the data request file;
and adjusting the data request file, modifying the data request file into a data format and a field combination returned according to the scene to obtain a server response data file, and determining a corresponding relation with the real-time data request file.
3. The client test efficiency improving method according to claim 1,
the receiving of the real-time data request sent by the client to be tested to the server includes:
starting testing on the client to be tested;
operating the client to be tested so that the client to be tested can send a real-time data request to the server side;
and capturing a data packet of the real-time data request.
4. The client test efficiency improving method according to claim 1,
the capturing of the server-side response data file corresponding to the real-time data request by the packet capturing tool includes:
analyzing the request type of the real-time data request;
searching a server end response data file corresponding to the request type in a local file;
and capturing the corresponding server response data file through a packet capturing tool.
5. The client test efficiency improving method according to any one of claims 1 to 4,
the bale plucking tool is arranged as follows:
based on the reading function of the bale plucking tool, map local is corresponded to the local path LocalPath of the locally modified file,
clearing the Query parameter to avoid interfering with the execution of the local data;
when the bale plucker is supporting local reads, the Rewrite option is adjusted.
6. A client test efficiency improvement system, comprising:
the response file generation module is used for generating a server response data file corresponding to different requests of the client according to the client to be tested;
the real-time request receiving module is used for receiving a real-time data request sent by the client to be tested to the server;
the response file capturing module is used for capturing a server response data file corresponding to the real-time data request through a packet capturing tool;
and the response file sending module is used for sending the response data file of the server to the client to be tested so as to obtain the test result of the client to be tested.
7. The client test efficiency enhancement system of claim 6,
the response file generation module comprises:
the interface acquisition unit is used for acquiring a client request interface of the client to be tested;
the request file generating unit is used for acquiring all different data requests through the client request interface and generating data request files;
the request file analyzing unit is used for analyzing the data request file so as to maintain the data request file;
and the response file adjusting unit is used for adjusting the data request file, modifying the data request file into a data format and a field combination returned according to the scene to obtain a server response data file, and determining a corresponding relation with the real-time data request file.
8. The client test efficiency enhancement system of claim 6,
the real-time request receiving module comprises:
the test starting unit is used for starting testing on the client to be tested;
the client operation unit is used for operating the client to be tested so as to enable the client to be tested to send a real-time data request to the server;
and the data packet capturing unit is used for capturing the data packet of the real-time data request.
9. A client test efficiency improving apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method for improving client test efficiency according to any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, having a computer program stored thereon, which, when being executed by a processor, implements the steps of the method for improving client test efficiency according to any one of claims 1 to 5.
CN202010140699.7A 2020-03-03 2020-03-03 Method and system for improving testing efficiency of client software Pending CN111367803A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010140699.7A CN111367803A (en) 2020-03-03 2020-03-03 Method and system for improving testing efficiency of client software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010140699.7A CN111367803A (en) 2020-03-03 2020-03-03 Method and system for improving testing efficiency of client software

Publications (1)

Publication Number Publication Date
CN111367803A true CN111367803A (en) 2020-07-03

Family

ID=71211221

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010140699.7A Pending CN111367803A (en) 2020-03-03 2020-03-03 Method and system for improving testing efficiency of client software

Country Status (1)

Country Link
CN (1) CN111367803A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112988588A (en) * 2021-03-26 2021-06-18 广州博冠信息科技有限公司 Client software debugging method and device, storage medium and electronic equipment
CN113037723A (en) * 2021-02-26 2021-06-25 福建金密网络安全测评技术有限公司 Method and system for data extraction, analysis and verification
CN113626239A (en) * 2021-07-27 2021-11-09 福建天泉教育科技有限公司 Function verification method and terminal
CN114598930A (en) * 2022-03-02 2022-06-07 湖南快乐阳光互动娱乐传媒有限公司 Test method, test device, electronic equipment and computer storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106802859A (en) * 2015-11-25 2017-06-06 北京京东尚科信息技术有限公司 A kind of method and device of client software test
CN108228444A (en) * 2016-12-14 2018-06-29 阿里巴巴集团控股有限公司 A kind of test method and device
CN108255730A (en) * 2018-01-23 2018-07-06 平安普惠企业管理有限公司 Software interface test approach, test equipment, storage medium and device
CN108345535A (en) * 2017-12-26 2018-07-31 阿里巴巴集团控股有限公司 Mock test methods, device and equipment
CN110806970A (en) * 2019-09-18 2020-02-18 北京你财富计算机科技有限公司 Client test method and device based on simulation server response and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106802859A (en) * 2015-11-25 2017-06-06 北京京东尚科信息技术有限公司 A kind of method and device of client software test
CN108228444A (en) * 2016-12-14 2018-06-29 阿里巴巴集团控股有限公司 A kind of test method and device
CN108345535A (en) * 2017-12-26 2018-07-31 阿里巴巴集团控股有限公司 Mock test methods, device and equipment
CN108255730A (en) * 2018-01-23 2018-07-06 平安普惠企业管理有限公司 Software interface test approach, test equipment, storage medium and device
CN110806970A (en) * 2019-09-18 2020-02-18 北京你财富计算机科技有限公司 Client test method and device based on simulation server response and electronic equipment

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113037723A (en) * 2021-02-26 2021-06-25 福建金密网络安全测评技术有限公司 Method and system for data extraction, analysis and verification
CN113037723B (en) * 2021-02-26 2022-10-28 福建金密网络安全测评技术有限公司 Method and system for data extraction, analysis and verification
CN112988588A (en) * 2021-03-26 2021-06-18 广州博冠信息科技有限公司 Client software debugging method and device, storage medium and electronic equipment
CN112988588B (en) * 2021-03-26 2023-11-28 广州博冠信息科技有限公司 Client software debugging method and device, storage medium and electronic equipment
CN113626239A (en) * 2021-07-27 2021-11-09 福建天泉教育科技有限公司 Function verification method and terminal
CN114598930A (en) * 2022-03-02 2022-06-07 湖南快乐阳光互动娱乐传媒有限公司 Test method, test device, electronic equipment and computer storage medium

Similar Documents

Publication Publication Date Title
CN111367803A (en) Method and system for improving testing efficiency of client software
CN107908541B (en) Interface testing method and device, computer equipment and storage medium
CN107122296B (en) Method and apparatus for data assertion for test interface
CN110750458A (en) Big data platform testing method and device, readable storage medium and electronic equipment
CN103729294A (en) Method and device for testing performance script of application software
CN114398293A (en) Interface test case generation method, electronic device and storage medium
CN111241073A (en) Data quality inspection method and device
CN106972983B (en) Automatic testing device and method for network interface
CN111767229A (en) Performance test method, device and equipment
CN113114794A (en) Method and device for processing domain name based on secondary proxy
CN110134583B (en) Software testing and data processing method and device
CN116566873A (en) ELK-based automatic log analysis method, system and storage medium
CN111381935A (en) DSL configuration expression-based function implementation method and system
CN112564996A (en) Pressure test flow scheduling method, pressure test flow control device and computer readable medium
CN116069577A (en) Interface testing method, equipment and medium for RPC service
CN115987821A (en) Gateway routing test method and device
CN110633214B (en) Configuration method and device for internal test message
CN114416545A (en) Method and device for determining test code coverage rate and electronic equipment
CN114490413A (en) Test data preparation method and device, storage medium and electronic equipment
CN113722235A (en) Automatic testing method and device
CN112667487A (en) Method and device for executing FIO performance test by using Python script under Linux
CN110489201B (en) Container performance testing device and method
CN111913789A (en) Program tracking method, device and medium supporting micro-service architecture
CN105701002A (en) Test based execution path recording method and apparatus
CN109947467A (en) A kind of method, apparatus and system of the performance flame figure obtaining remote terminal

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