CN117687893A - Mobile phone APP port testing method and system - Google Patents

Mobile phone APP port testing method and system Download PDF

Info

Publication number
CN117687893A
CN117687893A CN202410156324.8A CN202410156324A CN117687893A CN 117687893 A CN117687893 A CN 117687893A CN 202410156324 A CN202410156324 A CN 202410156324A CN 117687893 A CN117687893 A CN 117687893A
Authority
CN
China
Prior art keywords
mobile phone
phone app
response time
interface
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.)
Granted
Application number
CN202410156324.8A
Other languages
Chinese (zh)
Other versions
CN117687893B (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.)
Shenzhen Gotron Electronics Co ltd
Original Assignee
Shenzhen Gotron Electronics 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 Shenzhen Gotron Electronics Co ltd filed Critical Shenzhen Gotron Electronics Co ltd
Priority to CN202410156324.8A priority Critical patent/CN117687893B/en
Priority claimed from CN202410156324.8A external-priority patent/CN117687893B/en
Publication of CN117687893A publication Critical patent/CN117687893A/en
Application granted granted Critical
Publication of CN117687893B publication Critical patent/CN117687893B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention relates to the technical field of software testing, in particular to a mobile phone APP port testing method, which comprises the steps of obtaining an interface document of a mobile phone APP, setting up a mobile phone APP port performance testing operation script, inputting the interface document of the mobile phone APP into the mobile phone APP port performance testing operation script to obtain a thread number and a testing request, and judging whether the first response time and the second response time are consistent with preset response time.

Description

