CN114637691A - Test case management method and device - Google Patents
Test case management method and device Download PDFInfo
- Publication number
- CN114637691A CN114637691A CN202210531496.XA CN202210531496A CN114637691A CN 114637691 A CN114637691 A CN 114637691A CN 202210531496 A CN202210531496 A CN 202210531496A CN 114637691 A CN114637691 A CN 114637691A
- Authority
- CN
- China
- Prior art keywords
- test case
- user
- manual
- automatic
- automatic test
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000012360 testing method Methods 0.000 title claims abstract description 314
- 238000007726 management method Methods 0.000 title description 14
- 238000000034 method Methods 0.000 claims abstract description 42
- 238000004590 computer program Methods 0.000 claims description 8
- 210000004556 brain Anatomy 0.000 claims description 5
- 230000002596 correlated effect Effects 0.000 abstract 1
- 230000008569 process Effects 0.000 description 8
- 238000010586 diagram Methods 0.000 description 6
- 230000008901 benefit Effects 0.000 description 3
- 230000000694 effects Effects 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 238000012905 input function Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000008521 reorganization Effects 0.000 description 1
- 238000013522 software testing Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/3668—Testing of software
- G06F11/3672—Test management
- G06F11/368—Test management for test version control, e.g. updating test cases to a new software version
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
- G06F16/162—Delete operations
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
- G06F16/168—Details of user interfaces specifically adapted to file systems, e.g. browsing and visualisation, 2d or 3d GUIs
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Automatic Analysis And Handling Materials Therefor (AREA)
Abstract
The invention provides a method and a device for managing test cases, wherein the method comprises the following steps: receiving a single automatic test case or an automatic test case set input by a user, and storing the single automatic test case and/or the automatic test case set in a database; the automatic test case set comprises at least one single automatic test case; receiving a single manual test case or a manual test case set input by a user; the manual test case set comprises at least one single manual test case; displaying the single manual test case or the manual test case set and the single automatic test case and/or the automatic test case set in the database to a user; and receiving an association instruction of a user, and associating the manual test case with an automatic test case selected by the user. In the invention, the test cases are correlated, so that the test cases are better managed.
Description
Technical Field
The invention relates to the field of test cases, in particular to a method and a device for managing test cases.
Background
In the software testing process, a tester writes test cases according to the requirement description and outputs more test cases, so that efficient online management of the test cases output by the tester is necessary.
The current test case management system supports either an online case input function or uploading of a locally written test case file and provides online preview of the test case file; however, the process of inputting the test cases one by one is time-consuming; in a management mode taking the test case file as a unit, there is no way to operate a single test case inside, so that many functions cannot be realized, and the test case cannot be better managed.
Disclosure of Invention
The invention provides a method and a device for managing test cases, which are used for solving the problem that a single test case and a test case file cannot be managed simultaneously in the prior art.
In order to solve the above problems, the present invention is realized by:
in a first aspect, an embodiment of the present invention provides a method for managing a test case, where the method includes:
receiving a single automatic test case or an automatic test case set input by a user, and storing the single automatic test case or the automatic test case set in a database; the automatic test case set comprises at least one single automatic test case;
receiving a single manual test case or a manual test case set input by a user; the manual test case set comprises at least one single manual test case;
displaying the single manual test case or the manual test case set and the single automatic test case and/or the automatic test case set in the database to a user;
and receiving an association instruction of a user, and associating the manual test case with an automatic test case selected by the user.
Optionally, the method further includes:
and generating a scene test case set by the automatic test case associated with the manual test case.
Optionally, the method further includes:
displaying the associated at least one automatic test case to a user;
and receiving a checking indication of a user, and generating a user-defined test case set by the automatic test case checked by the user.
Optionally, the receiving of the manual test case set input by the user includes:
receiving a test case file input by a user, wherein the test case file comprises at least one manual test case;
analyzing the test case file into at least one single manual test case;
and generating a manual test case set according to the at least one single manual test case.
Optionally, the format of the test case file input by the user includes at least one of the following: brain graph format and Excel file.
In a second aspect, an embodiment of the present invention provides a device for managing test cases, including:
the first receiving module is used for receiving a single automatic test case or an automatic test case set input by a user and storing the single automatic test case or the automatic test case set in a database; the automatic test case set comprises at least one single automatic test case;
the second receiving module is used for receiving a single manual test case or a manual test case set input by a user; the manual test case set comprises at least one single manual test case;
the first display module is used for displaying the single manual test case or the manual test case set and the single automatic test case and/or the automatic test case set in the database to a user;
and the association module is used for receiving the association indication of the user and associating the manual test case with the automatic test case selected by the user.
Optionally, the method further includes:
and the first generation module is used for generating a scene test case set from the automatic test cases associated with the manual test cases.
Optionally, the method further includes:
the second display module is used for displaying the associated at least one automatic test case to the user;
and the second generation module is used for receiving the checking indication of the user and generating the automatic test case checked by the user into the user-defined test case set.
Optionally, the second receiving module includes:
the receiving submodule is used for receiving a test case file input by a user, and the test case file comprises at least one manual test case;
the analysis submodule is used for analyzing the test case file into at least one single manual test case;
and the generating submodule is used for generating an artificial test case set according to the at least one single artificial test case.
Optionally, the format of the test case file input by the user includes at least one of the following: brain graph format and Excel file.
In a third aspect, an embodiment of the present invention provides a server, including: a processor, a memory and a program stored on the memory and running on the processor, wherein the program, when executed by the processor, implements the steps of the method for managing test cases according to any one of the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when executed by a processor, the computer program implements the steps of the method for managing test cases according to any one of the first aspects.
According to the invention, the test cases are associated, online input of the test cases is supported, and the test cases with the test case files as units can be managed, so that the test cases are better managed.
Drawings
Various additional advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a flowchart of a method for managing test cases according to an embodiment of the present invention;
fig. 2 is an interface schematic diagram of a test case management method according to an embodiment of the present invention;
fig. 3 is an interface schematic diagram of another test case management method according to an embodiment of the present invention;
FIG. 4 is a schematic interface diagram of another test case management method according to an embodiment of the present invention;
fig. 5 is a schematic view of an associated interface of a method for managing test cases according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a method for managing test cases according to an embodiment of the present invention;
FIG. 7 is an architecture diagram of an apparatus for managing test cases according to an embodiment of the present invention;
fig. 8 is a diagram of a server architecture according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the drawings of the embodiments of the present invention. It should be apparent that the described embodiments are only some of the embodiments of the present invention, and not all of them. All other embodiments, which can be derived by a person skilled in the art from the described embodiments of the invention, are within the scope of the invention.
Unless defined otherwise, technical or scientific terms used herein shall have the ordinary meaning as understood by one of ordinary skill in the art to which this invention belongs. The use of "first," "second," and similar terms in the present application do not denote any order, quantity, or importance, but rather the terms are used to distinguish one element from another. The terms "connected" or "coupled" and the like are not restricted to physical or mechanical connections, but may include electrical connections, whether direct or indirect. "upper", "lower", "left", "right", and the like are used merely to indicate relative positional relationships, and when the absolute position of the object being described is changed, the relative positional relationships are changed accordingly.
Referring to fig. 1, an embodiment of the present invention provides a method for managing test cases, including:
step 11: receiving a single automatic test case or an automatic test case set input by a user, and storing the single automatic test case and/or the automatic test case set in a database; the automatic test case set comprises at least one single automatic test case;
step 12: receiving a single manual test case or a manual test case set input by a user; the manual test case set comprises at least one single manual test case;
step 13: displaying the single manual test case or the manual test case set and the single automatic test case and/or the automatic test case set in the database to a user;
step 14: and receiving an association instruction of a user, and associating the manual test case with an automatic test case selected by the user.
In the embodiment of the invention, the test cases are associated, the online input of the test cases is supported, and the test cases taking the test case files as units can be managed, so that the test cases are better managed.
In the embodiment of the present invention, referring to fig. 2, in step 12, receiving a manual test case set input by a user includes: receiving a test case file input by a user, wherein the user inputs the test case file in a page shown in FIG. 2; the test case file comprises at least one manual test case; the format of the test case file input by the user comprises at least one of the following items: brain graph format and Excel file; analyzing the test case file into at least one single manual test case in the page code; generating a manual test case set according to the at least one single manual test case; automatically analyzing the file name as a case set name, sequentially filling description and a Jira keyword by a user, and updating the generated test case online link as a test scheme into the corresponding Jira to improve the details of the case; the manual test case is a text test case input by a user according to test operation; the automatic test case is a flow test case which is automatically generated by the system according to the test flow.
In step 13, the single manual test case or the manual test case set and the single automatic test case and/or the automatic test case set in the database are displayed to a user; referring to fig. 3 and 4, the use case management page supports, but is not limited to, supporting the presentation of use case set name, use case description, Jira keyword, Jira name and operation; wherein the operation comprises at least one of: editing, detailing, previewing, reviewing and deleting; the functions of deleting, editing, checking a single test case contained in the case set, previewing a corresponding test case file, online reviewing, associating Jira, marking the batch level of the single test case and the like are supported; simultaneously, newly added cases and newly added case sets are supported; the online input, editing, deleting and batch deletion of single test cases are supported; selecting one operation detail from the case set shown in FIG. 3, entering a single automatic test case and/or an automatic test case set in the case detail page, clicking the associated automatic case button, entering the manual case associated automatic case page, and showing the database, wherein the page in FIG. four also supports editing and deleting the single test case, and also can mark whether the single test case passes the test, so as to provide a checkpoint support for online release, namely, identifying whether the single case under the case set associated with the online Jira passes the test, and forbidding the online operation.
Referring to fig. 5, in step 14, an association indication performed by the user on the manual case association automation case page is received, the manual test case is associated with the automation test case selected by the user, all cases that are associated and not associated are displayed, and association of a single or multiple automation cases is supported.
In the embodiment of the present invention, optionally, the method further includes: generating a scene test case set by the automatic test case associated with the manual test case; further comprising: displaying the associated at least one automatic test case to a user; receiving a checking indication of a user, and generating a user-defined test case set by the automatic test case checked by the user; the method comprises the steps that automatic test cases associated with the manual test cases are selected in a supporting mode, a new case set is generated, namely the scene test case set is generated, the scene test case set is a test case set according to the requirements of test scenes, and the user-defined test case set is a test case set which is freely set by users according to the requirements of the users; after one or more test cases are selected, a new case set is generated, a piece of data can be inserted into a case set table, case IDs under the case set are IDs of the one or more selected test cases, the IDs of the test case sets to which the corresponding one or more test cases belong can be added with the IDs of the newly generated test case sets, the selected cases are quickly organized into the new case set, and the test cases can be conveniently reused.
Referring to fig. 6, in the embodiment of the present invention, management of a test case set and a single test case is supported, where the test case set may generate the single test case through analysis; a single test case can generate a test case set through reorganization; wherein the management of the test case suite comprises at least one of: generating a test case set, namely generating the test case set by uploading a test case file, deleting the test case set in batches, editing the test case set, previewing the test case set on line and reviewing the test case set on line; the management of the single test case comprises at least one of the following: newly building a single test case, deleting the single test cases in batch, editing the single test cases, marking the test passing the single test cases and associating the test cases with the single test cases; the test cases are associated, online input of the test cases is supported, the test cases with the test case files as units can be managed, and the test cases can be better managed.
Referring to fig. 7, an embodiment of the present invention provides a device for managing test cases, including:
the first receiving module 71 is configured to receive a single automatic test case or an automatic test case set input by a user, and store the single automatic test case and/or the automatic test case set in a database; the automatic test case set comprises at least one single automatic test case;
a second receiving module 72, configured to receive a single manual test case or a manual test case set input by a user; the manual test case set comprises at least one single manual test case;
the first display module 73 is configured to display the single manual test case or the manual test case set and the single automatic test case and/or the automatic test case set in the database to a user;
and the association module 74 is configured to receive an association indication of the user, and associate the manual test case with an automatic test case selected by the user.
In the embodiment of the present invention, optionally, the method further includes:
and the first generation module is used for generating a scene test case set from the automatic test cases associated with the manual test cases.
In the embodiment of the present invention, optionally, the method further includes:
the second display module is used for displaying the associated at least one automatic test case to the user;
and the second generation module is used for receiving the checking indication of the user and generating the automatic test case checked by the user into a user-defined test case set.
In this embodiment of the present invention, optionally, the second receiving module includes:
the receiving submodule is used for receiving a test case file input by a user, and the test case file comprises at least one manual test case;
the analysis submodule is used for analyzing the test case file into at least one single manual test case;
and the generating submodule is used for generating an artificial test case set according to the at least one single artificial test case.
In the embodiment of the present invention, optionally, the format of the test case file input by the user includes at least one of the following: brain graph format and Excel file.
The device for managing the test cases provided by the embodiment of the present invention can implement each process implemented by the method for managing the test cases in the method embodiment of fig. 1, and is not described herein again to avoid repetition.
Referring to fig. 8, an embodiment of the present invention further provides a server 80, which includes a processor 81, a memory 82, and a computer program stored in the memory 82 and running on the processor 81, where the computer program, when executed by the processor 81, implements each process of the above-mentioned management method for test cases, and can achieve the same technical effect, and is not described herein again to avoid repetition.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the above-mentioned management method for test cases, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a terminal) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the particular illustrative embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, but is intended to cover various modifications, equivalent arrangements, and equivalents thereof, which may be made by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.
Claims (10)
1. A method for managing test cases is characterized by comprising the following steps:
receiving a single automatic test case or an automatic test case set input by a user, and storing the single automatic test case or the automatic test case set in a database; the automatic test case set comprises at least one single automatic test case;
receiving a single manual test case or a manual test case set input by a user; the manual test case set comprises at least one single manual test case;
displaying the single manual test case or the manual test case set and the single automatic test case and/or the automatic test case set in the database to a user;
and receiving an association instruction of a user, and associating the manual test case with an automatic test case selected by the user.
2. The method for managing test cases according to claim 1, further comprising:
and generating a scene test case set by the automatic test case associated with the manual test case.
3. The method for managing test cases according to claim 1, further comprising:
displaying the associated at least one automatic test case to a user;
and receiving a checking indication of a user, and generating a user-defined test case set by the automatic test case checked by the user.
4. The method for managing test cases according to claim 1, wherein receiving a manual test case set input by a user comprises:
receiving a test case file input by a user, wherein the test case file comprises at least one manual test case;
analyzing the test case file into at least one single manual test case;
and generating a manual test case set according to the at least one single manual test case.
5. The method for managing test cases according to claim 4,
the format of the test case file input by the user comprises at least one of the following items: brain graph format and Excel file.
6. A management apparatus for a test case, comprising:
the first receiving module is used for receiving a single automatic test case or an automatic test case set input by a user and storing the single automatic test case or the automatic test case set in a database; the automatic test case set comprises at least one single automatic test case;
the second receiving module is used for receiving a single manual test case or a manual test case set input by a user; the manual test case set comprises at least one single manual test case;
the first display module is used for displaying the single manual test case or the manual test case set and the single automatic test case and/or the automatic test case set in the database to a user;
and the association module is used for receiving the association indication of the user and associating the manual test case with the automatic test case selected by the user.
7. The apparatus for managing test cases according to claim 6, further comprising:
and the first generation module is used for generating a scene test case set from the automatic test cases associated with the manual test cases.
8. The apparatus for managing test cases according to claim 6, further comprising:
the second display module is used for displaying the associated at least one automatic test case to the user;
and the second generation module is used for receiving the checking indication of the user and generating the automatic test case checked by the user into the user-defined test case set.
9. A server, comprising: processor, memory and a program stored on the memory and running on the processor, the program, when executed by the processor, implementing the steps of the method for managing test cases according to any one of claims 1 to 5.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for managing test cases according to any one of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210531496.XA CN114637691A (en) | 2022-05-17 | 2022-05-17 | Test case management method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210531496.XA CN114637691A (en) | 2022-05-17 | 2022-05-17 | Test case management method and device |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114637691A true CN114637691A (en) | 2022-06-17 |
Family
ID=81953271
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210531496.XA Pending CN114637691A (en) | 2022-05-17 | 2022-05-17 | Test case management method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114637691A (en) |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130042222A1 (en) * | 2011-08-08 | 2013-02-14 | Computer Associates Think, Inc. | Automating functionality test cases |
CN106933728A (en) * | 2015-12-29 | 2017-07-07 | 中国移动(深圳)有限公司 | The method and device of demand and use-case relevance metric |
WO2018066040A1 (en) * | 2016-10-03 | 2018-04-12 | 株式会社日立製作所 | Management computer and test environment determination method |
CN112100359A (en) * | 2020-10-14 | 2020-12-18 | 北京嘀嘀无限科技发展有限公司 | Test case searching method, device, equipment and storage medium |
CN112148587A (en) * | 2020-05-26 | 2020-12-29 | 上海金融期货信息技术有限公司 | Software test management system and method |
CN112433954A (en) * | 2020-12-18 | 2021-03-02 | 西安联乘智能科技有限公司 | Method and device for analyzing, extracting and importing test case data |
CN112732556A (en) * | 2020-12-29 | 2021-04-30 | 北京浪潮数据技术有限公司 | Automatic testing method, device, equipment and storage medium for distributed system |
US20210248057A1 (en) * | 2020-02-10 | 2021-08-12 | EMC IP Holding Company LLC | Test case generator and user interface |
CN113312265A (en) * | 2021-06-08 | 2021-08-27 | 富途网络科技(深圳)有限公司 | Application method of test case and related product |
CN114265769A (en) * | 2021-12-10 | 2022-04-01 | 中国电子科技集团公司第二十九研究所 | Test system and method based on python script test case |
-
2022
- 2022-05-17 CN CN202210531496.XA patent/CN114637691A/en active Pending
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130042222A1 (en) * | 2011-08-08 | 2013-02-14 | Computer Associates Think, Inc. | Automating functionality test cases |
CN106933728A (en) * | 2015-12-29 | 2017-07-07 | 中国移动(深圳)有限公司 | The method and device of demand and use-case relevance metric |
WO2018066040A1 (en) * | 2016-10-03 | 2018-04-12 | 株式会社日立製作所 | Management computer and test environment determination method |
US20210248057A1 (en) * | 2020-02-10 | 2021-08-12 | EMC IP Holding Company LLC | Test case generator and user interface |
CN112148587A (en) * | 2020-05-26 | 2020-12-29 | 上海金融期货信息技术有限公司 | Software test management system and method |
CN112100359A (en) * | 2020-10-14 | 2020-12-18 | 北京嘀嘀无限科技发展有限公司 | Test case searching method, device, equipment and storage medium |
CN112433954A (en) * | 2020-12-18 | 2021-03-02 | 西安联乘智能科技有限公司 | Method and device for analyzing, extracting and importing test case data |
CN112732556A (en) * | 2020-12-29 | 2021-04-30 | 北京浪潮数据技术有限公司 | Automatic testing method, device, equipment and storage medium for distributed system |
CN113312265A (en) * | 2021-06-08 | 2021-08-27 | 富途网络科技(深圳)有限公司 | Application method of test case and related product |
CN114265769A (en) * | 2021-12-10 | 2022-04-01 | 中国电子科技集团公司第二十九研究所 | Test system and method based on python script test case |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112015412A (en) | Device and method for generating business model based on form engine | |
CN111061733B (en) | Data processing method, device, electronic equipment and computer readable storage medium | |
CN111209000B (en) | Processing method and device of custom control, electronic equipment and storage medium | |
CN116028653B (en) | Method and system for constructing map by visually configuring multi-source heterogeneous data | |
CN112035708A (en) | Knowledge graph display method and device, computer device and readable storage medium | |
US7509325B2 (en) | Synchronization of configuration values between a data base and its input utility | |
CN112988280B (en) | Configuration data processing method and device | |
CN113742338A (en) | Structured storage system for project acceptance forms | |
CN108121579B (en) | Method and device for modifying rule file | |
CN102171696B (en) | The generation method and apparatus of customization data | |
CN111597112B (en) | Automatic test method and device and electronic equipment | |
CN112286879B (en) | Metadata-based data asset construction method and device | |
CN114637691A (en) | Test case management method and device | |
CN112328616A (en) | Data updating method, device and storage medium | |
CN114647735A (en) | Relation graph display method, medium and display device | |
CN111860732A (en) | Method, device and system for processing secondary system drawing file data of transformer substation | |
JP2005100078A (en) | Software asset management system | |
JPH04211865A (en) | Method for supporting routine document preparation | |
CN112949265A (en) | Test question setting method and system | |
CN113836181A (en) | Data query method and device combining RPA and AI, electronic equipment and storage medium | |
CN112785242A (en) | Data processing method and related equipment | |
CN103679117B (en) | A kind of business card identification method and device | |
US20190005077A1 (en) | Retrieval system and retrieval apparatus | |
US20220358445A1 (en) | Training assignment tool | |
JP2008003670A (en) | Drawing management system and management method |
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 | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20220617 |
|
RJ01 | Rejection of invention patent application after publication |