CN112052169A - Test management method, system, device and computer readable storage medium - Google Patents

Test management method, system, device and computer readable storage medium Download PDF

Info

Publication number
CN112052169A
CN112052169A CN202010913986.7A CN202010913986A CN112052169A CN 112052169 A CN112052169 A CN 112052169A CN 202010913986 A CN202010913986 A CN 202010913986A CN 112052169 A CN112052169 A CN 112052169A
Authority
CN
China
Prior art keywords
test
tested
case
test case
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
CN202010913986.7A
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.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics 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 Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Priority to CN202010913986.7A priority Critical patent/CN112052169A/en
Publication of CN112052169A publication Critical patent/CN112052169A/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
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis

Landscapes

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

Abstract

The invention discloses a test management method, a system, equipment and a computer readable storage medium, wherein a test case corresponding to a project to be tested is obtained from a preset test case library by obtaining the project to be tested; testing the items to be tested according to the test cases corresponding to the items to be tested, and acquiring the test result of each test case; and generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful. The embodiment can automatically pull the corresponding test case for the item to be tested so as to increase the accuracy and effectiveness of the designed test case, and meanwhile, the test report is automatically generated according to the test result of the test case without manual arrangement of testers, so that the effective information is reasonably utilized, the working efficiency is improved, and the time cost is saved.

Description

