CN109739700B - Interface testing method and device - Google Patents
Interface testing method and device Download PDFInfo
- Publication number
- CN109739700B CN109739700B CN201811519800.9A CN201811519800A CN109739700B CN 109739700 B CN109739700 B CN 109739700B CN 201811519800 A CN201811519800 A CN 201811519800A CN 109739700 B CN109739700 B CN 109739700B
- Authority
- CN
- China
- Prior art keywords
- interface
- ith
- test
- response data
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000012360 testing method Methods 0.000 title claims abstract description 151
- 230000004044 response Effects 0.000 claims abstract description 63
- 238000000034 method Methods 0.000 claims abstract description 34
- 238000004891 communication Methods 0.000 claims abstract description 9
- 238000010998 test method Methods 0.000 claims abstract description 6
- 230000015654 memory Effects 0.000 claims description 19
- 238000012545 processing Methods 0.000 claims description 9
- 238000003672 processing method Methods 0.000 claims description 3
- 230000008569 process Effects 0.000 description 9
- 230000006870 function Effects 0.000 description 6
- 230000005540 biological transmission Effects 0.000 description 5
- 238000004590 computer program Methods 0.000 description 3
- 238000013461 design Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 230000003993 interaction Effects 0.000 description 3
- 238000006243 chemical reaction Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 238000011161 development Methods 0.000 description 1
- 235000019800 disodium phosphate Nutrition 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 239000013307 optical fiber Substances 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
Images
Classifications
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Test And Diagnosis Of Digital Computers (AREA)
- Debugging And Monitoring (AREA)
Abstract
The application discloses an interface test method and device, relates to the technical field of computer communication, and is applied to an interface test system, wherein the interface test system comprises n interfaces, n is not less than 1, services are transmitted through the interfaces sequentially, and the nth interface is an interface to be tested, the method comprises the following steps: s101, inputting ith test data into an ith interface to obtain ith response data of the ith interface; wherein i is a natural number; the initial value of i is 1, and the ith test data comprises ith interface parameters and values, interface return check values, interface protocols and calling methods; s102, if i is not equal to n, converting the ith response data into ith +1 test data, i = i +1, and re-executing the step S101; s103, if i is equal to n, the ith response data is nth response data, and whether the nth response data is consistent with the return check value of the interface to be tested is compared; and S104, determining a test result according to the comparison result.
Description
Technical Field
The present application relates to the field of computer communications technologies, and in particular, to an interface testing method and apparatus.
Background
With the development of internet technology, interfaces of various protocols are widely used, and because each interface transmits different data, processes different logics, and under different scenes, the data transmission process and the calling relationship of the interfaces are different, it is important to ensure the stability of data transmission between the interfaces and effectively test the interfaces.
In the prior art, a single interface is tested in a virtual test (mock-test) mode when data is needed, and the mock-test returns, so that the serial test of the interfaces with a service relationship cannot be realized, and the data between the interfaces cannot be transmitted in real time, so that a real service scene cannot be verified.
Disclosure of Invention
Embodiments of the present application provide an interface testing method and apparatus, which are used to solve the technical problem in the prior art that interfaces with service association cannot be tested in series.
In order to solve the above technical problem, the embodiment of the present application adopts the following technical solutions:
in a first aspect, an embodiment of the present application provides an interface testing method, which is applied to an interface testing system, where the interface testing system includes n interfaces, n is not less than 1, a service is transmitted sequentially through each interface, and an nth interface is an interface to be tested, and the method includes:
s101, inputting ith test data into an ith interface to obtain ith response data of the ith interface; wherein i is a natural number; the initial value of i is 1, the 1 st test data is predefined test data, and the ith test data comprises the parameter and value of the ith interface, the protocol of the interface, the calling method and the return check value.
And S102, if i is not equal to n, converting the ith response data into the (i + 1) th test data, i = i +1, and re-executing the step S101.
S103, if i is equal to n, the ith response data is the nth response data, and whether the nth response data is consistent with the return check value of the interface to be tested is compared.
And S104, determining a test result according to the comparison result.
In a second aspect, an embodiment of the present application provides an interface test apparatus, applied to an interface test system, where the interface test system includes n interfaces, n is not less than 1, a service sequentially passes through each interface for transmission, and an nth interface is an interface to be tested, and the apparatus includes:
the device comprises an acquisition unit, a processing unit and a control unit, wherein the acquisition unit is used for inputting ith test data into an ith interface to acquire ith response data of the ith interface; wherein i is a natural number; the initial value of i is 1, the 1 st test data is predefined test data, and the ith test data comprises parameters and values of an ith interface, a protocol of the interface, a calling method and a returned check value.
And the conversion unit is used for converting the ith response data into the (i + 1) th test data if i is not equal to n, wherein i = i +1, and the acquisition unit is executed again.
And the comparison unit is used for comparing whether the nth response data is consistent with the return check value of the interface to be tested or not if i is equal to n and the ith response data is the nth response data.
And the determining unit is used for determining the test result according to the comparison result.
In a third aspect, there is provided a computer readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by a computer, cause the computer to perform the interface testing method of the first aspect.
In a fourth aspect, there is provided a computer program product containing instructions which, when run on a computer, cause the computer to perform the interface testing method according to the first aspect.
In a fifth aspect, an interface testing apparatus is provided, including: the interface testing device comprises a processor, a memory and a communication interface, wherein the communication interface is used for communicating with other equipment or a network, the memory is used for storing programs, and the processor calls the programs stored in the memory to execute the interface testing method of the first aspect.
The embodiment of the application provides an interface test method, because the 1 st test data is predefined test data, the data content can be expanded as required, through designing the test data, the controllability of the interface test process is improved, the execution mode of the interface test comprises a single interface and a multi-interface, the system can automatically identify the execution mode according to the 1 st test data, the execution mode of the multi-interface test covers a series of interface tests which are associated with the service of the interface to be tested, the processing logic is executed through the transmission and the calling of the data, the test result of the interface to be tested is closer to the use mode of a real service scene, and the test result is more reliable.
Drawings
Fig. 1 is a schematic flowchart of an interface testing method according to an embodiment of the present application;
fig. 2 is a first schematic diagram of an interface testing apparatus according to an embodiment of the present disclosure;
fig. 3 is a schematic diagram of an interface testing apparatus according to an embodiment of the present application.
Detailed Description
Embodiments of the present application are described below with reference to the accompanying drawings.
The term "and/or" herein is merely an association relationship describing an associated object, and means that there may be three relationships, for example, a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone.
Furthermore, the terms "including" and "having," and any variations thereof, as referred to in the description of the present application, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements but may alternatively include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be noted that in the embodiments of the present application, words such as "exemplary" or "for example" are used to indicate examples, illustrations or explanations. Any embodiment or design described herein as "exemplary" or "e.g.," is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present concepts related in a concrete fashion.
In the description of the present application, the meaning of "a plurality" means two or more than two unless otherwise specified
The embodiment of the application provides an interface test method and device, the method is applied to an interface test system, the interface test system comprises n interfaces, n is not less than 1, services are transmitted through all the interfaces in sequence, service correlation exists among the n interfaces, response data of the previous interface can be converted into input parameters of the next interface, the n interfaces comprise interfaces to be tested, and in the embodiment, the interfaces to be tested are the nth interface.
Referring to fig. 1, an embodiment of the present application provides an interface testing method, which includes steps S101 to S104:
s101, inputting ith test data into an ith interface to obtain ith response data of the ith interface.
The interface test system comprises a user interaction interface, the user interaction interface is used for interacting with a user, the system creates a new interface test thread and configures test data of an interface according to interaction content, the ith test data is input into an ith interface, wherein i is a natural number, the initial value of i is 1, the 1 st test data is predefined test data, the 1 st test data can be designed into different test data according to the characteristics of the value range, the type, the length and the like of parameters in the interface and according to the design mode of equivalence classes or boundary classes, and other required information such as description and the like can be expanded and added into the test data at any time.
The system presets interface test modules of all interface types, after predefined test data, namely 1 st test data, is input into the 1 st interface, the system can identify the interface type of the 1 st interface according to the 1 st test data of the 1 st interface, and the preset interface test module is called through the interface type, so that the efficiency and the coverage range of interface test are effectively improved, the data of the interface test module can be repeatedly and dynamically used, and a case does not need to be redesigned every time of test. And finally, outputting the 1 st response data through the called interface test module. When i takes other values, the ith test data includes necessary contents such as the parameter and value of the ith interface, the protocol of the interface, the calling method, the returned check value and the like, and the interface test module is called in the same way and outputs ith response data, which is not described again.
And S102, if i is not equal to n, converting the ith response data into the (i + 1) th test data, i = i +1, and executing the step S101 again.
After the ith response data of the ith interface is obtained through the step S101, it is determined whether the value of i is equal to n, where n is the number of interfaces in the test thread, and if i is not equal to n, it indicates that the thread has not run to the nth interface, i.e., the interface to be tested, and parameterization is required to be performed on the ith response data. The parameterization processing process is that the ith response data is converted into the test data of the next interface through a data conversion layer, so that the next interface is driven to continue executing the thread, and the parameterization processing method comprises the steps of extracting target parameters and/or combining the response data with predefined test data, so that the (i + 1) th test data is obtained, for example, after the 1 st response data of the 1 st interface is obtained, extracting an interface protocol, a calling method and a returned check value of the 2 nd interface contained in the 1 st test data to jointly form the 2 nd test data of the 2 nd interface, or directly extracting a target parameter value contained in the 1 st response data. The system constructs a new interface request according to the i +1 th test data, and then the value of i is incremented by 1,i = i +1, and then step S101 is executed again. In this way, each interface is executed in series from the top of the business, and the generated response data is transmitted to the next interface in turn until the interface to be tested is executed.
Optionally, before comparing the values of i and n, comparing whether the i-th response data is consistent with the return check value of the predefined i-th interface, if not, indicating that the i-th interface has a problem, and executing a test procedure after repairing the i-th interface; if so, it may be further determined whether the value of i is equal to n. In this way the interface performance in the thread is checked one by one. And errors of test results caused by poor performance of the intermediate interface are avoided.
S103, if i is equal to n, the ith response data is nth response data, and whether the nth response data is consistent with the return check value of the interface to be tested is compared;
and if the value of i is equal to n, the ith response data is nth response data, the ith interface is the interface to be tested, and the nth response data is directly compared with the return check value of the interface to be tested to judge whether the return check value is consistent or not, so that a comparison result is obtained. For example: the interface is described as judging whether the input parameter of the interface is a positive value, a zero value or a negative value, presetting a url address and a calling method, when the input parameter of the data1 is 1, 0 or-2, returning check values are res100, res200 and res300 respectively, the present case is an execution mode of a single interface, reference codes designed by the case are as follows,
and S104, determining a test result according to the comparison result.
If the comparison result is that the nth response data is consistent with the returned check value of the interface to be tested, the performance of the interface to be tested is good, the test result of the interface to be tested is closer to the use mode of a real service scene through the multi-interface thread test with service association, and the test result is more reliable. For example, when shopping is performed on an online platform, the method generally includes a login interface, a commodity browsing interface, an ordering interface, a payment interface and the like, inputs commodity types to be purchased by logging in a corresponding shopping APP, then drives the ordering interface according to the selected specific commodity, continues to drive the payment interface after the ordering interface responds, and obtains a test result by simulating the above scene and performing serial test on the interfaces.
The embodiment of the application provides an interface test method, because the 1 st test data is predefined test data, the data content can be expanded as required, therefore through designing the test data, the controllability of the interface test process is improved, the execution mode of the interface test comprises a single interface and a multi-interface, the system can automatically identify the execution mode according to the 1 st test data, the execution mode of the multi-interface test covers a series of interface tests which are associated with the interface to be tested in service, the processing logic is executed through the transmission and the calling of the data, the test result of the interface to be tested is closer to the use mode of a real service scene, and the test result is more reliable.
In the embodiment of the present application, the system may be divided into functional modules or functional units according to the above method examples, for example, each functional module or functional unit may be divided corresponding to each function, or two or more functions may be integrated into one processing module. The integrated module may be implemented in the form of hardware, or may also be implemented in the form of a software functional module or functional unit. The division of the modules or units in the embodiment of the present application is schematic, and is only a logic function division, and there may be another division manner in actual implementation.
Referring to fig. 2, an embodiment of the present application provides an interface testing apparatus, which may be applied to the interface testing method described above. The interface test apparatus 100 includes:
an obtaining unit 101, configured to input ith test data into an ith interface to obtain ith response data of the ith interface; wherein i is a natural number; the initial value of i is 1, the 1 st test data is predefined test data, and the ith test data comprises parameters and values of an ith interface, protocols of all interfaces, a calling method and a returned check value;
a converting unit 102, configured to convert the ith response data into an i +1 th test data if i is not equal to n, where i = i +1, and re-execute the acquiring unit;
a comparing unit 103, configured to compare whether the nth response data is consistent with the returned check value of the interface to be tested if i is equal to n;
a determining unit 104, configured to determine a test result according to the comparison result.
Optionally, the obtaining unit is specifically configured to:
identifying the interface type of the ith interface according to the ith test data;
calling a preset interface test module corresponding to the interface type;
and executing the called preset interface test module and outputting ith response data.
Optionally, the comparing unit is further configured to:
comparing whether the ith response data is consistent with the return check value of the predefined ith interface;
if yes, parameterizing the ith response data to convert the ith response data into ith +1 test data, wherein the parameterizing method comprises the steps of extracting target parameters and/or combining the response data with predefined test data.
Fig. 3 shows a schematic diagram of another possible structure of the interface testing apparatus according to the above embodiment. The device comprises: a processor 202 and a communication interface 203. The processor 202 is used for controlling and managing the actions of the apparatus, for example, performing the steps performed by the above-mentioned obtaining unit 101, converting unit 102, comparing unit 103 and determining unit 105, and/or other processes for performing the techniques described herein. The communication interface 203 is used to support the communication of the apparatus with other network entities, e.g. to perform the acquisition of predefined test data. The terminal may further comprise a memory 201 and a bus 204, the memory 201 being used for storing program codes and data of the device.
The processor 202 may implement or execute various exemplary logical blocks, units and circuits described in connection with the present disclosure. The processor may be a central processing unit, general purpose processor, digital signal processor, application specific integrated circuit, field programmable gate array or other programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, units, and circuits described in connection with the present disclosure. The processor may also be a combination of computing functions, e.g., comprising one or more microprocessors, DSPs, and microprocessors, among others.
The bus 204 may be an Extended Industry Standard Architecture (EISA) bus or the like. The bus 404 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 3, but this does not mean only one bus or one type of bus.
It is clear to those skilled in the art from the foregoing description of the embodiments that, for convenience and simplicity of description, the foregoing division of the functional units is merely used as an example, and in practical applications, the above function distribution may be performed by different functional units according to needs, that is, the internal structure of the device may be divided into different functional units to perform all or part of the above described functions. For the specific working processes of the system, the apparatus and the unit described above, reference may be made to the corresponding processes in the foregoing method embodiments, and details are not described here again.
Embodiments of the present application provide a computer readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by a computer, cause the computer to perform an interface testing method as described in fig. 1.
Embodiments of the present application provide a computer program product containing instructions which, when run on a computer, cause the computer to perform an interface testing method as described in fig. 1.
The computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, and a hard disk. Random Access Memory (RAM), read-Only Memory (ROM), erasable Programmable Read-Only Memory (EPROM), registers, a hard disk, an optical fiber, a portable Compact disk Read-Only Memory (CD-ROM), an optical storage device, a magnetic storage device, or any other form of computer-readable storage medium, in any suitable combination, or as appropriate in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. Of course, the storage medium may also be integral to the processor. The processor and the storage medium may reside in an Application Specific Integrated Circuit (ASIC). In embodiments of the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
Since the interface testing apparatus, the computer-readable storage medium, and the computer program product in the embodiments of the present application may be applied to the method described above, for technical effects that can be obtained by the method, reference may also be made to the method embodiments described above, and details of the embodiments of the present application are not repeated herein.
Claims (4)
1. An interface test method is characterized in that the method is applied to an interface test system, the interface test system comprises n interfaces, n is not less than 1, services are transmitted through each interface in sequence, and the nth interface is an interface to be tested, the method comprises the following steps:
s101, inputting ith test data into an ith interface to obtain ith response data of the ith interface; wherein i is a natural number; the initial value of i is 1, the 1 st test data is predefined test data, and the ith test data comprises the parameters and values of an ith interface, the protocol of the interface, a calling method and a returned check value;
s102, if i is not equal to n, converting the ith response data into ith +1 test data, i = i +1, and re-executing the step S101;
s103, if i is equal to n, the ith response data is nth response data, and whether the nth response data is consistent with the return check value of the interface to be tested is compared;
s104, determining a test result according to the comparison result;
if i is not equal to n, before converting the ith response data into the (i + 1) th test data, the method further comprises:
comparing whether the ith response data is consistent with the return check value of the predefined ith interface;
if yes, carrying out parameterization processing on the ith response data to convert the ith response data into (i + 1) th test data, wherein the parameterization processing method comprises the steps of extracting target parameters and/or combining the response data with predefined test data;
the acquiring ith response data of the ith interface comprises:
identifying the interface type of the ith interface according to the ith test data;
calling a preset interface test module corresponding to the interface type;
and executing the called preset interface test module and outputting ith response data.
2. An interface testing device is characterized in that the interface testing device is applied to an interface testing system, the interface testing system comprises n interfaces, n is not less than 1, services are transmitted through each interface in sequence, and the nth interface is an interface to be tested, the device comprises:
the device comprises an acquisition unit, a processing unit and a control unit, wherein the acquisition unit is used for inputting ith test data into an ith interface to acquire ith response data of the ith interface; wherein i is a natural number; the initial value of i is 1, the 1 st test data is predefined test data, and the ith test data comprises the parameter and value of the ith interface, the protocol of the interface, a calling method and a returned check value;
a converting unit, configured to convert the ith response data into ith +1 test data if i is not equal to n, where i = i +1, and re-execute step S101;
the comparison unit is used for comparing whether the nth response data is consistent with the returned check value of the interface to be detected or not if i is equal to n;
the determining unit is used for determining a test result according to the comparison result;
the comparison unit is further configured to:
comparing whether the ith response data is consistent with the return check value of the predefined ith interface;
if yes, carrying out parameterization processing on the ith response data to convert the ith response data into (i + 1) th test data, wherein the parameterization processing method comprises the steps of extracting target parameters and/or combining the response data with predefined test data;
the obtaining unit is specifically configured to:
identifying the interface type of the ith interface according to the ith test data;
calling a preset interface test module corresponding to the interface type;
and executing the called preset interface test module and outputting ith response data.
3. A computer readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by a computer, cause the computer to perform the interface testing method of claim 1.
4. An interface testing apparatus, comprising: a processor, a memory and a communication interface, the communication interface is used for the interface testing device to communicate with other equipment or networks, the memory is used for storing programs, and the processor calls the programs stored in the memory to execute the interface testing method according to claim 1.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811519800.9A CN109739700B (en) | 2018-12-12 | 2018-12-12 | Interface testing method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811519800.9A CN109739700B (en) | 2018-12-12 | 2018-12-12 | Interface testing method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109739700A CN109739700A (en) | 2019-05-10 |
CN109739700B true CN109739700B (en) | 2023-03-28 |
Family
ID=66358944
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811519800.9A Active CN109739700B (en) | 2018-12-12 | 2018-12-12 | Interface testing method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109739700B (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111581109A (en) * | 2020-05-15 | 2020-08-25 | 杭州安恒信息技术股份有限公司 | Method, system and equipment for checking interface return data |
CN112162923A (en) * | 2020-09-25 | 2021-01-01 | 中诚信征信有限公司 | Interface testing method and device |
CN112363944A (en) * | 2020-11-20 | 2021-02-12 | 上海悦易网络信息技术有限公司 | Method and equipment for comparing return values of multiple environment interfaces |
CN114297084B (en) * | 2021-12-31 | 2022-08-19 | 北京航天驭星科技有限公司 | Method and device for testing satellite test, operation and control data interface, electronic equipment and medium |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101145993A (en) * | 2007-10-11 | 2008-03-19 | 中兴通讯股份有限公司 | A multi-point access interface test method and its test system |
CN107301122A (en) * | 2017-05-10 | 2017-10-27 | 深圳市小牛在线互联网信息咨询有限公司 | interface test method, device, storage medium and computer equipment |
CN107704386A (en) * | 2017-09-25 | 2018-02-16 | 金蝶软件(中国)有限公司 | Unit test method, device, computer equipment and the storage medium of operation flow |
CN108549606A (en) * | 2018-04-16 | 2018-09-18 | 成都医云科技有限公司 | interface test method and device |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8245080B2 (en) * | 2009-03-19 | 2012-08-14 | International Business Machines Corporation | Model-based testing of an application program under test |
-
2018
- 2018-12-12 CN CN201811519800.9A patent/CN109739700B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101145993A (en) * | 2007-10-11 | 2008-03-19 | 中兴通讯股份有限公司 | A multi-point access interface test method and its test system |
CN107301122A (en) * | 2017-05-10 | 2017-10-27 | 深圳市小牛在线互联网信息咨询有限公司 | interface test method, device, storage medium and computer equipment |
CN107704386A (en) * | 2017-09-25 | 2018-02-16 | 金蝶软件(中国)有限公司 | Unit test method, device, computer equipment and the storage medium of operation flow |
CN108549606A (en) * | 2018-04-16 | 2018-09-18 | 成都医云科技有限公司 | interface test method and device |
Also Published As
Publication number | Publication date |
---|---|
CN109739700A (en) | 2019-05-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109739700B (en) | Interface testing method and device | |
CN108984389B (en) | Application program testing method and terminal equipment | |
CN107145437B (en) | Java annotation test method and device | |
CN112199300B (en) | Interface testing method and device, electronic equipment and storage medium | |
CN105302710A (en) | Method and apparatus for determining test case in need of regression testing | |
CN109815141B (en) | Test method and device | |
CN109857404B (en) | SDK interface packaging method and device, storage medium and electronic equipment | |
CN111538659B (en) | Interface testing method, system, electronic equipment and storage medium of business scene | |
CN111858296B (en) | Interface testing method, device, equipment and storage medium | |
CN109240908B (en) | Method and device for creating abnormal test case template | |
CN109344066B (en) | Method, system and terminal for testing browser page | |
CN111124871A (en) | Interface test method and device | |
WO2020237508A1 (en) | Assertion validation code binding method and apparatus | |
CN117076330B (en) | Access verification method, system, electronic equipment and readable storage medium | |
CN117707946A (en) | Test script generation method and device for browser | |
CN109697164A (en) | Test method, device, storage medium and the terminal of App have been adjusted in browser | |
CN111949510B (en) | Test processing method, device, electronic equipment and readable storage medium | |
CN117743145A (en) | Test script generation method and device based on coding template and processing equipment | |
CN109783718B (en) | Repeat request judgment method and device | |
CN116643758A (en) | Data calibration method and device, electronic equipment and storage medium | |
US10599797B1 (en) | System, method, and computer program product for grouping one or more failures in a formal verification | |
CN115809193A (en) | Front-end reverse abnormal data robustness detection method, device and storage medium | |
AU2013206622B2 (en) | Download management method and device based on Android browser | |
CN110262846A (en) | Interface loading method, system, computer equipment and storage medium based on module | |
CN116431463A (en) | Interface automatic test method and device, storage medium and electronic equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |