WO2023115397A1 - Procédé et appareil de génération de script automatisé - Google Patents

Procédé et appareil de génération de script automatisé Download PDF

Info

Publication number
WO2023115397A1
WO2023115397A1 PCT/CN2021/140549 CN2021140549W WO2023115397A1 WO 2023115397 A1 WO2023115397 A1 WO 2023115397A1 CN 2021140549 W CN2021140549 W CN 2021140549W WO 2023115397 A1 WO2023115397 A1 WO 2023115397A1
Authority
WO
WIPO (PCT)
Prior art keywords
automation script
data
item
function
automation
Prior art date
Application number
PCT/CN2021/140549
Other languages
English (en)
Chinese (zh)
Inventor
袁翔宇
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Priority to CN202180033485.2A priority Critical patent/CN116648689A/zh
Priority to PCT/CN2021/140549 priority patent/WO2023115397A1/fr
Publication of WO2023115397A1 publication Critical patent/WO2023115397A1/fr

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Definitions

  • the present application relates to the technical field of testing, and more specifically, to a method and device for generating automation scripts.
  • Hardware in the loop is a technology for the development and testing of complex device controllers. Through HIL testing, the physical part of a machine or system is replaced by a simulator. HIL has rich test functions and high safety, and has a wide range of applications in the vehicle development process. For example, in vehicle driving tests, weather, driving style, route details and complex limit conditions can all be tested in HIL Simulated in the simulation, but also to avoid test personnel and vehicle components in unnecessary dangerous test conditions.
  • test case is a specific set of input data, operations, environment settings and expected results provided to the test system for the implementation of the test.
  • the automated script is for testing.
  • the script written is essentially a series of instructions for a specific test. These instructions can be executed by automated testing tools, and the writing of automated scripts must correspond to the corresponding test cases.
  • the present application provides a method and device for generating an automation script.
  • the method generates a corresponding automation script according to data input by a user on a user interface and a preset automation script template, avoiding manual writing and saving manpower.
  • a method for generating an automation script comprising: acquiring at least one first item to be set in a user interface and data input by a user in the at least one first item to be set; according to at least one The first item to be set determines at least one first automation script template, at least one first automation script template includes data to be set; at least one first automation is set according to the data input by the user in at least one first item to be set The data to be set in the script template to obtain the first automation script.
  • the method for generating an automation script in the embodiment of the present application generates the automation script corresponding to the item to be set according to the data of the item to be set input by the user on the user interface and the preset automation script template, avoids manual writing, saves manpower, and abandons the existing
  • the database in the technology does not need to be converted into automated scripts according to the data of the items to be set in the database, which realizes the lightweight architecture.
  • the item to be set here can be a complete test case or a part of a test case.
  • the items to be set may include fixed data, which does not need to be input by the user, or may include data to be input, which needs to be input by the user by filling in the blanks or selecting.
  • one first automation script template corresponds to one first item to be set, or one first automation script template corresponds to multiple first items to be set.
  • the automation script template is mainly represented as a format, so a corresponding automation script template can be set for each item to be set, or, when the items to be set have a similar format, multiple similar formats to be set Setup projects can also use the same automation script template.
  • the data input by the user in at least one first item to be set includes one or more operations and parameters corresponding to the one or more operations, according to the user's at least
  • the data input in a first item to be set sets the data to be set in at least one first automation script template to obtain the first automation script, including: according to one or more operations and parameters corresponding to one or more operations Determine the parameters of the preset function, the parameters of the preset function and the preset function are the data to be set in at least one first automation script template; the parameters of the preset function and the preset function are filled in at least one
  • the first automation script template gets the first automation script.
  • each operation has a corresponding function, which is preset by the developer.
  • the function corresponding to each operation may be the same or different.
  • the same pre-operations can be performed for each operation, which facilitates unified management.
  • the pre-operations of each operation actually correspond to a series of codes, and the embodiment of the present application encapsulates a series of codes into functional functions.
  • the parameters of the function function corresponding to the one or more operations determine the parameters of the function function corresponding to the one or more operations, wherein the specific execution code of each operation is also encapsulated into a corresponding function as a parameter of the function function,
  • the parameters corresponding to the operation are also converted into parameters of the function function to determine the specific execution degree of the operation.
  • the pre-operation of each operation is encapsulated as a function function, and the specific execution of the operation and its parameters are used as parameters of the function function, so that the operation steps on the user interface and the operation steps in the automation script can be consistent in number and order,
  • the series of codes corresponding to the function functions are realized by the underlying logic.
  • the method further includes: parsing the second automation script to obtain the data of the second item to be set corresponding to the second automation script; and the data of the second to-be-set item are displayed on the second user interface.
  • the method of the embodiment of the present application also includes obtaining the data of the items to be set on the user interface according to the automation script in the background, and displaying the data on the user interface.
  • the method for generating the automation script in the background is not limited in this embodiment of the present application.
  • the automation script may be generated by the existing technology, or may be generated by the method for generating an automation script in the embodiment of the present application.
  • the method for parsing the second automation script includes any one of regularity extraction, keyword matching, and AI identification.
  • the method further includes: obtaining the directory of the second automation script; generating the directory of the second item to be set according to the directory of the second automation script; The directory of is displayed on the second user interface.
  • the user often needs to edit the directories of the multiple items to be set by himself, which is time-consuming and labor-intensive for the user.
  • the directory of the item to be set on the user interface can also be obtained according to the directory of the automation script in the background, because the automation script code During operation, the corresponding directory will be automatically generated, and the directory of the project to be set on the corresponding user interface will be created according to the directory of the automation script, which can prevent the user from writing multiple directories of the project to be set, which can reduce the workload of the user and improve user experience.
  • the method further includes: modifying the parameters of the second function function in the second automation script; the second automation script corresponding to the second user interface to be set The data of the project changes with the modification of the parameters of the function function.
  • the data of the items to be set on the user interface can be obtained according to the automation script in the background, that is, the data of the automation script in the background is in one-to-one correspondence with the data of the items to be set on the user interface, so when the data in the background When the parameter of the function is modified in the automation script, the data of the item to be set corresponding to the automation script on the user interface will also change correspondingly with the modification of the parameter of the function. In this way, when the developer detects that there is any need to modify the automation script in the background, he can directly modify it in the automation script code, and the corresponding data on the user interface will also change accordingly. Real-time management of the user interface.
  • the method also includes: modifying the directory of the second automation script; Vary with modification.
  • the functional function includes a decorator function.
  • the functional functions in the embodiments of the present application include decorator functions, which are functions used to modify other functions.
  • decorator functions are functions used to modify other functions.
  • parameter generalization for example, it is necessary to repeatedly execute certain steps of the project to be set or For operations such as loops, related steps can be put into the decorator function and controlled by adjusting the parameters of the decorator function.
  • a device for generating an automation script comprising: an acquisition unit configured to acquire at least one item to be set in the user interface and data input by the user in the at least one item to be set; a processing unit , used to determine at least one automation script template according to at least one item to be set, at least one automation script template includes data to be set; set at least one first automation according to data input by the user in at least one first item to be set The data to be set in the script template to obtain the first automation script.
  • one first automation script template corresponds to one first item to be set, or one first automation script template corresponds to multiple first items to be set.
  • the data input by the user in at least one first item to be set includes one or more operations and parameters corresponding to the one or more operations, according to the user's at least
  • the data input in a first item to be set sets the data to be set in at least one first automation script template to obtain the first automation script, including: according to one or more operations and parameters corresponding to one or more operations Determine the parameters of the first functional function, and the parameters of the preset functional function and the preset functional function are the data to be set in at least one first automation script template; the parameters of the preset functional function and the preset functional function are filled in at least one The first automation script template gets the first automation script.
  • the preset functions corresponding to the same operation are the same.
  • the processing unit is further configured to: parse the second automation script to obtain the data of the second item to be set corresponding to the second automation script; Data of the setting items and the second to-be-set items are displayed on the second user interface.
  • the method for parsing the second automation script includes any one of regularity extraction, keyword matching, and AI identification.
  • the obtaining unit is also used to obtain the directory of the second automation script; the processing unit is also used to generate the directory of the second item to be set according to the directory of the second automation script ; The processing unit is also used to display the directory of the second to-be-set item on the second user interface.
  • the processing unit is further configured to: modify the parameters of the function functions in the second automation script;
  • the data of the project changes with the modification of the parameters of the function function.
  • the processing unit is also used to: modify the directory of the second automation script; the directory of the second item to be set on the second user interface follows the The catalog changes.
  • the functional function includes a decorator function.
  • a computing device including: at least one processor and a memory; at least one processor is coupled to the memory, and is used to read and execute instructions in the memory, so that the computing device implements any of the above-mentioned second aspects.
  • a device for generating automated scripts including: at least one processor and a memory; at least one processor is coupled to the memory, and is used to read and execute instructions in the memory, so that the computing device implements any of the above-mentioned second aspects.
  • a computer-readable storage medium stores program codes, and when the computer program codes run on a computer, the computer executes the method described in any one of the above-mentioned first aspects.
  • Fig. 1 is a schematic architecture diagram of an existing method for generating an automation script according to an embodiment of the present application
  • Fig. 2 is a schematic structural diagram of a method for generating an automation script according to an embodiment of the present application
  • FIG. 3 is a schematic diagram of two application scenarios of the embodiment of the present application.
  • FIG. 4 is a schematic architecture diagram of a computing device according to an embodiment of the present application.
  • FIG. 5 is a schematic flowchart of a method for generating an automation script according to an embodiment of the present application
  • FIG. 6 is a schematic diagram of a user interface for writing a test case for vehicle development according to an embodiment of the present application
  • FIG. 7 is a schematic diagram of two possible automation script templates for a project to be set according to the embodiment of the present application.
  • FIG. 8 is a schematic diagram of several operations and functional functions corresponding to the parameters of the operations in the embodiment of the present application.
  • FIG. 9 is a schematic diagram of function multiplexing in an embodiment of the present application.
  • Fig. 10 is a schematic diagram of reading the data in the automation script of the background according to the embodiment of the present application.
  • FIG. 11 is a schematic diagram of a decorator function application in an embodiment of the present application.
  • Fig. 12 is a schematic block diagram of a method for generating an automation script according to an embodiment of the present application.
  • FIG. 13 is a schematic block diagram of an apparatus for generating an automation script according to an embodiment of the present application.
  • Fig. 14 is a schematic structural diagram of an apparatus for generating an automation script according to an embodiment of the present application.
  • the B/S architecture is the architecture corresponding to the client/server (C/S) architecture, both of which are application program architectures, and the C/S architecture is built on the basis of the local area network.
  • the corresponding client needs to be installed when using it; the B/S architecture is based on the wide area network, and its characteristic is that there is no need to install the client, just use a browser.
  • the B/S architecture concentrates the core part of the system function realization on the server On the one hand, it simplifies the development, maintenance and use of the system. When it is necessary to update and upgrade, there is no need to upgrade multiple clients, just upgrade the server.
  • the client only needs to have a browser, and the database is installed on the server. The browser communicates with the database through the server. to interact.
  • the MVC architecture belongs to a type of B/S architecture, including a model layer, a view layer, and a control layer.
  • the top layer is a view layer that directly faces users.
  • the view layer represents a user interaction interface and is used to display information to users.
  • the bottom layer is the model layer, which can also be called the data layer, that is, the data or information that the program needs to operate.
  • the model layer is responsible for storing the central data of the system. It is the processing of business processes/states and the formulation of business rules, and the processing of business processes.
  • the process is a black-box operation for other layers, and the model layer receives the data requested by the view layer and returns the final processing result.
  • the middle layer is the control layer.
  • the control layer is responsible for selecting the data in the model layer according to the instructions input by the user from the view layer, and then performing corresponding operations on it to generate the final result. Specifically, it can be understood as receiving a request from the user and converting the model layer Match with the view layer to complete the user's request.
  • the control layer does not do any data processing. For example, when the user clicks a link, the control layer does not process the business information after receiving the request, but only passes the user's information to the model layer , and tell the model layer what to do, select the view that meets the requirements and return it to the user.
  • These three layers are closely connected but independent of each other. The internal changes of each layer do not affect other layers.
  • Each layer provides an interface for the upper layer to call, so that the software can be modularized, modify the appearance or change the data. There is no need to modify other layers, which greatly facilitates maintenance and upgrades.
  • Fig. 1 shows a schematic architecture diagram of an existing method for generating automated scripts, as shown in Fig. 1, wherein the front-end user interface (user interface, UI) layer is equivalent to the view layer, and the background service layer is equivalent to the control layer , the database layer is equivalent to the model layer, so the front-end UI layer, background service layer and database layer in Figure 1 together constitute an MVC architecture.
  • the front-end UI layer is used as the interface for users to operate test cases, and directly connects with users;
  • the background service layer is responsible for processing the data generated by users’ operations in the front-end UI layer and storing them in the database;
  • the database layer is responsible for storing relevant data of test cases.
  • the architecture in FIG. 1 also includes a data conversion layer and an executor layer, the data conversion layer is used to convert data into corresponding automation scripts, and the executor layer is used to execute the automation scripts.
  • the architecture shown in Figure 1 can generate automation scripts, but the architecture shown in Figure 1 is bloated and complex, the workload of generating automation scripts is relatively large, and there is a large maintenance cost. For example, when the basic parameters in the test case or After the project is changed, the corresponding data of the test case also needs to be changed. However, since the data of the test case in the architecture shown in Figure 1 is stored in the database, in practical applications, it is difficult to change the data from the database, so a huge amount of work is required to remove Developing a transplant module increases costs.
  • Fig. 2 shows a schematic structural diagram of a method for generating an automation script according to an embodiment of the present application.
  • the architecture in Fig. 2 compared with the architecture in Fig. 1, the architecture in Fig. 2 abandons the database layer and directly automates Scripts are used as data storage.
  • the script layer can be shared by multiple client users through the server.
  • the architecture shown in Figure 2 effectively simplifies the development workload of the test case writing platform, and can realize rapid development and deployment of the platform.
  • the embodiment of the present application provides a method for generating automated scripts.
  • the method generates automated scripts based on the MVC architecture, avoids manually writing a large number of automated scripts, and improves writing efficiency; meanwhile, the method for generating automated scripts in the embodiments of the present application directly uses Automated scripts are used as data storage, avoiding the use of databases to save data, simplifying the architecture, reducing the development workload, and improving the flexibility of data processing.
  • FIG. 3 shows schematic diagrams of two application scenarios of the method in the embodiment of the present application. Since the architecture of the embodiment of the present application is lightweight and easy to deploy, the method of the embodiment of the present application can be deployed in a personal computer, as shown in scene 1 in Figure 3, wherein the front end is the user interface in the personal computer, and the service layer It can be the server in the personal computer, or the service layer in Figure 2, the background is used to store automation scripts, when the user inputs data in the front-end user interface in the personal computer, the service layer processes the data, and according to the embodiment of the application The corresponding automation script is generated by the method, and the automation script is stored in the background.
  • the front end is the user interface in the personal computer
  • the service layer It can be the server in the personal computer, or the service layer in Figure 2
  • the background is used to store automation scripts, when the user inputs data in the front-end user interface in the personal computer, the service layer processes the data, and according to the embodiment of the application
  • the corresponding automation script is generated by
  • the method in the embodiment of the present application can also be deployed as a network service on a network platform or other automation platforms, as shown in scenario 2 in Figure 3.
  • a network platform as a network service
  • many A user can use a local personal computer to log in to the network platform.
  • the personal computers of multiple users are used as the front end to receive the data input by the user through interface interaction.
  • the server of the network platform is deployed in the cloud to process the data input by the user.
  • the method in the embodiment of the present application generates a corresponding automation script.
  • the automation script can be synchronized to the code warehouse through code synchronization.
  • the code warehouse can be a storage in the cloud.
  • the The generated corresponding automation script can be sent to the corresponding personal computer, so that the local personal computer can run the corresponding automation script to execute the data input by the user in the user interface; correspondingly, the developer can check or check the automation script in the cloud modification, etc., and the corresponding modification can also be synchronized to the user's personal computer.
  • a computing device provided by an embodiment of the present application will be described in detail below with reference to FIG. 4 .
  • the computing device can be used to implement the method for generating an automation script in the embodiment of the present application.
  • FIG. 4 is a schematic structural diagram of a computing device 400 provided by an embodiment of the present application.
  • the computing device 400 may be a server or a computer or other devices with computing capabilities.
  • the computing device 400 shown in FIG. 4 includes: at least one processor 410 and a memory 420 .
  • the processor 410 executes the instructions in the memory 420, so that the computing device 400 implements the method for generating an automation script provided in this application, for example, implements the steps performed by the device for generating an automation script.
  • the processor 410 executes the instructions in the memory 420, so that the computing device 400 implements the apparatus for generating an automation script provided in this application, for example, implements each functional module included in the apparatus for generating an automation script.
  • the computing device 400 further includes a system bus, wherein the processor 410 and the memory 420 are respectively connected to the system bus.
  • the processor 410 can access the memory 420 through the system bus, for example, the processor 410 can read and write data or execute codes in the memory 420 through the system bus.
  • the system bus is a peripheral component interconnect express (PCI) bus or an extended industry standard architecture (EISA) bus or the like.
  • PCI peripheral component interconnect express
  • EISA extended industry standard architecture
  • the system bus is divided into address bus, data bus, control bus and so on. For ease of representation, only one thick line is used in Fig. 4, but it does not mean that there is only one bus or one type of bus.
  • the function of the processor 410 is mainly to interpret instructions (or codes) of computer programs and process data in computer software.
  • the instructions of the computer program and the data in the computer software can be stored in the memory 420 or the cache 416 .
  • the processor 410 may be an integrated circuit chip, which has a signal processing capability.
  • the processor 410 is a general purpose processor, a digital signal processor (digital signal processor, DSP), an application specific integrated circuit (application specific integrated circuit, ASIC), an off-the-shelf programmable gate array (field programmable gate array, FPGA) ) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
  • the general-purpose processor is a microprocessor or the like.
  • the processor 410 is a central processing unit (central processing unit, CPU).
  • each processor 410 includes at least one processing unit 412 and a memory control unit 414 .
  • the processing unit 412 is also called a core (core) or core, and is the most important component of the processor.
  • the processing unit 412 is manufactured by a certain production process of single crystal silicon, and all calculations, receiving commands, storing commands, and processing data of the processor are executed by the core.
  • the processing units run the program instructions independently, and use the ability of parallel computing to speed up the running speed of the program.
  • Various processing units have a fixed logical structure.
  • a processing unit includes logical units such as a first-level cache, a second-level cache, an execution unit, an instruction-level unit, and a bus interface.
  • the memory control unit 414 is configured to control data interaction between the memory 420 and the processing unit 412 . Specifically, the memory control unit 414 receives a memory access request from the processing unit 412, and controls access to memory based on the memory access request.
  • the memory control unit is a device such as a memory management unit (memory management unit, MMU).
  • each memory control unit 414 addresses the memory 420 through a system bus.
  • an arbiter (not shown in the figure) is configured in the system bus, and the arbiter is responsible for processing and coordinating the competing accesses of multiple processing units 412 .
  • the processing unit 412 and the memory control unit 414 are communicatively connected through a connection line inside the chip, such as an address line, so as to realize communication between the processing unit 412 and the memory control unit 414 .
  • each processor 410 also includes a cache 416, wherein a cache is a buffer (referred to as cache) for data exchange.
  • a cache is a buffer (referred to as cache) for data exchange.
  • the processing unit 412 wants to read data, it will first search for the required data from the cache, if it finds it, it will execute it directly, if it cannot find it, it will find it from the memory. Since the cache runs much faster than the memory, the role of the cache is to help the processing unit 412 run faster.
  • the memory (memory) 420 can provide running space for the processes in the computing device 400 , for example, the memory 420 stores computer programs (specifically, program codes) for generating processes. After the computer program is run by the processor to generate a process, the processor allocates a corresponding storage space for the process in the memory 420 . Further, the above storage space further includes a text segment, an initialization data segment, a bit initialization data segment, a stack segment, a heap segment, and the like. The memory 420 stores data generated during the running of the process in the storage space corresponding to the above process, for example, intermediate data, process data, and the like.
  • the internal memory is also referred to as an internal memory, which is used to temporarily store calculation data in the processor 410 and exchange data with external storage such as a hard disk.
  • the processor 410 transfers the data to be calculated into the memory for calculation, and the processing unit 412 transmits the result after the calculation is completed.
  • memory 420 is either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory.
  • non-volatile memory is read-only memory (read-only memory, ROM), programmable read-only memory (programmable ROM, PROM), erasable programmable read-only memory (erasable PROM, EPROM), electrically erasable In addition to programmable read-only memory (electrically EPROM, EEPROM) or flash memory.
  • Volatile memory is random access memory (RAM), which acts as external cache memory.
  • RAM random access memory
  • static RAM static random access memory
  • dynamic RAM dynamic random access memory
  • DRAM dynamic random access memory
  • synchronous dynamic random access memory synchronous DRAM, SDRAM
  • double data rate synchronous dynamic random access memory double data rate SDRAM, DDR SDRAM
  • enhanced synchronous dynamic random access memory enhanced SDRAM, ESDRAM
  • serial link DRAM SLDRAM
  • direct memory bus random access memory direct rambus RAM, DR RAM
  • the structure of the computing device 400 listed above is only illustrative, and the present application is not limited thereto.
  • the computing device 400 includes various hardware in the computing system in the prior art.
  • the computing device 400 also includes other than the memory 420.
  • Other storage for example, disk storage, etc.
  • the computing device 400 may also include other devices necessary for normal operation.
  • the above computing device 400 may also include hardware devices for implementing other additional functions.
  • the above-mentioned computing device 400 may only include components necessary to realize the embodiment of the present application, and does not necessarily include all the components shown in FIG. 4 .
  • the method for generating an automation script according to the embodiment of the present application will be described in detail below in conjunction with FIG. 5 .
  • the method can be executed by the computing device 400 shown in FIG. 4 to implement the method for generating an automation script provided in the embodiment of the present application.
  • FIG. 5 is a schematic flowchart of a method for generating an automation script according to an embodiment of the present application. As shown in FIG. 5 , the method includes steps 501 to 503, which will be introduced respectively below.
  • the method in FIG. 5 can generate a corresponding automation script according to the data input by the user on the front-end user interface.
  • the item to be set can be a complete test case or a part of a test case.
  • the items to be set may include fixed data, which does not need to be input by the user, or may include data to be input, which needs to be input by the user by filling in the blanks or selecting.
  • Figure 6 shows a user interface for writing test cases for vehicle development.
  • the item to be set can be the entire test case shown in Figure 6, including "Use case information" and "test process” can also be part of the test case shown in Figure 6, for example, the item to be set is only “test process", or even just "test steps” in the "test process”.
  • the data input by the user in the project to be set can be filled in or selected.
  • the "use case name” in Figure 6 can be entered by the user in the form of fill in the blank.
  • the user can name the "use case name” by himself, and the data can also be provided by the user.
  • the user can choose among multiple alternatives, such as “Test Step” - "Behavior Name” in Figure 6, the user can select the alternatives “insert DC fast charging gun” and “insert DC slow charging gun” Select “Insert DC Fast Charger".
  • the user may also input data in the items to be set in other possible ways, which are not limited in this embodiment of the present application.
  • the user interface shown in Figure 6 is only an example of the user interface of the embodiment of the present application, and does not limit the application.
  • the user interface of the embodiment of the present application can also be in other forms , as long as the items to be set are included and data can be input by the user in the items to be set.
  • S502. Determine at least one automation script template according to at least one item to be set, where the at least one automation script template includes data to be set.
  • the method in the embodiment of the present application can provide multiple automation script templates, and the multiple automation script templates can be preset by humans.
  • An automation script template can be determined according to an item to be set, and one automation script template can correspond to one item to be set, or one automation script template can also correspond to multiple items to be set.
  • the automation script template is mainly represented as a format.
  • the automation script template may include fixed data in the item to be set, or may not include the fixed data in the item to be set, but only include one or more data to be set.
  • the or plurality of data to be set corresponds to data input by the user in the item to be set. For example, Fig.
  • FIG. 7 shows two possible automation script templates for an item to be set, wherein the "precondition”, “intermediate processing” and “post-processing” of the item to be set are fixed data, in In automation script template A, “preconditions”, “intermediate processing”, and “post-processing” are also fixed data, and the curly brackets are the data to be set in automation script template A.
  • automation script template B they do not include Fixed data such as “preset conditions”, “intermediate processing” and “post-processing” only include the data to be set in the automation script template B within the curly brackets. It can be seen from Figure 7 that no matter whether the automation script template includes Fixed data, all of which have a certain format, and the format is consistent with the format of the item to be set.
  • the automation script template can be determined to determine the automation script template with the same format as the item to be set.
  • the mapping relationship between the item to be set and the automation script template can be established in advance, and then according to the item to be set and the mapping relationship to determine the corresponding automation script template.
  • the data input by the user in at least one item to be set includes one or more operations and parameters corresponding to one or more operations.
  • the operation is "brake switch” and the corresponding parameter is “waiting”. 10s”, and the operation "gear” and its corresponding parameter "P gear”, etc.
  • each operation has a corresponding function, which is preset by the developer.
  • the function corresponding to each operation may be the same or different.
  • the same pre-operations can be performed for each operation, which facilitates unified management.
  • the pre-operations of each operation actually correspond to a series of codes, and the embodiment of the present application encapsulates a series of codes into functional functions. Then, according to one or more operations and their corresponding parameters, determine the parameters of the function function corresponding to the one or more operations, wherein the specific execution code of each operation is also encapsulated into a corresponding function as a parameter of the function function, The parameters corresponding to the operation are also converted into parameters of the function function to determine the specific execution degree of the operation.
  • the pre-operation of each operation is encapsulated as a function function, and the specific execution of the operation and its parameters are used as parameters of the function function, so that the operation steps on the user interface and the operation steps in the automation script can be consistent in number and order,
  • the function function corresponding to "hanging P gear” is “self.run_behavior (gear, P)"
  • the function function corresponding to "stepping on the accelerator 50%” is “self.run_behavior(stepping on the accelerator, 50% )”
  • the function function corresponding to "turn on the car air conditioner” is “self.run_behavior (turn on the car air conditioner)”
  • the function function corresponding to "step on the brake” is "self. ()”
  • the specific operation implemented by the underlying logic is "connect and log in to the HIL cabinet, open the cabinet port, and write port data".
  • the function function and the parameters of the function function are the data to be set in the automation script template.
  • the automation script can be obtained according to the function function, the parameters of the function function and the automation script template.
  • Figure 8 is only an illustration of the operation of the embodiment of the present application, its functional functions and underlying logic implementation, and does not constitute a limitation of the present application. In practical applications, developers can design functions corresponding to different operations according to actual needs. Function and specific underlying logic implementation.
  • the method of the embodiment of the present application also includes acquiring the data of the item to be set on the user interface according to the background automation script, and displaying the acquired data on the user interface.
  • the method of generating the automation script in the background is not limited in this embodiment of the present application.
  • the automation script can be generated through existing technologies, including automation scripts determined according to existing database methods and manually written
  • the automation script and the like may also be generated by the method for generating an automation script in the embodiment of the present application.
  • the code of the automation script can be parsed through the inspect method or the file parsing method, specifically through regular extraction, keyword matching, or AI recognition. Feature recognition is performed on the function functions in the obtained automation script and the parameters in the function functions, so as to obtain the data of the items to be set corresponding to the automation script.
  • the above two functions are the data under the "preset conditions", so the extracted operation and its parameters are displayed on the " Among the data to be set in "Preset Conditions", they are "Brake switch, wait 10s” and "In gear, P position”. Therefore, the method of the embodiment of the present application can realize the generation of automation scripts based on the items to be set on the user interface and their data, and can also be executed in reverse, that is, to read the data in the background automation scripts and display the data on the user interface. interface.
  • the data of the items to be set on the user interface can be obtained according to the automation script in the background, that is, the data of the automation script in the background is in one-to-one correspondence with the data of the items to be set on the user interface, so when in the automation script in the background
  • the data of the items to be set corresponding to the automation script on the user interface will also change correspondingly with the modification of the parameters of the function.
  • the developer detects that there is any need to modify the automation script in the background he can directly modify it in the automation script code, and the corresponding data on the user interface will also change accordingly. Real-time management of the user interface.
  • the user often needs to edit the directories of the multiple items to be set by himself, which is time-consuming and labor-intensive for the user.
  • the directory of the item to be set on the user interface can also be obtained according to the directory of the automation script in the background, because the automation script code During operation, the corresponding directory will be automatically generated, and the directory of the project to be set on the corresponding user interface will be created according to the directory of the automation script, which can prevent the user from writing multiple directories of the project to be set, which can reduce the workload of the user and improve user experience.
  • the functional functions of the embodiment of the present application include decorator functions, which are functions used to modify other functions, and can add new functions and additional restrictions to the decorated object without modifying the original code Conditions or help output.
  • decorator functions are functions used to modify other functions, and can add new functions and additional restrictions to the decorated object without modifying the original code Conditions or help output.
  • the operations that need to be performed by the user interface input are "setting the state of charge (SOC) of the battery", “powering on the vehicle” and “powering off the vehicle”, wherein “setting the battery SOC” It needs to be executed 3 times, and the first execution battery SOC is 1, the second execution battery SOC is 2, and the third execution battery SOC is 3, that is, cyclic execution is required. Therefore, in actual operation, the loop operation can be put into the decorator function "loop()", and the number of loops can be set to 3 times in the brackets of the decorator function. Execute 3 times, and if the parameters need to be changed each time it is executed, it can also be set in the automation script.
  • SOC state of charge
  • the method for generating an automation script in the embodiment of the present application generates the automation script corresponding to the item to be set according to the data of the item to be set input by the user on the user interface and the preset automation script template, avoids manual writing, saves manpower, and abandons the existing
  • the database in the technology does not need to be converted into automated scripts according to the data of the items to be set in the database, which realizes the lightweight architecture.
  • the automation script generated by the method of the embodiment of the present application corresponds to the data of the items to be set in the user interface. When the data of the automation script is modified in the background, the data of the items to be set in the user interface will also change accordingly, so that the development Personnel can manage the user interface in real time by editing automation scripts.
  • the method in the embodiment of the present application can create the directory of the items to be set on the user interface according to the directory of the automation script, without the need for the user to write it by himself, thereby improving the user experience.
  • the functional functions in the automation script of the embodiment of the present application can be reused in different scenarios.
  • the data of multiple items to be set is stored in the database. Find the corresponding data in the database, and then generate corresponding automation scripts according to the corresponding data in the database. Therefore, different items to be set should correspond to different data in the database, even if the operations in different items to be set are the same, they are different from each other.
  • the method for generating an automated script in the embodiment of the present application has been described in detail above in conjunction with FIGS.
  • the method of FIG. 12 may be executed by the computing device shown in FIG. 4 .
  • Fig. 12 shows a schematic block diagram of a method for generating an automation script according to an embodiment of the present application, taking the test of a vehicle as an example.
  • the items to be set include the content of "use case information" and "test process” on the user interface. Add behavior, add “behavior 0" in “test steps”, and select the behavior name as “insert DC fast charging gun”, add “behavior 1” in “post-processing”, and select the behavior name as "Pull out the DC fast charging gun", the above is the data of the items to be set entered by the user on the user interface. Then, according to the item to be set, the corresponding automation script template is determined as shown in Figure 12.
  • the format of the automation script template is consistent with the format of the item to be set on the user interface, wherein “test process”, “preset condition”, “test step” “, “Post-processing” and so on are the fixed data of the template, and the curly brackets are the data to be set in the template, which need to be set according to the data of the items to be set entered by the user in the user interface. Finally, determine the corresponding function function and its parameters according to the specific behavior in the data input by the user.
  • the function function is preset, and each optional behavior on the user interface has its corresponding function function, such as "insert DC Both the behavior of "fast charging gun” and “inserting DC slow charging gun” have their corresponding function functions.
  • the corresponding automation script of the item to be set is shown in FIG. 12 .
  • the corresponding directory will be automatically generated, such as the directory on the left side of the automation script in Figure 12, including “vehicle discharge”, “thermal management”, “vehicle charge and discharge”, etc., where “vehicle charge and discharge” also includes The subdirectories "Keyoff state plug-in fast charge” and “Keyon state plug-in fast charge”, etc., because the automation script and the items to be set on the user interface are in one-to-one correspondence, so the directory of the automation script can also be created on the user interface.
  • There are multiple directories of items to be set which avoids users from writing their own directories and saves users time.
  • FIG. 13 is a schematic block diagram of an apparatus for generating an automation script according to an embodiment of the present application.
  • the apparatus for generating an automation script includes an acquisition unit 1301 and a processing unit 1302 , which are briefly introduced below.
  • the acquiring unit 1301 is configured to acquire at least one item to be set in the user interface and data input by the user in the at least one item to be set.
  • the processing unit 1302 is configured to determine at least one automation script template according to at least one item to be set, and at least one automation script template includes one or more data to be set.
  • the processing unit 1302 is further configured to set the data to be set in the at least one first automation script template according to the data input by the user in the at least one first item to be set, so as to obtain the first automation script.
  • one first automation script template corresponds to one first item to be set, or one first automation script template corresponds to multiple first items to be set.
  • the data input by the user in the at least one first item to be set includes one or more operations and parameters corresponding to the one or more operations, according to the user input in the at least one first item to be set Set the data to be set in at least one first automation script template to obtain the first automation script, including: determining the parameters of the first function function according to one or more operations and parameters corresponding to the one or more operations, and presetting
  • the parameters of the function function and the preset function function are the data to be set in at least one first automation script template; the parameters of the preset function function and the preset function function are filled in at least one first automation script template to obtain the first automation script.
  • the preset functions corresponding to the same operation are the same.
  • the processing unit 1302 is further configured to: parse the second automation script to obtain the data of the second item to be set corresponding to the second automation script; The data of is displayed on the second user interface.
  • the method for parsing the second automation script includes any one of regularity extraction, keyword matching, and AI identification.
  • the obtaining unit 1302 is also used to obtain the directory of the second automation script; the processing unit 1302 is also used to generate the directory of the second item to be set according to the directory of the second automation script; the processing unit 1302 is also used to to display the directory of the second to-be-set item on the second user interface.
  • the processing unit 1302 is further configured to: modify the parameters of the function function in the second automation script; Changes with parameter modification.
  • the processing unit 1302 is further configured to: modify the directory of the second automation script; and change the directory of the second item to be set on the second user interface as the directory in the second automation script is modified.
  • the functional functions include decorator functions.
  • the device for generating an automation script shown in FIG. 13 can be used to implement the above-mentioned method 500 for generating an automation script, wherein the acquisition unit 1301 is used to implement step 501, and the processing unit 1302 is used to implement steps 502 and 503.
  • the device for generating an automated script shown in FIG. 6 can also be used to implement the method for generating an automated script described in FIGS. .
  • the device 1300 in the embodiment of the present application may be implemented by software, for example, a computer program or instruction having the above-mentioned functions, and the corresponding computer program or instruction may be stored in the internal memory of the terminal and read by the processor.
  • the corresponding computer programs or instructions inside the memory realize the above functions.
  • the apparatus 1300 in the embodiment of the present application may also be implemented by hardware.
  • the processing unit 1302 is a processor (such as a processor in an NPU, GPU, or system chip), and the acquisition unit 1301 is a data interface.
  • the apparatus 1300 in the embodiment of the present application may also be implemented by a combination of a processor and a software unit.
  • the obtaining unit 1301 may be an interface circuit of a processor, configured to obtain data of items to be set input by a user on a user interface, and send the data to the processor interface circuit.
  • FIG. 14 is a schematic structural diagram of an apparatus 1400 for generating an automation script according to an embodiment of the present application.
  • the device 1400 shown in FIG. 14 includes a memory 1401 , a processor 1402 , a communication interface 1403 and a bus 1404 .
  • the memory 1401 , the processor 1402 , and the communication interface 1403 are connected to each other through a bus 1404 .
  • the acquiring unit 1301 in FIG. 13 may be equivalent to the communication interface 1403 in the device 1400
  • the processing unit 1302 may be equivalent to the processor 1402 in the device 1400 .
  • Each unit and units in the device 1400 will be described in detail below.
  • the memory 1401 may be a read only memory (read only memory, ROM), a static storage device, a dynamic storage device or a random access memory (random access memory, RAM).
  • the memory 1401 may store a program, and when the program stored in the memory 1401 is executed by the processor 1402, the processor 1402 is configured to execute each step of the method in the embodiment of the present application.
  • the processor 1402 may be configured to execute step 502 and step 503 in the method shown in FIG. 5 and the process of processing data shown in FIGS. 6 to 12 .
  • step 503 and the process of processing data shown in FIGS. Set the project to determine the corresponding automation script target, and get the automation script according to the data entered by the user and the automation script template.
  • the processor 1402 may be a general-purpose central processing unit (central processing unit, CPU), a microprocessor, an application specific integrated circuit (application specific integrated circuit, ASIC), a graphics processing unit (graphics processing unit, GPU) or one or more
  • the integrated circuit is configured to execute related programs to implement the methods in the embodiments of the present application.
  • the processor 1402 may also be an integrated circuit chip with signal processing capabilities. In the implementation process, each step of the method of the present application may be completed by an integrated logic circuit of hardware in the processor 1402 or instructions in the form of software.
  • the above-mentioned processor 1402 can also be a general-purpose processor, a digital signal processor (digital signal processing, DSP), an application-specific integrated circuit (ASIC), a ready-made programmable gate array (field programmable gate array, FPGA) or other programmable logic devices, Discrete gate or transistor logic devices, discrete hardware components.
  • DSP digital signal processing
  • ASIC application-specific integrated circuit
  • FPGA field programmable gate array
  • Various methods, steps, and logic block diagrams disclosed in the embodiments of the present application may be implemented or executed.
  • a general-purpose processor may be a microprocessor, or the processor may be any conventional processor, or the like.
  • the steps of the methods disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software units in the decoding processor.
  • the software unit may be located in a mature storage medium in the field such as random access memory, flash memory, read-only memory, programmable read-only memory or electrically erasable programmable memory, register.
  • the storage medium is located in the memory 1401, and the processor 1402 reads the information in the memory 1401, and combines its hardware to complete the functions required by the units included in the device, or execute the method of the method embodiment of the present application.
  • the communication interface 1403 implements communication between the apparatus 1400 and other devices or communication networks by using a transceiver device such as but not limited to a transceiver.
  • a transceiver device such as but not limited to a transceiver.
  • the data input by the user in the items to be set can be obtained from the user interface through the communication interface 1403 .
  • the bus 1404 may include pathways for transferring information between various components of the device 1400 (eg, memory 1401 , processor 1402 , communication interface 1403 ).
  • the embodiment of the present application also provides a computer-readable storage medium.
  • the computer-readable storage medium stores program codes.
  • the computer program codes run on the computer, the computer executes the methods described above in FIGS. 5 to 12 .
  • the embodiment of the present application also provides a computing device, including: at least one processor and a memory, at least one processor is coupled with the memory, and is used to read and execute instructions in the memory, so as to execute the above-mentioned steps described in FIG. 5 to FIG. 12 .
  • a computing device including: at least one processor and a memory, at least one processor is coupled with the memory, and is used to read and execute instructions in the memory, so as to execute the above-mentioned steps described in FIG. 5 to FIG. 12 .
  • each step of the above method can be completed by an integrated logic circuit of hardware in a processor or an instruction in the form of software.
  • the methods disclosed in the embodiments of the present application may be directly implemented by a hardware processor, or implemented by a combination of hardware and software modules in the processor.
  • the software module can be located in a mature storage medium in the field such as random access memory, flash memory, read-only memory, programmable read-only memory or electrically erasable programmable memory, register.
  • the storage medium is located in the memory, and the processor reads the information in the memory, and completes the steps of the above method in combination with its hardware. To avoid repetition, no detailed description is given here.
  • a component may be, but is not limited to being, a process running on a processor, a processor, an object, an executable, a thread of execution, a program, and/or a computer.
  • an application running on a computing device and the computing device can be components.
  • One or more components can reside within a process and/or thread of execution and a component can be localized on one computer and/or distributed between two or more computers.
  • these components can execute from various computer readable media having various data structures stored thereon.
  • a component may, for example, be based on a signal having one or more packets of data (e.g., data from two components interacting with another component between a local system, a distributed system, and/or a network, such as the Internet via a signal interacting with other systems). Communicate through local and/or remote processes.
  • packets of data e.g., data from two components interacting with another component between a local system, a distributed system, and/or a network, such as the Internet via a signal interacting with other systems.
  • the disclosed systems, devices and methods may be implemented in other ways.
  • the device embodiments described above are only illustrative.
  • the division of the units is only a logical function division. In actual implementation, there may be other division methods.
  • multiple units or components can be combined or May be integrated into another system, or some features may be ignored, or not implemented.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be through some interfaces, and the indirect coupling or communication connection of devices or units may be in electrical, mechanical or other forms.
  • the units described as separate components may or may not be physically separated, and the components shown as units may or may not be physical units, that is, they may be located in one place, or may be distributed to multiple network units. Part or all of the units can be selected according to actual needs to achieve the purpose of the solution of this embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, each unit may exist separately physically, or two or more units may be integrated into one unit.
  • the functions described above are realized in the form of software function units and sold or used as independent products, they can be stored in a computer-readable storage medium.
  • the technical solution of the present application is essentially or the part that contributes to the prior art or the part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium, including Several instructions are used to make a computer device (which may be a personal computer, a server, or a network device, etc.) execute all or part of the steps of the methods described in the various embodiments of the present application.
  • the aforementioned storage media include: U disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk or optical disc and other media that can store program codes. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)