Test management method, system, device and computer readable storage medium
Technical Field
The present invention relates to the field of battery technologies, and in particular, to a test management method, a test management system, a test management apparatus, and a computer-readable storage medium.
Background
With the progress of science and technology, televisions are more and more intelligent, functions are more and more, and accordingly, problems in testing are more and more in a software development stage, for a tester, testing work is executed according to a test case, after the testing meets a problem Bug, testing preconditions, testing tools, testing steps and testing results written on the test case are uploaded to a defect management system and submitted to a corresponding development responsible person, and when the number of bugs is large, the process work is too complicated and repeated.
Disclosure of Invention
The invention mainly aims to provide a test management method, a test management system, test management equipment and a computer readable storage medium, and aims to improve test management efficiency.
In order to achieve the above object, the present invention provides a test management method, including:
acquiring a to-be-tested item, and acquiring a test case corresponding to the to-be-tested item from a preset test case library;
testing the items to be tested according to the test cases corresponding to the items to be tested, and acquiring the test result of each test case;
and generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful.
Optionally, the step of obtaining the test case corresponding to the item to be tested from a preset test case library includes:
the method comprises the steps of obtaining characteristic parameters of a project to be tested, and obtaining a test case corresponding to the characteristic parameters of the project to be tested from a preset test case library, wherein the characteristic parameters comprise at least one of project identification, project area parameters and project function parameters.
Optionally, the step of testing the item to be tested according to the test case corresponding to the item to be tested identifier includes:
acquiring the priority of a test case corresponding to the item to be tested;
and testing the items to be tested according to the priority order of the test cases.
Optionally, the step of testing the items to be tested according to the test cases corresponding to the items to be tested and obtaining the test result of each test case includes:
testing the items to be tested according to the test cases corresponding to the items to be tested, and acquiring the actual execution result of each test case;
and comparing the actual execution result of the test case with the expected execution result of the test case, and determining the test result of each test case according to the matching degree of comparison.
Optionally, the step of determining the test result of each test case according to the compared matching degree includes:
if the matching degree of the actual execution result and the expected execution result of the test case is smaller than a preset threshold value, the test result of the test case is test failure;
and if the matching degree of the actual execution result and the expected execution result of the test case is greater than or equal to a preset threshold value, the test result of the test case is successful.
Optionally, after the step of testing the items to be tested according to the test cases corresponding to the items to be tested and obtaining the test result of each test case, the method further includes:
determining the test type of the item to be tested;
if the test type of the item to be tested is the automatic test, retrying the test case with the test failure when detecting that the first test result of the test case corresponding to the item to be tested is the test failure, and taking the retrying result as the actual test result of the test case with the test failure.
Optionally, the step of generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful includes:
and if the test case with the test result of test failure exists in the test cases corresponding to the items to be tested, generating a question list report according to the case details and the actual execution result of the test case with the test result of test failure, and uploading the question list report to a defect management system.
Further, to achieve the above object, the present invention further provides a test management system, including:
the system comprises a case acquisition module, a case analysis module and a case analysis module, wherein the case acquisition module is used for acquiring a to-be-tested item and acquiring a test case corresponding to the to-be-tested item from a preset test case library;
the case testing module is used for testing the items to be tested according to the test cases corresponding to the items to be tested and acquiring the test result of each test case;
and the report generation module is used for generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful.
Further, in order to achieve the above object, the present invention further provides a test management device, where the test management device includes a memory, a processor, and a test management program stored in the memory and capable of running on the processor, and the test management program, when executed by the processor, implements the steps of the test management method as described above.
Further, to achieve the above object, the present invention also provides a computer readable storage medium, having a test management program stored thereon, which when executed by a processor implements the steps of the test management method as described above.
According to the test management method, by acquiring the items to be tested, the test cases corresponding to the items to be tested are acquired from a preset test case library; testing the items to be tested according to the test cases corresponding to the items to be tested, and acquiring the test result of each test case; and generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful. The embodiment can automatically pull the corresponding test case for the item to be tested so as to increase the accuracy and effectiveness of the designed test case, and meanwhile, the test report is automatically generated according to the test result of the test case without manual arrangement of testers, so that the effective information is reasonably utilized, the working efficiency is improved, and the time cost is saved.
Drawings
FIG. 1 is a functional block diagram of a test management system of the test management method of the present invention;
FIG. 2 is a flowchart illustrating a test management method according to a first exemplary embodiment of the present invention;
FIG. 3 is a block diagram of a test management system according to a first embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
With the progress of science and technology, televisions are more and more intelligent, functions are more and more, and accordingly, problems in testing are more and more in a software development stage, for a tester, testing work is executed according to a test case, after the testing meets a problem Bug, testing preconditions, testing tools, testing steps and testing results written on the test case are uploaded to a defect management system and submitted to a corresponding development responsible person, and when the number of bugs is large, the process work is too complicated and repeated.
Based on this, the embodiment of the present invention provides a solution, which may obtain a test case corresponding to a to-be-tested item from a preset test case library by obtaining the to-be-tested item; testing the items to be tested according to the test cases corresponding to the items to be tested, and acquiring the test result of each test case; and generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful. The embodiment can automatically pull the corresponding test case for the item to be tested so as to increase the accuracy and effectiveness of the designed test case, and meanwhile, the test report is automatically generated according to the test result of the test case without manual arrangement of testers, so that the effective information is reasonably utilized, the working efficiency is improved, and the time cost is saved.
Specifically, referring to fig. 1, fig. 1 is a functional module diagram of the test management system according to the present invention. The test management system may be a terminal or a server that can perform data processing, such as a smart television, a PC, or a mobile terminal, or an independent test management system, and the independent test management system may be carried on the terminal or the server.
As shown in fig. 1, the smart tv set may include: a processor 1001, such as a Central Processing Unit (CPU), a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), the optional user interface 1003 may also include a standard wired interface and a wireless interface, and the wired interface of the user interface 1003 may be a Universal Serial Bus (USB) interface in the present invention. The network interface 1004 may optionally include a standard wired interface as well as a wireless interface (e.g., WI-FI interface). The Memory 1005 may be a high speed Random Access Memory (RAM); or a stable Memory, such as a Non-volatile Memory (Non-volatile Memory), and may be a disk Memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the configuration shown in fig. 1 does not constitute a limitation of the smart tv set, and may include more or less components than those shown, or combine certain components, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer-readable storage medium, may include therein an operating system, a network communication module, a user interface module, and a test management program.
In the smart tv shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting peripheral equipment; the smart tv calls the test management program stored in the memory 1005 through the processor 1001, and executes the test management method provided by the embodiment of the present invention.
The test management program in the memory 1005, when executed by the processor 1001, implements the following steps:
acquiring a to-be-tested item, and acquiring a test case corresponding to the to-be-tested item from a preset test case library;
testing the items to be tested according to the test cases corresponding to the items to be tested, and acquiring the test result of each test case;
and generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful.
The specific implementation of the test management system of the present invention is substantially the same as the following embodiments of the test management method, and is not described herein again.
Based on the device architecture, the embodiment of the method is provided.
Referring to fig. 2, fig. 2 is a flowchart illustrating a test management method according to a first exemplary embodiment of the present invention, where the test management method includes the following steps:
step S10, acquiring a to-be-tested item, and acquiring a test case corresponding to the to-be-tested item from a preset test case library;
the execution main body of the method can be a mobile terminal such as a television, a mobile phone, a tablet computer and the like, and can also be a test management system.
With the progress of science and technology, televisions are more and more intelligent, functions are more and more, and accordingly, problems in testing are more and more in a software development stage, for a tester, testing work is executed according to a test case, after the testing meets a problem Bug, testing preconditions, testing tools, testing steps and testing results written on the test case are uploaded to a defect management system and submitted to a corresponding development responsible person, and when the number of bugs is large, the process work is too complicated and repeated.
In order to solve the technical problems of complex work and low efficiency of the test management process in the prior art, in the embodiment of the invention, the time cost consumed by a tester for manually inputting the test result and uploading the test problem can be saved when a large number of test cases need to be executed or the test problems are more by automatically acquiring the test result of the test case and automatically generating the corresponding test report according to whether the test result is successful or not.
The testcase (testcase) refers to a description of a set of test tasks provided to a system under test (i.e. software) for performing a test target, and embodies a test scheme, a method, a technique and a strategy, and the case details of the test case generally include test preconditions, test tools, test steps and expected execution results, but of course, more specific case details may also include test case identification, input, output, functions, test dates and update dates, etc.
When a project test is performed, if one test case of the project fails to execute, it may mean the discovery of a defect. In order to test a software project, a plurality of test cases are generally required to be designed to form a test case library, and the test emphasis of each test case is different, so that a corresponding test case needs to be selected from the test case library according to the characteristics of the project to be tested.
Further, when selecting a corresponding test case from a preset test case library, the embodiment may perform matching according to feature parameters of an item to be tested, where the feature parameters reflect attributes of the item to be tested, and different feature parameters correspond to different test case sets, and after determining the feature parameters of the item to be tested, a test case corresponding to the feature parameters of the item to be tested may be obtained from the preset test case library according to a corresponding relationship between the feature parameters and the test case sets. The characteristic parameters comprise at least one of project identification, project area parameters and project function parameters. Item identification refers to a unique indication that the name, number, etc. of an item can be used to identify different items; the project area parameter refers to an area to which the project is applicable; the item function parameter refers to the use of the item.
Of course, when the corresponding test case is selected from the preset test case library, the project name of the project to be tested may be used as the keyword, and the test case matched with the keyword is searched from the preset test case library to be used as the target test case. It is understood that the matching may be a complete matching, a partial matching, or a fuzzy matching.
According to the embodiment, the test cases aiming at the items to be tested are automatically selected from the preset test case library containing a large number of test cases, so that the test efficiency can be improved while the test comprehensiveness is guaranteed.
Step S20, testing the items to be tested according to the test cases corresponding to the items to be tested, and obtaining the test result of each test case;
in this embodiment, after the test case corresponding to the item to be tested is obtained, the test can be performed based on the case details of the test case, and the test case can be executed in an automatic test executed by the system or a manual test executed by a tester, which is not limited in this embodiment.
Further, since the automatically executed test case is not stable, occasionally, the execution test fails due to the environment or the robustness of the test case itself, and a function of automatic retry of failure is required, so that the test case can automatically initiate retry in case of failure. After the test of the item to be tested is completed, that is, after all test cases corresponding to the item to be tested are executed once and the first test result of each test case is obtained, determining the test type of the item to be tested, wherein the test type comprises three types, namely automatic test, manual test and semi-automatic test; if the test type of the item to be tested is automatic test or semi-automatic test, when detecting that the test cases with the first test result of test failure exist in the test cases automatically executed by the system, retrying the test cases with the first test result of test failure, namely re-executing, and taking the retrying result as the actual test result of the test cases with the first test failure. In a scenario involving automated execution, the present embodiment may automatically initiate a retry when the first execution of the test case fails, so that the result reliability of the automated test may be increased.
And step S30, generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful.
In this embodiment, if there is a test case with a test result that is a test failure in the test cases corresponding to the items to be tested, it may mean that a defect of the item is found, and at this time, it is necessary to notify the corresponding developers of these conditions.
Further, the problem ticket report can be automatically sent to the corresponding developer when the problem ticket report is uploaded to the defect management system.
Furthermore, no matter whether the test case with the test result failed exists in the test cases corresponding to the items to be tested, the execution results of all the test cases corresponding to the items to be tested need to be backed up and sent to the relevant item responsible persons, so that the item responsible persons can know the test progress and results in time, and the interaction between the item responsible persons and the test persons can be increased.
In the test management method disclosed in this embodiment, a test case corresponding to an item to be tested is obtained from a preset test case library by obtaining the item to be tested; testing the items to be tested according to the test cases corresponding to the items to be tested, and acquiring the test result of each test case; and generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful. The embodiment can automatically pull the corresponding test case for the item to be tested so as to increase the accuracy and effectiveness of the designed test case, and meanwhile, the test report is automatically generated according to the test result of the test case without manual arrangement of testers, so that the effective information is reasonably utilized, the working efficiency is improved, and the time cost is saved.
Further, based on the foregoing embodiment, a second embodiment of the test management method according to the present invention is provided, where in the step S20, the step of testing the item to be tested according to the test case corresponding to the item identifier to be tested includes:
step S21, acquiring the priority of the test case corresponding to the item to be tested;
and step S22, testing the items to be tested according to the priority order of the test cases.
In this embodiment, the case details of the test case further include the priority of the current test case, and if there are a plurality of test cases corresponding to the item to be tested, the plurality of test cases are sorted according to the priority, the test case with the high priority is executed first, and then the test case with the low priority is executed.
Further, the step S20 includes:
step S201, testing the items to be tested according to the test cases corresponding to the items to be tested, and acquiring the actual execution result of each test case;
step S202, comparing the actual execution result of the test case with the expected execution result of the test case, and determining the test result of each test case according to the matching degree of the comparison.
Further, the step S202 includes:
if the matching degree of the actual execution result and the expected execution result of the test case is smaller than a preset threshold value, the test result of the test case is test failure;
and if the matching degree of the actual execution result and the expected execution result of the test case is greater than or equal to a preset threshold value, the test result of the test case is successful.
In this embodiment, after the execution of each test case is completed, the actual execution result of the test case is obtained, since the execution result obtained after the execution of one test case may include a plurality of parameters or states, to determine the test result of the test case, the actual execution result of the current test case needs to be compared with the expected execution result of the test case, to determine the matching degree between the actual execution result and the expected execution result, and then the matching degree is compared with a preset threshold, if the matching degree between the actual execution result and the expected execution result of the test case is smaller than the preset threshold, the test result of the test case is a test failure; and if the matching degree of the actual execution result and the expected execution result of the test case is greater than or equal to the preset threshold value, the test result of the test case is successful. The size of the preset threshold value can be determined by a tester according to the strict degree requirement of judging the test case, and the higher the strict degree requirement is, the larger the preset threshold value is.
In addition, an embodiment of the present invention further provides a test management system, and referring to fig. 3, fig. 3 is a structural block diagram of the test management system of the present invention, where the test management system includes:
the system comprises a case obtaining module 10, a case analyzing module and a case analyzing module, wherein the case obtaining module is used for obtaining a to-be-tested item and obtaining a test case corresponding to the to-be-tested item from a preset test case library;
the case testing module 20 is configured to test the items to be tested according to the test cases corresponding to the items to be tested, and obtain a test result of each test case;
and a report generating module 30, configured to generate a test report according to whether the test result of the test case corresponding to the item to be tested is successful.
The test management system of the present invention adopts all the technical solutions of all the embodiments, so that at least all the beneficial effects brought by the technical solutions of the embodiments are achieved, and details are not repeated herein.
In addition, an embodiment of the present invention further provides a test management device, where the test management device includes a memory, a processor, and a test management program that is stored in the memory and is executable on the processor, and when executed by the processor, the test management program implements the steps of the test management method according to the above embodiment.
Since the test management program is executed by the processor, all technical solutions of all the embodiments are adopted, so that at least all the advantages brought by all the technical solutions of all the embodiments are achieved, and details are not repeated herein.
In addition, the embodiment of the invention also provides a computer readable storage medium. The computer readable storage medium has stored thereon a test management program which, when executed by a processor, implements the steps of the test management method as described above.
Since the test management program is executed by the processor, all technical solutions of all the embodiments are adopted, so that at least all the advantages brought by all the technical solutions of all the embodiments are achieved, and details are not repeated herein.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, a controlled terminal, or a network device) to execute the method of each embodiment of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A test management method is characterized by comprising the following steps:
acquiring a to-be-tested item, and acquiring a test case corresponding to the to-be-tested item from a preset test case library;
testing the items to be tested according to the test cases corresponding to the items to be tested, and acquiring the test result of each test case;
and generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful.
2. The test management method according to claim 1, wherein the step of obtaining the test case corresponding to the item to be tested from a preset test case library comprises:
the method comprises the steps of obtaining characteristic parameters of a project to be tested, and obtaining a test case corresponding to the characteristic parameters of the project to be tested from a preset test case library, wherein the characteristic parameters comprise at least one of project identification, project area parameters and project function parameters.
3. The test management method according to claim 1, wherein the step of testing the item to be tested according to the test case corresponding to the item to be tested identifier comprises:
acquiring the priority of a test case corresponding to the item to be tested;
and testing the items to be tested according to the priority order of the test cases.
4. The test management method according to claim 1, wherein the step of testing the items to be tested according to the test cases corresponding to the items to be tested and obtaining the test result of each test case comprises:
testing the items to be tested according to the test cases corresponding to the items to be tested, and acquiring the actual execution result of each test case;
and comparing the actual execution result of the test case with the expected execution result of the test case, and determining the test result of each test case according to the matching degree of comparison.
5. The test management method according to claim 4, wherein the step of determining the test result of each test case according to the compared matching degree comprises:
if the matching degree of the actual execution result and the expected execution result of the test case is smaller than a preset threshold value, the test result of the test case is test failure;
and if the matching degree of the actual execution result and the expected execution result of the test case is greater than or equal to a preset threshold value, the test result of the test case is successful.
6. The test management method according to claim 1, wherein after the step of testing the items to be tested according to the test cases corresponding to the items to be tested and obtaining the test result of each test case, the method further comprises:
determining the test type of the item to be tested;
if the test type of the item to be tested is the automatic test, retrying the test case with the test failure when detecting that the first test result of the test case corresponding to the item to be tested is the test failure, and taking the retrying result as the actual test result of the test case with the test failure.
7. The test management method according to claim 1, wherein the step of generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful comprises:
and if the test case with the test result of test failure exists in the test cases corresponding to the items to be tested, generating a question list report according to the case details and the actual execution result of the test case with the test result of test failure, and uploading the question list report to a defect management system.
8. A test management system, characterized in that the test management system comprises:
the system comprises a case acquisition module, a case analysis module and a case analysis module, wherein the case acquisition module is used for acquiring a to-be-tested item and acquiring a test case corresponding to the to-be-tested item from a preset test case library;
the case testing module is used for testing the items to be tested according to the test cases corresponding to the items to be tested and acquiring the test result of each test case;
and the report generation module is used for generating a test report according to whether the test result of the test case corresponding to the item to be tested is successful.
9. A test management device comprising a memory, a processor and a test management program stored on the memory and executable on the processor, the test management program when executed by the processor implementing the steps of the test management method of any one of claims 1 to 7.
10. A computer-readable storage medium, having a test management program stored thereon, which, when executed by a processor, implements the steps of the test management method of any one of claims 1 to 7.
CN202010913986.7A 2020-09-01 2020-09-01 Test management method, system, device and computer readable storage medium Pending CN112052169A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010913986.7A CN112052169A (en) 2020-09-01 2020-09-01 Test management method, system, device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010913986.7A CN112052169A (en) 2020-09-01 2020-09-01 Test management method, system, device and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN112052169A true CN112052169A (en) 2020-12-08