Mobile phone APP port testing method and system
Technical Field
The invention relates to the technical field of software testing, in particular to a mobile phone APP port testing method and system.
Background
Currently, enterprises want to achieve a certain market share in an increasingly aggressive market competition, with the key being that products are delivered to customers in rapid succession.
In the research and development process of the product, in order to ensure the quality of the product, product testers of enterprises need to test the product until the product can be delivered after the product is checked without errors, the APP interface is an inlet and an outlet of an application program, generally, setting information which needs to be read or written when some starting and exiting programs are processed, some global variables are set, and the response time test is an indispensable step in the performance test of the APP port of the mobile phone.
Then, in the prior art, the response time test of the mobile phone APP ports is obtained by manually recording the screen and calculating the frame number, and because the manual recording depends on the brain of an operator to react, when the operator tests the response time of a plurality of APP ports for a long time, the problem that the recording is not timely or the recording starting time is earlier than the actual time is avoided, which can lead to the response time of the tested mobile phone APP ports to be longer or shorter than the actual response time, thereby leading to inaccurate test results.
Disclosure of Invention
The invention aims to provide a mobile phone APP port testing method and system, which are used for solving the problems in the background technology.
In order to achieve the above purpose, the present invention provides a method for testing an APP port of a mobile phone, including:
acquiring an interface document of a mobile phone APP, wherein the interface document comprises an interface request mode, an interface request URL, an interface request parameter and an interface return parameter;
setting up a mobile phone APP port performance test operation script;
inputting the interface document of the mobile phone APP into a mobile phone APP port performance test operation script to obtain the number of threads and a test request;
setting thread starting time and cycle times according to the thread number, and inputting the thread starting time and the cycle times into a mobile phone APP port performance test operation script to obtain a first response time;
inputting the HTTP protocol of the test request into a mobile phone APP port performance test operation script to obtain a second response time;
judging whether the first response time and the second response time are consistent with preset response time or not;
if the first response time and the second response time are consistent with the preset response time, judging that the mobile phone APP port test passes;
if any one of the first response time and the second response time is inconsistent with the preset response time, judging that the mobile phone APP port test is not passed.
In a further embodiment, before the step of obtaining the interface document of the mobile phone APP, the method further includes:
acquiring a field type of an interface;
analyzing the field type of the interface to obtain character codes;
according to the character codes, matching the abnormal scene, inputting the abnormal scene to a server, and generating an interface test case and a test script;
inputting the interface test case into a test script and executing the test script to obtain test data;
judging whether the test data are matched with preset data or not;
if the test data are matched with the preset data, judging that the field type of the interface is normal;
if the test data is not matched with the preset data, judging that the field type of the interface is abnormal.
In a further embodiment, before the step of inputting the interface document of the mobile phone APP into the mobile phone APP port performance test operation script to obtain the thread number and the test request, the method further includes:
inputting the interface return parameters in the interface document into a mobile phone APP port performance test operation script to obtain a return code;
judging whether the return code is consistent with a preset code or not;
if the return code is consistent with the preset code, judging that the interface verification is passed;
if the return code is inconsistent with the preset code, the interface verification is judged to be failed.
In a further embodiment, the step of setting up a thread start time and a cycle number according to the thread number, and inputting the thread start time and the cycle number into a mobile phone APP port performance test operation script to obtain a first response time includes:
setting thread starting time, and acquiring concurrency number according to the thread starting time;
acquiring the number of processed transactions;
calculating a first response time according to the concurrency number and the processed transaction number, wherein a calculation formula is as follows:
wherein,representing a first response time, +.>Representing the number of concurrency,/->Indicating the number of transactions processed.
In a further embodiment, the step of inputting the HTTP protocol of the test request into a mobile phone APP port performance test operation script to obtain a second response time includes:
acquiring the transmission time of HTTP input to the mobile phone APP port performance test running script;
an HTTP protocol request is sent to a mobile phone APP port performance test operation script, and request time is obtained;
the mobile phone APP port performance test operation script analyzes the HTTP request and obtains the processing time;
calculating a second response time according to the request time, the processing time and the transmission time, wherein a calculation formula is as follows:
wherein,showing a first response time, +.>Indicates the request time, ++>Indicating the processing time,/->Representing the transmission time.
In a further embodiment, the step of sending an HTTP protocol request to the mobile phone APP port performance test running script and obtaining a request time includes:
sending an HTTP protocol request;
the server responds to the HTTP request and analyzes the HTTP request to obtain an HTML code;
obtaining character resources according to the HTML code request;
and rendering according to the character resources, and recording the obtained request time.
The invention also provides a mobile phone APP port test system, comprising:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring an interface document of a mobile phone APP, and the interface document comprises an interface request mode, an interface request URL, an interface request parameter and an interface return parameter;
the setting module is used for setting a mobile phone APP port performance test operation script;
the input module is used for inputting the interface document of the mobile phone APP into the mobile phone APP port performance test operation script to obtain the thread number and the test request;
the first calculation module is used for setting up thread starting time and cycle times according to the thread number, inputting the thread starting time and the cycle times into a mobile phone APP port performance test operation script, and obtaining first response time;
the second calculation module inputs the HTTP protocol of the test request into a mobile phone APP port performance test operation script to obtain a second response time;
the judging module is used for judging whether the first response time and the second response time are consistent with preset response time or not;
if the first response time and the second response time are consistent with the preset response time, judging that the mobile phone APP port test passes;
if any one of the first response time and the second response time is inconsistent with the preset response time, judging that the mobile phone APP port test is not passed.
In a further embodiment, the input module comprises:
the input unit is used for inputting the interface return parameters in the interface document into the mobile phone APP port performance test operation script to obtain a return code;
the judging unit judges whether the return code is consistent with a preset code or not;
if the return code is consistent with the preset code, judging that the interface verification is passed;
if the return code is inconsistent with the preset code, the interface verification is judged to be failed.
The invention also provides a computer device, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor executes the steps of the mobile phone APP port testing method when executing the computer program.
The invention also provides a computer readable storage medium, on which a computer program is stored, which when being executed by a processor, implements the steps of the mobile phone APP port testing method.
Compared with the prior art, the invention has the beneficial effects that:
according to the invention, the interface document is input into the mobile phone APP port performance test operation script, and then the thread number and the test request are input, so that the response time of the mobile phone APP port performance test can be tested separately, the data of the thread number and the response time of the test request can be measured clearly, the actual response time of the interface document parameters can be tested more accurately by respectively testing the response time of the thread number and the test request in the mobile phone APP port performance test operation script, the influence of the brain response time on the test result in the manual operation is avoided, and the accuracy of the test result is further ensured.
Drawings
Fig. 1 is a flow chart of a method of testing an APP port of a mobile phone in this embodiment.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
As shown in fig. 1, the application provides a method for testing an APP port of a mobile phone, which includes:
s1, acquiring an interface document of a mobile phone APP, wherein the interface document comprises an interface request mode, an interface request URL, an interface request parameter and an interface return parameter;
s2, setting up a mobile phone APP port performance test operation script;
s3, inputting the interface document of the mobile phone APP into a mobile phone APP port performance test operation script to obtain the thread number and the test request;
s4, setting thread starting time and circulation times according to the thread number, and inputting the thread starting time and the circulation times into a mobile phone APP port performance test operation script to obtain a first response time;
s5, inputting the HTTP protocol of the test request into a mobile phone APP port performance test operation script to obtain a second response time;
s6, judging whether the first response time and the second response time are consistent with preset response time or not;
if the first response time and the second response time are consistent with the preset response time, judging that the mobile phone APP port test passes;
if any one of the first response time and the second response time is inconsistent with the preset response time, judging that the mobile phone APP port test is not passed.
In the development process of the product, in order to ensure the quality of the product, product testers of the enterprise need to test the product until the product can be delivered after the product is checked correctly, the APP interfaces are the entrance and exit of the application program, such as the test of each APP interface to be tested of the APP such as chat APP, video APP, etc., the test thread number and the response time of the test request in the mobile phone APP port performance test running script are respectively tested, so that the actual response time of the interface document parameters can be tested more accurately, and the influence of the brain response time on the test result in the manual operation is avoided.
In a further embodiment, before the step of obtaining the interface document of the mobile phone APP, the method further includes:
s7, acquiring a field type of an interface;
s8, analyzing the field type of the interface to obtain a character code;
s9, matching the abnormal scene according to the character codes, inputting the abnormal scene into a server, and generating an interface test case and a test script;
s10, inputting the interface test case into a test script and executing the test script to obtain test data;
s11, judging whether the test data are matched with preset data or not;
if the test data are matched with the preset data, judging that the field type of the interface is normal;
if the test data is not matched with the preset data, judging that the field type of the interface is abnormal
If the test data are matched with the preset data, judging that the field type of the interface is normal;
if the test data is not matched with the preset data, judging that the field type of the interface is abnormal.
As described in the above steps S7-S11, by obtaining the field type of the interface in the interface configuration information, and further analyzing and matching the field type of the interface with the abnormal scene, so as to obtain test data through testing, and by judging the test data, whether the field type of the interface is normal or not, only when the field type of the interface is normal, the interface document of the mobile phone APP can be obtained and tested, and further, the field type of the interface can be ensured not to interfere with the actual test response time, and further, the accuracy of the test result is ensured.
In a further embodiment, before the step of inputting the interface document of the mobile phone APP into the mobile phone APP port performance test operation script to obtain the thread number and the test request, the method further includes:
s12, inputting the interface return parameters in the interface document into a mobile phone APP port performance test operation script to obtain a return code;
s13, judging whether the return code is consistent with a preset code or not;
if the return code is consistent with the preset code, judging that the interface verification is passed;
if the return code is inconsistent with the preset code, the interface verification is judged to be failed.
As described in the above steps S12-S13, by comparing the input return code with the preset code, it is further determined whether the interface document of the mobile APP passes the verification, and only when the interface document of the mobile APP passes the verification, it is ensured that the running process of the interface test of the mobile APP will not be interrupted.
In a further embodiment, the step of setting up a thread start time and a cycle number according to the thread number, and inputting the thread start time and the cycle number into a mobile phone APP port performance test operation script to obtain a first response time includes:
s14, setting thread starting time, and acquiring concurrency numbers according to the thread starting time;
s15, acquiring the processed transaction number;
s16, calculating a first response time according to the concurrency number and the processed transaction number, wherein a calculation formula is as follows:
wherein,representing a first response time, +.>Representing the number of concurrency,/->Indicating the number of transactions processed.
The step of inputting the HTTP protocol of the test request into a mobile phone APP port performance test operation script to obtain a second response time comprises the following steps:
s17, acquiring transmission time of HTTP input to a mobile phone APP port performance test running script;
s18, an HTTP protocol request is sent to a mobile phone APP port performance test operation script, and request time is obtained;
s19, analyzing an HTTP protocol request by the mobile phone APP port performance test operation script, and acquiring processing time;
s20, calculating a second response time according to the request time, the processing time and the transmission time, wherein a calculation formula is as follows:
wherein,showing a first response time, +.>Indicates the request time, ++>Indicating the processing time,/->Representing the transmission time.
The step of sending an HTTP request to the mobile phone APP port performance test operation script and obtaining the request time comprises the following steps:
s21, sending an HTTP protocol request;
s22, the server responds to the HTTP request and analyzes the HTTP request to obtain an HTML code;
s23, obtaining character resources according to the HTML code request;
and S24, rendering according to the character resources, and recording the obtained request time.
The concurrent number is obtained by the thread start time as described in the above steps S14-S24, so that the dividing value obtained by dividing the concurrent number by the number of processed transactions is calculated, that is, the first response time measured according to the number of threads, the request time is obtained by sending an HTTP protocol request to the mobile phone APP port performance test operation script, specifically, the HTTP protocol request is analyzed to obtain an HTML code, further character resources are obtained, so that the HTTP request can be quickly completed, the request time obtained by the above method, the complex analysis in the prior art is abandoned to obtain a plurality of characters, the request time is overlong, and the processing time is obtained by analyzing the HTTP protocol request by the mobile phone APP port performance test operation script, so that the second response time of the test request can be obtained by accumulating the request time, the processing time and the transmission time.
The invention also provides a mobile phone APP port test system, comprising:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring an interface document of a mobile phone APP, and the interface document comprises an interface request mode, an interface request URL, an interface request parameter and an interface return parameter;
the setting module is used for setting a mobile phone APP port performance test operation script;
the input module is used for inputting the interface document of the mobile phone APP into the mobile phone APP port performance test operation script to obtain the thread number and the test request;
the first calculation module is used for setting up thread starting time and cycle times according to the thread number, inputting the thread starting time and the cycle times into a mobile phone APP port performance test operation script, and obtaining first response time;
the second calculation module inputs the HTTP protocol of the test request into a mobile phone APP port performance test operation script to obtain a second response time;
the judging module is used for judging whether the first response time and the second response time are consistent with preset response time or not;
if the first response time and the second response time are consistent with the preset response time, judging that the mobile phone APP port test passes;
if any one of the first response time and the second response time is inconsistent with the preset response time, judging that the mobile phone APP port test is not passed.
In a further embodiment, the input module comprises:
the input unit is used for inputting the interface return parameters in the interface document into the mobile phone APP port performance test operation script to obtain a return code;
the judging unit judges whether the return code is consistent with a preset code or not;
if the return code is consistent with the preset code, judging that the interface verification is passed;
if the return code is inconsistent with the preset code, the interface verification is judged to be failed.
The invention also provides a computer device, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor executes the steps of any one of the mobile phone APP port testing methods when executing the computer program.
The invention also provides a computer readable storage medium, on which a computer program is stored, which when being executed by a processor, implements the steps of any one of the above-mentioned mobile phone APP port test methods.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.
For convenience of description, the above devices are described as being functionally divided into various units, respectively. Of course, the functions of each element may be implemented in the same piece or pieces of software and/or hardware when implementing the present application, and those skilled in the art will appreciate that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media including, but not limited to, magnetic disk storage, CD-ROM, optical storage, and the like, having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus systems and computer program products according to embodiments of the invention. It will be understood that each flowchart and/or block of the flowchart illustrations and/or block diagrams, and combinations of flowcharts 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.
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.

