CN110908920A - Interface function testing method and device and related components - Google Patents

Interface function testing method and device and related components Download PDF

Info

Publication number
CN110908920A
CN110908920A CN201911222905.2A CN201911222905A CN110908920A CN 110908920 A CN110908920 A CN 110908920A CN 201911222905 A CN201911222905 A CN 201911222905A CN 110908920 A CN110908920 A CN 110908920A
Authority
CN
China
Prior art keywords
interface
tested
information
function testing
state
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
CN201911222905.2A
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.)
Inspur Power Commercial Systems Co Ltd
Original Assignee
Inspur Power Commercial Systems 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 Inspur Power Commercial Systems Co Ltd filed Critical Inspur Power Commercial Systems Co Ltd
Priority to CN201911222905.2A priority Critical patent/CN110908920A/en
Publication of CN110908920A publication Critical patent/CN110908920A/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
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses an interface function testing method, which is applied to a processor of a client and comprises the following steps: acquiring information of an interface to be tested; according to the information, circularly traversing and calling each interface to be tested; recording the response information of each interface to be tested; and determining the functional state of each interface to be tested according to the response information of each interface to be tested, wherein the functional state comprises a normal state or an abnormal state. The method and the device can realize the test of the stability of the interface, can provide an accurate test conclusion for a frequently called scene, can automatically record the response information of the interface to be tested after being called, and automatically obtain the functional state of the interface to be tested according to the response information, greatly improve the test efficiency and accuracy, and avoid the error and low efficiency of manual test. The application also discloses an interface function testing device, electronic equipment and a computer readable storage medium, which have the beneficial effects.

Description

