CN115729817A - Method and device for generating and optimizing test case library, electronic equipment and storage medium - Google Patents

Method and device for generating and optimizing test case library, electronic equipment and storage medium Download PDF

Info

Publication number
CN115729817A
CN115729817A CN202211452320.1A CN202211452320A CN115729817A CN 115729817 A CN115729817 A CN 115729817A CN 202211452320 A CN202211452320 A CN 202211452320A CN 115729817 A CN115729817 A CN 115729817A
Authority
CN
China
Prior art keywords
test case
library
test
case library
generating
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
CN202211452320.1A
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.)
Sichuan Zhongxinjia Technology Development Co ltd
Original Assignee
Sichuan Zhongxinjia Technology Development 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 Sichuan Zhongxinjia Technology Development Co ltd filed Critical Sichuan Zhongxinjia Technology Development Co ltd
Priority to CN202211452320.1A priority Critical patent/CN115729817A/en
Publication of CN115729817A publication Critical patent/CN115729817A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The application provides a method, a device, electronic equipment and a storage medium for generating and optimizing a test case library, and relates to the technical field of testing, wherein the method comprises the following steps: acquiring a plurality of preset library fields, and generating a use case table in a database based on the preset library fields; at least one preset library field corresponds to an index identifier; determining an index item of the use case table based on the index identification to obtain a test case library containing a test case template; initializing a test case library based on a defect management tool to generate an initialized test case library; and updating the initialized test case library based on the test data of the tester so as to optimize the test case library. The application provides a test case library with high coverage rate, and when a product is tested, the test time is saved, and the test efficiency is improved.

Description

