CN111352825B - Data interface testing method and device and server - Google Patents

Data interface testing method and device and server Download PDF

Info

Publication number
CN111352825B
CN111352825B CN201811579009.7A CN201811579009A CN111352825B CN 111352825 B CN111352825 B CN 111352825B CN 201811579009 A CN201811579009 A CN 201811579009A CN 111352825 B CN111352825 B CN 111352825B
Authority
CN
China
Prior art keywords
tested
data interface
weight range
data
test
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
Application number
CN201811579009.7A
Other languages
Chinese (zh)
Other versions
CN111352825A (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.)
Beijing Kingsoft Cloud Network Technology Co Ltd
Beijing Kingsoft Cloud Technology Co Ltd
Original Assignee
Beijing Kingsoft Cloud Network Technology Co Ltd
Beijing Kingsoft Cloud Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Kingsoft Cloud Network Technology Co Ltd, Beijing Kingsoft Cloud Technology Co Ltd filed Critical Beijing Kingsoft Cloud Network Technology Co Ltd
Priority to CN201811579009.7A priority Critical patent/CN111352825B/en
Publication of CN111352825A publication Critical patent/CN111352825A/en
Application granted granted Critical
Publication of CN111352825B publication Critical patent/CN111352825B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/3684Test management for test design, e.g. generating new test cases
    • 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

Abstract

The invention provides a method, a device and a server for testing a data interface, and relates to the technical field of database testing, wherein the method comprises the following steps: acquiring a test data packet and determining a path probability corresponding to the test data packet; selecting a data interface to be tested corresponding to a weight range which is met by the path probability according to the path probability corresponding to the test data packet and the weight range of the pre-stored data interface to be tested; and sending the test data packet to the selected data interface to be tested so as to test the data interface to be tested. The data interface testing method, the data interface testing device and the data interface server can enable the testing process to be close to the using process of an actual user, and further effectively improve the reliability and the reliability of data interface testing.

Description