Interface function testing method and device and related components
Technical Field
The present application relates to the field of server systems, and in particular, to a method and an apparatus for testing interface functions, and related components.
Background
At present, in the field of server Firmware testing, interface testing and result analysis are of great importance, in a traditional server, Restful interface testing is mainly performed manually, namely, a request url and parameters are filled manually, then checking is performed manually according to returned information of a tool, on one hand, efficiency of manual testing is low, on the other hand, due to the fact that manual testing capacity is limited, calling of an interface for a long time and frequently cannot be achieved, and therefore testing cannot be performed on the interface stability.
Therefore, how to provide a solution to the above technical problems is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The interface function testing method can test the stability of the interface, can give accurate testing conclusion to frequently called scenes, greatly improves the testing efficiency and accuracy, and avoids errors and low efficiency of artificial testing; another object of the present application is to provide an interface function testing apparatus, an electronic device, and a computer-readable storage medium.
In order to solve the above technical problem, the present application provides an interface function testing method, which is applied to a processor of a client, and includes:
acquiring information of an interface to be tested;
circularly traversing and calling each interface to be tested according to the information;
recording the response information of each interface to be tested;
and determining the functional state of each interface to be tested according to the response information of each interface to be tested, wherein the functional state comprises a normal state or an abnormal state.
Preferably, before the interface to be tested is called according to the information cycle traversal, the interface function testing method further includes:
verifying the identity information of the client;
and obtaining cookie information after the verification is passed.
Preferably, the process of calling each interface to be tested according to the information loop traversal specifically includes:
and circularly traversing and calling each interface to be tested according to the information through Curl.
Preferably, the interface function testing method further includes:
acquiring an SEL log;
and checking whether the SEL log is abnormal or not.
Preferably, the process of determining the functional state of each interface to be tested according to the response information of each interface to be tested specifically includes:
and matching and checking the response information of each interface to be tested with preset information, if the response information is matched with the preset information, judging that the functional state of the real interface to be tested is the abnormal state, and if not, judging that the functional state of the real interface to be tested is the normal state.
Preferably, before the matching and checking the response information of each interface to be tested and the preset information, the interface function testing method further includes:
acquiring preset information in advance;
the preset information includes:
and returning value and/or fail information and/or error information and/or warning information when the interface function is in an abnormal state.
Preferably, after determining the functional state of each interface to be tested according to the response information of each interface to be tested, the interface functional test method further includes:
and independently storing the information of the interface to be tested with the function state as the abnormal state.
In order to solve the above technical problem, the present application further provides an interface function testing apparatus, including:
the acquisition module is used for acquiring the information of the interface to be tested;
the calling module is used for calling each interface to be tested according to the information circulation traversal;
the recording module is used for recording the response information of each interface to be tested;
and the state judgment module is used for determining the functional state of each interface to be tested according to the response information of the interface to be tested, wherein the functional state comprises a normal state or an abnormal state.
In order to solve the above technical problem, the present application further provides an electronic device, including:
a memory for storing a computer program;
a processor for implementing the steps of the interface function testing method according to any one of the above items when executing the computer program.
To solve the above technical problem, the present application further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the interface function testing method according to any one of the above.
The application provides an interface function testing method, the interface function testing method has the advantages that cyclic calling of an interface to be tested is completed through a processor, the stability of the interface is tested, accurate testing conclusion can be given for frequently called scenes, meanwhile, response information of the interface to be tested after being called can be automatically recorded, the function state of the interface to be tested can be automatically obtained according to the response information, testing efficiency and accuracy are greatly improved, and errors and low efficiency of manual testing are avoided. The application also provides an interface function testing device, electronic equipment and a computer readable storage medium, which have the same beneficial effects as the interface function testing method.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed in the prior art and the embodiments are briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a flowchart illustrating steps of a method for testing interface functions according to the present application;
FIG. 2 is a flowchart illustrating the steps of a cookie information retrieval method according to the present application;
FIG. 3 is a flow chart of steps of a SEL log detection method provided herein;
fig. 4 is a schematic structural diagram of an interface function testing apparatus provided in the present application;
fig. 5 is a schematic structural diagram of an electronic device provided in the present application.
Detailed Description
The core of the application is to provide an interface function testing method, which can realize the test of interface stability, can give accurate test conclusion to frequently called scenes, greatly improves the testing efficiency and accuracy, and avoids the errors and low efficiency of artificial testing; at the other core of the application, an interface function testing device, an electronic device and a computer readable storage medium are provided.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
At present, in the field of server Firmware testing, interface testing and result analysis are of great importance, in a traditional server, Restful interface testing is mainly performed manually, namely, a request url and parameters are filled manually, then checking is performed manually according to returned information of a tool, on one hand, efficiency of manual testing is low, on the other hand, due to the fact that manual testing capacity is limited, calling of an interface for a long time and frequently cannot be achieved, and therefore testing cannot be performed on the interface stability. Based on the problems of the related art, the present application provides a new interface function testing scheme through the following embodiments, which can achieve the purpose of testing the interface stability and improving the testing efficiency and accuracy.
The following describes an interface function testing method provided by the present application in detail.
Referring to fig. 1, fig. 1 is a flowchart illustrating steps of an interface function testing method according to the present application, where the interface function testing method is applied to a processor of a client, and includes:
s101: acquiring information of an interface to be tested;
specifically, the to-be-tested interfaces may be Restful interfaces, the number of the to-be-tested interfaces is multiple, the step aims to obtain information of the to-be-tested interfaces so as to call the to-be-tested interfaces subsequently, where the information specifically refers to character string information of the to-be-tested interfaces, the embodiment may obtain the information of the to-be-tested interfaces according to a preset period, and may also obtain the information of the to-be-tested interfaces after receiving the obtaining instruction, where a trigger condition for obtaining the information of the to-be-tested interfaces is not limited. Furthermore, in order to facilitate subsequent traversal calling, an interface list can be constructed according to the acquired information of each interface to be tested, and when a certain interface to be tested is added or deleted, the information in the interface list is adjusted correspondingly.
S102: according to the information, circularly traversing and calling each interface to be tested;
the purpose of this step is to call each interface to be tested in a traversal manner according to the information of each interface to be tested, and specifically, each interface to be tested can be called in a traversal manner according to the interface list constructed in S101, so that batch testing of the interfaces to be tested is realized. When the stability of the interface to be tested needs to be tested, a time interval can be preset so as to call the interface to be tested for many times, and therefore the interface to be tested can be frequently called to be fully tested.
As a preferred embodiment, each interface to be tested may be called by the Curl according to the information loop traversal obtained in S101, that is, an interface packet of the interface information to be tested may be constructed by the Curl command, and the interface packet is sent to the server, so as to implement the loop traversal call of each interface to be tested.
S103: recording the response information of each interface to be tested;
it can be understood that when each interface to be tested is called, the interface to be tested returns response information, the response information is a basis for judging the functional state of the interface to be tested, and the response information of each interface to be tested is stored in a unified record. When the to-be-tested interfaces are called circularly, each to-be-tested interface corresponds to a plurality of pieces of response information, assuming that 3 to-be-tested interfaces A, B, C are in total, the response information corresponding to the call A, B, C for the first traversal is respectively a1, b1 and c1, wherein a1, b1 and c1 are added to the records one by one without being covered, and similarly, assuming that the call is called circularly 3 times, taking a as an example, the response information corresponding to a is respectively a1, a2 and a3, wherein a1, a2 and a3 are added to the records one by one without being covered, and a data basis is provided for the stability test of the subsequent to-be-tested interfaces.
S104: and determining the functional state of each interface to be tested according to the response information of each interface to be tested, wherein the functional state comprises a normal state or an abnormal state.
Specifically, when all the interfaces to be tested are judged to be traversed and called, the functional state of each interface to be tested is automatically obtained according to the response information of each interface to be tested, and compared with manual testing, the testing efficiency and accuracy are greatly improved.
Specifically, the response information and the preset information of each interface to be tested are subjected to matching verification, if the response information is matched with the preset information, the functional state of the real interface to be tested is judged to be an abnormal state, and if not, the functional state of the real interface to be tested is judged to be a normal state. It can be understood that, before executing this step, an operation of obtaining preset information may be further included, where the preset information includes a return value and/or fail information and/or error information and/or warning information when the interface function is in an abnormal state, the preset information is summarized into an array, the response information of each interface to be tested is matched with the preset information in a one-to-one correspondence manner, if the response information includes one or more of the preset information, it is determined that the function state of the interface to be tested is in an abnormal state, the interface information with an abnormal response is printed out and stored separately, and a test result is given.
The application provides an interface function testing method, which is characterized in that cyclic calling of an interface to be tested is completed through a processor, so that the stability of the interface is tested, an accurate testing conclusion can be given to a frequently called scene, meanwhile, response information of the interface to be tested after being called can be automatically recorded, and the function state of the interface to be tested can be automatically obtained according to the response information, so that the testing efficiency and the accuracy are greatly improved, and errors and low efficiency of manual testing are avoided.
Referring to fig. 2, a flowchart illustrating steps of a cookie information obtaining method provided in an embodiment of the present application is shown, where this embodiment further describes related operations of S102 in the embodiment corresponding to fig. 1, and a more preferred implementation may be obtained by combining this embodiment with the embodiment corresponding to fig. 1, where a specific process may include the following steps:
s201: verifying the identity information of the client;
s202: and obtaining cookie information after the verification is passed.
Specifically, before the operation of calling the interface to be tested is executed, a session between the client and the server is established by logging in, session information is obtained, namely the identity information of the client is verified, when the client passes verification, cookie information is obtained and stored, and when the interface to be tested is called in a circulating traversal manner, the cookie information is carried, so that the session validity is maintained.
Referring to fig. 3, a flowchart of steps of a SEL log detection method provided in an embodiment of the present application is shown, where the present embodiment further describes related operations of S104 in the embodiment corresponding to fig. 1, and a more preferred implementation may be obtained by combining the present embodiment and the embodiment corresponding to fig. 1, and a specific process may include the following steps:
s301: acquiring an SEL log;
s302: check whether the SEL log is abnormal.
Specifically, in the embodiment, the System Event Log is recorded simultaneously in the test process, and whether the System Event Log is abnormal or not is automatically verified, so that the integrity of verification is improved, and the result check is more comprehensive and accurate.
Referring to fig. 4, fig. 4 is a schematic structural diagram of an interface function testing apparatus provided in the present application, where the interface function testing apparatus includes:
the acquisition module 1 is used for acquiring information of the interface to be tested;
the calling module 2 is used for calling each interface to be tested according to information circulation traversal;
the recording module 3 is used for recording the response information of each interface to be tested;
and the state judgment module 4 is used for determining the functional state of each interface to be tested according to the response information of the interface to be tested, wherein the functional state comprises a normal state or an abnormal state.
Therefore, in the embodiment, the cyclic calling of the interface to be tested is completed through the processor, the testing of the stability of the interface is realized, an accurate testing conclusion can be given to a frequently called scene, meanwhile, the response information of the interface to be tested after being called can be automatically recorded, the functional state of the interface to be tested can be automatically obtained according to the response information, the testing efficiency and the accuracy are greatly improved, and errors and low efficiency of manual testing are avoided.
As a preferred embodiment, the interface function testing apparatus further includes:
and the verification module is used for verifying the identity information of the client and acquiring cookie information after the verification is passed.
As a preferred embodiment, the calling module 2 is specifically configured to:
and calling each interface to be tested according to the information circulation traversal through the Curl.
As a preferred embodiment, the interface function testing apparatus further includes:
and the log checking module is used for acquiring the SEL log and checking whether the SEL log is abnormal or not.
As a preferred embodiment, the state determination module 4 is specifically configured to:
and matching and checking the response information and the preset information of each interface to be tested, if the response information is matched with the preset information, judging that the functional state of the real interface to be tested is an abnormal state, and if not, judging that the functional state of the real interface to be tested is a normal state.
As a preferred embodiment, the interface function testing apparatus further includes:
the information acquisition module is used for acquiring preset information in advance, wherein the preset information comprises:
and returning value and/or fail information and/or error information and/or warning information when the interface function is in an abnormal state.
As a preferred embodiment, the interface function testing apparatus further includes:
and the storage module is used for independently storing the information of the interface to be tested with the function state being the abnormal state.
On the other hand, the present application also provides an electronic device, as shown in fig. 5, which shows a schematic structural diagram of an electronic device according to an embodiment of the present application, where the electronic device 2100 according to the embodiment may include: a processor 2101 and a memory 2102.
Optionally, the electronic device may further comprise a communication interface 2103, an input unit 2104 and a display 2105 and a communication bus 2106.
The processor 2101, the memory 2102, the communication interface 2103, the input unit 2104, the display 2105, and the like communicate with each other via the communication bus 2106.
In the embodiment of the present application, the processor 2101 may be a Central Processing Unit (CPU), an application specific integrated circuit (asic), a digital signal processor, an off-the-shelf programmable gate array (fpga) or other programmable logic device (plc).
The processor may call a program stored in the memory 2102. Specifically, the processor may perform operations performed on the electronic device side in the embodiments of the interface function test method below.
The memory 2102 stores one or more programs, which may include program code including computer operating instructions, and in this embodiment, at least one program for implementing the following functions is stored in the memory:
acquiring information of an interface to be tested;
according to the information, circularly traversing and calling each interface to be tested;
recording the response information of each interface to be tested;
and determining the functional state of each interface to be tested according to the response information of each interface to be tested, wherein the functional state comprises a normal state or an abnormal state.
Therefore, in the embodiment, the cyclic calling of the interface to be tested is completed through the processor, the testing of the stability of the interface is realized, an accurate testing conclusion can be given to a frequently called scene, meanwhile, the response information of the interface to be tested after being called can be automatically recorded, the functional state of the interface to be tested can be automatically obtained according to the response information, the testing efficiency and the accuracy are greatly improved, and errors and low efficiency of manual testing are avoided.
In one possible implementation, the memory 2102 may include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as an interface call function, etc.), and the like; the storage data area may store data created according to the use of the computer.
Further, the memory 2102 may include high speed random access memory, and may also include non-volatile memory, such as at least one disk storage device or other volatile solid state storage device.
The communication interface 2103 may be an interface of a communication module, such as an interface of a GSM module.
The present application may also include a display 2104 and an input unit 2105, among others.
Of course, the structure of the internet of things device shown in fig. 5 does not constitute a limitation on the internet of things device in the embodiment of the present application, and in practical applications, the electronic device may include more or less components than those shown in fig. 5, or some components in combination.
In another aspect, the present application further 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 interface function testing method according to any one of the above.
For an introduction of a computer-readable storage medium provided in the present application, please refer to the above embodiments, which are not described herein again.
The computer-readable storage medium provided by the application has the same beneficial effects as the interface function testing method.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, 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 a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An interface function testing method is characterized in that a processor applied to a client comprises the following steps:
acquiring information of an interface to be tested;
circularly traversing and calling each interface to be tested according to the information;
recording the response information of each interface to be tested;
and determining the functional state of each interface to be tested according to the response information of each interface to be tested, wherein the functional state comprises a normal state or an abnormal state.
2. The interface function testing method of claim 1, wherein before the step of calling each interface to be tested according to the information loop traversal, the interface function testing method further comprises:
verifying the identity information of the client;
and obtaining cookie information after the verification is passed.
3. The interface function testing method according to claim 1, wherein the process of calling each interface to be tested according to the information loop traversal specifically comprises:
and circularly traversing and calling each interface to be tested according to the information through Curl.
4. The interface function testing method of claim 1, further comprising:
acquiring an SEL log;
and checking whether the SEL log is abnormal or not.
5. The interface function testing method according to claim 1, wherein the process of determining the functional state of each interface to be tested according to the response information of the interface to be tested specifically comprises:
and matching and checking the response information of each interface to be tested with preset information, if the response information is matched with the preset information, judging that the functional state of the real interface to be tested is the abnormal state, and if not, judging that the functional state of the real interface to be tested is the normal state.
6. The interface function testing method of claim 5, wherein before the matching and checking the response information and the preset information of each interface to be tested, the interface function testing method further comprises:
acquiring preset information in advance;
the preset information includes:
and returning value and/or fail information and/or error information and/or warning information when the interface function is in an abnormal state.
7. The interface function testing method according to any one of claims 1 to 6, wherein after determining the function status of each interface to be tested according to the response information of the interface to be tested, the interface function testing method further comprises:
and independently storing the information of the interface to be tested with the function state as the abnormal state.
8. An interface function testing apparatus, comprising:
the acquisition module is used for acquiring the information of the interface to be tested;
the calling module is used for calling each interface to be tested according to the information circulation traversal;
the recording module is used for recording the response information of each interface to be tested;
and the state judgment module is used for determining the functional state of each interface to be tested according to the response information of the interface to be tested, wherein the functional state comprises a normal state or an abnormal state.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the interface functionality test method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the interface functionality test method according to any one of claims 1 to 7.
CN201911222905.2A 2019-12-03 2019-12-03 Interface function testing method and device and related components Pending CN110908920A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911222905.2A CN110908920A (en) 2019-12-03 2019-12-03 Interface function testing method and device and related components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911222905.2A CN110908920A (en) 2019-12-03 2019-12-03 Interface function testing method and device and related components

