CN116701230A - Automatic test method, device, equipment and medium - Google Patents

Automatic test method, device, equipment and medium Download PDF

Info

Publication number
CN116701230A
CN116701230A CN202310803258.4A CN202310803258A CN116701230A CN 116701230 A CN116701230 A CN 116701230A CN 202310803258 A CN202310803258 A CN 202310803258A CN 116701230 A CN116701230 A CN 116701230A
Authority
CN
China
Prior art keywords
service
test
vehicle
script file
services
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
CN202310803258.4A
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.)
Chongqing Changan Automobile Co Ltd
Original Assignee
Chongqing Changan Automobile 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 Chongqing Changan Automobile Co Ltd filed Critical Chongqing Changan Automobile Co Ltd
Priority to CN202310803258.4A priority Critical patent/CN116701230A/en
Publication of CN116701230A publication Critical patent/CN116701230A/en
Pending legal-status Critical Current

Links

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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

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 invention relates to an automatic test method, an automatic test device, automatic test equipment and a medium, wherein the automatic test method comprises the following steps: acquiring a script file corresponding to a tested program, wherein the script file corresponds to a group of services in a vehicle-end service scene; generating a test simulation program based on the script file, wherein the test simulation program is used for simulating each service in a vehicle-end service scene; and triggering the tested program to run and calling all services in the vehicle-end service scene simulated by the test simulation program so as to test the running condition in the vehicle-end service scene. The script file of the tested program is obtained to generate a test simulation program for simulating each service in the vehicle-end service scene, and then the tested program is triggered to run so as to call the corresponding service simulated by the test simulation program, so that the test of the combined service in the vehicle-end service scene is realized, the continuity between the combined services is ensured, and the problem that the combined service in the whole application scene cannot be reflected based on a single service test is avoided.

Description

