CN115599668A - Interface test case generation method and device and electronic equipment - Google Patents

Interface test case generation method and device and electronic equipment Download PDF

Info

Publication number
CN115599668A
CN115599668A CN202211219401.7A CN202211219401A CN115599668A CN 115599668 A CN115599668 A CN 115599668A CN 202211219401 A CN202211219401 A CN 202211219401A CN 115599668 A CN115599668 A CN 115599668A
Authority
CN
China
Prior art keywords
tested
parameter
interface
test case
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.)
Pending
Application number
CN202211219401.7A
Other languages
Chinese (zh)
Inventor
王金辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Siwei Zhilian Technology Co ltd
Original Assignee
Nanjing Siwei Zhilian 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 Nanjing Siwei Zhilian Technology Co ltd filed Critical Nanjing Siwei Zhilian Technology Co ltd
Priority to CN202211219401.7A priority Critical patent/CN115599668A/en
Publication of CN115599668A publication Critical patent/CN115599668A/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/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/368Test management for test version control, e.g. updating test cases to a new software version

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)
  • Tests Of Electronic Circuits (AREA)

Abstract

The invention discloses an interface test case generation method, an interface test case generation device and electronic equipment, wherein the interface test case generation method comprises the following steps: reading a target configuration file of an interface to be tested to obtain a request address of the interface to be tested and a corresponding request body, wherein the request body comprises each parameter to be tested of the interface to be tested; acquiring a normal scene case corresponding to a request body; traversing each parameter to be tested of the interface to be tested, and determining the field type of each parameter to be tested; determining a test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scene case; and generating a test case file of the interface to be tested according to the test case of each parameter to be tested. The method achieves the purpose of automatically compiling the test cases, and guarantees the correctness of compiling the test cases while improving the working efficiency.

Description