Claims (10)

1. The mobile phone APP port testing method is characterized by comprising the following steps:
acquiring an interface document of a mobile phone APP, wherein the interface document comprises an interface request mode, an interface request URL, an interface request parameter and an interface return parameter;
setting up a mobile phone APP port performance test operation script;
inputting the interface document of the mobile phone APP into a mobile phone APP port performance test operation script to obtain the number of threads and a test request;
setting thread starting time and cycle times according to the thread number, and inputting the thread starting time and the cycle times into a mobile phone APP port performance test operation script to obtain a first response time;
inputting the HTTP protocol of the test request into a mobile phone APP port performance test operation script to obtain a second response time;
judging whether the first response time and the second response time are consistent with preset response time or not;
if the first response time and the second response time are consistent with the preset response time, judging that the mobile phone APP port test passes;
if any one of the first response time and the second response time is inconsistent with the preset response time, judging that the mobile phone APP port test is not passed.
2. The method for testing the port of the mobile phone APP according to claim 1, further comprising, before the step of obtaining the interface document of the mobile phone APP:
acquiring a field type of an interface;
analyzing the field type of the interface to obtain character codes;
according to the character codes, matching the abnormal scene, inputting the abnormal scene to a server, and generating an interface test case and a test script;
inputting the interface test case into a test script and executing the test script to obtain test data;
judging whether the test data are matched with preset data or not;
if the test data are matched with the preset data, judging that the field type of the interface is normal;
if the test data is not matched with the preset data, judging that the field type of the interface is abnormal.
3. The method for testing the port of the mobile phone APP according to claim 1, wherein before the step of inputting the interface document of the mobile phone APP into the performance test operation script of the port of the mobile phone APP to obtain the number of threads and the test request, the method further comprises:
inputting the interface return parameters in the interface document into a mobile phone APP port performance test operation script to obtain a return code;
judging whether the return code is consistent with a preset code or not;
if the return code is consistent with the preset code, judging that the interface verification is passed;
if the return code is inconsistent with the preset code, the interface verification is judged to be failed.
4. The method for testing the port of the mobile phone APP according to claim 1, wherein the step of setting up a thread start time and a cycle number according to the thread number, and inputting the thread start time and the cycle number into a performance test operation script of the port of the mobile phone APP to obtain the first response time includes:
setting thread starting time, and acquiring concurrency number according to the thread starting time;
acquiring the number of processed transactions;
calculating a first response time according to the concurrency number and the processed transaction number, wherein a calculation formula is as follows:
wherein,representing a first response time, +.>Representing the number of concurrency,/->Indicating the number of transactions processed.
5. The method for testing the APP port of the mobile phone according to claim 1, wherein the step of inputting the HTTP protocol of the test request into the performance test operation script of the APP port of the mobile phone to obtain the second response time includes:
acquiring the transmission time of HTTP input to the mobile phone APP port performance test running script;
an HTTP protocol request is sent to a mobile phone APP port performance test operation script, and request time is obtained;
the mobile phone APP port performance test operation script analyzes the HTTP request and obtains the processing time;
calculating a second response time according to the request time, the processing time and the transmission time, wherein a calculation formula is as follows:
wherein,showing a first response time, +.>Indicates the request time, ++>Indicating the processing time,/->Representing the transmission time.
6. The method for testing the APP port of the mobile phone according to claim 5, wherein the step of sending an HTTP protocol request to the performance test operation script of the APP port of the mobile phone and obtaining the request time includes:
sending an HTTP protocol request;
the server responds to the HTTP request and analyzes the HTTP request to obtain an HTML code;
obtaining character resources according to the HTML code request;
and rendering according to the character resources, and recording the obtained request time.
7. Cell-phone APP port test system, its characterized in that includes:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring an interface document of a mobile phone APP, and the interface document comprises an interface request mode, an interface request URL, an interface request parameter and an interface return parameter;
the setting module is used for setting a mobile phone APP port performance test operation script;
the input module is used for inputting the interface document of the mobile phone APP into the mobile phone APP port performance test operation script to obtain the thread number and the test request;
the first calculation module is used for setting up thread starting time and cycle times according to the thread number, inputting the thread starting time and the cycle times into a mobile phone APP port performance test operation script, and obtaining first response time;
the second calculation module inputs the HTTP protocol of the test request into a mobile phone APP port performance test operation script to obtain a second response time;
the judging module is used for judging whether the first response time and the second response time are consistent with preset response time or not;
if the first response time and the second response time are consistent with the preset response time, judging that the mobile phone APP port test passes;
if any one of the first response time and the second response time is inconsistent with the preset response time, judging that the mobile phone APP port test is not passed.
8. The system of claim 7, wherein the input module comprises:
the input unit is used for inputting the interface return parameters in the interface document into the mobile phone APP port performance test operation script to obtain a return code;
the judging unit judges whether the return code is consistent with a preset code or not;
if the return code is consistent with the preset code, judging that the interface verification is passed;
if the return code is inconsistent with the preset code, the interface verification is judged to be failed.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the mobile phone APP port test method of any one of claims 1 to 6 when the computer program is executed.
10. A computer readable storage medium having stored thereon a computer program, characterized in that the computer program when executed by a processor implements the steps of the mobile phone APP port test method of any of claims 1 to 6.
CN202410156324.8A 2024-02-04 Mobile phone APP port testing method and system Active CN117687893B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410156324.8A CN117687893B (en) 2024-02-04 Mobile phone APP port testing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410156324.8A CN117687893B (en) 2024-02-04 Mobile phone APP port testing method and system