Automatic test method, device, equipment and medium
Technical Field
The invention relates to the technical field of automatic testing, in particular to an automatic testing method, an automatic testing device, automatic testing equipment and an automatic testing medium.
Background
Under the development of automobile intellectualization, the vehicle supports the capability of editing scripts, integrates and edits the service capability provided by each domain of the automobile, and rapidly generates a customizable combined service or an application scene. However, the inventor finds that most of the existing automatic test schemes are single-phase tests aiming at specific services, and as the functions of the vehicle-to-machine system become more powerful, the scenes become more abundant, but the tests based on the single-phase services cannot reflect the whole functions or the running conditions under the specific scenes.
Disclosure of Invention
One of the purposes of the present invention is to provide an automated testing method, apparatus, device and medium, so as to solve the problem that service-based testing in the prior art cannot reflect the operation condition of a service combination based on scene arrangement.
In order to achieve the above purpose, the technical scheme adopted by the invention is as follows:
in a first aspect, the present invention provides an automated test method comprising: acquiring a script file corresponding to a tested program, wherein the script file corresponds to a group of services in a vehicle-end service scene; generating a test simulation program based on the script file, wherein the test simulation program is used for simulating each service in the vehicle-end service scene; and triggering the tested program to run and calling all services in the vehicle-end service scene simulated by the test simulation program so as to test the running condition in the vehicle-end service scene.
According to the embodiment of the invention, the script file of the tested program is obtained to generate the test simulation program for simulating each service in the vehicle-end service scene, and then the tested program is triggered to run so as to call the corresponding service simulated by the test simulation program, so that the test of the combined service in the vehicle-end service scene is realized, the continuity between the combined services is ensured, and the problem that the combined service in the whole application scene cannot be reflected based on a single service test is avoided.
In an alternative embodiment, the automated test method further comprises: acquiring a service list corresponding to the script file, wherein the service list comprises all service names in the vehicle-end service scene; and sending the service list to the test simulation program to start simulation service.
In an optional implementation manner, the obtaining the service list corresponding to the script file includes: acquiring execution block information of the script file; and analyzing the execution block information to obtain the service list.
In an alternative embodiment, the triggering the tested program to run and call all services in the vehicle end service scene simulated by the test simulation program includes: running a test simulation program to simulate all services in the service list; triggering the tested program to call the services in the service list simulated by the test simulation program in sequence; and for the services in the service list, recording the execution results of the services in sequence.
In an alternative embodiment, the plurality of script files is provided, and each script file corresponds to a group of services in a vehicle-end service scene.
In an alternative embodiment, the triggering the tested program to run and call all services in the vehicle end service scene simulated by the test simulation program includes: determining a current script file from a script file pool; simulating all services in a vehicle-end service scene corresponding to the current script file by using the test simulation program; triggering the tested program to call the simulated service in sequence, and recording the service execution result; judging whether untested script files exist in the script file pool; if so, returning to execute the step of determining the current script file from the script file pool until all the script files are tested.
In a second aspect, the present invention provides an automated test apparatus comprising: the first acquisition module is used for acquiring a script file corresponding to the tested program, wherein the script file corresponds to a group of services in a vehicle-end service scene; the generation module is used for generating a test simulation program based on the script file, and the test simulation program is used for simulating each service in the vehicle-end service scene; and the test module is used for triggering the tested program to run and calling all services in the vehicle-end service scene simulated by the test simulation program so as to test the running condition in the vehicle-end service scene.
In an alternative embodiment, the automated test equipment further comprises: the second acquisition module is used for acquiring a service list corresponding to the script file, wherein the service list comprises all service names in the vehicle-end service scene; and the simulation module is used for sending the service list to the test simulation program so as to start simulation service.
In a third aspect, the present invention provides a computer device comprising: the automatic test system comprises a memory and a processor, wherein the memory and the processor are in communication connection, the memory stores computer instructions, and the processor executes the computer instructions so as to execute the automatic test method.
In a fourth aspect, the present invention provides a computer readable storage medium storing computer instructions for causing a computer to perform the automated test method described above.
The invention has the beneficial effects that:
(1) The script file of the tested program is obtained to generate a test simulation program for simulating each service in the vehicle-end service scene, and then the tested program is triggered to run so as to call the corresponding service simulated by the test simulation program, so that the test of the combined service in the vehicle-end service scene is realized, the continuity between the combined services is ensured, and the problem that the combined service in the whole application scene cannot be reflected based on a single service test is avoided.
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 an automated test method according to an embodiment of the present invention;
FIG. 2 is a flow chart of a service call of an embodiment of the present invention;
FIG. 3 is a schematic diagram of an automated test equipment according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a hardware structure of a computer device according to an embodiment of the present invention.
Detailed Description
Further advantages and effects of the present invention will become readily apparent to those skilled in the art from the disclosure herein, by referring to the accompanying drawings and the preferred embodiments. The invention may be practiced or carried out in other embodiments that depart from the specific details, and the details of the present description may be modified or varied from the spirit and scope of the present invention. It should be understood that the preferred embodiments are presented by way of illustration only and not by way of limitation.
The embodiment of the invention discloses an automatic testing method, which is mainly used for testing vehicle end services on the existing automobile system. Along with the increasing degree of the intelligent of the automobile, the terminal attribute of the automobile is also stronger, so that the function of the software is also stronger. Most of the vehicles currently support script arrangement capability, and service capability provided by each domain of the vehicles can be integrated and arranged to quickly generate a customizable combination service or an application scene. The automatic testing method provided by the embodiment of the invention aims at the combined service and the application scene in the vehicle, and tests by taking the application scene as a unit. Under the general condition that a single service test is passed, it cannot be shown that the combined service can pass the test, and because of the relevance between the services, the problem of the combined service in a specific application scene is often not easy to find, and how to ensure the continuity between the combined services, so that the problem that the combined service in the whole application scene cannot be reflected based on the single service test is avoided, which is a main improvement point of the technical scheme provided by the embodiment of the invention.
The embodiment of the invention provides an automatic test method, as shown in fig. 1, comprising the following steps:
step S101, a script file corresponding to a tested program is obtained, wherein the script file corresponds to a group of services in a vehicle-end service scene.
In this embodiment, the tested program refers to a program to be deployed on a vehicle, and the corresponding script file may be one or more. Each script file corresponds to a group of services in a vehicle-side service scene, namely, a combination service. And in the running process of the tested program, each service is called, so that the control of the vehicle function parts is realized. The vehicle end service scenario is a specific service scenario for a vehicle, for example, a "child mode" on the vehicle function, where a corresponding set of services, such as music, air conditioning, vehicle doors, etc., are associated with functions on the vehicle, each function also corresponding to a plurality of different services, and a combination of all the services in the scenario corresponds to a script file. The script file of the embodiment of the invention can be downloaded from the background.
Step S102, generating a test simulation program based on the script file, wherein the test simulation program is used for simulating each service in the vehicle-side service scene.
The test simulation program can support the simulation of specific service by taking the service name as a parameter, and has the main function of solving the problem that the function of responding to the control feedback of the real vehicle function part is achieved under the condition that the real vehicle function part is not available, for example, the script executes the window opening, and the test simulation program can simulate the successful opening of the feedback window, so that after the tested program is called, whether the tested program is successful in calling the service can be determined, and the test purpose is achieved. In the embodiment of the invention, the test simulation program is generated based on the script file, the test simulation program provides the same interface as the call of the real vehicle function part, and the tested program does not need to carry out the real vehicle test when carrying out the test, thereby meeting the automatic test under the condition of no real vehicle function part.
In the embodiment of the invention, the common service codes of the script files are downloaded and compiled to generate the test simulation program, so that the test simulation program can determine all services corresponding to the script files of the tested program, thereby facilitating the subsequent simulation and test of the services.
And step S103, triggering the tested program to run and calling all services in the vehicle-end service scene simulated by the test simulation program so as to test the running condition in the vehicle-end service scene.
And triggering the tested program to run, and calling all services in the vehicle-end service scene, so as to realize the test of the combined service in the vehicle-end service scene. In the embodiment of the invention, the vehicle-end service scene is taken as a unit to realize the test of the combined service, and compared with the test based on single service in the prior art, the integrity is better, and the test effect is more accurate.
According to the embodiment of the invention, the script file of the tested program is obtained to generate the test simulation program for simulating each service in the vehicle-end service scene, and then the tested program is triggered to run so as to call the corresponding service simulated by the test simulation program, so that the test of the combined service in the vehicle-end service scene is realized, the continuity between the combined services is ensured, and the problem that the combined service in the whole application scene cannot be reflected based on a single service test is avoided.
As an alternative implementation manner, the automated testing method of the embodiment of the present invention further includes: acquiring a service list corresponding to the script file, wherein the service list comprises all service names in the vehicle-end service scene; and sending the service list to the test simulation program to start simulation service.
Each script file has its own set of service lists to be executed, as shown in table 1:
TABLE 1
In the embodiment of the invention, all services contained in the script are extracted by analyzing the script file, each script is provided with a set of service list to be executed, the script name (child mode) and the service list of the script are taken out and then sent to the test simulation program, and the test simulation program starts the service to be simulated according to the service name and then triggers the child mode to execute through a common trigger service.
Further, in an embodiment of the present invention, the obtaining a service list corresponding to the script file includes: acquiring execution block information of the script file; and analyzing the execution block information to obtain the service list.
The script file contains an execution block information text, and the execution block information is composed of a plurality of services and parameters of the services, so that a service list corresponding to the script file can be obtained by analyzing the execution block information.
As an optional implementation manner, the triggering the tested program to run and call all services in the vehicle-end service scene simulated by the test simulation program includes: running a test simulation program to simulate all services in the service list; triggering the tested program to call the services in the service list simulated by the test simulation program in sequence; and for the services in the service list, recording the execution results of the services in sequence.
In the implementation of the invention, the test simulation program is utilized to simulate the services corresponding to the real vehicle function parts in the vehicle end service scene, and then the tested program is triggered to call the services in sequence, wherein after each service call, the test simulation program marks the service as executed. And stopping testing the simulation service program and outputting an execution result after the script execution is completed.
In the embodiment of the invention, a plurality of script files form a script pool, and each script file corresponds to a group of services in a vehicle-end service scene. Further, the triggering the tested program to run and call all services in the vehicle-end service scene simulated by the test simulation program, as shown in fig. 2, includes:
step S201, determining the current script file from the script file pool.
Step S202, using the test simulation program to simulate all services in the vehicle-end service scene corresponding to the current script file.
Step S203, triggering the tested program to call the simulated service in sequence, and recording the service execution result.
Step S204, judging whether untested script files exist in the script file pool. If so, returning to execute the step of determining the current script file from the script file pool.
Step S205, if not, namely, all script files are tested, all test results are output.
In the embodiment of the invention, all scripts are executed through a for loop and the result of each script is output.
The embodiment of the invention also provides an automatic testing device, as shown in fig. 3, which comprises:
the first obtaining module 301 is configured to obtain a script file corresponding to a tested program, where the script file corresponds to a group of services in a vehicle-end service scenario;
a generating module 302, configured to generate a test simulation program based on the script file, where the test simulation program is configured to simulate each service in the vehicle-side service scenario;
and the testing module 303 is used for triggering the tested program to run and calling all services in the vehicle-end service scene simulated by the testing simulation program so as to test the running condition in the vehicle-end service scene.
According to the embodiment of the invention, the script file of the tested program is obtained to generate the test simulation program for simulating each service in the vehicle-end service scene, and then the tested program is triggered to run so as to call the corresponding service simulated by the test simulation program, so that the test of the combined service in the vehicle-end service scene is realized, the continuity between the combined services is ensured, and the problem that the combined service in the whole application scene cannot be reflected based on a single service test is avoided.
Optionally, the automated test apparatus further comprises: the second acquisition module is used for acquiring a service list corresponding to the script file, wherein the service list comprises all service names in the vehicle-end service scene; and the simulation module is used for sending the service list to the test simulation program so as to start simulation service.
In the embodiment of the invention, by analyzing the script file and extracting all services contained in the script, each script has a set of service list to be executed, and the service list of the script name (child mode) and the service list of the script are taken and then sent to a test simulation program, and the test simulation program starts the service to be simulated according to the service name and then triggers the child mode to execute through a common trigger service.
In an alternative embodiment, the second obtaining module includes: the acquisition unit is used for acquiring the execution block information of the script file; and the analysis unit is used for analyzing the execution block information to obtain the service list.
The script file contains an execution block information text, and the execution block information is composed of a plurality of services and parameters of the services, so that a service list corresponding to the script file can be obtained by analyzing the execution block information.
In an alternative embodiment, the test module includes: the first simulation unit is used for running a test simulation program to simulate all services in the service list; the first calling unit is used for triggering the tested program to call the services in the service list simulated by the test simulation program in sequence; and the recording unit is used for sequentially recording the execution results of the services in the service list.
In the implementation of the invention, the test simulation program is utilized to simulate the services corresponding to the real vehicle function parts in the vehicle end service scene, and then the tested program is triggered to call the services in sequence, wherein after each service call, the test simulation program marks the service as executed. And stopping testing the simulation service program and outputting an execution result after the script execution is completed.
In an alternative embodiment, the plurality of script files is provided, and each script file corresponds to a group of services in a vehicle-end service scene.
In an alternative embodiment, the test module includes: the determining unit is used for determining the current script file from the script file pool; the second simulation unit is used for simulating all services in the vehicle-end service scene corresponding to the current script file by using the test simulation program; the second calling unit is used for triggering the tested program to call the simulated service in sequence and recording the service execution result; the judging unit is used for judging whether untested script files exist in the script file pool or not; and the return unit is used for returning to execute the step of determining the current script file from the script file pool if the current script file exists until all the script files are tested.
Further functional descriptions of the above respective modules and units are the same as those of the above corresponding embodiments, and are not repeated here.
The automated test equipment in this embodiment is presented in the form of functional units, where the units are ASIC (Application Specific Integrated Circuit ) circuits, processors and memories executing one or more software or firmware programs, and/or other devices that can provide the above-described functionality.
The embodiment of the invention also provides computer equipment, which is provided with the automatic testing device shown in the figure 4.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a computer device according to an alternative embodiment of the present invention, as shown in fig. 4, the computer device includes: one or more processors 10, memory 20, and interfaces for connecting the various components, including high-speed interfaces and low-speed interfaces. The various components are communicatively coupled to each other using different buses and may be mounted on a common motherboard or in other manners as desired. The processor may process instructions executing within the computer device, including instructions stored in or on memory to display graphical information of the GUI on an external input/output device, such as a display device coupled to the interface. In some alternative embodiments, multiple processors and/or multiple buses may be used, if desired, along with multiple memories and multiple memories. Also, multiple computer devices may be connected, each providing a portion of the necessary operations (e.g., as a server array, a set of blade servers, or a multiprocessor system). One processor 10 is illustrated in fig. 4.
The processor 10 may be a central processor, a network processor, or a combination thereof. The processor 10 may further include a hardware chip, among others. The hardware chip may be an application specific integrated circuit, a programmable logic device, or a combination thereof. The programmable logic device may be a complex programmable logic device, a field programmable gate array, a general-purpose array logic, or any combination thereof.
Wherein the memory 20 stores instructions executable by the at least one processor 10 to cause the at least one processor 10 to perform the methods shown in implementing the above embodiments.
The memory 20 may include a storage program area that may store an operating system, at least one application program required for functions, and a storage data area; the storage data area may store data created according to the use of the computer device, etc. In addition, the memory 20 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 alternative embodiments, memory 20 may optionally include memory located remotely from processor 10, which may be connected to the computer device 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.
Memory 20 may include volatile memory, such as random access memory; the memory may also include non-volatile memory, such as flash memory, hard disk, or solid state disk; the memory 20 may also comprise a combination of the above types of memories.
The computer device also includes a communication interface 30 for the computer device to communicate with other devices or communication networks.
The embodiments of the present invention also provide a computer readable storage medium, and the method according to the embodiments of the present invention described above may be implemented in hardware, firmware, or as a computer code which may be recorded on a storage medium, or as original stored in a remote storage medium or a non-transitory machine readable storage medium downloaded through a network and to be stored in a local storage medium, so that the method described herein may be stored on such software process on a storage medium using a general purpose computer, a special purpose processor, or programmable or special purpose hardware. The storage medium can be a magnetic disk, an optical disk, a read-only memory, a random access memory, a flash memory, a hard disk, a solid state disk or the like; further, the storage medium may also comprise a combination of memories of the kind described above. It will be appreciated that a computer, processor, microprocessor controller or programmable hardware includes a storage element that can store or receive software or computer code that, when accessed and executed by the computer, processor or hardware, implements the methods illustrated by the above embodiments.
Although embodiments of the present invention have been described in connection with the accompanying drawings, various modifications and variations may be made by those skilled in the art without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope of the invention as defined by the appended claims.