Abstract

La présente demande concerne un procédé de génération d'un script automatisé. Le procédé consiste à : acquérir au moins un premier projet à définir à partir d'une interface utilisateur ainsi que des données qui sont saisies par un utilisateur dans ledit au moins un premier projet ; déterminer au moins un premier modèle de script automatisé selon ledit au moins un premier projet, ledit au moins un premier modèle de script automatisé comprenant des données à définir ; et selon les données qui sont saisies par l'utilisateur dans ledit au moins un premier projet, définir des données à définir dans ledit au moins un premier modèle de script automatisé, de façon à obtenir un premier script automatisé. Au moyen du procédé de génération d'un script automatisé des modes de réalisation de la présente invention, un script automatisé correspondant est généré selon des données, qui sont saisies par un utilisateur par l'intermédiaire d'une interface utilisateur, et un modèle de script automatisé prédéfini, aucune écriture manuelle n'est nécessaire, et la main-d'œuvre est économisée.
PCT/CN2021/140549 2021-12-22 2021-12-22 Procédé et appareil de génération de script automatisé WO2023115397A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202180033485.2A CN116648689A (zh) 2021-12-22 2021-12-22 生成自动化脚本的方法和装置
PCT/CN2021/140549 WO2023115397A1 (fr) 2021-12-22 2021-12-22 Procédé et appareil de génération de script automatisé

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2021/140549 WO2023115397A1 (fr) 2021-12-22 2021-12-22 Procédé et appareil de génération de script automatisé

