CN114840412A - Method for operating test tool, electronic device, and storage medium - Google Patents

Method for operating test tool, electronic device, and storage medium Download PDF

Info

Publication number
CN114840412A
CN114840412A CN202210306556.8A CN202210306556A CN114840412A CN 114840412 A CN114840412 A CN 114840412A CN 202210306556 A CN202210306556 A CN 202210306556A CN 114840412 A CN114840412 A CN 114840412A
Authority
CN
China
Prior art keywords
keyword
keywords
retrieved
parameters
external
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
CN202210306556.8A
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.)
Wangsu Science and Technology Co Ltd
Original Assignee
Wangsu Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wangsu Science and Technology Co Ltd filed Critical Wangsu Science and Technology Co Ltd
Priority to CN202210306556.8A priority Critical patent/CN114840412A/en
Publication of CN114840412A publication Critical patent/CN114840412A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • 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/3696Methods or tools to render software testable

Abstract

The embodiment of the application relates to the field of test tool optimization and discloses an operation method of a test tool, electronic equipment and a storage medium. The running method of the test tool comprises the following steps: acquiring parameters to be retrieved; displaying a first window according to the parameter to be retrieved, wherein the first window is used for displaying keywords acquired according to the parameter to be retrieved, and the keywords are not less than one group; determining a target keyword from the keywords displayed in the first window; and automatically filling the keyword information of the target keyword to a preset position. Supporting the use of a test tool, inquiring and displaying keywords according to the retrieval parameters, determining target keywords in the displayed keywords, and further automatically filling the keyword information of the target keywords; the user does not need to manually input the keyword parameters, unnecessary repeated work is reduced, the testing efficiency of the testing tool is improved, and the user experience is optimized.

Description

