CN111290962A - Test case management method, system, terminal and storage medium - Google Patents

Test case management method, system, terminal and storage medium Download PDF

Info

Publication number
CN111290962A
CN111290962A CN202010132651.1A CN202010132651A CN111290962A CN 111290962 A CN111290962 A CN 111290962A CN 202010132651 A CN202010132651 A CN 202010132651A CN 111290962 A CN111290962 A CN 111290962A
Authority
CN
China
Prior art keywords
test
function
scene
requirement
function item
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
CN202010132651.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.)
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 CN202010132651.1A priority Critical patent/CN111290962A/en
Publication of CN111290962A publication Critical patent/CN111290962A/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
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a test case management method, a system, a terminal and a storage medium, comprising the following steps: creating a product characteristic tree and setting test requirements corresponding to each function item of the characteristic tree; creating a test scene generated by the sequential arrangement of the functional items and setting test requirements corresponding to the functional items in the test scene; and establishing a mapping relation between the test case and the test requirement, and calling the test case according to the characteristic tree or the test scene. The invention expands the single function test to the three-dimensional expansion test of the whole function and complex function scene of the cloud pipe platform, and realizes comprehensive and accurate quality evaluation.

Description

Test case management method, system, terminal and storage medium
Technical Field
The invention relates to the technical field of cloud management platform testing, in particular to a test case management method, a test case management system, a test case management terminal and a storage medium.
Background
At present, the function test of the ICM cloud pipe platform (a common management platform for the cloud platform) can only be covered by a function case, and each function item of the ICM cloud pipe platform is tested in an isolated manner. However, testing each function item of the ICM cloud platform in isolation may result in that a certain function may be omitted in the testing process, coverage is incomplete, and the association relationship between each function item cannot be tested.
So far, no comprehensive mode can cover complex end-to-end test and complex test scene among functional modules and quality evaluation of the whole product after agile test.
Disclosure of Invention
In view of the above-mentioned deficiencies of the prior art, the present invention provides a method, a system, a terminal and a storage medium for managing test cases, so as to solve the above-mentioned technical problems.
In a first aspect, the present invention provides a test case management method, including:
creating a product characteristic tree and setting test requirements corresponding to each function item of the characteristic tree;
creating a test scene generated by the sequential arrangement of the functional items and setting test requirements corresponding to the functional items in the test scene;
and establishing a mapping relation between the test case and the test requirement, and calling the test case according to the characteristic tree or the test scene.
Further, the method further comprises:
acquiring the test requirement of a newly added test case;
screening whether a function item containing a newly added test requirement exists in the characteristic tree or not:
if so, establishing a corresponding relation between the newly increased test requirement and the function item;
if not, a function item containing the newly added test requirement is newly built on the characteristic tree.
Further, the method further comprises:
acquiring the test requirement of a newly added test case;
screening whether a functional item containing a newly added test requirement exists in a test scene:
if so, establishing a corresponding relation between the newly increased test requirement and the function item;
and if not, inserting a functional item containing the newly added test requirement into the test scene.
Further, the method further comprises:
monitoring the test case execution condition under the test requirement corresponding to the function item of the characteristic tree;
and if the execution of all the test cases under the function item is finished, marking the function item as a lighting state.
Further, the method further comprises:
storing the historical test results of the functional items;
selecting important function items in a test scene as test function items;
calling all test cases under the test function item to execute the test to obtain a test result of the test function item;
collecting historical test results of other functional items of the test scene;
and splicing the test result of the test function item with the historical test results of other function items according to the sequence of the function items of the test scene to obtain the test result of the test scene.
In a second aspect, the present invention provides a test case management system, including:
the system comprises a characteristic creating unit, a characteristic setting unit and a characteristic setting unit, wherein the characteristic creating unit is configured to create a product characteristic tree and set test requirements corresponding to each function item of the characteristic tree;
the scene creating unit is configured to create a test scene generated by the sequential arrangement of the functional items and set test requirements corresponding to the functional items in the test scene;
and the requirement mapping unit is configured to establish a mapping relation between the test case and the test requirement and call the test case according to the characteristic tree or the test scene.
Further, the system further comprises:
the newly-increased obtaining unit is configured for obtaining the test requirement of the newly-increased test case;
and the function screening unit is configured to screen whether a function item containing the newly added test requirement exists in the characteristic tree or not:
the corresponding establishing unit is configured for establishing the corresponding relation between the newly increased test requirement and the function item if the function item containing the newly increased test requirement exists in the characteristic tree;
and the function establishing unit is configured to establish a new function item containing the newly added test requirement on the characteristic tree if the characteristic tree does not contain the function item of the newly added test requirement.
Further, the system further comprises:
the history storage unit is configured to store the history test result of each function item;
the function selection unit is configured to select important function items in a test scene as test function items;
the test execution unit is configured to call all test cases under the test function item to execute the test to obtain a test result of the test function item;
the history acquisition unit is configured to acquire the history test results of other functional items of the test scene;
and the result splicing unit is configured to splice the test result of the test function item with the historical test results of other function items according to the sequence of the function items of the test scene to obtain the test result of the test scene.
In a third aspect, a terminal is provided, including:
a processor, a memory, wherein,
the memory is used for storing a computer program which,
the processor is used for calling and running the computer program from the memory so as to make the terminal execute the method of the terminal.
In a fourth aspect, a computer storage medium is provided having stored therein instructions that, when executed on a computer, cause the computer to perform the method of the above aspects.
The beneficial effect of the invention is that,
according to the test case management method, the test case management system, the terminal and the storage medium, classification and grading management of the test cases are achieved through creation of the functional characteristic tree and the test scenes, incidence relations of functional test requirements can be mined out for testing, all-round testing of the ICM cloud pipe platform and testing of multiple application scenes are achieved, single functional testing is expanded to three-dimensional expansion testing of the whole function and complex function scenes of the cloud pipe platform, and comprehensive and accurate quality assessment is achieved.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Drawings
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present invention, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention.
FIG. 2 is a schematic block diagram of a system of one embodiment of the present invention.
Fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution in the embodiment of the present invention will be clearly and completely described below with reference to the drawings in the embodiment of the present invention, and it is obvious that the described embodiment is only a part of the embodiment of the present invention, and not all embodiments. 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 invention.
FIG. 1 is a schematic flow diagram of a method of one embodiment of the invention. The execution subject in fig. 1 may be a test case management system.
As shown in fig. 1, the method 100 includes:
step 110, creating a product characteristic tree and setting test requirements corresponding to each function item of the characteristic tree;
step 120, creating a test scenario generated by arranging the functional items in sequence and setting test requirements corresponding to the functional items in the test scenario;
step 130, establishing a mapping relation between the test case and the test requirement, and calling the test case according to the characteristic tree or the test scene.
In order to facilitate understanding of the present invention, the test case management method provided by the present invention is further described below with reference to the principle of the test case management method of the present invention and the process of managing test cases in the embodiments.
Specifically, the test case management method includes:
and S1, creating a product characteristic tree and setting test requirements corresponding to each function item of the characteristic tree.
And setting a characteristic tree of test case management according to the general function or common function of the cloud management platform product. For example, in a test management system, four modules of resource management (creating backup restoration deletion quotas), resource maintenance management (query view configuration), resource functions (actual resource usage), and resource auditing (log auditing) are divided according to property tree initialization, and four levels of properties are arranged below each module. 1-to-many relationship from the upper layer to the lower layer; : taking resource management as an example, resource management- > computing resource- > virtual machine creation- > creation based on an ISO mirror image- > supporting 10G ISO; ISO supporting linux systems; supporting the ISO of the Linux system. The ISO supporting 10G, the ISO supporting the Linux system, and the ISO supporting the Linux system all correspond to test requirements, such as the ISO supporting the Linux system, and the corresponding requirements are to create a virtual machine using an ISO image in the Linux system.
S2, creating a test scene generated by the sequential arrangement of the functional items and setting the test requirements corresponding to the functional items in the test scene.
And creating a test scene according to various application scenes of the cloud management product, wherein the test scene is formed by sequentially arranging a plurality of functional items. For example: the create virtual machine flow is from create network, create storage, select ISO, create complete, etc. The virtual machine process is created, namely the virtual machine requirement is correspondingly created, and the network is created according to the requirement of creating the network.
And S3, establishing a mapping relation between the test cases and the test requirements, and calling the test cases according to the characteristic tree or the test scene.
Each test case corresponds to one or more requirements. And recording the mapping relation between the test case and the requirement into the characteristic tree of the step S1 and the test scene of the step S2.
If the new product needs to be tested by the characteristic tree, all corresponding test cases of the characteristic tree are called to execute the test, and if only a certain functional item on the characteristic tree is tested, all test cases under the functional item are called.
And saving the test result of the functional item in a historical database. When a certain test scene is tested, important function items in the test scene can be selected as test function items, all test cases under the test function items are called to execute the test to obtain test results of the test function items, historical test results of other function items in the test scene are collected, and the test results of the test function items and the historical test results of the other function items are spliced according to the sequence of the function items in the test scene to obtain the test results of the test scene.
For a newly added test case, firstly, obtaining the test requirement of the newly added test case, checking whether the existing characteristic tree has a functional item containing the test requirement, and if so, establishing a mapping relation between the test requirement and the searched functional item; if not, a function item is required to be added in the characteristic tree, and a mapping relation between the newly added function item and the newly added test requirement is established. Traversing all the functional items in a test scene, checking whether the functional items containing the test requirement exist, and if so, establishing a mapping relation between the test requirement and the searched functional items; if not, a function item is required to be inserted into the test scene, and a mapping relation between the newly added function item and the newly added test requirement is established.
And marking the result of the four-level node of the characteristic tree corresponding to the requirement, wherein the functional item of the executed test case is marked as green, and the functional item of the unexecuted test case is marked as yellow.
And summarizing a plurality of demand function use case results, characteristic tree results and scene library results in the management platform to obtain a function quality result of the whole product, and displaying the function quality result by using a legend.
Managing the association maintenance of characteristics, scenes and cases in the system, wherein in the step 1, if the characteristics are deleted, the corresponding requirements are deleted, and if the scenes are associated with multiple requirements, the corresponding requirements are not deleted, otherwise, the corresponding requirements are deleted; step 2, if the requirements are deleted, judging whether the characteristics and the scenes are associated with other requirements, if so, only deleting the requirements, otherwise, deleting the characteristics, the scenes and the requirements; if the scene library records have the association relationship, direct operation deletion is not allowed; and 3, when changing the maintenance characteristics, scenes and requirements, displaying whether the resources of the incidence relation need synchronous change maintenance. The incidence relation of the test incidence system is maintained, the incidence relation of the characteristics, the requirements and the scenes is mutually released, and the system prompts to delete or reestablish the incidence relation.
As shown in fig. 2, the system 200 includes:
the system comprises a characteristic creating unit, a characteristic setting unit and a characteristic setting unit, wherein the characteristic creating unit is configured to create a product characteristic tree and set test requirements corresponding to each function item of the characteristic tree;
the scene creating unit is configured to create a test scene generated by the sequential arrangement of the functional items and set test requirements corresponding to the functional items in the test scene;
and the requirement mapping unit is configured to establish a mapping relation between the test case and the test requirement and call the test case according to the characteristic tree or the test scene.
Optionally, as an embodiment of the present invention, the system further includes:
the newly-increased obtaining unit is configured for obtaining the test requirement of the newly-increased test case;
and the function screening unit is configured to screen whether a function item containing the newly added test requirement exists in the characteristic tree or not:
the corresponding establishing unit is configured for establishing the corresponding relation between the newly increased test requirement and the function item if the function item containing the newly increased test requirement exists in the characteristic tree;
and the function establishing unit is configured to establish a new function item containing the newly added test requirement on the characteristic tree if the characteristic tree does not contain the function item of the newly added test requirement.
Optionally, as an embodiment of the present invention, the system further includes:
the history storage unit is configured to store the history test result of each function item;
the function selection unit is configured to select important function items in a test scene as test function items;
the test execution unit is configured to call all test cases under the test function item to execute the test to obtain a test result of the test function item;
the history acquisition unit is configured to acquire the history test results of other functional items of the test scene;
and the result splicing unit is configured to splice the test result of the test function item with the historical test results of other function items according to the sequence of the function items of the test scene to obtain the test result of the test scene.
Fig. 3 is a schematic structural diagram of a terminal system 300 according to an embodiment of the present invention, where the terminal system 300 may be used to execute the test case management method according to the embodiment of the present invention.
The terminal system 300 may include: a processor 310, a memory 320, and a communication unit 330. The components communicate via one or more buses, and those skilled in the art will appreciate that the architecture of the servers shown in the figures is not intended to be limiting, and may be a bus architecture, a star architecture, a combination of more or less components than those shown, or a different arrangement of components.
The memory 320 may be used for storing instructions executed by the processor 310, and the memory 320 may be implemented by any type of volatile or non-volatile storage terminal or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic disk or optical disk. The executable instructions in memory 320, when executed by processor 310, enable terminal 300 to perform some or all of the steps in the method embodiments described below.
The processor 310 is a control center of the storage terminal, connects various parts of the entire electronic terminal using various interfaces and lines, and performs various functions of the electronic terminal and/or processes data by operating or executing software programs and/or modules stored in the memory 320 and calling data stored in the memory. The processor may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor 310 may include only a Central Processing Unit (CPU). In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
A communication unit 330, configured to establish a communication channel so that the storage terminal can communicate with other terminals. And receiving user data sent by other terminals or sending the user data to other terminals.
The present invention also provides a computer storage medium, wherein the computer storage medium may store a program, and the program may include some or all of the steps in the embodiments provided by the present invention when executed. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a Random Access Memory (RAM).
Therefore, the classification and the grading management of the test cases are realized by creating the functional characteristic tree and the test scene, the incidence relation of the functional test requirements can be mined out for testing, the all-around test of the ICM cloud pipe platform and the tests of a plurality of application scenes are realized, the single functional test is expanded to the three-dimensional expansion test of the whole function and the complex function scene of the cloud pipe platform, the comprehensive and accurate quality evaluation is realized, the technical effect which can be achieved by the embodiment can be referred to the description above, and the description is omitted here.
Those skilled in the art will readily appreciate that the techniques of the embodiments of the present invention may be implemented as software plus a required general purpose hardware platform. Based on such understanding, the technical solutions in the embodiments of the present invention may be embodied in the form of a software product, where the computer software product is stored in a storage medium, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and the like, and the storage medium can store program codes, and includes instructions for enabling a computer terminal (which may be a personal computer, a server, or a second terminal, a network terminal, and the like) to perform all or part of the steps of the method in the embodiments of the present invention.
The same and similar parts in the various embodiments in this specification may be referred to each other. Especially, for the terminal embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant points can be referred to the description in the method embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
Although the present invention has been described in detail by referring to the drawings in connection with the preferred embodiments, the present invention is not limited thereto. Various equivalent modifications or substitutions can be made on the embodiments of the present invention by those skilled in the art without departing from the spirit and scope of the present invention, and these modifications or substitutions are within the scope of the present invention/any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A test case management method is characterized by comprising the following steps:
creating a product characteristic tree and setting test requirements corresponding to each function item of the characteristic tree;
creating a test scene generated by the sequential arrangement of the functional items and setting test requirements corresponding to the functional items in the test scene;
and establishing a mapping relation between the test case and the test requirement, and calling the test case according to the characteristic tree or the test scene.
2. The method of claim 1, further comprising:
acquiring the test requirement of a newly added test case;
screening whether a function item containing a newly added test requirement exists in the characteristic tree or not:
if so, establishing a corresponding relation between the newly increased test requirement and the function item;
if not, a function item containing the newly added test requirement is newly built on the characteristic tree.
3. The method of claim 1, further comprising:
acquiring the test requirement of a newly added test case;
screening whether a functional item containing a newly added test requirement exists in a test scene:
if so, establishing a corresponding relation between the newly increased test requirement and the function item;
and if not, inserting a functional item containing the newly added test requirement into the test scene.
4. The method of claim 1, further comprising:
monitoring the test case execution condition under the test requirement corresponding to the function item of the characteristic tree;
and if the execution of all the test cases under the function item is finished, marking the function item as a lighting state.
5. The method of claim 1, further comprising:
storing the historical test results of the functional items;
selecting important function items in a test scene as test function items;
calling all test cases under the test function item to execute the test to obtain a test result of the test function item;
collecting historical test results of other functional items of the test scene;
and splicing the test result of the test function item with the historical test results of other function items according to the sequence of the function items of the test scene to obtain the test result of the test scene.
6. A test case management system, comprising:
the system comprises a characteristic creating unit, a characteristic setting unit and a characteristic setting unit, wherein the characteristic creating unit is configured to create a product characteristic tree and set test requirements corresponding to each function item of the characteristic tree;
the scene creating unit is configured to create a test scene generated by the sequential arrangement of the functional items and set test requirements corresponding to the functional items in the test scene;
and the requirement mapping unit is configured to establish a mapping relation between the test case and the test requirement and call the test case according to the characteristic tree or the test scene.
7. The system of claim 6, further comprising:
the newly-increased obtaining unit is configured for obtaining the test requirement of the newly-increased test case;
and the function screening unit is configured to screen whether a function item containing the newly added test requirement exists in the characteristic tree or not:
the corresponding establishing unit is configured for establishing the corresponding relation between the newly increased test requirement and the function item if the function item containing the newly increased test requirement exists in the characteristic tree;
and the function establishing unit is configured to establish a new function item containing the newly added test requirement on the characteristic tree if the characteristic tree does not contain the function item of the newly added test requirement.
8. The system of claim 6, further comprising:
the history storage unit is configured to store the history test result of each function item;
the function selection unit is configured to select important function items in a test scene as test function items;
the test execution unit is configured to call all test cases under the test function item to execute the test to obtain a test result of the test function item;
the history acquisition unit is configured to acquire the history test results of other functional items of the test scene;
and the result splicing unit is configured to splice the test result of the test function item with the historical test results of other function items according to the sequence of the function items of the test scene to obtain the test result of the test scene.
9. A terminal, comprising:
a processor;
a memory for storing instructions for execution by the processor;
wherein the processor is configured to perform the method of any one of claims 1-6.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-6.
CN202010132651.1A 2020-02-29 2020-02-29 Test case management method, system, terminal and storage medium Pending CN111290962A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010132651.1A CN111290962A (en) 2020-02-29 2020-02-29 Test case management method, system, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010132651.1A CN111290962A (en) 2020-02-29 2020-02-29 Test case management method, system, terminal and storage medium