Interface test case generation method and device and electronic equipment
Technical Field
The invention relates to the technical field of interface automatic testing, in particular to a method and a device for generating an interface test case and electronic equipment.
Background
In the existing project, a large number of interface test tasks with request types of post are provided, the interface verification modes of the interface test tasks are similar, the interface test is performed by checking fields, and test cases of fields of corresponding types need to be written according to different field types. Because the work repeatability of the project is large, the interfaces are too many, and each interface also has a plurality of fields needing to be verified, the manual writing is long in time consumption, and omission and errors are easy to occur.
Disclosure of Invention
Therefore, the technical problem to be solved by the invention is to overcome the defects that the time consumption is long and omission and errors are easy to occur in the conventional method for manually writing the Jack couple test case, so that the interface test case generation method, the interface test case generation device and the electronic equipment are provided.
According to a first aspect, an embodiment of the present invention discloses a method for generating an interface test case, including: reading a target configuration file of an interface to be tested to obtain a request address of the interface to be tested and a corresponding request body, wherein the request body comprises each parameter to be tested of the interface to be tested; acquiring a normal scene use case corresponding to the request body; traversing each parameter to be tested of the interface to be tested, and determining the field type of each parameter to be tested; determining a test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scene case; and generating a test case file of the interface to be tested according to the test case of each parameter to be tested.
Optionally, the field type of the parameter to be measured includes at least one of a number, a character string, and an array.
Optionally, the determining the test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scene case includes: generating test cases of digital type fields corresponding to the first target number according to the test parameters of which the field types are numbers; generating test cases of the character string type fields corresponding to the second target number according to the test parameters of the character strings with the field types; and generating test cases of array type fields corresponding to the third target number according to the array type as the test parameters of the character string.
Optionally, after the test case file of the interface to be tested is generated according to the test case of each parameter to be tested, the method further includes: and storing the test case file into a test case folder corresponding to a preset interface to be tested.
Optionally, the obtaining of the normal scene use case corresponding to the request body includes: and acquiring a normal scene case corresponding to the request body which can be imported by the test platform.
Optionally, determining the test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scene case, including: acquiring platform attribute data of a test platform; and generating the test case which can be imported by the test platform according to the platform attribute data.
According to a second aspect, an embodiment of the present invention further discloses an interface test case generating apparatus, including: the reading module is used for reading a target configuration file of the interface to be tested to obtain a request address of the interface to be tested and a corresponding request body, wherein the request body comprises each parameter to be tested of the interface to be tested; the acquisition module is used for acquiring a normal scene case corresponding to the request body; the first determining module is used for traversing each parameter to be tested of the interface to be tested and determining the field type of each parameter to be tested; the second determining module is used for determining the test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scene case; and the generating module is used for generating a test case file of the interface to be tested according to the test case of each parameter to be tested.
Optionally, the field type of the parameter to be measured includes at least one of a number, a character string, and an array.
According to a third aspect, an embodiment of the present invention further discloses an electronic device, including: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor, the instructions being executable by the at least one processor to cause the at least one processor to perform the steps of the interface test case generation method according to the first aspect or any one of the optional embodiments of the first aspect.
According to a fourth aspect, the embodiments of the present invention further disclose a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the interface test case generation method according to the first aspect or any optional embodiment of the first aspect.
The technical scheme of the invention has the following advantages:
the invention provides a method/device for generating an interface test case, which comprises the following steps: reading a target configuration file of an interface to be tested to obtain a request address of the interface to be tested and a corresponding request body, wherein the request body comprises each parameter to be tested of the interface to be tested; acquiring a normal scene case corresponding to a request body; traversing each parameter to be tested of the interface to be tested, and determining the field type of each parameter to be tested; determining a test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scene case; and generating a test case file of the interface to be tested according to the test case of each parameter to be tested. According to the method, the field type of each parameter to be tested corresponding to the interface to be tested is determined, and the field type of each parameter to be tested and the normal scene case determine the test case of each parameter to be tested, so that the purpose of automatically compiling the test case is achieved, the working efficiency is improved, and meanwhile, the correctness of compiling the test case is guaranteed.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flowchart illustrating a specific example of a method for generating interface test cases according to an embodiment of the present invention;
FIG. 2 is a schematic block diagram of a specific example of an interface test case generation apparatus according to an embodiment of the present invention;
fig. 3 is a diagram of a specific example of an electronic device in an embodiment of the invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it should be understood that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, belong to the protection scope of the present invention.
In the description of the present invention, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc. indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of description and simplification of description, but do not indicate or imply that the device or element referred to must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
In the description of the present invention, it should be noted that, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; the two elements may be directly connected or indirectly connected through an intermediate medium, or may be connected through the inside of the two elements, or may be connected wirelessly or through a wire. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
In addition, the technical features involved in the different embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
The embodiment of the invention discloses an interface test case generation method, which is applied to any automatic test platform capable of carrying out interface test, and as shown in figure 1, the method comprises the following steps:
step 101, reading a target configuration file of an interface to be tested to obtain a request address of the interface to be tested and a corresponding request body, wherein the request body comprises each parameter to be tested of the interface to be tested.
Illustratively, the interfaces are primarily the sub-modules or portions of the subsystems that interact and interact with each other. The interface is a broad interface, a protocol between a client and a background service, an interface for communication between plug-ins, an interface between modules and the like can be understood as the interface. The interface test may be a test performed for a module or an inter-system interface. The interface to be tested can be any interface needing to be tested; the target configuration file can be a pre-stored file, and is used for storing a request address of the interface to be tested and a corresponding request body; the parameter to be tested can be a field to be checked by the interface to be tested, the request address of the interface to be tested can be used for representing the interface to be tested, and the request address of the interface to be tested is read so as to facilitate the subsequent generation of the test case corresponding to the parameter to be tested.
And 102, acquiring a normal scene use case corresponding to the request body.
Illustratively, a use case is the definition and description of a certain coherent functional unit of a system or subsystem without revealing the internal structure of the system or subsystem; scenarios are some activities instantiated from use cases, also referred to as instances of use cases; in software engineering, use cases are a technique that captures potential needs when developing new systems or software modifications, each use case providing one or more scenarios that reveal how the system interacts with end users or other systems to achieve a clear business goal; the scenario mainly includes 4 main types: normal use case scenarios, alternative use case scenarios, abnormal use case scenarios, and presumed scenario. The normal scenario case may be a test case corresponding to the normal case scenario. In the embodiment of the application, the acquisition process of the normal scene case can be manually written by a programmer and uploaded to an automatic test platform.
Step 103, traversing each parameter to be tested of the interface to be tested, and determining the field type of each parameter to be tested. For example, for an interface, a parameter to be measured may be an input parameter, and common input parameter types include (1) a numerical type (int, long, float, double, etc.), (2) a character string type, and (3) an array or a linked list.
And 104, determining the test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scene case. Exemplarily, in the embodiment of the present application, when the field type and the normal scene use case of the parameter to be tested of the interface to be tested, one or more test use cases corresponding to the parameter to be tested of different field types are generated. According to the traditional method, the test cases corresponding to the parameters to be tested are compiled manually on the basis of the cases in the normal scene, the problems of low working efficiency and high possibility of errors exist in the method, and the efficiency and the accuracy of compiling the test cases are improved by confirming the field types of the parameters to be tested and generating the corresponding test cases according to the corresponding field types.
And 105, generating a test case file of the interface to be tested according to the test case of each parameter to be tested. For example, the test case file may be used for subsequent automated testing of the interface to be tested.
According to the interface test case generation method provided by the invention, the field type of each parameter to be tested corresponding to the interface to be tested is determined, and the field type of each parameter to be tested and the normal scene case determine the test case of each parameter to be tested, so that the purpose of automatically compiling the test case is achieved, the working efficiency is improved, the test case corresponding to the parameter to be tested is automatically generated according to the type of the parameter to be tested and the normal scene case, and the correctness of compiling the test case is ensured.
As an optional embodiment of the present invention, the field type of the parameter to be measured includes at least one of a number, a character string, and an array. Illustratively, the field type of the parameter to be measured may include any one or more of (1) a numerical type (int, long, float, double, etc.), (2) a string type, and (3) an array or a linked list.
As an alternative embodiment of the present invention, the step 104 includes: and generating test cases of the digital type fields corresponding to the first target number according to the test parameters of which the field types are numbers. Illustratively, the target number may be any number. In this embodiment of the present application, the first target number may be 3, and when the field of the parameter to be tested is a digital type, 3 types of test cases for the digital type field are generated.
And generating a test case of the character string type field corresponding to the second target number according to the test parameters of the character string with the field type. For example, in this embodiment of the application, the second target number may be 3, and when the field of the parameter to be tested is a string type, 3 test cases for the string type field are generated.
And generating a test case of array type fields corresponding to the third target number according to the test parameters of the array type as the character string. For example, in this embodiment of the application, the third target number may be 3, and when the field of the parameter to be tested is an array type, 3 test cases for the array type field are generated.
In the embodiment of the application, when the test parameters of the interface to be tested include N fields (N is any number), corresponding use cases are written according to the field types, and the total number of the final use cases is 1+ N × 3.
As an optional embodiment of the present invention, after the step 105, the method further includes: and storing the test case file into a test case folder corresponding to a preset interface to be tested.
In an embodiment of the present application, the target configuration file may further include a folder name customized by the interface to be tested, where the customized folder name may include but is not limited to a name of the interface to be tested, and the test case folder corresponding to the preset interface to be tested may be a folder generated according to the folder name customized by the interface to be tested, and the test case file is stored in the test case folder corresponding to the preset interface to be tested, so as to facilitate subsequent query of a test case of the port to be tested through the folder name. Meanwhile, a corresponding case catalog can be generated according to the test case of each parameter to be tested, so that the test case of the parameter to be tested can be conveniently inquired subsequently.
As an optional implementation manner of the present invention, the acquiring a normal scene use case corresponding to the requestor includes: and acquiring a normal scene case corresponding to the request body which can be imported by the test platform.
Illustratively, in the embodiment of the application, the test platform may include, but is not limited to, a postman test platform, and the normal scenario case that the postman test platform can import is generated according to the characteristics of the postman test platform.
As an alternative embodiment of the present invention, the step 104 includes: acquiring platform attribute data of a test platform; and generating the test case which can be imported by the test platform according to the platform attribute data.
For example, in this embodiment of the application, the platform attribute data of the test platform may include type information of the test platform and type information of the test cases that can be executed, and the corresponding test cases are generated according to the attribute data of the corresponding test platform. Taking the test platform as a postman test platform as an example, according to the characteristics of the postman test platform, a test case of each parameter to be tested, which can be imported by the postman test platform, is generated.
The interface test case generation method provided by the embodiment of the invention changes the acknowledged common knowledge that postman cases in the industry can only be manually compiled, realizes automatic generation of test cases, effectively shortens the compiling time of the test cases and can reach 100% correctness; statistically, writing an interface containing 20 parameters before requires 1 basic case and 60 abnormal cases to be completed, which takes about half an hour. If the conversion is 1000 interfaces, the saved time is considerable, and the working efficiency can be greatly improved.
The embodiment of the invention also discloses an interface test case generating device, as shown in fig. 2, the device comprises: the method comprises the following steps: the reading module 201 is configured to read a target configuration file of an interface to be tested, to obtain a request address of the interface to be tested and a corresponding request body, where the request body includes each parameter to be tested of the interface to be tested; an obtaining module 202, configured to obtain a normal scene case corresponding to the request body; the first determining module 203 is configured to traverse each parameter to be tested of the interface to be tested, and determine a field type of each parameter to be tested; a second determining module 204, configured to determine a test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scene case; the generating module 205 is configured to generate a test case file of the interface to be tested according to the test case of each parameter to be tested.
According to the interface test case generation device provided by the invention, the field type of each parameter to be tested corresponding to the interface to be tested is determined, and the field type of each parameter to be tested and the normal scene case are used for determining the test case of each parameter to be tested, so that the purpose of automatically compiling the test case is achieved, and the correctness of compiling the test case is ensured while the working efficiency is improved.
As an optional embodiment of the present invention, the field type of the parameter to be measured includes at least one of a number, a character string, and an array.
As an optional embodiment of the present invention, the second determining module includes: the first generation submodule is used for generating test cases of digital type fields corresponding to the target number according to the test parameters of which the field types are numbers; the second generation submodule is used for generating test cases of the character string type fields corresponding to the target number according to the test parameters of the character strings of which the field types are the character strings; and the third generation submodule is used for generating the test cases of the array type fields corresponding to the target number according to the array type as the test parameter of the character string.
As an optional embodiment of the present invention, the apparatus further comprises: and storing the test case file into a test case folder corresponding to a preset interface to be tested.
As an optional embodiment of the present invention, the obtaining module includes: and the first obtaining submodule is used for obtaining a normal scene case corresponding to the request body which can be imported by the test platform.
As an optional embodiment of the present invention, the second determining module includes: the second acquisition submodule is used for acquiring the platform attribute data of the test platform; and the determining submodule is used for generating the test case which can be imported by the test platform according to the platform attribute data.
An embodiment of the present invention further provides an electronic device, as shown in fig. 3, the electronic device may include a processor 401 and a memory 402, where the processor 401 and the memory 402 may be connected by a bus or in another manner, and fig. 3 takes the connection by the bus as an example.
Processor 401 may be a Central Processing Unit (CPU). The Processor 401 may also be other general purpose processors, digital Signal Processors (DSPs), application Specific Integrated Circuits (ASICs), field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, or combinations thereof.
The memory 402, which is a non-transitory computer readable storage medium, may be used to store non-transitory software programs, non-transitory computer executable programs, and modules, such as program instructions/modules corresponding to the interface test case generation method in the embodiment of the present invention. The processor 401 executes various functional applications and data processing of the processor by running the non-transitory software programs, instructions and modules stored in the memory 402, that is, the interface test case generation method in the above method embodiment is implemented.
The memory 402 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created by the processor 401, and the like. Further, the memory 402 may include high speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, memory 402 may optionally include memory located remotely from processor 401, which may be connected to processor 401 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The one or more modules are stored in the memory 402, and when executed by the processor 401, perform the interface test case generation method in the embodiment shown in fig. 1.
The details of the electronic device may be understood with reference to the corresponding related description and effects in the embodiment shown in fig. 1, and are not described herein again.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk Drive (Hard Disk Drive, abbreviated as HDD), or a Solid State Drive (SSD); the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present invention have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope defined by the appended claims.