Family

ID=73607056

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010913986.7A Pending CN112052169A (en) 2020-09-01 2020-09-01 Test management method, system, device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112052169A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112631843A (en) * 2020-12-22 2021-04-09 北京百度网讯科技有限公司 Equipment testing method and device, electronic equipment, readable medium and product
CN113485945A (en) * 2021-09-07 2021-10-08 深圳市信润富联数字科技有限公司 Method and device for testing mobile phone interface, terminal equipment and storage medium
CN113703417A (en) * 2021-07-13 2021-11-26 交控科技股份有限公司 Method and device for determining test cases of full-automatic scene of train operation
CN114546738A (en) * 2022-01-20 2022-05-27 苏州浪潮智能科技有限公司 Server general test method, system, terminal and storage medium
CN114996167A (en) * 2022-08-03 2022-09-02 成都星联芯通科技有限公司 Test case management method and device, storage medium and electronic equipment
CN116431522A (en) * 2023-06-12 2023-07-14 天翼云科技有限公司 Automatic test method and system for low-code object storage gateway

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544107A (en) * 2013-11-01 2014-01-29 深圳市通力科技开发有限公司 Method and device for generating test case document
CN109726136A (en) * 2019-01-28 2019-05-07 上海达梦数据库有限公司 Test method, device, equipment and the storage medium of database
WO2019218444A1 (en) * 2018-05-14 2019-11-21 平安科技(深圳)有限公司 Test report generating method, apparatus and device, and storage medium
CN110851308A (en) * 2019-10-21 2020-02-28 香港乐蜜有限公司 Test method, test device, electronic equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544107A (en) * 2013-11-01 2014-01-29 深圳市通力科技开发有限公司 Method and device for generating test case document
WO2019218444A1 (en) * 2018-05-14 2019-11-21 平安科技(深圳)有限公司 Test report generating method, apparatus and device, and storage medium
CN109726136A (en) * 2019-01-28 2019-05-07 上海达梦数据库有限公司 Test method, device, equipment and the storage medium of database
CN110851308A (en) * 2019-10-21 2020-02-28 香港乐蜜有限公司 Test method, test device, electronic equipment and storage medium

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112631843A (en) * 2020-12-22 2021-04-09 北京百度网讯科技有限公司 Equipment testing method and device, electronic equipment, readable medium and product
CN113703417A (en) * 2021-07-13 2021-11-26 交控科技股份有限公司 Method and device for determining test cases of full-automatic scene of train operation
CN113703417B (en) * 2021-07-13 2022-12-20 交控科技股份有限公司 Method and device for determining test cases of full-automatic scene of train operation
CN113485945A (en) * 2021-09-07 2021-10-08 深圳市信润富联数字科技有限公司 Method and device for testing mobile phone interface, terminal equipment and storage medium
CN114546738A (en) * 2022-01-20 2022-05-27 苏州浪潮智能科技有限公司 Server general test method, system, terminal and storage medium
CN114546738B (en) * 2022-01-20 2023-11-07 苏州浪潮智能科技有限公司 Universal test method, system, terminal and storage medium for server
CN114996167A (en) * 2022-08-03 2022-09-02 成都星联芯通科技有限公司 Test case management method and device, storage medium and electronic equipment
CN114996167B (en) * 2022-08-03 2022-11-01 成都星联芯通科技有限公司 Test case management method and device, storage medium and electronic equipment
CN116431522A (en) * 2023-06-12 2023-07-14 天翼云科技有限公司 Automatic test method and system for low-code object storage gateway