Data interface testing method and device and server
Technical Field
The present invention relates to the field of database testing technologies, and in particular, to a method, an apparatus, and a server for testing a data interface.
Background
Interface testing, also known as data interface testing, generally refers to testing interfaces between databases, or system components, and is mainly used to detect interaction points between external systems and between internal subsystems, so as to check data exchange, transfer and control management processes, and inter-system logical dependencies.
The interface test belongs to a functional test, which may also be referred to as a stress test, by which a bottleneck performance point of a system or database may be determined to obtain a maximum service level that the system or database can provide.
In the prior art, when performing interface test, the functions of multiple data interfaces are often tested at the same time, and corresponding test data is generally sent to each data interface in turn to test, so that the test data quantity received by different data interfaces is the same, that is, each data interface has the same test pressure, but in the actual use process, the use times or access quantity of users are different for data interfaces of different service types, so that the pressures born by the data interfaces of different service types or the maximum service level are different, and when the multiple data interfaces are tested by using the same test pressure, the test process is different from the actual use process of the data interfaces, thereby reducing the reliability and reliability of interface test.
Disclosure of Invention
Accordingly, the present invention aims to provide a method, an apparatus and a server for testing a data interface, so as to alleviate the technical problems of low reliability and reliability of the testing process of the data interface in the prior art.
In a first aspect, an embodiment of the present invention provides a method for testing a data interface, where the method includes: acquiring a test data packet and determining a path probability corresponding to the test data packet; selecting a data interface to be tested corresponding to a weight range which is met by the path probability according to the path probability corresponding to the test data packet and the weight range of the pre-stored data interface to be tested; and sending the test data packet to the selected data interface to be tested so as to test the selected data interface to be tested.
With reference to the first aspect, an embodiment of the present invention provides a first possible implementation manner of the first aspect, where the data interfaces to be tested include at least two, and a weight range of the at least two data interfaces to be tested satisfies a normalization condition.
With reference to the first aspect, an embodiment of the present invention provides a second possible implementation manner of the first aspect, where the step of determining a path probability of the test data packet includes: acquiring a pre-selected random function; and calculating the path probability of the test data packet according to the random function.
With reference to the first aspect, the embodiment of the present invention provides a third possible implementation manner of the first aspect, where the method further includes: setting the priority of a plurality of data interfaces to be tested; and setting the weight range of each data interface to be tested according to the priorities of the plurality of data interfaces to be tested, wherein the weight ranges of the data interfaces to be tested are set from large to small according to the order of the priorities from high to low.
With reference to the third possible implementation manner of the first aspect, an embodiment of the present invention provides a fourth possible implementation manner of the first aspect, where the method further includes: if one of the data interfaces to be tested is monitored to finish testing, resetting the weight range of the data interfaces to be tested which are not tested according to the order of the priority from high to low.
With reference to the first aspect, an embodiment of the present invention provides a fifth possible implementation manner of the first aspect, where the step of selecting a data interface to be tested corresponding to a weight range that the path probability satisfies includes: when the path probability is located in the range interval of the weight range, determining that the path probability meets the weight range, and selecting a data interface to be tested corresponding to the weight range met by the path probability.
In a second aspect, an embodiment of the present invention further provides a test apparatus for a data interface, where the apparatus includes: the acquisition module is used for acquiring the test data packet and determining the path probability corresponding to the test data packet; the selecting module is used for selecting the data interface to be tested corresponding to the weight range which is met by the path probability according to the path probability corresponding to the test data packet and the weight range of the pre-stored data interface to be tested; the test module is used for sending the test data packet to the selected data interface to be tested so as to test the selected data interface to be tested.
With reference to the second aspect, an embodiment of the present invention provides a first possible implementation manner of the second aspect, where the data interfaces to be tested include at least two, and weight ranges of the at least two data interfaces to be tested meet a normalization condition.
With reference to the second aspect, an embodiment of the present invention provides a second possible implementation manner of the second aspect, where the obtaining module is configured to: acquiring a pre-selected random function; and calculating the path probability of the test data packet according to the random function.
With reference to the second aspect, an embodiment of the present invention provides a third possible implementation manner of the second aspect, where the apparatus further includes: the first setting module is used for setting the priority of a plurality of data interfaces to be tested; the second setting module is used for setting the weight range of each data interface to be tested according to the priorities of the plurality of data interfaces to be tested, wherein the weight ranges of the data interfaces to be tested are set from large to small according to the order of the priorities from high to low.
With reference to the third possible implementation manner of the second aspect, an embodiment of the present invention provides a fourth possible implementation manner of the second aspect, where the apparatus further includes: and the third setting module is used for resetting the weight range of the data interfaces to be tested, which are not tested, according to the order of the priority from high to low if one of the data interfaces to be tested is monitored to complete the test.
With reference to the second aspect, an embodiment of the present invention provides a fifth possible implementation manner of the second aspect, where the selecting module is configured to: when the path probability is located in the range interval of the weight range, determining that the path probability meets the weight range, and selecting a data interface to be tested corresponding to the weight range met by the path probability.
In a third aspect, an embodiment of the present invention further provides a server, the server including a memory for storing a program supporting the processor to execute the method of the first aspect, and a processor configured to execute the program stored in the memory.
In a fourth aspect, embodiments of the present invention also provide a computer storage medium storing computer program instructions which, when executed by a computer, perform a method as described in the first aspect.
The embodiment of the invention has the following beneficial effects:
the embodiment of the invention provides a method, a device and a server for testing a data interface, which can determine the path probability corresponding to a test data packet after the test data packet is acquired, select the data interface to be tested corresponding to the weight range which is met by the path probability according to the path probability corresponding to the test packet and the weight range of the pre-stored data interface to be tested, so as to send the test data packet to the selected data interface to be tested, and test the selected data interface to be tested.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the above objects, features and advantages of the present invention more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are needed in the description of the embodiments or the prior art will be briefly described, and it is obvious that the drawings in the description below are some embodiments of the present invention, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for testing a data interface according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a testing device for a data interface according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of another testing apparatus for a data interface according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a server according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are 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.
At present, in the prior art, when a data interface test is performed, an equal probability test is performed mostly, namely, tested data are sequentially input to a data interface to be tested, so that the whole process is inconsistent with an actual use process, and the reliability of the test are reduced. Based on the above, the method, the device and the server for testing the data interface provided by the embodiment of the invention can effectively alleviate the technical problems.
For the sake of understanding the present embodiment, a method for testing a data interface disclosed in the present embodiment is first described in detail.
Embodiment one:
the embodiment of the invention provides a method for testing a data interface, which can be applied to a server, wherein the server can be used as a testing tool for testing performance of a database, and the method comprises the following steps of:
step S102, obtaining a test data packet and determining a path probability corresponding to the test data packet;
in practical use, the number of data interfaces to be tested is usually plural, and the path probability is the path probability that the current test data packet is sent to one of the data interfaces to be tested. And considering that the access process of the user to each data interface is random in actual use, the path probability of the current test data packet needs to be determined so that the server can select the path of the corresponding data interface to be tested according to the path probability to send the test data packet.
Step S104, selecting the data interface to be tested corresponding to the weight range which is met by the path probability according to the path probability corresponding to the test data packet and the weight range of the pre-stored data interface to be tested;
generally, the weight range may be preset by a tester according to the access amount of an actual user, so that when the data interface test is performed, the weight range can be obtained, and then a corresponding data interface to be tested is selected.
Step S106, the test data packet is sent to the selected data interface to be tested, so as to test the selected data interface to be tested.
Specifically, in general, the above-described weight range is a range composed of probability values that may occur in the path probabilities, and when the above-described path probabilities are located in a range section of the weight range, that is, the range section of the above-described weight range contains the above-described path probabilities, it may be determined that the path probabilities satisfy the weight range; namely, the probability value of the path probability falls in the interval of the weight range, and at this time, the data interface to be tested corresponding to the weight range which the path probability meets can be selected to test the data interface to be tested.
The embodiment of the invention provides a test method of a data interface, which can determine the path probability corresponding to a test data packet after the test data packet is acquired, and select the data interface to be tested corresponding to the weight range which is met by the path probability according to the path probability corresponding to the test packet and the weight range of the pre-stored data interface to be tested, so as to send the test data packet to the selected data interface to be tested, and test the selected data interface to be tested.
In actual use, the test packet may be generated by a preset SQL statement, and the path probability may be generated by a random function in order to simulate randomness of the user accessing the data interface, so in step S102, the step of determining the path probability of the test packet may include: the server acquires a preselected random function; and calculating the path probability of the test data packet according to the random function.
In general, the data interfaces to be tested include at least two data interfaces, and the weight ranges of the at least two data interfaces to be tested meet the normalization condition. Therefore, the path probability calculated by the random function may be a probability value in a range of 0 to 1, and further, the range interval of the weight range may be a certain interval range in a range of 0 to 1, so that the manner of generating the path probability by the random function can effectively reduce excessive human intervention, and is close to the actual access process of the user to the data interface.
In practical use, the data interfaces to be tested may include a read data interface, a write data interface, a delete data interface, and the like, for example, when the data interface to be tested is a data interface of a database, and the current database is a network disk or the like, and is mainly used for a cloud-stored database, the user may perform writing operations when accessing the database, so for the database, the weight of the write data interface may be set to a higher weight, specifically, the higher weight may be represented by a larger weight range, and for a plurality of data interfaces to be tested, the weight range may follow the normalized principle, for example, for the write data interface, the weight range may be preset to [0 to 0.5], the read data interface may be set to (0.5 to 0.8], and the delete data interface may be set to (0.8 to 1], because the probability value generated by the random function is random, for the data interface with a larger weight range, the corresponding received data packet number may include a probability value that may occur, and the corresponding received data interface may be simulated to be better to perform writing operations, such as the maximum user may perform the test, and so as may perform the maximum-level test, and so on.
In order to set a more proper weight range for the data interfaces with more user access, in actual use, the user can prioritize the plurality of data interfaces according to the actual access of the user, and set the data interfaces with more actual access to a higher priority, so as to set a larger weight range for the data interfaces with higher priority. Thus, the above method further comprises the following process:
(1) Setting the priority of a plurality of data interfaces to be tested; wherein the priority may be set according to the access amount of the user.
(2) And setting the weight range of each data interface to be tested according to the priorities of the plurality of data interfaces to be tested, wherein the weight ranges of the data interfaces to be tested are gradually set from large to small according to the order of the priorities from high to low.
Further, considering that the path probability of the test data packet is a random probability value generated by a random function, in order to enable all data interfaces to be tested to receive the test data packet for testing, the method further includes the following steps:
(1) If one of the data interfaces to be tested is monitored to complete the test, setting the interface state of the data interface which completes the test to a tested state;
(2) And resetting the weight range of the data interfaces to be tested of the incomplete test according to the order of the priority from high to low, wherein the weight range of the data interfaces to be tested of the incomplete test meets the normalization condition.
Through the process, the test data with corresponding probability can be customized for each data interface to be tested in the test process, so that the whole test process is closer to the access process of an actual user, and further, more reasonable performance test can be carried out on the data interfaces.
Embodiment two:
on the basis of the above embodiment, the embodiment of the present invention further provides a testing device for a data interface, as shown in fig. 2, which is a schematic structural diagram of the testing device for a data interface, and includes:
the acquiring module 20 is configured to acquire a test data packet and determine a path probability corresponding to the test data packet;
the selecting module 22 is configured to select a data interface to be tested corresponding to a weight range that the path probability satisfies according to the path probability corresponding to the test data packet and a weight range of a pre-stored data interface to be tested;
the test module 24 is configured to send the test data packet to the selected data interface to be tested, so as to test the selected data interface to be tested.
Specifically, the data interfaces to be tested include at least two data interfaces, and the weight ranges of the at least two data interfaces to be tested meet the normalization condition.
Further, the acquiring module is configured to: acquiring a pre-selected random function; and calculating the path probability of the test data packet according to the random function.
On the basis of fig. 2, the embodiment of the invention also provides a schematic structural diagram of another testing device for a data interface, as shown in fig. 3, and in addition to the structure shown in fig. 2, the device further includes:
a first setting module 26, configured to set a priority of a plurality of data interfaces to be tested;
the second setting module 28 is configured to set a weight range of each data interface to be tested according to priorities of the plurality of data interfaces to be tested, where the weight ranges of the data interfaces to be tested are set from large to small in order of priorities from high to low.
And the third setting module 30 is configured to reset the weight range of the data interfaces to be tested that are not tested according to the order of the priority from high to low if it is detected that one of the data interfaces to be tested is tested.
Further, the selecting module is further configured to: when the path probability is located in the range interval of the weight range, determining that the path probability meets the weight range, and selecting a data interface to be tested corresponding to the weight range met by the path probability.
The test device for the data interface provided by the embodiment of the invention has the same technical characteristics as the test method for the data interface provided by the embodiment, so that the same technical problems can be solved, and the same technical effects can be achieved.
The embodiment of the invention also provides a server, which comprises a memory and a processor, wherein the memory is used for storing a program for supporting the processor to execute the method in the first embodiment, and the processor is configured to execute the program stored in the memory.
Further, an embodiment of the present invention provides a computer storage medium storing computer program instructions, which when executed by a computer, perform a method according to the first embodiment.
Referring to fig. 4, an embodiment of the present invention further provides a structural schematic diagram of a server, including: processor 400, memory 401, bus 402 and communication interface 403, processor 400, communication interface 403 and memory 401 being connected by bus 402; the processor 400 is arranged to execute executable modules, such as computer programs, stored in the memory 401. The Memory 401 may include a high-speed random access Memory (RAM, randomAccess Memory), and may further include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the system network element and at least one other network element is implemented via at least one communication interface 403 (which may be wired or wireless), which may use the internet, a wide area network, a local network, a metropolitan area network, etc. Bus 402 may be an ISA bus, a PCI bus, an EISA bus, or the like. The buses may be divided into address buses, data buses, control buses, etc. For ease of illustration, only one bi-directional arrow is shown in FIG. 4, but not only one bus or type of bus. The memory 401 is used for storing a program, and the processor 400 executes the program after receiving an execution instruction, and the method executed by the test device for a data interface disclosed in any of the foregoing embodiments of the present invention may be applied to the processor 400 or implemented by the processor 400. The processor 400 may be an integrated circuit chip with signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in the processor 400 or by instructions in the form of software. The processor 400 may be a general-purpose processor, including a central processing unit (Central Processing Unit, CPU for short), a network processor (Network Processor, NP for short), etc.; but may also be a digital signal processor (Digital Signal Processing, DSP for short), application specific integrated circuit (Application Specific Integrated Circuit, ASIC for short), off-the-shelf programmable gate array (Field-Programmable Gate Array, FPGA for short), or other programmable logic device, discrete gate or transistor logic device, discrete hardware components. The disclosed methods, steps, and logic blocks in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be embodied directly in the execution of a hardware decoding processor, or in the execution of a combination of hardware and software modules in a decoding processor. The software modules may be located in a random access memory, flash memory, read only memory, programmable read only memory, or electrically erasable programmable memory, registers, etc. as well known in the art. The storage medium is located in the memory 401, and the processor 400 reads the information in the memory 401, and in combination with its hardware, performs the steps of the above method.
The method, the device and the computer program product of the server for testing the data interface provided by the embodiment of the invention comprise a computer readable storage medium storing program codes, and the instructions included in the program codes can be used for executing the method described in the method embodiment, and specific implementation can be referred to the method embodiment and will not be repeated here.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer readable storage medium executable by a processor. Based on this understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Finally, it should be noted that: the above examples are only specific embodiments of the present invention, and are not intended to limit the scope of the present invention, but it should be understood by those skilled in the art that the present invention is not limited thereto, and that the present invention is described in detail with reference to the foregoing examples: any person skilled in the art may modify or easily conceive of the technical solution described in the foregoing embodiments, or perform equivalent substitution of some of the technical features, while remaining within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention, and are intended to be included in the scope of the present invention. Therefore, the protection scope of the invention is subject to the protection scope of the claims.