Publications (1)

Publication Number Publication Date
CN111290962A true CN111290962A (en) 2020-06-16

Family

ID=71030156

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010132651.1A Pending CN111290962A (en) 2020-02-29 2020-02-29 Test case management method, system, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111290962A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090178021A1 (en) * 2007-12-28 2009-07-09 Federal Home Loan Mortgage Corporation (Freddie Mac) Systems and Methods for Modeling and Generating Test Requirements for Software Applications
CN105302718A (en) * 2015-10-26 2016-02-03 浪潮电子信息产业股份有限公司 Design method of multiplexing software-oriented test model
CN110633222A (en) * 2019-11-01 2019-12-31 中国银行股份有限公司 Method and device for determining regression test case
CN110806977A (en) * 2019-10-30 2020-02-18 泰康保险集团股份有限公司 Test case set generation method and device based on product requirements and electronic equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090178021A1 (en) * 2007-12-28 2009-07-09 Federal Home Loan Mortgage Corporation (Freddie Mac) Systems and Methods for Modeling and Generating Test Requirements for Software Applications
CN105302718A (en) * 2015-10-26 2016-02-03 浪潮电子信息产业股份有限公司 Design method of multiplexing software-oriented test model
CN110806977A (en) * 2019-10-30 2020-02-18 泰康保险集团股份有限公司 Test case set generation method and device based on product requirements and electronic equipment
CN110633222A (en) * 2019-11-01 2019-12-31 中国银行股份有限公司 Method and device for determining regression test case

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
冯灵霞: "《软件测试技术》", 31 January 2017, 西安电子科技大学出版社 *
张善文等: "《软件测试及其案例分析》", 31 December 2012, 西安电子科技大学出版社 *
李惠明等: "《软件测试理论》", 31 December 2010, 中国计量出版社 *
王妍等: "高等学校"十三五"规划教材 软件测试技术与工具应用", 哈尔滨工业大学出版社 *

