CN111723007A - Test case merging method, system, equipment and medium - Google Patents

Test case merging method, system, equipment and medium Download PDF

Info

Publication number
CN111723007A
CN111723007A CN202010471734.3A CN202010471734A CN111723007A CN 111723007 A CN111723007 A CN 111723007A CN 202010471734 A CN202010471734 A CN 202010471734A CN 111723007 A CN111723007 A CN 111723007A
Authority
CN
China
Prior art keywords
test case
updated
sets
serial number
updated 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.)
Granted
Application number
CN202010471734.3A
Other languages
Chinese (zh)
Other versions
CN111723007B (en
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010471734.3A priority Critical patent/CN111723007B/en
Publication of CN111723007A publication Critical patent/CN111723007A/en
Application granted granted Critical
Publication of CN111723007B publication Critical patent/CN111723007B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • 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
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Abstract

The invention discloses a test case merging method, which comprises the following steps: sending the original test case set to each user and receiving the test case set updated by each user; counting the serial number of the test case in each updated test case set and the MD5 value; determining updated test cases according to the total times of the same serial number appearing in all the updated test case sets, the number of the updated test case sets and the MD5 value of the test case corresponding to each serial number; and merging the updated test cases and the rest of the un-updated test cases to obtain a final test case set. The invention also discloses a system, a computer device and a readable storage medium. The scheme provided by the method solves the problems of updating and merging of data or test cases, and provides a lightweight solution and a tool implementation mode.

Description

Test case merging method, system, equipment and medium
Technical Field
The invention relates to the field of data processing, in particular to a test case merging method, a system, equipment and a storage medium.
Background
Each test engineer takes the test case list of the same version, then updates own test cases respectively, submits the test cases to the same place in a unified way, and after all the test engineers submit data, all the test cases need to be collected together, the test cases which are not updated need to be reserved, and all the updated test cases are collected into one data to cover the original data.
In the updating process, the merging work needs to judge which data is the latest in each newly submitted document and to cover the original data. The general merging process is to compare the original data with the submitted data, if not, the submitted data is used to cover the original data, and if the data is the same, the data is not covered.
The updating process has natural disadvantages, and when more than 3 copies of the original data exist, the final test case can be caused to repeatedly cover the original data and the submitted data. Resulting in final version uncertainty, data or test case coverage over and over.
Disclosure of Invention
In view of the above, in order to overcome at least one aspect of the above problem, an embodiment of the present invention provides a method for merging test cases, including the following steps:
sending an original test case set to each user and receiving the test case set updated by each user;
counting the serial number and the MD5 value of the test case in each updated test case set;
determining updated test cases according to the total times of the same serial number appearing in all the updated test case sets, the number of the updated test case sets and the MD5 value of the test case corresponding to each serial number;
and merging the updated test case and the rest of the un-updated test cases to obtain a final test case set.
In some embodiments, determining an updated test case according to the total number of occurrences of the same number in all the updated test case sets, the number of the updated test case sets, and the MD5 value of the test case corresponding to each number further includes:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is equal to the number of the updated test case sets, taking the test case corresponding to the same MD5 value with the minimum number of times as the updated test case.
In some embodiments, further comprising:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is less than the number of the updated test case sets, deleting the corresponding test cases.
In some embodiments, further comprising:
and responding to that the same serial number only appears once in all the updated test case sets, and taking the corresponding test case as a newly added test case.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a merging system of test cases, including:
the receiving module is configured to send an original test case set to each user and receive the test case set updated by each user;
the statistic module is configured to count the serial number of the test cases in each updated test case set and the MD5 value;
the determining module is configured to determine updated test cases according to the total number of times that the same serial number appears in all the updated test case sets, the number of the updated test case sets and the MD5 value of the test case corresponding to each serial number;
and the merging module is configured to merge the updated test cases and the rest of the un-updated test cases to obtain a final test case set.
In some embodiments, the determination module is further configured to:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is equal to the number of the updated test case sets, taking the test case corresponding to the same MD5 value with the minimum number of times as the updated test case.
In some embodiments, the determination module is further configured to:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is less than the number of the updated test case sets, deleting the corresponding test cases.
In some embodiments, the determination module is further configured to:
and responding to that the same serial number only appears once in all the updated test case sets, and taking the corresponding test case as a newly added test case.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a computer apparatus, including:
at least one processor; and
a memory storing a computer program operable on the processor, wherein the processor executes the program to perform the steps of any of the test case merging methods described above.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the computer program executes the steps of any of the test case merging methods described above.
The invention has one of the following beneficial technical effects: the scheme provided by the method is based on the same data source or test case set, the data source or test case set is distributed to multiple persons for maintenance and updating, each person only updates the part in charge of the person, and under the condition that the parts in charge among the multiple persons do not repeatedly generate conflicts, the problem of updating and merging the data or the test cases is solved, and a lightweight solution and a tool implementation mode are provided.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
Fig. 1 is a schematic flow chart of a test case merging method according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a test case set according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a test case merging system according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a computer device provided in an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
It should be noted that, in the embodiment of the present invention, the test case number is a unique identification manner for distinguishing different test cases. Different test cases may have different test case numbers. The test case content can be updated along with the maintenance and updating of the function, but the corresponding test case number does not change all the time in the project. And has uniqueness.
The test case content generally includes test environment, operation steps, expected results, cautions, and the like, and the test case content may vary to some extent depending on different items. The content of the part is updated and maintained by a test case responsible person, and the content of the test case is updated and changed along with the update of the product function definition.
According to an aspect of the present invention, an embodiment of the present invention provides a test case merging method, as shown in fig. 1, which may include the steps of: s1, sending the original test case set to each user and receiving the updated test case set of each user; s2, counting the serial number and MD5 value of each updated test case set; s3, determining the updated test cases according to the total times of the same serial number appearing in all the updated test case sets, the number of the updated test case sets and the MD5 value of the test case corresponding to each serial number; and S4, merging the updated test case and the rest of the test cases which are not updated to obtain a final test case set.
The scheme provided by the method is based on the same data source or test case set, the data source or test case set is distributed to multiple persons for maintenance and updating, each person only updates the part in charge of the person, and under the condition that the parts in charge among the multiple persons do not repeatedly generate conflicts, the problem of updating and merging the data or the test cases is solved, and a lightweight solution and a tool implementation mode are provided.
In some embodiments, determining an updated test case according to the total number of occurrences of the same number in all the updated test case sets, the number of the updated test case sets, and the MD5 value of the test case corresponding to each number further includes:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is equal to the number of the updated test case sets, taking the test case corresponding to the same MD5 value with the minimum number of times as the updated test case.
In some embodiments, further comprising:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is less than the number of the updated test case sets, deleting the corresponding test cases.
In some embodiments, further comprising:
and responding to that the same serial number only appears once in all the updated test case sets, and taking the corresponding test case as a newly added test case.
Specifically, as shown in fig. 2, the letters a-N represent a data source or a test case set composed of 14 data, and a-N is a number (identifier) of the data or the test case, and has uniqueness, and the data represented by a-N may change, but a-N as an identifier does not change. Each letter has a different tester maintenance. Respectively distributed to A, B, C, D, 4 persons for updating and maintenance.
Four people, a, b, c, d, will get the document of fig. 2. Each person maintains and updates only their own parts. For example, A, maintenance and update A to D, B, maintenance and update E to G, C, maintenance and update H to J, D, maintenance and update K to N. And first, maintaining and updating the data represented by A; b, maintaining and updating the data represented by the F; maintaining and updating the I representative data; and D, no data updating.
After the test case sets maintained by four persons, namely A, B, C and D are received, the test case numbers A-N in the test case sets respectively represent data or test case contents and respectively take MD5(Message-Digest Algorithm) values, and then the number of each test case and the information occurrence frequency corresponding to the number are counted.
In some embodiments, when the number of occurrences of the same number is equal to the total number of submitted documents, and the MD5 values of the test cases corresponding to the same number are all the same, it is indicated that the test case is not updated by one.
In some embodiments, when the number of occurrences of the same number is equal to the total number of submitted documents, but if there are 2 different values in the MD5 value of the test case corresponding to the same number, it indicates that the corresponding test case belongs to the modified test case, and the modified test case with the smallest number of occurrences of the MD5 value and different from the original version is selected as the updated test case.
In some embodiments, when the number of occurrences of the same number is less than the total number of submitted documents, it is indicated that the test case has been deleted by one person.
In some embodiments, when the number of the same serial number only appears 1 time, it indicates that the corresponding test case belongs to the new test case.
In some embodiments, when the number of occurrences of the same number is only equal to the total number of documents, but if there are 3 or more different values of the MD5 value of the test case corresponding to the same number, it indicates that 2 or more people have updated the same test case at the same time, and manual intervention judgment is required.
In some embodiments, other data or test cases that are not updated occur as many times as the total number of files and do not need to be updated. Therefore, all the updated test cases (addition, deletion and modification) and the test cases which are not updated are merged to obtain the final test case set.
The scheme provided by the invention can rapidly count the increasing, deleting and changing conditions of the data or the test cases and rapidly judge the error condition of the data by counting the number of times of occurrence of the numbers corresponding to the test cases. That is, in all the test case sets, the test cases with the occurrence frequency equal to 1 are added test cases; the test cases with the occurrence times equal to the test case set minus 1 are deleted test cases; the number of occurrences is equal to the total number of the test case sets, but the test cases with the changed MD5 values are changed test cases; the occurrence times are equal to the total number of the test case sets, but more than 2 versions (more than 2 persons change the same data or test cases) exist in the MD5 value, and the data or test cases with disputes or exceptions exist; and the MD5 system of the test case content, and the corresponding number appears for the number of times which is equal to the total number of the test case sets, and the test cases are not updated.
The scheme provided by the method is based on the same data source or test case set, the data source or test case set is distributed to multiple persons for maintenance and updating, each person only updates the part in charge of the person, and under the condition that the parts in charge among the multiple persons do not repeatedly generate conflicts, the problem of updating and merging the data or the test cases is solved, and a lightweight solution and a tool implementation mode are provided.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a merging system 400 of test cases, as shown in fig. 3, including:
a receiving module 401, where the receiving module 401 is configured to send an original test case set to each user and receive an updated test case set of each user;
a statistics module 402, where the statistics module 402 is configured to perform statistics on the serial number and the MD5 value of the test case in each updated test case set;
a determining module 403, where the determining module 403 is configured to determine updated test cases according to the total number of times that the same serial number appears in all the updated test case sets, the number of the updated test case sets, and the MD5 value of the test case corresponding to each serial number;
a merging module 404, where the merging module 404 is configured to merge the updated test case and the rest of the un-updated test cases to obtain a final test case set.
In some embodiments, the determination module 403 is further configured to:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is equal to the number of the updated test case sets, taking the test case corresponding to the same MD5 value with the minimum number of times as the updated test case.
In some embodiments, the determination module 403 is further configured to:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is less than the number of the updated test case sets, deleting the corresponding test cases.
In some embodiments, the determination module 403 is further configured to:
and responding to that the same serial number only appears once in all the updated test case sets, and taking the corresponding test case as a newly added test case.
Based on the same inventive concept, according to another aspect of the present invention, as shown in fig. 4, an embodiment of the present invention further provides a computer apparatus 501, including:
at least one processor 520; and
the memory 510 and the memory 510 store a computer program 511 that can be executed on the processor, and the processor 520 executes the program to execute the steps of any of the above test case merging methods.
Based on the same inventive concept, according to another aspect of the present invention, as shown in fig. 5, an embodiment of the present invention further provides a computer-readable storage medium 601, where the computer-readable storage medium 601 stores computer program instructions 610, and the computer program instructions 610, when executed by a processor, perform the steps of any of the above test case merging methods.
Finally, it should be noted that, as will be understood by those skilled in the art, all or part of the processes of the methods of the above embodiments may be implemented by a computer program to instruct related hardware to implement the methods. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
In addition, the apparatuses, devices, and the like disclosed in the embodiments of the present invention may be various electronic terminal devices, such as a mobile phone, a Personal Digital Assistant (PDA), a tablet computer (PAD), a smart television, and the like, or may be a large terminal device, such as a server, and the like, and therefore the scope of protection disclosed in the embodiments of the present invention should not be limited to a specific type of apparatus, device. The client disclosed by the embodiment of the invention can be applied to any one of the electronic terminal devices in the form of electronic hardware, computer software or a combination of the electronic hardware and the computer software.
Furthermore, the method disclosed according to an embodiment of the present invention may also be implemented as a computer program executed by a CPU, and the computer program may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method disclosed in the embodiments of the present invention.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Further, it should be appreciated that the computer-readable storage media (e.g., memory) herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory. By way of example, and not limitation, nonvolatile memory can include Read Only Memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which can act as external cache memory. By way of example and not limitation, RAM is available in a variety of forms such as synchronous RAM (DRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The storage devices of the disclosed aspects are intended to comprise, without being limited to, these and other suitable types of memory.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed embodiments of the present invention.
The various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein may be implemented or performed with the following components designed to perform the functions herein: a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. A general purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP, and/or any other such configuration.
The steps of a method or algorithm described in connection with the disclosure herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
In one or more exemplary designs, the functions may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage 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 general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. Also, any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk and disc, as used herein, includes Compact Disc (CD), laser disc, optical disc, Digital Versatile Disc (DVD), floppy disk, blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps of implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A merging method of test cases is characterized by comprising the following steps:
sending an original test case set to each user and receiving the test case set updated by each user;
counting the serial number and the MD5 value of the test case in each updated test case set;
determining updated test cases according to the total times of the same serial number appearing in all the updated test case sets, the number of the updated test case sets and the MD5 value of the test case corresponding to each serial number;
and merging the updated test case and the rest of the un-updated test cases to obtain a final test case set.
2. The method of claim 1, wherein determining updated test cases according to a total number of occurrences of a same number in all of the updated test case sets, a number of the updated test case sets, and an MD5 value of a test case corresponding to each number, further comprises:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is equal to the number of the updated test case sets, taking the test case corresponding to the same MD5 value with the minimum number of times as the updated test case.
3. The method of claim 2, further comprising:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is less than the number of the updated test case sets, deleting the corresponding test cases.
4. The method of claim 2, further comprising:
and responding to that the same serial number only appears once in all the updated test case sets, and taking the corresponding test case as a newly added test case.
5. A system for merging test cases, comprising:
the receiving module is configured to send an original test case set to each user and receive the test case set updated by each user;
the statistic module is configured to count the serial number of the test cases in each updated test case set and the MD5 value;
the determining module is configured to determine updated test cases according to the total number of times that the same serial number appears in all the updated test case sets, the number of the updated test case sets and the MD5 value of the test case corresponding to each serial number;
and the merging module is configured to merge the updated test cases and the rest of the un-updated test cases to obtain a final test case set.
6. The system of claim 5, wherein the determination module is further configured to:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is equal to the number of the updated test case sets, taking the test case corresponding to the same MD5 value with the minimum number of times as the updated test case.
7. The system of claim 6, wherein the determination module is further configured to:
and in response to that the total number of times that the same serial number appears in all the updated test case sets is less than the number of the updated test case sets, deleting the corresponding test cases.
8. The system of claim 6, wherein the determination module is further configured to:
and responding to that the same serial number only appears once in all the updated test case sets, and taking the corresponding test case as a newly added test case.
9. A computer device, comprising:
at least one processor; and
memory storing a computer program operable on the processor, characterized in that the processor executes the program to perform the steps of the method according to any of claims 1-4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, is adapted to carry out the steps of the method according to any one of claims 1-4.
CN202010471734.3A 2020-05-29 2020-05-29 Test case merging method, system, equipment and medium Active CN111723007B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010471734.3A CN111723007B (en) 2020-05-29 2020-05-29 Test case merging method, system, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010471734.3A CN111723007B (en) 2020-05-29 2020-05-29 Test case merging method, system, equipment and medium

Publications (2)

Publication Number Publication Date
CN111723007A true CN111723007A (en) 2020-09-29
CN111723007B CN111723007B (en) 2022-06-14

Family

ID=72565213

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010471734.3A Active CN111723007B (en) 2020-05-29 2020-05-29 Test case merging method, system, equipment and medium

Country Status (1)

Country Link
CN (1) CN111723007B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127352A (en) * 2021-04-20 2021-07-16 成都新潮传媒集团有限公司 Automatic case statistical method and device and computer readable storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103123606A (en) * 2013-03-04 2013-05-29 浪潮电子信息产业股份有限公司 Method for shortening software testing case integration period
GB2508643A (en) * 2012-12-07 2014-06-11 Ibm Method for Performing a Regression Test after Modifying Source Code File
US20150007146A1 (en) * 2013-06-26 2015-01-01 International Business Machines Corporation Method and apparatus for providing test cases
CN107885660A (en) * 2017-10-31 2018-04-06 平安科技(深圳)有限公司 Fund system automatic test management method, device, equipment and storage medium
CN109558310A (en) * 2018-10-25 2019-04-02 北京仁科互动网络技术有限公司 Method for generating test case and device
CN109885472A (en) * 2018-12-13 2019-06-14 平安万家医疗投资管理有限责任公司 Test and management method and system and computer readable storage medium
CN111045922A (en) * 2019-10-21 2020-04-21 望海康信(北京)科技股份公司 Test case generation method and system
CN111124917A (en) * 2019-12-23 2020-05-08 平安国际智慧城市科技股份有限公司 Public test case management and control method, device, equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2508643A (en) * 2012-12-07 2014-06-11 Ibm Method for Performing a Regression Test after Modifying Source Code File
CN103123606A (en) * 2013-03-04 2013-05-29 浪潮电子信息产业股份有限公司 Method for shortening software testing case integration period
US20150007146A1 (en) * 2013-06-26 2015-01-01 International Business Machines Corporation Method and apparatus for providing test cases
CN107885660A (en) * 2017-10-31 2018-04-06 平安科技(深圳)有限公司 Fund system automatic test management method, device, equipment and storage medium
CN109558310A (en) * 2018-10-25 2019-04-02 北京仁科互动网络技术有限公司 Method for generating test case and device
CN109885472A (en) * 2018-12-13 2019-06-14 平安万家医疗投资管理有限责任公司 Test and management method and system and computer readable storage medium
CN111045922A (en) * 2019-10-21 2020-04-21 望海康信(北京)科技股份公司 Test case generation method and system
CN111124917A (en) * 2019-12-23 2020-05-08 平安国际智慧城市科技股份有限公司 Public test case management and control method, device, equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ANN: "Merging testcases from different project into a new test sui", 《HTTPS://WWW.RANOREX.INFO/MERGING-TESTCASES-FROM-DIFFERENT-PROJECT-INTO-A-NE-T2311.HTML》 *
风少&#127803: "1.2 测试用例", 《HTTPS://WWW.CNBLOGS.COM/ERICAZY/P/5641008.HTML》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127352A (en) * 2021-04-20 2021-07-16 成都新潮传媒集团有限公司 Automatic case statistical method and device and computer readable storage medium
CN113127352B (en) * 2021-04-20 2023-03-14 成都新潮传媒集团有限公司 Automatic case statistical method and device and computer readable storage medium

Also Published As

Publication number Publication date
CN111723007B (en) 2022-06-14

Similar Documents

Publication Publication Date Title
US11823178B2 (en) Optimization of high volume transaction performance on a blockchain
CN107832062B (en) Program updating method and terminal equipment
CA2792146A1 (en) System and method for subject identification from free format data sources
CN111460232A (en) Functional module searching method, device, terminal and computer readable storage medium
CN110659282A (en) Data route construction method and device, computer equipment and storage medium
US20230259526A1 (en) Block-chain-based data processing
WO2020041043A1 (en) Blockchain gateway device and associated method of use
CN110647423B (en) Method, device and readable medium for creating storage volume mirror image based on application
CN111723007B (en) Test case merging method, system, equipment and medium
CN113760902A (en) Data splitting method, device, equipment, medium and program product
CN112631833A (en) Data archiving and querying method, system, storage medium and equipment
CN107562790B (en) Method and system for realizing batch warehousing of data processing
CN111639087A (en) Data updating method and device in database and electronic equipment
CN111291002A (en) File account checking method and device, computer equipment and storage medium
CN108804561B (en) Data synchronization method and device
CN115237444A (en) Concurrent control method, device and equipment based on version number and storage medium
US10242025B2 (en) Efficient differential techniques for metafiles
CN111309370B (en) Version number directed graph ordering auditing method and system for multi-project multi-system environment
CN112035471A (en) Transaction processing method and computer equipment
CN114297196A (en) Metadata storage method and device, electronic equipment and storage medium
WO2021114101A1 (en) Method and apparatus for incremental update of file, and terminal and computer-readable storage medium
CN115314382B (en) Configuration information processing method
CN110888863A (en) State field optimization method and device, electronic equipment and storage medium
CN110968267A (en) Data management method, device, server and system
CN110609766A (en) KV data storage method and device based on Redis protocol

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
GR01 Patent grant
GR01 Patent grant