Claims (10)

1. A method for testing a data interface, the method comprising:
acquiring a test data packet and determining a path probability corresponding to the test data packet; the path probability is the path probability that the test data packet is sent to one of the data interfaces to be tested;
selecting a data interface to be tested corresponding to a weight range which is met by the path probability according to the path probability corresponding to the test data packet and the weight range of the pre-stored data interface to be tested; wherein the weight range is a range of probability values that may occur in the path probabilities;
the test data packet is sent to the selected data interface to be tested, so that the selected data interface to be tested is tested;
the step of determining the path probability of the test data packet includes:
acquiring a pre-selected random function;
calculating the path probability of the test data packet according to the random function;
the method further comprises the steps of:
setting priorities of a plurality of data interfaces to be tested;
and setting the weight range of each data interface to be tested according to the priorities of the plurality of data interfaces to be tested, wherein the weight range of the data interfaces to be tested is set from large to small according to the order of the priorities from high to low.
2. The method of claim 1, wherein the data interface to be tested comprises at least two, and wherein the weight ranges of the at least two data interfaces to be tested satisfy a normalization condition.
3. The method according to claim 1, wherein the method further comprises:
and if one of the data interfaces to be tested is monitored to finish testing, resetting the weight range of the data interfaces to be tested which are not tested according to the order of the priority from high to low.
4. The method according to claim 1, wherein the step of selecting the data interface to be tested corresponding to the weight range that the path probability satisfies comprises:
when the path probability is located in the range interval of the weight range, determining that the path probability meets the weight range, and selecting a data interface to be tested corresponding to the weight range which the path probability meets.
5. A device for testing a data interface, the device comprising:
the acquisition module is used for acquiring the test data packet and determining the path probability corresponding to the test data packet; the path probability is the path probability that the test data packet is sent to one of the data interfaces to be tested;
the selecting module is used for selecting the data interface to be tested corresponding to the weight range which is met by the path probability according to the path probability corresponding to the test data packet and the weight range of the pre-stored data interface to be tested; wherein the weight range is a range of probability values that may occur in the path probabilities;
the test module is used for sending the test data packet to the selected data interface to be tested so as to test the selected data interface to be tested;
the acquisition module is used for:
acquiring a pre-selected random function;
calculating the path probability of the test data packet according to the random function;
the apparatus further comprises:
the first setting module is used for setting the priority of a plurality of data interfaces to be tested;
and the second setting module is used for setting the weight range of each data interface to be tested according to the priorities of the plurality of data interfaces to be tested, wherein the weight range of the data interfaces to be tested is set from large to small according to the order of the priorities from high to low.
6. The apparatus of claim 5, wherein the data interface to be tested comprises at least two, and wherein a weight range of the at least two data interfaces to be tested satisfies a normalization condition.
7. The apparatus of claim 5, wherein the apparatus further comprises:
and the third setting module is used for resetting the weight range of the data interfaces to be tested, which are not tested, according to the sequence of the priority from high to low if one of the data interfaces to be tested is monitored to complete the test.
8. The apparatus of claim 5, wherein the selection module is configured to:
when the path probability is located in the range interval of the weight range, determining that the path probability meets the weight range, and selecting a data interface to be tested corresponding to the weight range which the path probability meets.
9. A server comprising a memory for storing a program supporting the processor to perform the method of any one of claims 1 to 4, and a processor configured to execute the program stored in the memory.
10. A computer storage medium storing computer program instructions which, when executed by a computer, perform the method of any one of claims 1 to 4.
CN201811579009.7A 2018-12-21 2018-12-21 Data interface testing method and device and server Active CN111352825B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811579009.7A CN111352825B (en) 2018-12-21 2018-12-21 Data interface testing method and device and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811579009.7A CN111352825B (en) 2018-12-21 2018-12-21 Data interface testing method and device and server