Method and device for generating and optimizing test case library, electronic equipment and storage medium
Technical Field
The present application relates to the field of test technologies, and in particular, to a method and an apparatus for generating and optimizing a test case library, an electronic device, and a storage medium.
Background
When the black box test is performed, the current method for performing the function test mainly comprises the steps of analyzing the requirements by a tester, designing a corresponding test case, and then executing the test. However, the design of the test case often cannot cover the problems of the actual product, so that the test coverage rate is not high; the product is freely tested by a tester free test, so that higher labor cost and time cost are spent, and the test time is longer and the test efficiency is low.
Disclosure of Invention
The application aims to provide a method and a device for generating and optimizing a test case library, electronic equipment and a storage medium, the test case library with high coverage rate is provided, test time is saved and test efficiency is improved when a product is tested.
In a first aspect, the present invention provides a method for generating and optimizing a test case base, including: acquiring a plurality of preset library fields, and generating a use case table in a database based on the preset library fields; at least one preset library field corresponds to an index identifier; determining an index item of the case table based on the index identification to obtain a test case library containing a test case template; initializing a test case library based on a defect management tool to generate an initialized test case library; and updating the initialized test case library based on the test data of the tester so as to optimize the test case library.
In an optional embodiment, the plurality of preset library fields at least comprise one or more of a use case number, a use case keyword, a function classification, a precondition, an operation step, an expected result, input data, a test purpose, a test method, an associated bug description, a bug type and a bug reason; correspondingly, the preset library field corresponding to the index identifier at least comprises the bug type, the function classification and the use case keyword.
In an optional embodiment, determining an index entry of the case table based on the index identifier to obtain a test case library including a test case template includes: determining an index item of an index identifier pair use case table based on a preconfigured index priority; wherein, the index priority is in proportion to the test frequency of the index item.
In an optional embodiment, initializing the test case library based on the defect management tool, and generating an initialized test case library, includes: establishing a mapping relation for a preset library field in a test case library based on a defect management tool; responding to a classification parameter expansion request of a defect management tool, and acquiring response data corresponding to target classification; and matching target data in the response data based on the regular expression, and importing the target data into the test case library to complete the initialization of the test case library and generate the initialized test case library.
In an optional embodiment, updating the initialized test case library based on the test data of the tester to optimize the test case library includes: generating an empirical test case based on a test case generated by test data of a tester in a free test stage and a bug record; and updating the initialized test case library through the empirical test case so as to optimize the test case library.
In an alternative embodiment, the method further comprises: responding to the access condition of a tester, and positioning a specified test case in the test case library; and modifying and correcting the specified test case according to the input correction information.
In a second aspect, the present invention provides a device for generating and optimizing a test case library, including: the case table generating module is used for acquiring a plurality of preset library fields and generating a case table in the database based on the preset library fields; at least one preset library field corresponds to an index identifier; the case base determining module is used for determining an index item of the case table based on the index identifier to obtain a test case base containing a test case template; the initialization module is used for initializing the test case library based on the defect management tool and generating an initialized test case library; and the optimization module is used for updating the initialized test case library based on the test data of the tester so as to optimize the test case library.
In an optional embodiment, the plurality of preset library fields at least comprise one or more of a use case number, a use case keyword, a function classification, a precondition, an operation step, an expected result, input data, a test purpose, a test method, an associated bug description, a bug type and a bug reason; correspondingly, the preset library field corresponding to the index identifier at least comprises the bug type, the function classification and the use case keyword.
In a third aspect, the present invention provides an electronic device, including a processor and a memory, where the memory stores computer-executable instructions capable of being executed by the processor, and the processor executes the computer-executable instructions to implement the method for generating and optimizing a test case library according to any one of the foregoing embodiments.
In a fourth aspect, the present invention provides a computer-readable storage medium storing computer-executable instructions that, when invoked and executed by a processor, cause the processor to implement the method for generating and optimizing a test case library according to any one of the preceding embodiments.
The method comprises the steps of firstly obtaining a plurality of preset library fields, and generating a use case table in a database based on the preset library fields, wherein at least one preset library field corresponds to an index identifier. And finally, updating the initialized test case library based on the test data of the tester so as to optimize the test case library. By the method, a more perfect test case base can be determined, the test coverage rate can be improved by testing through the test case base, the test time is saved and the test efficiency is improved when a product is tested.
Drawings
In order to more clearly illustrate the detailed description of the present application or the technical solutions in the prior art, the drawings needed to be used in the detailed description of the present application or the prior art description will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a method for generating and optimizing a test case library according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram of a test case provided in an embodiment of the present application;
fig. 3 is a schematic diagram illustrating a method for generating and optimizing a test case library according to an embodiment of the present disclosure;
fig. 4 is a structural diagram of a test case library generation and optimization apparatus according to an embodiment of the present disclosure;
fig. 5 is a structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, as generally described and illustrated in the figures herein, could be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, as presented in the figures, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
The embodiment of the application provides a method for generating and optimizing a test case library, and as shown in fig. 1, the method mainly comprises the following steps:
step S102, obtaining a plurality of preset library fields, and generating a use case table in a database based on the preset library fields; at least one preset library field is corresponding to an index identifier.
The preset library fields at least comprise one or more of case numbers, case keywords, function classification, preconditions, operation steps, expected results, input data, test purposes, test methods, associated bug description, bug types and bug reasons. Wherein, a plurality of keywords in the case keywords can be separated by 'and'. The data type corresponding to the case number in the preset library field can be int type, and the other library fields are string type.
In an optional embodiment, the preset library field corresponding to the index identifier at least includes a bug type, a function classification, and a use case keyword.
And step S104, determining the index item of the case table based on the index identification to obtain a test case library containing the test case template.
In one embodiment, the index entry of the index identification vs. the use case table may be determined based on a preconfigured index priority; wherein, the index priority is in proportion to the test frequency of the index item.
In practical applications, for example, the prepared data may be first obtained through a script and the database may be operated, and a table, that is, the above-mentioned usage table, may be generated in the database. Fields identified by indexes (index) are set as index items by a method of creating multi-column indexes according to the sequence of case keywords, function classification and bug types (in the process of creating indexes, the most selective column is put at the front of the indexes, in the process of conditional query screening, the screening strength is high, and the execution efficiency is higher).
And step S106, initializing the test case library based on the defect management tool, and generating the initialized test case library.
In one embodiment, the initialization may be performed by:
step 1.1), establishing a mapping relation for a preset library field in a test case library based on a defect management tool;
step 1.2), responding to a classification parameter expansion request of a defect management tool, and acquiring response data corresponding to target classification;
and step 1.3), matching target data in the response data based on the regular expression, and importing the target data into the test case library to complete initialization of the test case library and generate the initialized test case library.
And step S108, updating the initialized test case library based on the test data of the tester so as to optimize the test case library.
In an alternative embodiment, the following steps may be taken in the implementation:
step 2.1), generating an empirical test case based on a test case generated by the test data of the tester in the free test stage and a bug record;
and 2.2) updating the initialized test case library through the empirical test case so as to optimize the test case library.
In one embodiment, after the case template is obtained, a case entry template can be provided to a tester. The case template comprises a case number, keywords (a plurality of keywords and a plurality of keywords are separated), function classification, preconditions, operation steps, expected results, input data, test purposes, test methods, associated bug description and bug reasons.
The tester can record relevant information of bugs other than some cases found in free test during the test activity, and after the test activity is finished, the bugs are arranged to form a complete empirical test case and then are recorded into a shared empirical case library, which is shown in fig. 2.
In practical applications, the above initialization method may be implemented by extracting defects classified as "other" on the defect management tool and corresponding cases, and writing the extracted defects and corresponding cases into the shared empirical case library to initialize the case library. In specific implementation, the following extraction steps can be adopted:
step 3.1), the confirmed use case template is put in a corresponding field suggestion mapping relation on a defect management tool;
and 3.2) acquiring response data classified as other response data after the interface request of the corresponding page on the defect management tool is requested by the other request carrying the classification parameter.
And 3.3) matching and extracting the required data in the response data by using the regular expression. For example, re.search (' bug description: (.
And 3.4) importing the excel data into the database after matching is finished.
For convenience of processing, the steps 3.1) to 3.4) can be packaged into a timing task, and the data extraction operation is performed on the defect management tool every day to synchronously update the related data newly generated in the test activity.
In addition, in order to improve the practicability of the actual test application, in an optional embodiment, the method further includes: responding to the access condition of a tester, and positioning a specified test case in the test case library; and modifying and correcting the specified test case according to the input correction information.
For example, in practical application, a tester can access and view all contents of a shared experience type case library at any time, and can also locate a specified case by using a single or combined field of case keywords, function groups and bug types as conditions, and adjust according to practical conditions after acquiring a target case.
By establishing the case library in the embodiment of the application, test points which are bug frequently occurring in the research and development process and cannot be covered by a conventional case design method can be put in a warehouse and filed, the effect that the test points do not fall down in the same pit for multiple times is achieved, and meanwhile, scattered and frequently occurring problems are collected and managed. The tester can improve the coverage and depth of the use cases through the shared use case library so as to achieve the purpose of improving the delivery quality.
For convenience of understanding, fig. 3 shows a specific manner for generating and optimizing a test case library, and a schematic diagram for a tester to call the test case library, so that a large number of experience type test cases can be stored by establishing a test shared experience type case library, the tester can query relevant experience type cases through a medium of the shared library when designing a function case, and after learning and comparison of the large number of experience type test cases, a case design idea and a test point coverage extent (if applicable cases can be directly extracted and used) are extended to achieve the purpose of improving software delivery quality.
Based on the above method embodiment, an embodiment of the present application further provides a device for generating and optimizing a test case library, as shown in fig. 4, where the device mainly includes the following components:
the use case table generating module 42 is configured to obtain a plurality of preset library fields, and generate a use case table in the database based on the preset library fields; at least one preset library field corresponds to an index identifier;
the case base determining module 44 is configured to determine an index entry of the case table based on the index identifier, and obtain a test case base including a test case template;
an initialization module 46, configured to initialize the test case library based on the defect management tool, and generate an initialized test case library;
and the optimization module 48 is configured to update the initialized test case library based on the test data of the tester, so as to optimize the test case library.
The generation and optimization device of the test case library can determine the more perfect test case library, can improve the test coverage rate by testing the test case library, saves the test time and improves the test efficiency when a product is tested.
In one embodiment, the plurality of preset library fields at least comprise one or more of case numbers, case keywords, function classification, preconditions, operation steps, expected results, input data, test purposes, test methods, associated bug descriptions, bug types and bug reasons;
correspondingly, the preset library field corresponding to the index identifier at least comprises the bug type, the function classification and the use case keyword.
In one embodiment, the example base determination module 44 is further configured to:
determining an index item of an index identifier pair use case table based on a preconfigured index priority; wherein, the index priority is in proportion to the test frequency of the index item.
In one embodiment, the initialization module 46 is further configured to:
establishing a mapping relation for a preset library field in a test case library based on a defect management tool; responding to a classification parameter expansion request of a defect management tool, and acquiring response data corresponding to a target classification; and matching target data in the response data based on the regular expression, and importing the target data into the test case library to complete the initialization of the test case library and generate the initialized test case library.
In one embodiment, optimization module 48 is further configured to:
generating an empirical test case based on a test case generated by test data of a tester in a free test stage and a bug record; and updating the initialized test case library through the empirical test case so as to optimize the test case library.
In one embodiment, the method further comprises:
responding to the access condition of a tester, and positioning a specified test case in the test case library; and modifying and correcting the specified test case according to the input correction information.
For a brief description, reference may be made to corresponding contents in the embodiment of the test case library generation and optimization method, where no mention is made in the embodiment of the test case library generation and optimization apparatus.
An electronic device is further provided in the embodiments of the present application, as shown in fig. 5, which is a schematic structural diagram of the electronic device, where the electronic device 100 includes a processor 51 and a memory 50, the memory 50 stores computer-executable instructions capable of being executed by the processor 51, and the processor 51 executes the computer-executable instructions to implement any one of the above methods for generating and optimizing a test case library.
In the embodiment shown in fig. 5, the electronic device further comprises a bus 52 and a communication interface 53, wherein the processor 51, the communication interface 53 and the memory 50 are connected by the bus 52.
The Memory 50 may include a high-speed Random Access Memory (RAM) and may also include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the network element of the system and at least one other network element is realized through at least one communication interface 53 (which may be wired or wireless), and the internet, a wide area network, a local network, a metropolitan area network, and the like can be used. The bus 52 may be an ISA (Industry Standard Architecture) bus, a PCI (Peripheral Component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus 52 may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 5, but this does not indicate only one bus or one type of bus.
The processor 51 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by instructions in the form of hardware integrated logic circuits or software in the processor 51. The Processor 51 may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method 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 modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in the memory, and the processor 51 reads information in the memory and completes the steps of the test case library generation and optimization method of the foregoing embodiment in combination with hardware thereof.
The embodiment of the present application further provides a computer-readable storage medium, where computer-executable instructions are stored in the computer-readable storage medium, and when the computer-executable instructions are called and executed by a processor, the computer-executable instructions cause the processor to implement the method for generating and optimizing the test case library, and specific implementation may refer to the foregoing method embodiment, and details are not described herein again.
The method, the apparatus, the electronic device, and the computer program product for generating and optimizing a test case library provided in the embodiments of the present application include a computer-readable storage medium storing a program code, where instructions included in the program code may be used to execute the method described in the foregoing method embodiments, and specific implementations may refer to the method embodiments and are not described herein again.
Unless specifically stated otherwise, the relative steps, numerical expressions, and values of the components and steps set forth in these embodiments do not limit the scope of the present application.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer-readable storage medium executable by a processor. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to 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 other various media capable of storing program codes.
In the description of the present application, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", and the like indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings or orientations or positional relationships that the products of the present invention are conventionally placed in use, and are used only for convenience in describing the present application and simplifying the description, but do not indicate or imply that the devices or elements referred to must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present application. Furthermore, the terms "first," "second," "third," and the like are used solely to distinguish one from another and are not to be construed as indicating or implying relative importance.
Furthermore, the terms "horizontal", "vertical", "overhang" and the like do not imply that the components are required to be absolutely horizontal or overhang, but may be slightly inclined. For example, "horizontal" merely means that the direction is more horizontal than "vertical" and does not mean that the structure must be perfectly horizontal, but may be slightly inclined.
In the description of the present application, it is further noted that, unless expressly stated or limited otherwise, the terms "disposed," "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meaning of the above terms in the present application can be understood in a specific case by those of ordinary skill in the art.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present application.

Claims (10)

1. A method for generating and optimizing a test case library is characterized by comprising the following steps:
acquiring a plurality of preset library fields, and generating a use case table in a database based on the preset library fields; at least one preset library field corresponds to an index identifier;
determining an index item of the use case table based on the index identification to obtain a test case library containing a test case template;
initializing a test case library based on a defect management tool to generate an initialized test case library;
and updating the initialized test case library based on the test data of the tester so as to optimize the test case library.
2. The method for generating and optimizing the test case library according to claim 1, wherein the preset library fields at least comprise one or more of case numbers, case keywords, function classification, preconditions, operation steps, expected results, input data, test purposes, test methods, associated bug descriptions, bug types and bug reasons;
correspondingly, the preset library field corresponding to the index identifier at least comprises a bug type, a function classification and a use case keyword.
3. The method for generating and optimizing a test case library according to claim 2, wherein determining the index entry of the case table based on the index identifier to obtain the test case library including the test case template comprises:
determining an index item of the index identifier to the use case table based on a preconfigured index priority; wherein the index priority is proportional to the test frequency of the index item.
4. The method for generating and optimizing the test case library according to claim 3, wherein initializing the test case library based on a defect management tool to generate the initialized test case library comprises:
establishing a mapping relation for a preset library field in the test case library based on the defect management tool;
responding to a classification parameter expansion request of the defect management tool, and acquiring response data corresponding to target classification;
and matching target data in the response data based on the regular expression, and importing the target data into a test case library to complete initialization of the test case library and generate an initialized test case library.
5. The method for generating and optimizing the test case library according to claim 4, wherein updating the initialized test case library based on test data of a tester to optimize the test case library comprises:
generating an empirical test case based on a test case generated by test data of a tester in a free test stage and a bug record;
and updating the initialized test case library through the empirical test case so as to optimize the test case library.
6. The method for generating and optimizing a test case base according to claim 2, further comprising:
responding to the access condition of a tester, and positioning a specified test case in the test case library;
and modifying and correcting the specified test case according to the input correction information.
7. A generation and optimization device for a test case library is characterized by comprising:
the case table generating module is used for acquiring a plurality of preset library fields and generating a case table in a database based on the preset library fields; at least one preset library field corresponds to an index identifier;
the case base determining module is used for determining an index item of the case table based on the index identifier to obtain a test case base containing a test case template;
the initialization module is used for initializing the test case library based on the defect management tool and generating an initialized test case library;
and the optimization module is used for updating the initialized test case library based on the test data of the tester so as to optimize the test case library.
8. The method for generating and optimizing the test case library according to claim 7, wherein the plurality of preset library fields at least comprise one or more of case numbers, case keywords, function classification, preconditions, operation steps, expected results, input data, test purposes, test methods, associated bug descriptions, bug types and bug reasons;
correspondingly, the preset library field corresponding to the index identifier at least comprises a bug type, a function classification and a use case keyword.
9. An electronic device comprising a processor and a memory, the memory storing computer-executable instructions executable by the processor, the processor executing the computer-executable instructions to implement the method of generating and optimizing a test case library of any of claims 1 to 7.
10. A computer-readable storage medium having stored thereon computer-executable instructions that, when invoked and executed by a processor, cause the processor to implement the method for test case library generation and optimization of any of claims 1 to 7.
CN202211452320.1A 2022-11-21 2022-11-21 Method and device for generating and optimizing test case library, electronic equipment and storage medium Pending CN115729817A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211452320.1A CN115729817A (en) 2022-11-21 2022-11-21 Method and device for generating and optimizing test case library, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211452320.1A CN115729817A (en) 2022-11-21 2022-11-21 Method and device for generating and optimizing test case library, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115729817A true CN115729817A (en) 2023-03-03

Family

ID=85296729

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211452320.1A Pending CN115729817A (en) 2022-11-21 2022-11-21 Method and device for generating and optimizing test case library, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115729817A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117313111A (en) * 2023-11-30 2023-12-29 中汽智联技术有限公司 Labeling and indexing method and system based on automobile information security test cases
CN117435514A (en) * 2023-12-21 2024-01-23 杭州罗莱迪思科技股份有限公司 Extraction method for smoke emission test case
CN118363874A (en) * 2024-06-20 2024-07-19 深圳华锐分布式技术股份有限公司 Keyword-driven automatic use case data generation method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117313111A (en) * 2023-11-30 2023-12-29 中汽智联技术有限公司 Labeling and indexing method and system based on automobile information security test cases
CN117313111B (en) * 2023-11-30 2024-04-09 中汽智联技术有限公司 Labeling and indexing method and system based on automobile information security test cases
CN117435514A (en) * 2023-12-21 2024-01-23 杭州罗莱迪思科技股份有限公司 Extraction method for smoke emission test case
CN117435514B (en) * 2023-12-21 2024-03-01 杭州罗莱迪思科技股份有限公司 Extraction method for smoke emission test case
CN118363874A (en) * 2024-06-20 2024-07-19 深圳华锐分布式技术股份有限公司 Keyword-driven automatic use case data generation method
CN118363874B (en) * 2024-06-20 2024-09-03 深圳华锐分布式技术股份有限公司 Keyword-driven automatic use case data generation method

Similar Documents

Publication Publication Date Title
CN115729817A (en) Method and device for generating and optimizing test case library, electronic equipment and storage medium
CN107273269B (en) Log analysis method and device
CN109033772B (en) Verification information input method and device
CN106708704B (en) Method and device for classifying crash logs
CN110554962A (en) Regression testing process covering method, server and computer readable storage medium
CN111767350A (en) Data warehouse testing method and device, terminal equipment and storage medium
CN115269444B (en) Code static detection method and device and server
CN112346775A (en) General index data processing method, electronic device and storage medium
CN116431522A (en) Automatic test method and system for low-code object storage gateway
CN108304310B (en) Log analysis method and computing device
CN116415258A (en) Vulnerability detection method, device, equipment, medium and program product
CN110795308A (en) Server inspection method, device, equipment and storage medium
CN112882707B (en) Rendering method and device, storage medium and electronic equipment
CN113672496B (en) Cosine similarity-based test method and system
CN109284268A (en) A kind of method, system and the electronic equipment of fast resolving log
CN114611039A (en) Asynchronous loading rule analysis method and device, storage medium and electronic equipment
CN112698837A (en) Method and device for matching dynamic behaviors with binary codes based on software genes
CN109739876B (en) Data query method and device for database based on Sqltoy-orm framework
CN113468076A (en) Application program exception testing method, device, equipment and storage medium
CN112131016A (en) Application program internal data processing method, device and equipment
CN112698883A (en) Configuration data processing method, device, terminal and storage medium
CN112948188A (en) Log file screening method, system and medium
CN112486497A (en) Compiling configuration file generation method and device, electronic equipment and storage medium
CN112783750A (en) Code vulnerability storage method and device, electronic equipment and storage medium
CN114528309B (en) Data checking method and device based on database fine comparison

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