Method for operating test tool, electronic device, and storage medium
Technical Field
The embodiment of the invention relates to the field of test tool optimization, in particular to an operation method of a test tool, electronic equipment and a storage medium.
Background
Existing generic Test automation frameworks for Acceptance Test and Acceptance Test Driver Development (ATDD), such as the Robot Framework, have an easy-to-use tabular Test data syntax and use keyword-Driven Test methods. The test functionality can be extended by using a Python or Java implemented test library, and the user can use the same syntax as creating test cases, so that existing keywords create new higher level keywords.
However, when the existing testing tool queries keywords in the user testing process, the user needs to manually input related keyword information according to the queried keywords, that is, a large number of meaningless repeated actions need to be performed, which affects the testing efficiency and reduces the user experience
Disclosure of Invention
The embodiment of the invention aims to provide a running method of a test tool, which improves the working efficiency of the test tool and optimizes the user experience.
In order to solve the above technical problem, an embodiment of the present invention provides an operation method of a test tool, including the following steps: acquiring parameters to be retrieved; displaying a first window according to the parameter to be retrieved, wherein the first window is used for displaying keywords acquired according to the parameter to be retrieved, and the keywords are not less than one group; determining target keywords from the keywords displayed in the first window; and automatically filling the keyword information of the target keyword to a preset position.
An embodiment of the present invention also provides an electronic device, including: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform a method of operating a test tool as described above.
Embodiments of the present invention also provide a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the computer program implements the running method of the test tool.
The implementation method provided by the application supports the use of a test tool, queries keywords according to the retrieval parameters for display, determines target keywords in the displayed keywords, and further automatically fills the keyword information of the target keywords; the user does not need to manually input the keyword parameters, unnecessary repeated work is reduced, the testing efficiency of the testing tool is improved, and the user experience is optimized.
Drawings
One or more embodiments are illustrated by way of example in the accompanying drawings, which correspond to the figures in which like reference numerals refer to similar elements and which are not to scale unless otherwise specified.
FIG. 1 is a flow chart of a method of operating a test tool provided according to one embodiment of the present application;
FIG. 2 is a schematic diagram of initialization of a test tool provided in accordance with one embodiment of the present application;
FIG. 3 is a schematic diagram of a method of operating a test tool provided in accordance with one embodiment of the present application;
FIG. 4 is a schematic diagram of an electronic device provided in accordance with one embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. However, it will be appreciated by those of ordinary skill in the art that numerous technical details are set forth in order to provide a better understanding of the present application in various embodiments of the present invention. However, the technical solution claimed in the present application can be implemented without these technical details and various changes and modifications based on the following embodiments. The following embodiments are divided for convenience of description, and should not constitute any limitation to the specific implementation manner of the present invention, and the embodiments may be mutually incorporated and referred to without contradiction.
The terms "first" and "second" in the embodiments of the present application are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present application, the terms "comprise" and "have", as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a system, product or apparatus that comprises a list of elements or components is not limited to only those elements or components but may alternatively include other elements or components not expressly listed or inherent to such product or apparatus. In the description of the present application, "plurality" means at least two, e.g., two, three, etc., unless explicitly specifically limited otherwise.
Currently, Robot Framework is a generic Test automation Framework for Acceptance testing and Acceptance Test Drive Development (ATDD). It has an easy-to-use table test data syntax and uses a keyword-driven test method. Its test functionality can be extended by using a Python or Java implemented test library, and the user can create new higher level keywords from existing keywords using the same syntax as creating test cases. RIDE is a graphical interface for Robot Framework written using the wxPython library. The method provides possibility for visual writing of the automatic use case. The test kit Run region comprises a test kit Edit region, a test kit Text Edit region, a test kit Run region, a test case Edit region, a test case Text Edit region and a test case Run region. In the aspect of writing, the method allows the user-defined external keywords to be used and provides a keyword query function.
But both have the following disadvantages in terms of keyword usage: only provides the built-in keyword and the keyword query function packaged by the user in the external member, but does not support the external keyword query function defined by the user; the user can not automatically fill the keyword after inquiring the keyword, so that the testing efficiency is influenced.
One embodiment of the invention relates to a method of operating a test tool. The specific flow is shown in figure 1.
Step 101, acquiring a parameter to be retrieved;
102, displaying a first window according to the parameter to be retrieved, wherein the first window is used for displaying keywords acquired according to the parameter to be retrieved, and the keywords are not less than one group;
103, determining target keywords from the keywords displayed in the first window;
and step 104, automatically filling the keyword information of the target keyword to a preset position.
In the embodiment, the method supports the use of a test tool, queries keywords according to the retrieval parameters for display, determines target keywords in the displayed keywords, and then automatically fills the keyword information of the target keywords; the user does not need to manually input the keyword parameters, unnecessary repeated work is reduced, the testing efficiency of the testing tool is improved, and the user experience is optimized.
The following is a detailed description of the implementation details of the operation method of the test tool of the present embodiment, and the following is only provided for the convenience of understanding and is not necessary for implementing the present embodiment.
In step 101, a parameter to be retrieved is obtained. The parameter to be retrieved is related to the content of the keyword that needs to be tested by the testing tool, for example, the parameter to be retrieved is a part of the target keyword that needs to be tested by the testing tool, that is, the complete state of the target keyword does not need to be obtained here.
In one example, obtaining the parameter to be retrieved includes: determining parameters to be retrieved in the input parameters; under the condition that a query identifier appears in input parameters, the parameters between the query identifier and preset characters are parameters to be retrieved, and the preset characters comprise spaces; the input parameters are external input data received by the testing tool. That is, the parameter to be retrieved may be determined in the received external input data according to a query identifier, such as "", and a preset character. It can be understood that when other display data exist in the input interface to be retrieved, a blank space is needed as a preset character, the parameter to be retrieved at this time is separated from the other display data, and recognition errors of external input data are avoided, and the blank space can be replaced by other character strings which can realize the same meaning; when the input interface to be retrieved has no other data, that is, the input is the first input, the preset character may be a character string for identifying the beginning of the interface data because the interface has no interference.
Specifically, when the input interface to be retrieved is input for the first time, the input parameter before "." (query identifier) may be taken as the parameter to be retrieved; when the input is not the first time, the input parameter between the last "." (query identification) and the last space (preset character) can be taken as the parameter to be retrieved.
In one example, before obtaining the parameter to be retrieved, the method includes: providing an input interface according to the instruction, wherein the input interface is used for receiving the self-defined parameters; and updating the database according to the user-defined parameters, wherein the updated database is used for the test tool to realize keyword retrieval. For example, the instruction may be that the user clicks a preset area or a preset identifier, and an input interface pops up after the user clicks; the self-defined parameters are related to the external keywords self-defined by the user and can be directly external keywords.
In one example, the parameters are customized, including: file path and name of external keywords; updating the database according to the custom parameters, comprising: acquiring the external keywords and a parameter list corresponding to the external keywords according to the file paths and the names of the external keywords; and adding the external keywords and the parameter list corresponding to the external keywords into the database for finishing updating of the database. That is, in the present embodiment, the external keywords and the parameter list corresponding to the external keywords are input to the database, so that the parameter content of the database is greatly expanded, and the test function of the test tool is ensured. Specifically, the name and the file path of the self-defined external keyword are input in the interface for receiving the input, and the specific external keyword and the corresponding parameter list thereof can be inquired according to the name and the file path, so that the database can be imported and updated.
In one example, after obtaining the external keyword and the parameter list corresponding to the external keyword according to the file path and the name of the external keyword, the method further includes: storing the external keywords and the parameter lists corresponding to the external keywords as map structures; the name of the external keyword and the file name of the external keyword are used as keys of the map structure, and the parameter list corresponding to the external keyword is used as the value of the map structure to be stored. That is, in addition to storing the acquired external keywords, that is, the parameter lists corresponding to the external keywords, in the database for querying, the information can also be stored as a map query structure, and the efficiency of keyword querying can be improved. Specifically, a database-based query process generally stores part of the contents of a database in an operating memory of a program, and if the contents are not found in the operating memory, the contents are searched in the database; however, in this embodiment, the data to be queried is stored as a map structure, and the keyword or the parameter list corresponding to the keyword can be directly searched for in the running memory of the program through the map structure, so that further query in the database is not required, and the query efficiency of the map structure is high.
In one example, the parameters to be retrieved include: the file name of the file where the target keyword is located. That is, only the file name of the file where the target keyword is located can be obtained, and the test tool associates the target keyword through the file name; the memory or input workload of the user is reduced to the greatest extent, and the user experience is improved.
In step 102, a first window is displayed according to the parameter to be retrieved, the first window is used for displaying keywords obtained according to the parameter to be retrieved, and the keywords are not less than one group. After the parameter to be retrieved is obtained, the test tool can obtain a first window through association, and keyword information obtained through the parameter to be retrieved is displayed in the first window, for example, the keyword information comprises a keyword and a parameter list corresponding to the keyword; and at least one group of keywords and the corresponding parameter list are displayed.
In one example, displaying a first window according to a parameter to be retrieved includes: acquiring at least one group of keywords from a database of a test tool according to the parameters to be retrieved; and displaying the first window according to the keywords. The keywords in the first window are obtained by querying the database of the test tool through the parameters to be retrieved, and a plurality of groups of keywords related to the parameters to be retrieved can be obtained for fuzzy query association and displayed on the first window so that a user can select and determine the keywords, and the input workload of the user is reduced. Especially, when the target keyword is a user-defined keyword, the database in the embodiment may be a database obtained after updating according to an external keyword and a parameter list, so that personalized requirements of the user can be met, and user experience is improved.
In a specific implementation, initialization is performed when a user opens a use case, and a keyword and parameter list corresponding to Library in the use case is stored in a database in the initialization process. As shown in fig. 2.
In step 103, determining a target keyword from the keywords displayed in the first window; that is, the determination of the target keyword may be assisted according to the content displayed in the first window. For example, the display content of the first window may be: the method comprises the following steps of (1) obtaining a keyword name, a keyword function, a parameter list corresponding to the keyword and a file name of the keyword; the keyword function can be a text summary, the file name of the keyword is used for identifying the actual storage position of the keyword, and as the same-name keyword is allowed to exist, but the meanings of the same-name keyword stored in different files are different, the target keyword can be selected by adopting the file name under the condition that the target keyword cannot be selected from the same-name keyword through the keyword function summary.
In step 104, the keyword information of the target keyword is automatically filled to a preset position. That is, fuzzy query is performed on the parameters to be retrieved, and finally the confirmed target keyword is selected and filled to a preset position, wherein a parameter list corresponding to the target keyword or a part of parameters in the parameter list can be filled. For example, if the parameter to be retrieved is part of the content of the target keyword, the parameter can be directly filled, and the original input content can be supplemented and perfected.
In one example, the predetermined location is located after the query identifier of the parameter to be retrieved. That is, after the queried target keyword and part or all of the parameters corresponding to the target keyword are filled to the ". multidot." as the query identifier, the interface is simpler and more neat under the condition that the parameter to be retrieved is the file name of the target keyword, and the format is fixed, so that the test tool can conveniently identify the parameter.
As shown in fig. 3, in a specific implementation, a user inputs testfile in an Edit area of a test case (testfile is a file name corresponding to a target keyword), a system pops up all keyword names and parameter lists in the file for the user to select, after the user selects the corresponding keyword, ". the target keyword name is automatically filled in, and after the target keyword name is automatically filled in the next several display units, the corresponding parameter list is automatically filled in.
In one example, in a case where a target keyword is determined from keywords displayed in the first window, the first window is closed. That is, after the keyword selection is completed, the keyword information found by the fuzzy query is closed and displayed, so that the user can conveniently observe and determine the keyword information, and a test tool can conveniently identify the keyword information. The closing instruction of the first window may be a selection operation of the user on the target keyword, for example, after the user clicks the target keyword, the first window is closed. In addition, the user may also select content in a parameter list corresponding to the target keyword, the parameter list is also displayed in the first window, and when the user selects a certain parameter in the parameter list, the final filling content may be the target keyword and the parameter, and the complete parameter list is not filled. It is understood that the selection of parameters is also allowed to be equivalent to the selection of target keywords, that is, after a certain parameter is selected, the target keyword and the complete parameter list are finally filled, and the selection process supports relevant setting based on actual requirements.
In a specific implementation, sqlite is used as a database to store keyword information, the database comprises two tables, one table is a library table field which is respectively id, argumes and last _ updated, wherein the value of id is the path of a file where an external keyword is located, such as c: \ Automation \ testfile. The other is a keywords table, the table fields are respectively name, doc, entries, library _ name and library, wherein the name stores a keyword name, the doc stores an explanation description of a keyword function, the entry stores a parameter list required by the keyword, the library _ name stores a file name where the keyword is located, and the library is a file stored by the keyword.
In the embodiment, only when the case catalog is opened for initialization, the case Settings part is acquired for receiving external input; the method comprises the steps of obtaining a py file after Library, analyzing the py file, taking a py file name (namely the file name of the file where the external keyword is located) and the name of the external keyword as keys of a map, and storing a parameter list as a value, wherein the parameter list can also be written into a database table key.
In the query process of the target keyword, a judgment process exists, if a user inputs ". multidot.A popup box pops up, the content source of the popup box is that the value before the point input by the user, such as testfile, is used as the value of the library _ name field of the keyword database table to query the database, the name of the first column of the data table (for keywords) is used as the value of the first column of the popup box, the value of the third column of the data table is used as the value of the second column of the popup box, and the value of the doc of the second column of the data table is used as the value of the third column of the popup box; the value of library _ name in the fourth column of the data table may also be used as the value in the fourth column of the popup box. When the user clicks a certain keyword in the first column of the popup box, the popup box disappears, and the system automatically fills the keyword selected by the user.
That is, when a user inputs testfile in the testcase Edit area and returns according to the test case Edit area (testfile is the file name of the self-defined keyword), the system pops up a popup box, the popup box is displayed in a table form, the first column is the keyword name in the testfile, the second column is the parameter name required by the keyword, the parameters are separated from each other by | and the third column is the function description of the keyword; the fourth row is the file name of the file where the keyword is located. After the user clicks the desired keyword name, the popup box disappears, and the system automatically fills the keyword selected by the user.
In one example, clicking Library in the test case Settings area of the robotframe-ride, inputting the file path and name of the external custom keyword such as testfile. Inputting testfile in the Edit area of the test case, pressing enter, and popping up keyword names and parameter lists of all methods in the testfile at the moment; clicking the name of the selected target keyword, and enabling the popup box to disappear; the system returns to the Edit area, and can see testfile, the keyword method is automatically filled in the next part, and corresponding default parameter names are also filled in the next grids; the parameters can also be adjusted according to the user requirements, for example, the corresponding parameter names are modified to be actual parameter names.
In the use of the test tool, the support queries and displays keywords according to the retrieval parameters, determines target keywords in the displayed keywords and further automatically fills the keyword information of the target keywords; the user does not need to manually input the keyword parameters, unnecessary repeated work is reduced, the testing efficiency of the testing tool is improved, and the user experience is optimized. For the keywords imported from the outside, the user can realize quick filling only by inputting the file name without manually searching, and the efficiency of writing the script is improved.
The steps of the above methods are divided for clarity, and the implementation may be combined into one step or split some steps, and the steps are divided into multiple steps, so long as the same logical relationship is included, which are all within the protection scope of the present patent; it is within the scope of the patent to add insignificant modifications to the algorithms or processes or to introduce insignificant design changes to the core design without changing the algorithms or processes.
One embodiment of the invention relates to an electronic device, as shown in fig. 4, comprising at least one processor 201; and a memory 202 communicatively coupled to the at least one processor 201; the memory 202 stores instructions executable by the at least one processor 201, and the instructions are executed by the at least one processor 201, so that the at least one processor 201 can execute the above-mentioned method for operating the test tool.
Where the memory and processor are connected by a bus, the bus may comprise any number of interconnected buses and bridges, the buses connecting together one or more of the various circuits of the processor and the memory. The bus may also connect various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. A bus interface provides an interface between the bus and the transceiver. The transceiver may be one element or a plurality of elements, such as a plurality of receivers and transmitters, providing a means for communicating with various other apparatus over a transmission medium. The data processed by the processor is transmitted over a wireless medium via an antenna, which further receives the data and transmits the data to the processor.
The processor is responsible for managing the bus and general processing and may also provide various functions including timing, peripheral interfaces, voltage regulation, power management, and other control functions. And the memory may be used to store data used by the processor in performing operations.
One embodiment of the present invention relates to a computer-readable storage medium storing a computer program. The computer program realizes the above-described method embodiments when executed by a processor.
That is, as can be understood by those skilled in the art, all or part of the steps in the method for implementing the embodiments described above may be implemented by a program instructing related hardware, where the program is stored in a storage medium and includes several instructions to enable a device (which may be a single chip, a chip, or the like) or a processor (processor) to execute all or part of the steps of the method described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk, and various media capable of storing program codes.
It will be understood by those of ordinary skill in the art that the foregoing embodiments are specific examples for carrying out the invention, and that various changes in form and details may be made therein without departing from the spirit and scope of the invention in practice.