Claims (10)

1. An automated testing method, comprising:
acquiring a script file corresponding to a tested program, wherein the script file corresponds to a group of services in a vehicle-end service scene;
generating a test simulation program based on the script file, wherein the test simulation program is used for simulating each service in the vehicle-end service scene;
and triggering the tested program to run and calling all services in the vehicle-end service scene simulated by the test simulation program so as to test the running condition in the vehicle-end service scene.
2. The automated test method of claim 1, further comprising:
acquiring a service list corresponding to the script file, wherein the service list comprises all service names in the vehicle-end service scene;
and sending the service list to the test simulation program to start simulation service.
3. The automated testing method of claim 2, wherein the obtaining the service list corresponding to the script file comprises:
acquiring execution block information of the script file;
and analyzing the execution block information to obtain the service list.
4. The automated test method of claim 2, wherein triggering the tested program to run and invoking all services in the vehicle-side service scenario simulated by the test simulation program comprises:
running a test simulation program to simulate all services in the service list;
triggering the tested program to call the services in the service list simulated by the test simulation program in sequence;
and for the services in the service list, recording the execution results of the services in sequence.
5. The automated testing method of claim 1, wherein the plurality of script files each correspond to a set of services in a vehicle side service scenario.
6. The automated test method of claim 5, wherein triggering the tested program to run and invoking all services in the vehicle side service scenario simulated by the test simulation program comprises:
determining a current script file from a script file pool;
simulating all services in a vehicle-end service scene corresponding to the current script file by using the test simulation program;
triggering the tested program to call the simulated service in sequence, and recording the service execution result;
judging whether untested script files exist in the script file pool;
if so, returning to execute the step of determining the current script file from the script file pool until all the script files are tested.
7. An automated test equipment, comprising:
the first acquisition module is used for acquiring a script file corresponding to the tested program, wherein the script file corresponds to a group of services in a vehicle-end service scene;
the generation module is used for generating a test simulation program based on the script file, and the test simulation program is used for simulating each service in the vehicle-end service scene;
and the test module is used for triggering the tested program to run and calling all services in the vehicle-end service scene simulated by the test simulation program so as to test the running condition in the vehicle-end service scene.
8. The automated test equipment of claim 7, further comprising:
the second acquisition module is used for acquiring a service list corresponding to the script file, wherein the service list comprises all service names in the vehicle-end service scene;
and the simulation module is used for sending the service list to the test simulation program so as to start simulation service.
9. A computer device, comprising: a memory and a processor in communication with each other, the memory having stored therein computer instructions, the processor executing the computer instructions to perform the automated test method of any of claims 1-6.
10. A computer readable storage medium having stored thereon computer instructions for causing a computer to perform the automated test method of any of claims 1-6.
CN202310803258.4A 2023-06-30 2023-06-30 Automatic test method, device, equipment and medium Pending CN116701230A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310803258.4A CN116701230A (en) 2023-06-30 2023-06-30 Automatic test method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310803258.4A CN116701230A (en) 2023-06-30 2023-06-30 Automatic test method, device, equipment and medium