Claims (10)

1. An interface test case generation method is characterized by comprising the following steps:
reading a target configuration file of an interface to be tested to obtain a request address of the interface to be tested and a corresponding request body, wherein the request body comprises each parameter to be tested of the interface to be tested;
acquiring a normal scene case corresponding to the request body;
traversing each parameter to be tested of the interface to be tested, and determining the field type of each parameter to be tested;
determining a test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scene case;
and generating a test case file of the interface to be tested according to the test case of each parameter to be tested.
2. The method of claim 1, wherein the field type of the parameter to be measured comprises at least one of a number, a string, and an array.
3. The method according to claim 2, wherein the determining the test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scenario case comprises:
generating test cases of digital type fields corresponding to the first target number according to the test parameters of which the field types are numbers;
generating test cases of the character string type fields corresponding to the second target number according to the test parameters of the character strings with the field types;
and generating a test case of array type fields corresponding to the third target number according to the test parameters of the array type as the character string.
4. The method according to claim 1, wherein after generating the test case file of the interface to be tested according to the test case of each parameter to be tested, the method further comprises:
and storing the test case file into a test case folder corresponding to a preset interface to be tested.
5. The method according to claim 1, wherein the obtaining of the normal scenario use case corresponding to the request body includes:
and acquiring a normal scene case corresponding to the request body which can be imported by the test platform.
6. The method according to claim 5, wherein determining the test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scenario case comprises:
acquiring platform attribute data of a test platform;
and generating a test case which can be imported by the test platform according to the platform attribute data.
7. An interface test case generation apparatus, comprising:
the reading module is used for reading a target configuration file of the interface to be tested to obtain a request address of the interface to be tested and a corresponding request body, wherein the request body comprises each parameter to be tested of the interface to be tested;
the acquisition module is used for acquiring a normal scene case corresponding to the request body;
the first determining module is used for traversing each parameter to be tested of the interface to be tested and determining the field type of each parameter to be tested;
the second determining module is used for determining the test case of each parameter to be tested according to the field type of each parameter to be tested and the normal scene case;
and the generating module is used for generating a test case file of the interface to be tested according to the test case of each parameter to be tested.
8. The apparatus of claim 7, wherein the field type of the parameter to be tested comprises at least one of a number, a string, and an array.
9. An electronic device, comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to cause the at least one processor to perform the steps of the interface test case generation method of any of claims 1-6.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the interface test case generation method according to any one of claims 1 to 6.
CN202211219401.7A 2022-09-30 2022-09-30 Interface test case generation method and device and electronic equipment Pending CN115599668A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211219401.7A CN115599668A (en) 2022-09-30 2022-09-30 Interface test case generation method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211219401.7A CN115599668A (en) 2022-09-30 2022-09-30 Interface test case generation method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN115599668A true CN115599668A (en) 2023-01-13