Publications (1)

Publication Number Publication Date
CN110908920A true CN110908920A (en) 2020-03-24

Family

ID=69821926

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911222905.2A Pending CN110908920A (en) 2019-12-03 2019-12-03 Interface function testing method and device and related components

Country Status (1)

Country Link
CN (1) CN110908920A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111930584A (en) * 2020-08-14 2020-11-13 山东云海国创云计算装备产业创新中心有限公司 SD card controller function verification method, device and related components
CN112199279A (en) * 2020-09-30 2021-01-08 北京一起教育信息咨询有限责任公司 Full-link inspection method and device
CN112905445A (en) * 2020-12-09 2021-06-04 江苏苏宁云计算有限公司 Log-based test method and device and computer system
CN114002591A (en) * 2020-07-28 2022-02-01 株洲中车时代电气股份有限公司 Locomotive servicing test switch detection method and device and related components
CN115878496A (en) * 2023-02-16 2023-03-31 中国铁塔股份有限公司 Algorithm capability testing method and device
CN115952100A (en) * 2023-01-10 2023-04-11 北京百度网讯科技有限公司 Interface test method, device, system, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107908549A (en) * 2017-10-24 2018-04-13 北京小米移动软件有限公司 Method for generating test case, device and computer-readable recording medium
CN109189618A (en) * 2018-08-10 2019-01-11 郑州云海信息技术有限公司 A kind of Server Restart test method, device and equipment
CN109446071A (en) * 2018-09-26 2019-03-08 深圳壹账通智能科技有限公司 Interface test method, interface test device, electronic equipment and storage medium
CN109446072A (en) * 2018-09-27 2019-03-08 深圳壹账通智能科技有限公司 The generation method and device of test script
CN109558316A (en) * 2018-11-21 2019-04-02 武汉风行在线技术有限公司 A kind of HTTP interface mobilism parameter test method of Test Strategy automatic configuration
CN109857667A (en) * 2019-02-03 2019-06-07 苏州市龙测智能科技有限公司 Automatic interface testing method, test device, test equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107908549A (en) * 2017-10-24 2018-04-13 北京小米移动软件有限公司 Method for generating test case, device and computer-readable recording medium
CN109189618A (en) * 2018-08-10 2019-01-11 郑州云海信息技术有限公司 A kind of Server Restart test method, device and equipment
CN109446071A (en) * 2018-09-26 2019-03-08 深圳壹账通智能科技有限公司 Interface test method, interface test device, electronic equipment and storage medium
CN109446072A (en) * 2018-09-27 2019-03-08 深圳壹账通智能科技有限公司 The generation method and device of test script
CN109558316A (en) * 2018-11-21 2019-04-02 武汉风行在线技术有限公司 A kind of HTTP interface mobilism parameter test method of Test Strategy automatic configuration
CN109857667A (en) * 2019-02-03 2019-06-07 苏州市龙测智能科技有限公司 Automatic interface testing method, test device, test equipment and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114002591A (en) * 2020-07-28 2022-02-01 株洲中车时代电气股份有限公司 Locomotive servicing test switch detection method and device and related components
CN111930584A (en) * 2020-08-14 2020-11-13 山东云海国创云计算装备产业创新中心有限公司 SD card controller function verification method, device and related components
CN112199279A (en) * 2020-09-30 2021-01-08 北京一起教育信息咨询有限责任公司 Full-link inspection method and device
CN112905445A (en) * 2020-12-09 2021-06-04 江苏苏宁云计算有限公司 Log-based test method and device and computer system
CN115952100A (en) * 2023-01-10 2023-04-11 北京百度网讯科技有限公司 Interface test method, device, system, electronic equipment and storage medium
CN115878496A (en) * 2023-02-16 2023-03-31 中国铁塔股份有限公司 Algorithm capability testing method and device