Similar Documents

Publication Publication Date Title
CN112052169A (en) Test management method, system, device and computer readable storage medium
CN109634837B (en) Automatic test method, device, equipment and storage medium
CN111209185B (en) Keyword-based automated testing method and computer-readable storage medium
CN108959067B (en) Method and device for testing search engine and computer readable storage medium
CN109344053B (en) Interface coverage test method, system, computer device and storage medium
CN108446224B (en) Performance analysis method of application program on mobile terminal and storage medium
CN107608873B (en) Software testing method and system and testing platform
CN107341106B (en) Application compatibility detection method, development terminal and storage medium
CN111694734A (en) Software interface checking method and device and computer equipment
CN112395182A (en) Automatic testing method, device, equipment and computer readable storage medium
CN114064473A (en) Vehicle machine system testing method and system, vehicle and computer readable storage medium
CN117493188A (en) Interface testing method and device, electronic equipment and storage medium
CN110716859A (en) Method for automatically pushing test cases for modified codes and related device
CN111414287A (en) Method, system and device for analyzing chip test result
CN115934503A (en) Program testing method, device, equipment and storage medium
CN114238110A (en) Software application testing method, device, equipment and storage medium
CN114218104A (en) Mobile terminal testing method and device based on AT instruction and storage medium
CN113238901A (en) Multi-device automatic testing method and device, storage medium and computer device
CN111797016A (en) Application program testing method, device, storage medium and device
CN116594918B (en) Test case change influence analysis method, device, equipment and storage medium
CN116401113B (en) Environment verification method, device and medium for heterogeneous many-core architecture acceleration card
CN115328813B (en) Test case design method, device, equipment and storage medium
CN114448848B (en) Switch testing method and device, electronic equipment and storage medium
CN114741325B (en) Recording method and device of test script for application system test
CN109062810B (en) Application program testing method and device, electronic equipment and storage medium

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