Publications (1)

Publication Number Publication Date
WO2023115397A1 true WO2023115397A1 (fr) 2023-06-29

Family

ID=86901043

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/140549 WO2023115397A1 (fr) 2021-12-22 2021-12-22 Procédé et appareil de génération de script automatisé

Country Status (2)

Country Link
CN (1) CN116648689A (fr)
WO (1) WO2023115397A1 (fr)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108710489A (zh) * 2018-05-23 2018-10-26 中国平安人寿保险股份有限公司 自动化导数脚本生成方法、装置、计算机设备
CN110413524A (zh) * 2019-07-26 2019-11-05 中国工商银行股份有限公司 用于生成测试脚本的方法和装置、自动化测试方法
CN111736815A (zh) * 2020-06-28 2020-10-02 武汉精立电子技术有限公司 一种测试文件脚本模块化开发工具、系统及方法
CN111949518A (zh) * 2020-07-29 2020-11-17 苏州浪潮智能科技有限公司 一种生成故障检测脚本的方法、系统、终端及存储介质
CN112052167A (zh) * 2020-08-25 2020-12-08 北京梧桐车联科技有限责任公司 生成测试脚本代码的方法和装置
CN112799656A (zh) * 2021-04-15 2021-05-14 智道网联科技(北京)有限公司 自动化操作的脚本文件配置方法、装置、设备和存储介质
CN112989781A (zh) * 2021-03-11 2021-06-18 携程旅游网络技术(上海)有限公司 表单数据自动执行方法、装置、电子设备、存储介质

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108710489A (zh) * 2018-05-23 2018-10-26 中国平安人寿保险股份有限公司 自动化导数脚本生成方法、装置、计算机设备
CN110413524A (zh) * 2019-07-26 2019-11-05 中国工商银行股份有限公司 用于生成测试脚本的方法和装置、自动化测试方法
CN111736815A (zh) * 2020-06-28 2020-10-02 武汉精立电子技术有限公司 一种测试文件脚本模块化开发工具、系统及方法
CN111949518A (zh) * 2020-07-29 2020-11-17 苏州浪潮智能科技有限公司 一种生成故障检测脚本的方法、系统、终端及存储介质
CN112052167A (zh) * 2020-08-25 2020-12-08 北京梧桐车联科技有限责任公司 生成测试脚本代码的方法和装置
CN112989781A (zh) * 2021-03-11 2021-06-18 携程旅游网络技术(上海)有限公司 表单数据自动执行方法、装置、电子设备、存储介质
CN112799656A (zh) * 2021-04-15 2021-05-14 智道网联科技(北京)有限公司 自动化操作的脚本文件配置方法、装置、设备和存储介质