Similar Documents

Publication Publication Date Title
CN110908920A (en) Interface function testing method and device and related components
CN110992992B (en) Hard disk test method, device and storage medium
CN107122296B (en) Method and apparatus for data assertion for test interface
CN111104392A (en) Database migration method and device, electronic equipment and storage medium
CN111176918A (en) Server testing method, system, equipment and computer readable storage medium
CN110297767B (en) Automatic execution method, device, equipment and storage medium for test cases
CN106547658B (en) Automatic testing method and device
CN114564446B (en) File storage method, device, system and storage medium
CN111427928A (en) Data quality detection method and device
CN109918221B (en) Hard disk error reporting analysis method, system, terminal and storage medium
CN110944231B (en) Monitoring method and device of video player
CN104598348A (en) Method and system for remotely analyzing performances of external system interfaces in real time
CN117076330B (en) Access verification method, system, electronic equipment and readable storage medium
CN112506751A (en) Method, device, equipment and medium for contrast test of overall performance of server
CN109815083B (en) Application crash monitoring method and device, electronic equipment and medium
CN108664550B (en) Funnel analysis method and device for user behavior data
CN116756037A (en) Abnormal code positioning system, method, equipment and computer readable storage medium
CN114422175A (en) Network security supervision and inspection behavior auditing method and device
CN111198798B (en) Service stability measuring method and device
CN114465926A (en) Recursive server monitoring method, device, equipment and storage medium
CN114676049A (en) Case testing method and device, electronic equipment and storage medium
CN111352825A (en) Data interface test method and device and server
CN110750409A (en) Method, device and system for realizing test
CN112612707B (en) Method and device for running test script, equipment and computer readable storage medium
CN116340161A (en) Cloud host performance testing 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