Publications (2)

Publication Number Publication Date
CN111352825A CN111352825A (en) 2020-06-30
CN111352825B true CN111352825B (en) 2023-06-02

Family

ID=71195233

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811579009.7A Active CN111352825B (en) 2018-12-21 2018-12-21 Data interface testing method and device and server

Country Status (1)

Country Link
CN (1) CN111352825B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107368420A (en) * 2017-07-27 2017-11-21 万帮充电设备有限公司 API method of testings, device and electronic equipment
WO2018014580A1 (en) * 2016-07-20 2018-01-25 平安科技(深圳)有限公司 Data interface test method and apparatus, and server and storage medium
CN107729243A (en) * 2017-10-12 2018-02-23 上海携程金融信息服务有限公司 API automated testing method, system, equipment and storage medium

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060132119A1 (en) * 2004-12-17 2006-06-22 Arc Radar And Communication Services, Llc Configurable test interface device
TWI479843B (en) * 2011-04-06 2015-04-01 Hon Hai Prec Ind Co Ltd Detection device for interface route and method thereof
CN102857989B (en) * 2012-07-13 2015-01-28 南京邮电大学 Self-adaptive routing method oriented to mobile sensor network
US9378041B2 (en) * 2014-07-08 2016-06-28 Cognizant Technology Solutions India Pvt. Ltd. Method and system for integrating and implementing virtual service packages across different service virtualization tools
CN105227688B (en) * 2015-08-31 2018-06-29 罗向阳 A kind of region class Target IP localization method based on route characteristic
CN106992899A (en) * 2016-01-20 2017-07-28 泰康保险集团股份有限公司 A kind of network interface test device and method
CN108446190B (en) * 2017-02-16 2021-08-17 杭州海康威视数字技术股份有限公司 Interface test method and device
CN106998277B (en) * 2017-05-25 2019-08-06 浙江数链科技有限公司 Web service test method and device
CN108563558A (en) * 2018-02-26 2018-09-21 南京粤讯电子科技有限公司 A kind of program testing method, test pile system and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018014580A1 (en) * 2016-07-20 2018-01-25 平安科技(深圳)有限公司 Data interface test method and apparatus, and server and storage medium
CN107368420A (en) * 2017-07-27 2017-11-21 万帮充电设备有限公司 API method of testings, device and electronic equipment
CN107729243A (en) * 2017-10-12 2018-02-23 上海携程金融信息服务有限公司 API automated testing method, system, equipment and storage medium