Similar Documents

Publication Publication Date Title
CN105005532B (en) A kind of system and method for automatic test application programming interfaces stability
CN107315814B (en) Method and system for verifying data consistency after data migration of KDB (KDB) database
CN103810105B (en) application version detection method and device
CN111258680B (en) Resource loading method and device, storage medium and electronic device
CN107080945B (en) Method and device for testing artificial intelligence behaviors in game and electronic equipment
CN114546738A (en) Server general test method, system, terminal and storage medium
CN114884838A (en) Monitoring method of Kubernetes component and server
CN109814877A (en) Project dispositions method and its device based on environmental management
CN114490375A (en) Method, device and equipment for testing performance of application program and storage medium
CN109597764A (en) A kind of test method and relevant apparatus of catalogue quota
US20230420083A1 (en) Method and apparatus for acquiring gene information of proprietary cloud container cluster
CN108376110A (en) A kind of automatic testing method, system and terminal device
CN114138402A (en) Container cluster deployment platform
CN109254791A (en) Develop management method, computer readable storage medium and the terminal device of data
CN106713032B (en) A kind of method and device for realizing network management service management
CN112256588A (en) Resource allocation method for application program test, computer readable storage medium and tester
CN112003730A (en) Method, system, terminal and storage medium for rapid cluster deployment
CN111290962A (en) Test case management method, system, terminal and storage medium
CN112256500B (en) Storage system test server configuration method, system, terminal and storage medium
CN115168840A (en) Fault injection method and device and computer readable storage medium
CN115237889A (en) Database switching method and device, storage medium and computer equipment
CN114895916A (en) Code deployment method, device, storage medium and electronic equipment
CN109240601B (en) Storage space processing method and device for cloud storage and storage medium
CN111966286A (en) Multi-data pool hierarchical migration method and system
CN115437903A (en) Interface test method, device, apparatus, storage medium, and program

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200616