CN112181825A - Test case library construction method and device, electronic equipment and medium - Google Patents

Test case library construction method and device, electronic equipment and medium Download PDF

Info

Publication number
CN112181825A
CN112181825A CN202011028411.3A CN202011028411A CN112181825A CN 112181825 A CN112181825 A CN 112181825A CN 202011028411 A CN202011028411 A CN 202011028411A CN 112181825 A CN112181825 A CN 112181825A
Authority
CN
China
Prior art keywords
test
test case
cases
case
determining
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
CN202011028411.3A
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.)
CCB Finetech Co Ltd
Original Assignee
CCB Finetech 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 CCB Finetech Co Ltd filed Critical CCB Finetech Co Ltd
Priority to CN202011028411.3A priority Critical patent/CN112181825A/en
Publication of CN112181825A publication Critical patent/CN112181825A/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/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Hardware Design (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a test case library construction method, a test case library construction device, electronic equipment and a test case library medium, which are applied to the technical field of testing, wherein the method comprises the following steps: obtaining test cases of at least two test case management subsystems; determining a test range and a test function module of a test case; taking the determined test range and the test function module of the test case as a label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.

Description

Test case library construction method and device, electronic equipment and medium
Technical Field
The application relates to the technical field of computers, in particular to a test case library construction method, a test case library construction device, electronic equipment and a test case library construction medium.
Background
In the software or system test project of the banking industry, a large amount of test case resources are accumulated through multiple version iterations. According to the original test case management method, different test projects are built in different databases, namely, the test project sub-database sub-tables are built, in addition, different banks respectively develop systems thereof, and test cases are formulated to test the developed systems, and the formulated test cases are stored in the own databases of the banks. However, the existing bank branches respectively formulate and independently store the test cases, so that the problem of resource waste of the test cases exists.
Disclosure of Invention
The application provides a test case library construction method, a test case library construction device, electronic equipment and a test case library construction medium, which are used for realizing sharing of test cases and improving the reuse rate of the test cases, so that the test cases do not need to be manufactured from beginning to end when new test requirements exist, and the test progress of test projects can be accelerated. The technical scheme adopted by the application is as follows:
in a first aspect, a method for constructing a test case library is provided, which is applied to a target test case management system, and includes:
obtaining test cases of at least two test case management subsystems;
determining a test range and a test function module of a test case;
taking the test range and the test function module of the determined test case as the label of the test case;
and constructing a test case library based on the test cases and the labels of the test cases.
Optionally, determining a test range and a test function module of the test case includes:
determining a historical test system for testing a test case;
and determining the functional modules and the test range of the test case for the historical test system.
Optionally, determining a functional module and a test range of the test case for the historical test system test includes:
and if the number of the historical test systems is multiple, screening the historical test systems based on the test time of the historical test systems, and taking the functional modules and the test requirement range of the latest tested historical test system as the labels of the test cases.
Optionally, the method further comprises:
when a preset trigger condition occurs, the connection between the target test management system and the test case management subsystem is established, and the test case is acquired from the test case management subsystem.
Optionally, the target test case management system is located on a cloud server.
Optionally, constructing a test case library based on the test cases and the labels to the test cases, previously comprising:
and judging whether a repeated test case exists or not based on the test range of the test case and the test function module, and if so, removing the duplicate of the test case.
Optionally, the method further comprises:
receiving a target test requirement sent by a demander;
and determining the test cases meeting the test requirements from the constructed test case library based on the target test requirements, and feeding back the test cases meeting the test requirements to the demander.
Optionally, determining a test case meeting the test requirement from the constructed test case library based on the target test requirement, and feeding back the test case meeting the test requirement to the demander, including:
judging whether a test case meeting the test requirement exists, if not, formulating the test case meeting the test requirement, and adding the formulated test case meeting the test requirement to a test case library.
In a third aspect, a test case library construction device is provided, which is applied to a target test case management system, and includes:
the acquisition module is used for acquiring the test cases of at least two test case management subsystems;
the first determining module is used for determining the testing range and the testing function module of the testing case;
the module is used for taking the test range and the test function module of the determined test case as the label of the test case;
and the construction module is used for constructing a test case base based on the test cases and the labels of the test cases.
Optionally, the first determining module includes:
the first determining unit is used for determining a historical test system for testing the test case;
and the second determining unit is used for determining the functional module and the test range of the test case for the historical test system.
Optionally, the second determining unit is specifically configured to, if there are multiple historical test systems, screen the historical test systems based on the test time of the historical test systems, and use the functional module and the test requirement range of the historical test system that is tested latest as the label of the test case.
Optionally, the apparatus further comprises:
and the connection establishing module is used for establishing the connection between the target test management system and the test case management subsystem when a preset trigger condition occurs, and acquiring the test case from the test case management subsystem.
Optionally, the target test case management system is located on a cloud server.
Optionally, the apparatus further comprises:
the first judgment module is used for judging whether a repeated test case exists or not based on the test range and the test function module of the test case, and if the repeated test case exists, the test case is subjected to duplicate removal.
Optionally, the apparatus further comprises:
the receiving module is used for receiving the target test requirement sent by the demander;
and the second determining module is used for determining the test cases meeting the test requirements from the constructed test case library based on the target test requirements and feeding the test cases meeting the test requirements back to the demander.
Optionally, the apparatus further comprises:
and the second judgment module is used for judging whether a test case meeting the test requirement exists or not, formulating the test case meeting the test requirement if the test case meeting the test requirement does not exist, and adding the formulated test case meeting the test requirement to the test case library.
In a third aspect, an electronic device is provided, which includes:
one or more processors;
a memory;
one or more application programs, wherein the one or more application programs are stored in the memory and configured to be executed by the one or more processors, the one or more programs configured to: the test case base construction method shown in the first aspect is performed.
In a fourth aspect, a computer-readable storage medium is provided, which is used for storing computer instructions, and when the computer instructions are executed on a computer, the computer can execute the test case library construction method shown in the first aspect.
Compared with the independent storage of test cases of different projects in the prior art, the test case library construction method and device, the electronic equipment and the medium have the advantages that the test cases of at least two test case management subsystems are obtained; determining a test range and a test function module of a test case; taking the test range and the test function module of the determined test case as the label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.
Additional aspects and advantages of the present application will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the present application.
Drawings
The foregoing and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a schematic flowchart of a test case library construction method according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a test case library construction device according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to the embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present application.
As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
The following describes the technical solutions of the present application and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
Example one
The embodiment of the application provides a method for constructing a test case library, which is applied to a target test case management system, and as shown in fig. 1, the method can comprise the following steps:
s101, obtaining test cases of at least two test case management subsystems;
the target test case management system can be located in the cloud server, and can establish connection between the target test management system and other test case management subsystems to obtain test cases of the test case management subsystems. The test case management subsystem can be a system for storing test cases of different test items and can also be a test case management system of different bank branches, so that the test cases of several different bank branches can be managed in a centralized manner, and a basis is further provided for subsequent reuse.
Step S102, determining a test range and a test function module of a test case;
specifically, when a test case is determined, the functional module to be tested may be divided, the test range is defined, and then the test case is determined. When the test cases are managed in a unified mode subsequently, the test range and the test function module of the test case can be determined, wherein the formulator of the test case is different bank branches or different test item groups, the language expression habits of the test case are inconsistent, so that the substantially same function module or test range is expressed by using different characters, the test function module and the test range of the test case can be identified through a natural language understanding technology, the function module or the test range of the test which expresses different tests but is substantially the same is identified, and the substantially same test case is prevented from being stored repeatedly.
Step S103, taking the determined test range and the test function module of the test case as the label of the test case;
and step S104, constructing a test case base based on the test cases and the labels of the test cases.
Specifically, the functional module to be tested may be used as a first-level classification label of the test case, and the test range may be used as a second-level classification label.
Compared with the independent storage of test cases of different projects in the prior art, the test cases of at least two test case management subsystems are obtained; determining a test range and a test function module of a test case; taking the test range and the test function module of the determined test case as the label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.
The embodiment of the present application provides a possible implementation manner, and specifically, determining a test range and a test function module of a test case includes:
determining a historical test system for testing a test case;
and determining the functional modules and the test range of the test case for the historical test system.
The embodiment of the present application provides a possible implementation manner, and specifically, determining a functional module and a test range of a test case for a historical test system test includes:
and if the number of the historical test systems is multiple, screening the historical test systems based on the test time of the historical test systems, and taking the functional modules and the test requirement range of the latest tested historical test system as the labels of the test cases.
The embodiment of the present application provides a possible implementation manner, and further, the method further includes:
when a preset trigger condition occurs, the connection between the target test management system and the test case management subsystem is established, and the test case is acquired from the test case management subsystem.
The target test case management system is located in the cloud server. The preset triggering condition can be that when a preset time condition is met, a target test management system located in the cloud server is connected with the test case management subsystem; or when detecting that the test case of the test case management subsystem is updated, actively initiating connection with a target test management system located in the cloud server.
The embodiment of the application provides a possible implementation manner, and further, a test case library is constructed based on the test cases and the labels of the test cases, which includes:
and judging whether a repeated test case exists or not based on the test range of the test case and the test function module, and if so, removing the duplicate of the test case.
Specifically, whether the test case is a repeated test case or not can be judged and determined according to the test range of the test case and the test function module through a natural language understanding technology, and if the test case is the repeated test case, duplication removal is performed, so that waste of storage resources is avoided.
The embodiment of the present application provides a possible implementation manner, and further, the method further includes:
receiving a target test requirement sent by a demander;
and determining the test cases meeting the test requirements from the constructed test case library based on the target test requirements, and feeding back the test cases meeting the test requirements to the demander.
The embodiment of the present application provides a possible implementation manner, further, determining a test case meeting the test requirements from the constructed test case library based on the target test requirements, and feeding back the test case meeting the test requirements to the demander, including:
judging whether a test case meeting the test requirement exists, if not, formulating the test case meeting the test requirement, and adding the formulated test case meeting the test requirement to a test case library.
Example two
Fig. 2 is a test case library constructing apparatus provided in an embodiment of the present application, where the apparatus 20 includes:
an obtaining module 201, configured to obtain test cases of at least two test case management subsystems;
the first determining module 202 is used for determining a test range and a test function module of a test case;
a module 203, configured to use the determined test range and test function module of the test case as a label of the test case;
a building module 204, configured to build a test case library based on the test cases and the labels for the test cases.
Specifically, the first determining module includes:
the first determining unit is used for determining a historical test system for testing the test case;
and the second determining unit is used for determining the functional module and the test range of the test case for the historical test system.
Specifically, the second determining unit is specifically configured to, if there are multiple historical test systems, screen the historical test systems based on the test time of the historical test systems, and use the functional module and the test requirement range of the historical test system that is tested latest as the label of the test case.
Specifically, the apparatus further comprises:
and the connection establishing module is used for establishing the connection between the target test management system and the test case management subsystem when a preset trigger condition occurs, and acquiring the test case from the test case management subsystem.
Specifically, the target test case management system is located in the cloud server.
Specifically, the apparatus further comprises:
the first judgment module is used for judging whether a repeated test case exists or not based on the test range and the test function module of the test case, and if the repeated test case exists, the test case is subjected to duplicate removal.
Specifically, the apparatus further comprises:
the receiving module is used for receiving the target test requirement sent by the demander;
and the second determining module is used for determining the test cases meeting the test requirements from the constructed test case library based on the target test requirements and feeding the test cases meeting the test requirements back to the demander.
Specifically, the apparatus further comprises:
and the second judgment module is used for judging whether a test case meeting the test requirement exists or not, formulating the test case meeting the test requirement if the test case meeting the test requirement does not exist, and adding the formulated test case meeting the test requirement to the test case library.
Compared with the independent storage of test cases of different projects in the prior art, the test case library construction device has the advantages that the test cases of at least two test case management subsystems are obtained; determining a test range and a test function module of a test case; taking the test range and the test function module of the determined test case as the label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.
The beneficial effects of the test case base construction device in the embodiment of the present application are similar to those of the test case base construction method in the first embodiment, and are not described herein again.
EXAMPLE III
An embodiment of the present application provides an electronic device, as shown in fig. 3, an electronic device 30 shown in fig. 3 includes: a processor 301 and a memory 303. Wherein processor 301 is coupled to memory 303, such as via bus 302. Further, the electronic device 30 may also include a transceiver 304. It should be noted that the transceiver 304 is not limited to one in practical applications, and the structure of the electronic device 30 is not limited to the embodiment of the present application. The processor 301 is applied to the embodiment of the present application, and is used to implement the functions of the modules shown in fig. 2. The transceiver 304 includes a receiver and a transmitter.
The processor 301 may be a CPU, general purpose processor, DSP, ASIC, FPGA or other programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor 301 may also be a combination of computing functions, e.g., comprising one or more microprocessors, a combination of a DSP and a microprocessor, or the like.
Bus 302 may include a path that transfers information between the above components. The bus 302 may be a PCI bus or an EISA bus, etc. The bus 302 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 3, but this does not mean only one bus or one type of bus.
Memory 303 may be, but is not limited to, a ROM or other type of static storage device that can store static information and instructions, a RAM or other type of dynamic storage device that can store information and instructions, an EEPROM, a CD-ROM or other optical disk storage, optical disk storage (including compact disk, laser disk, optical disk, digital versatile disk, blu-ray disk, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
The memory 303 is used for storing application program codes for executing the scheme of the application, and the processor 301 controls the execution. The processor 301 is configured to execute application program code stored in the memory 303 to implement the functions of the apparatus provided by the embodiment shown in fig. 2.
Compared with the independent storage of test cases of different projects in the prior art, the electronic equipment has the advantages that the test cases of at least two test case management subsystems are obtained; determining a test range and a test function module of a test case; taking the test range and the test function module of the determined test case as the label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.
The embodiment of the application provides an electronic device suitable for the method embodiment. And will not be described in detail herein.
Example four
The present application provides a computer-readable storage medium, on which a computer program is stored, and when the program is executed by a processor, the method shown in the above embodiments is implemented.
Compared with the independent storage of test cases of different projects in the prior art, the embodiment of the application provides a computer-readable storage medium, and the application obtains the test cases of at least two test case management subsystems; determining a test range and a test function module of a test case; taking the test range and the test function module of the determined test case as the label of the test case; and constructing a test case library based on the test cases and the labels of the test cases. The method comprises the following steps of centrally managing test cases distributed in different databases, determining labels of the test cases according to test ranges of the test cases and tested functional modules, and constructing a test case library according to the test cases and the labels of the test cases; that is to say, when a new test item exists, the corresponding test case can be directly selected from the constructed database for testing, and the test case is prevented from being re-formulated for the new test item, so that the reuse of the test cases in different databases is realized, and the test efficiency of the test item can be improved.
The embodiment of the application provides a computer-readable storage medium which is suitable for the method embodiment. And will not be described in detail herein.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present application, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present application, and these modifications and decorations should also be regarded as the protection scope of the present application.

Claims (12)

1. A method for constructing a test case library is applied to a target test case management system and comprises the following steps:
obtaining test cases of at least two test case management subsystems;
determining a test range and a test function module of a test case;
taking the determined test range and the test function module of the test case as a label of the test case;
and constructing a test case library based on the test cases and the labels of the test cases.
2. The method of claim 1, wherein determining the test range and the test function module of the test case comprises:
determining a historical test system for the test case test;
and determining the functional modules and the test range of the test case for the historical test system.
3. The method of claim 2, wherein the determining the functional modules and test ranges that the test cases test for the historical test system comprises:
and if the number of the historical test systems is multiple, screening the historical test systems based on the test time of the historical test systems, and taking the functional modules and the test requirement range of the latest tested historical test system as the labels of the test cases.
4. The method of claim 1, further comprising:
when a preset trigger condition occurs, the connection between the target test management system and the test case management subsystem is established, and the test case is acquired from the test case management subsystem.
5. The method of claim 1, wherein the target test case management system is located on a cloud server.
6. The method of claim 1, wherein constructing a test case library based on the test cases and the labels to the test cases previously comprises:
and judging whether a repeated test case exists or not based on the test range and the test function module of the test case, and if so, removing the duplicate of the test case.
7. The method according to any one of claims 1-6, further comprising:
receiving a target test requirement sent by a demander;
and determining the test cases meeting the test requirements from the constructed test case library based on the target test requirements, and feeding back the test cases meeting the test requirements to the demander.
8. The method of claim 7, wherein determining test cases meeting the test requirements from the constructed test case library based on the target test requirements, and feeding back the test cases meeting the test requirements to the demander comprises:
judging whether a test case meeting the test requirement exists, if not, formulating the test case meeting the test requirement, and adding the formulated test case meeting the test requirement to the test case library.
9. A test case library construction device is applied to a target test case management system and comprises the following components:
the acquisition module is used for acquiring the test cases of at least two test case management subsystems;
the first determining module is used for determining the testing range and the testing function module of the testing case;
the module is used for taking the determined test range and the test function module of the test case as the label of the test case;
and the construction module is used for constructing a test case base based on the test cases and the labels of the test cases.
10. The apparatus of claim 9, wherein the first determining module comprises:
the first determining unit is used for determining a historical test system for the test case test;
and the second determination unit is used for determining the functional module and the test range of the test case for the historical test system.
11. An electronic device, comprising:
one or more processors;
a memory;
one or more applications, wherein the one or more applications are stored in the memory and configured to be executed by the one or more processors, the one or more programs configured to: performing a test case base construction method according to any of claims 1 to 8.
12. A computer-readable storage medium for storing computer instructions which, when executed on a computer, cause the computer to perform the method of constructing a test case library of any of claims 1 to 8.
CN202011028411.3A 2020-09-26 2020-09-26 Test case library construction method and device, electronic equipment and medium Pending CN112181825A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011028411.3A CN112181825A (en) 2020-09-26 2020-09-26 Test case library construction method and device, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011028411.3A CN112181825A (en) 2020-09-26 2020-09-26 Test case library construction method and device, electronic equipment and medium

Publications (1)

Publication Number Publication Date
CN112181825A true CN112181825A (en) 2021-01-05

Family

ID=73943526

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011028411.3A Pending CN112181825A (en) 2020-09-26 2020-09-26 Test case library construction method and device, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN112181825A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113220598A (en) * 2021-06-21 2021-08-06 中国农业银行股份有限公司 System test method, apparatus, device, medium, and program product

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107678951A (en) * 2017-09-21 2018-02-09 平安科技(深圳)有限公司 Test exemple automation management method, device, equipment and storage medium
CN110321291A (en) * 2019-07-12 2019-10-11 中国工商银行股份有限公司 Test cases intelligent extraction system and method
CN111475401A (en) * 2020-03-19 2020-07-31 平安国际智慧城市科技股份有限公司 Test method and related equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107678951A (en) * 2017-09-21 2018-02-09 平安科技(深圳)有限公司 Test exemple automation management method, device, equipment and storage medium
CN110321291A (en) * 2019-07-12 2019-10-11 中国工商银行股份有限公司 Test cases intelligent extraction system and method
CN111475401A (en) * 2020-03-19 2020-07-31 平安国际智慧城市科技股份有限公司 Test method and related equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113220598A (en) * 2021-06-21 2021-08-06 中国农业银行股份有限公司 System test method, apparatus, device, medium, and program product
CN113220598B (en) * 2021-06-21 2023-10-03 中国农业银行股份有限公司 System test method, device, equipment, medium and program product

Similar Documents

Publication Publication Date Title
CN104252481A (en) Dynamic check method and device for consistency of main and salve databases
US7865780B2 (en) Method for test case generation
CN115335821B (en) Offloading statistics collection
US9870314B1 (en) Update testing by build introspection
CN108140022B (en) Data query method and database system
CN111240876A (en) Fault positioning method and device for microservice, storage medium and terminal
CN113495728A (en) Dependency relationship determination method, dependency relationship determination device, electronic equipment and medium
CN111258905A (en) Defect positioning method and device, electronic equipment and computer readable storage medium
CN114281663A (en) Test processing method, test processing device, electronic equipment and storage medium
CN112181825A (en) Test case library construction method and device, electronic equipment and medium
CN113722600A (en) Data query method, device, equipment and product applied to big data
CN116974874A (en) Database testing method and device, electronic equipment and readable storage medium
CN109389271B (en) Application performance management method and system
CN106330556B (en) A kind of method and apparatus calling related information for generating service module
CN109241027B (en) Data migration method, device, electronic equipment and computer readable storage medium
US20170161359A1 (en) Pattern-driven data generator
CN115250231B (en) Application configuration method and device
CN114780021B (en) Copy repairing method and device, electronic equipment and storage medium
CN117389908B (en) Dependency analysis method, system and medium for interface automation test case
CN115221211B (en) Graph calculation processing method and device, electronic equipment and storage medium
CN116401113B (en) Environment verification method, device and medium for heterogeneous many-core architecture acceleration card
CN117971679A (en) Intelligent contract test data generation method, device, equipment and storage medium
CN108009190B (en) Data export method, data export system and computer device
CN116090382A (en) Time sequence report generation method and device
CN117076540A (en) System data transmission method, device, storage medium and equipment

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: 20210105

RJ01 Rejection of invention patent application after publication