Also Published As

Publication number Publication date
CN111352825A (en) 2020-06-30

Similar Documents

Publication Publication Date Title
CN107729227B (en) Application program test range determining method, system, server and storage medium
CN111104421A (en) Data query method and device based on data interface standard configuration
CN109271611B (en) Data verification method and device and electronic equipment
CN111367873A (en) Log data storage method and device, terminal and computer storage medium
CN111176918A (en) Server testing method, system, equipment and computer readable storage medium
CN109918221B (en) Hard disk error reporting analysis method, system, terminal and storage medium
CN117076330B (en) Access verification method, system, electronic equipment and readable storage medium
CN110580220A (en) method for measuring execution time of code segment and terminal equipment
CN111338864B (en) Memory problem detection method, device, computer equipment and storage medium
CN113177045A (en) Data extraction method and device, computable storage equipment and data request equipment
CN109558145B (en) Installation package volume optimization method and device for android application
US11422916B2 (en) Usage amount monitoring method and monitoring unit of electronic control unit for vehicle
CN111352825B (en) Data interface testing method and device and server
CN108776665B (en) Data processing method and device
CN111338958A (en) Parameter generation method and device of test case and terminal equipment
CN114840427A (en) Code testing and test case generating method and device
CN115658482A (en) Database testing method and device, electronic equipment and computer readable storage medium
CN111382052A (en) Code quality evaluation method and device and electronic equipment
CN110119351B (en) Test case execution method and device
CN109408368B (en) Test auxiliary information output method, storage medium and server
CN113360402A (en) Test method, electronic device, chip and storage medium
CN112631905A (en) Execution process data management method and device, computer equipment and storage medium
US8359456B2 (en) Generating random addresses for verification of distributed computerized devices
CN113312080B (en) System, device and method for updating chip software and hardware configuration in chip EDA simulation
CN109783331B (en) Database cluster pressure testing method and device

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