Claims (11)

1. A method of operating a test tool, comprising:
acquiring parameters to be retrieved;
displaying a first window according to the parameter to be retrieved, wherein the first window is used for displaying keywords acquired according to the parameter to be retrieved, and the keywords are not less than one group;
determining target keywords from the keywords displayed in the first window;
and automatically filling the keyword information of the target keyword to a preset position.
2. The method for operating a test tool according to claim 1, wherein the obtaining parameters to be retrieved includes:
determining the parameters to be retrieved in the input parameters;
when a query identifier appears in the input parameters, the parameters between the query identifier and preset characters are the parameters to be retrieved, and the preset characters comprise spaces; the input parameters are external input data received by the test tool.
3. The method of claim 2, wherein the predetermined location is located after the query identifier of the parameter to be retrieved.
4. The method for operating a test tool according to claim 1, wherein the displaying a first window according to the parameter to be retrieved comprises:
acquiring at least one group of keywords from a database of a test tool according to the parameter to be retrieved;
and displaying the first window according to the keywords.
5. The method for operating the test tool according to claim 1, wherein before the obtaining the parameter to be retrieved, the method comprises:
providing an input interface according to the instruction, wherein the input interface is used for receiving the self-defined parameters;
and updating a database according to the user-defined parameters, wherein the updated database is used for the test tool to realize keyword retrieval.
6. The method of claim 5, wherein the customized parameters comprise: file path and name of external keywords;
the updating the database according to the custom parameters comprises:
acquiring the external keyword and a parameter list corresponding to the external keyword according to the file path and the name of the external keyword;
and adding the external keywords and the parameter list corresponding to the external keywords into the database for finishing updating of the database.
7. The method according to claim 6, wherein after obtaining the external keyword and the parameter list corresponding to the external keyword according to the file path and the name of the external keyword, the method further comprises:
storing the external keywords and the parameter lists corresponding to the external keywords as map structures;
and taking the name of the external keyword and the file name of the external keyword as a key of a map structure, and taking a parameter list corresponding to the external keyword as a value of the map structure for storage.
8. The method for operating the test tool according to claim 1, wherein the parameters to be retrieved comprise: and the file name of the file where the target keyword is located.
9. The method of operating a test tool according to any one of claims 1 to 8, further comprising:
closing the first window in a case where the target keyword is determined from the keywords displayed in the first window.
10. An electronic device, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform a method of operating a test tool according to any one of claims 1 to 9.
11. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out a method of operating a test tool according to any one of claims 1 to 9.
CN202210306556.8A 2022-03-25 2022-03-25 Method for operating test tool, electronic device, and storage medium Pending CN114840412A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210306556.8A CN114840412A (en) 2022-03-25 2022-03-25 Method for operating test tool, electronic device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210306556.8A CN114840412A (en) 2022-03-25 2022-03-25 Method for operating test tool, electronic device, and storage medium