Publications (1)

Publication Number Publication Date
CN116701230A true CN116701230A (en) 2023-09-05

Family

ID=87833960

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310803258.4A Pending CN116701230A (en) 2023-06-30 2023-06-30 Automatic test method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN116701230A (en)

Similar Documents

Publication Publication Date Title
CN107729246B (en) Auxiliary test method, device and equipment for target application and storage medium
KR20080068385A (en) Program test system, method and computer readable medium on which program for executing the method is recorded
CN109815141B (en) Test method and device
CN112882930B (en) Automatic test method and device, storage medium and electronic equipment
CN110554962A (en) Regression testing process covering method, server and computer readable storage medium
CN113076253A (en) Test method and test device
CN115757014A (en) Power consumption testing method and device
CN114328250A (en) Automatic self-checking method, medium and device for software system
CN117407312A (en) Application testing method, device, computer equipment and storage medium
CN111708712A (en) User behavior test case generation method, flow playback method and electronic equipment
CN116629173A (en) Verification method and device of network chip, computer equipment and storage medium
CN112860587A (en) UI automatic test method and device
CN114500348B (en) CDN gateway testing method and system
CN116701230A (en) Automatic test method, device, equipment and medium
CN114020605A (en) Automatic test case design method, system and computer readable storage medium
CN113419952A (en) Cloud service management scene testing device and method
CN109408063B (en) Instruction pile inserting method and device based on virtual machine
CN113254332A (en) Multi-scenario testing method, system, terminal and storage medium for storage system
CN115473832B (en) Internet of vehicles end cloud communication testing method, device, server, client and system
CN112988585B (en) PaaS platform testing method, paaS platform testing device, paaS platform testing equipment and PaaS platform testing medium
CN114416585A (en) Automatic testing method and device
CN116483727A (en) Interface testing method, device, computer equipment and storage medium
CN117707946A (en) Test script generation method and device for browser
CN117112433A (en) System testing method and device based on JMeter, medium and electronic equipment
CN117215925A (en) Automatic test method, device, platform, electronic equipment and 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