Also Published As

Publication number Publication date
CN116648689A (zh) 2023-08-25

Similar Documents

Publication Publication Date Title
US11314907B2 (en) Simulation including multiple simulators
CN106155755B (zh) 程序编译方法和程序编译器
CN105022630B (zh) 一种组件管理系统及组件管理方法
CN106484394A (zh) 一种双引擎快速软件开发系统
WO2018036342A1 (fr) Procédé et dispositif de visualisation de conception de modèle basée sur csar
US20200057654A1 (en) Method and system for mirror image package preparation and application operation
US11645438B2 (en) Generating a template-driven schematic from a netlist of electronic circuits
CN107015914B (zh) 数据标定方法及系统
WO2022120717A1 (fr) Procédé de planification de tâche de simulation, procédé d'exécution, procédé et dispositif de mise en œuvre de simulation
US20220147323A1 (en) System and method for using a graphical user interface to develop a virtual programmable logic controller
CN105824616A (zh) 一种用于设备控制系统程序的开发方法及框架
Di Natale et al. An MDA approach for the generation of communication adapters integrating SW and FW components from Simulink
WO2023039741A1 (fr) Procédé et appareil de développement en ligne basés sur un système de microservices, dispositif et support de stockage
CN109213465B (zh) 一种用于教育操作系统的多显示器标识方法及系统
WO2023115397A1 (fr) Procédé et appareil de génération de script automatisé
US20230171179A1 (en) Method for testing pressure, electronic device and storage medium
TW202338655A (zh) 具模組交換之積體電路設計驗證
CN115562989A (zh) 一种自动化测试序列转化方法、系统、设备和介质
CN114428702A (zh) 含有通用接口模块的信息物理测试系统
CN103546527A (zh) 一种可扩展的工业组态或仿真软件通信方法
CN109947407A (zh) 一种数据获取方法及装置
CN113238491A (zh) 执行机构的仿真测试方法、装置、智能臂架及工程车辆
US20230281354A1 (en) System and method for providing autonomous driving simulation architecture with switchable models
CN109918727B (zh) 多仿真场景动态管理方法
CN112130841B (zh) Sql开发方法、装置及终端设备

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 202180033485.2

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21968546

Country of ref document: EP

Kind code of ref document: A1