Publications (1)

Publication Number Publication Date
CN114840412A true CN114840412A (en) 2022-08-02

Family

ID=82564249

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210306556.8A Pending CN114840412A (en) 2022-03-25 2022-03-25 Method for operating test tool, electronic device, and storage medium

Country Status (1)

Country Link
CN (1) CN114840412A (en)

Similar Documents

Publication Publication Date Title
JP4827834B2 (en) Method and apparatus for modifying process control data
US5999933A (en) Process and apparatus for collecting a data structure of a memory dump into a logical table
US5774887A (en) Customer service electronic form generating system
CN106598612B (en) Operation method and system for data table in database
RU2406115C2 (en) Accessing complex data
CN105677353A (en) Feature extraction method and machine learning method and device thereof
US6570591B1 (en) Visual syntax builder for space vehicle control
CN112668181A (en) Simulation test method, simulation test device, electronic equipment and storage medium
EP1480120A2 (en) System and method for presenting multilingual metadata
US11281684B2 (en) Electronic device description language (EDDL) search and navigation assistant
US20070255762A1 (en) System and method for synchronization of configuration values between a data base and its input utility
US7945890B2 (en) Registry for electronic design automation of integrated circuits
JP6370503B1 (en) Program creation device
US20040002829A1 (en) Semiconductor test data analysis system
EP1909170A1 (en) Method and system for automatically generating a communication interface
CN110209453B (en) Driver-based multi-object auto-refresh and display method and related product
CN114840412A (en) Method for operating test tool, electronic device, and storage medium
CN115617338A (en) Method and device for quickly generating service page and readable storage medium
US20090228678A1 (en) Mapping definition creation system and mapping definition creation program
US20090030951A1 (en) Programming apparatus and automatic data structure identification method
EP2111599A2 (en) Method and apparatus for managing descriptors in system specifications
JPH08272818A (en) Information retrieval system
CN107122294A (en) A kind of method, terminal and the device of test parameter file compatibility
CN112861060A (en) Page creating method and device, computer equipment and storage medium
CN112540995A (en) Data updating method, electronic device and storage medium

Legal Events

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