Publications (2)

Publication Number Publication Date
CN117687893A true CN117687893A (en) 2024-03-12
CN117687893B CN117687893B (en) 2024-05-10

Family

ID=

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508756A (en) * 2011-10-19 2012-06-20 昆山迈致治具科技有限公司 Jig for testing stability of computer interface
US20140019937A1 (en) * 2012-07-11 2014-01-16 International Business Machines Corporation Updating product documentation using automated test scripts
CN104866743A (en) * 2015-05-07 2015-08-26 北京金山安全软件有限公司 Method and device for calling interface in browser
CN111309575A (en) * 2020-02-18 2020-06-19 深圳市朱墨科技有限公司 Method, device, server and storage medium for starting and stopping test tool
CN112000582A (en) * 2020-08-31 2020-11-27 深圳市奇虎智能科技有限公司 Server-side automatic test early warning method, device, equipment and storage medium
CN113407444A (en) * 2021-06-03 2021-09-17 中科曙光国际信息产业有限公司 Interface test case generation method, device, equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508756A (en) * 2011-10-19 2012-06-20 昆山迈致治具科技有限公司 Jig for testing stability of computer interface
US20140019937A1 (en) * 2012-07-11 2014-01-16 International Business Machines Corporation Updating product documentation using automated test scripts
CN104866743A (en) * 2015-05-07 2015-08-26 北京金山安全软件有限公司 Method and device for calling interface in browser
CN111309575A (en) * 2020-02-18 2020-06-19 深圳市朱墨科技有限公司 Method, device, server and storage medium for starting and stopping test tool
CN112000582A (en) * 2020-08-31 2020-11-27 深圳市奇虎智能科技有限公司 Server-side automatic test early warning method, device, equipment and storage medium
CN113407444A (en) * 2021-06-03 2021-09-17 中科曙光国际信息产业有限公司 Interface test case generation method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN109871326B (en) Script recording method and device
CN107967209B (en) Method for detecting error in front-end webpage code, detection equipment and server
CN110704304B (en) Application program testing method and device, storage medium and server
CN103049371A (en) Testing method and testing device of Android application programs
US10162742B2 (en) System and method for end to end performance response time measurement based on graphic recognition
CN108509344B (en) Daily cutting batch test method, equipment and readable storage medium
CN112650676A (en) Software testing method, device, equipment and storage medium
CN115757150A (en) Production environment testing method, device, equipment and storage medium
US9378109B1 (en) Testing tools for devices
CN113138916B (en) Automatic testing method and system for picture structuring algorithm based on labeling sample
CN117687893B (en) Mobile phone APP port testing method and system
US7904754B2 (en) Systems and methods for automated determination of out of memory handling
CN112527573B (en) Interface testing method, device and storage medium
CN112905451A (en) Automatic testing method and device for application program
CN112579440A (en) Method and device for determining virtual test dependent object
CN117687893A (en) Mobile phone APP port testing method and system
CN110263618B (en) Iteration method and device of nuclear body model
CN116738091A (en) Page monitoring method and device, electronic equipment and storage medium
CN113806231A (en) Code coverage rate analysis method, device, equipment and medium
CN109388564B (en) Test method and device and electronic equipment
CN112306870A (en) Data processing method and device based on live APP
CN112433933A (en) Method and equipment for automatically testing interface
CN113553197B (en) Data processing method, device and readable storage medium
CN111198798B (en) Service stability measuring method and device
CN116185846A (en) Interface performance test method and device, electronic equipment and 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