Family

ID=84844936

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211219401.7A Pending CN115599668A (en) 2022-09-30 2022-09-30 Interface test case generation method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN115599668A (en)

Similar Documents

Publication Publication Date Title
CN109302522B (en) Test method, test device, computer system, and computer medium
CN108628748B (en) Automatic test management method and automatic test management system
CN108319550A (en) A kind of test system and test method
CN109344066B (en) Method, system and terminal for testing browser page
CN110059068B (en) Data verification method and data verification system in distributed storage system
CN113936357A (en) Diagnostic data issuing method, system, equipment and storage medium
CN117391306A (en) Homeland space planning result examination method, device, equipment and storage medium
CN112416648A (en) Data verification method and device
CN115599668A (en) Interface test case generation method and device and electronic equipment
CN114780326B (en) Cross-platform calibration test method, device and equipment
CN116450511A (en) Information updating method, device, electronic equipment and computer readable medium
CN113238901B (en) Multi-device automatic testing method and device, storage medium and computer device
CN114219109A (en) Conference room patrol record management method and device and electronic equipment
CN112363944A (en) Method and equipment for comparing return values of multiple environment interfaces
CN107870854B (en) Method and device for testing data accuracy of chart library
CN110750409A (en) Method, device and system for realizing test
KR100692726B1 (en) An apparatus and a method for detection failure of telematics system
CN110858848B (en) Correction method and device for task resources of cluster system
CN115640218A (en) Map data testing method, system, electronic equipment and storage medium
CN116719782A (en) External problem importing method, device, computer equipment and medium
CN116991470A (en) Method, device, computer equipment and storage medium for inspecting environment configuration data
CN117709887A (en) Defect data registration method, device, computer equipment and storage medium
CN117472767A (en) Software interface testing method, device, equipment and storage medium
CN115470116A (en) Automatic testing method and device for buried point and storage medium
CN114564375A (en) Working pressure determination method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination