CN112214398B - Method and equipment for acquiring execution efficiency and test efficiency of test case in xmind tool - Google Patents

Method and equipment for acquiring execution efficiency and test efficiency of test case in xmind tool Download PDF

Info

Publication number
CN112214398B
CN112214398B CN202010973652.9A CN202010973652A CN112214398B CN 112214398 B CN112214398 B CN 112214398B CN 202010973652 A CN202010973652 A CN 202010973652A CN 112214398 B CN112214398 B CN 112214398B
Authority
CN
China
Prior art keywords
test
efficiency
canvas
xmind
acquiring
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.)
Active
Application number
CN202010973652.9A
Other languages
Chinese (zh)
Other versions
CN112214398A (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.)
Wuhan Mucang Technology Co ltd
Original Assignee
Wuhan Mucang 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 Wuhan Mucang Technology Co ltd filed Critical Wuhan Mucang Technology Co ltd
Priority to CN202010973652.9A priority Critical patent/CN112214398B/en
Publication of CN112214398A publication Critical patent/CN112214398A/en
Application granted granted Critical
Publication of CN112214398B publication Critical patent/CN112214398B/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/3692Test management for test results analysis
    • 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

Abstract

The embodiment of the invention provides a method and equipment for acquiring the execution efficiency and the test efficiency of a test case in an xmind tool. The method comprises the following steps: acquiring all canvas in the xmind tool and the theme of each canvas, and marking unexecuted test cases; and acquiring all the canvas in the xmind tool and the theme of each canvas again to obtain all the endmost nodes, acquiring the testing working hours, and acquiring the testing efficiency of different testers according to all the endmost nodes and the testing working hours. The method and the device for acquiring the execution efficiency and the test efficiency of the test case in the xmind tool can efficiently count the execution efficiency of the test case and the test efficiency of a tester.

Description

Method and equipment for acquiring execution efficiency and test efficiency of test case in xmind tool
Technical Field
The embodiment of the invention relates to the technical field of software testing, in particular to a method and equipment for acquiring the execution efficiency and the test efficiency of a test case in an xmind tool.
Background
Currently, many internet companies abandon traditional test case management tools such as testlink which take a long time to compile and have low execution test efficiency, and adopt thinking guidance tools such as xmind tools for realizing more efficient test case compiling. However, after the test case management tool becomes xmnd, the number of each execution state of the test case (i.e., the execution efficiency of the test case) cannot be counted, and the test efficiency of the tester cannot be measured. Therefore, developing a method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool can effectively overcome the above-mentioned drawbacks in the related art, and is a technical problem to be solved in the industry.
Disclosure of Invention
In view of the above problems in the prior art, embodiments of the present invention provide a method and an apparatus for obtaining execution efficiency and test efficiency of a test case in an xmind tool.
In a first aspect, an embodiment of the present invention provides a method for obtaining execution efficiency and test efficiency of a test case in an xmind tool, including: acquiring all canvas in the xmind tool and the theme of each canvas, and marking unexecuted test cases; and acquiring all the canvas in the xmind tool and the theme of each canvas again to obtain all the endmost nodes, acquiring the testing working hours, and acquiring the testing efficiency of different testers according to all the endmost nodes and the testing working hours.
On the basis of the content of the above method embodiment, the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention, where marking the unexecuted test case, includes: and counting the number of marked unexecuted cases in the subject without the child node by adopting a recursion method.
On the basis of the content of the embodiment of the method, the method for acquiring the execution efficiency and the test efficiency of the test case in the xmind tool provided by the embodiment of the invention comprises the following steps: using the getSheets () function, the canvas is placed into the list object.
On the basis of the content of the above method embodiment, the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention includes: acquiring a root node corresponding to each canvas by adopting a getROOTTopic () function; and the root node corresponding to each canvas is the theme of each canvas.
On the basis of the content of the above method embodiment, the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention includes: acquiring all child nodes under any node by adopting a getAllChildren () function, and searching child nodes under each child node in a recursive mode until the last child node is found; wherein the last child node is the endmost child node.
On the basis of the content of the above method embodiment, the method for acquiring the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention includes: and reading the test working hours from the canvas.
On the basis of the content of the above method embodiment, the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention obtains the test efficiencies of different testers according to all the endmost nodes and the test hours, and includes: and acquiring the number of test cases according to all the endmost nodes, and dividing the number of the test cases by the test working hours to obtain the test efficiency of different testers.
In a second aspect, an embodiment of the present invention provides an apparatus for obtaining execution efficiency and test efficiency of test cases in an xmind tool, including:
the test case marking module is used for acquiring all the canvas in the xmind tool and the theme of each canvas and marking unexecuted test cases;
and the test efficiency acquisition module is used for acquiring all the canvas in the xmind tool and the theme of each canvas again to obtain all the endmost nodes and test working hours, and obtaining the test efficiency of different testers according to all the endmost nodes and the test working hours.
In a third aspect, an embodiment of the present invention provides an electronic device, including:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, and the processor calls the program instructions to execute the method for acquiring the execution efficiency and the test efficiency of the test case in the xmnd tool provided by any one of the various implementation manners of the first aspect.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium storing computer instructions, where the computer instructions cause a computer to execute the method for obtaining the execution efficiency and the test efficiency of the test case in the xmnd tool, provided in any one of the various implementation manners of the first aspect.
According to the method and the device for acquiring the execution efficiency and the test efficiency of the test case in the xmind tool, the execution efficiency of the test case and the test efficiency of a tester can be efficiently counted by determining the canvas and the theme thereof in the xmind tool, counting the unexecuted test case and the tail end node according to the acquired theme, and combining the test working hours.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, a brief description will be given below to the drawings required for the description of the embodiments or the prior art, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flowchart of a method for obtaining the execution efficiency and the test efficiency of a test case in an xmind tool according to an embodiment of the present invention;
fig. 2 is a schematic diagram illustrating a principle of acquiring an end node and performing corresponding operations thereon according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating an execution efficiency result of a test case according to an embodiment of the present invention;
FIG. 3a is a schematic diagram of a test case front end data effect of a tester according to an embodiment of the present invention;
FIG. 3b is a schematic diagram illustrating test case testing efficiency effects of a tester according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of an apparatus for obtaining the execution efficiency and the test efficiency of a test case in an xmind tool according to an embodiment of the present invention;
fig. 5 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. 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. In addition, technical features of various embodiments or individual embodiments provided by the present invention may be arbitrarily combined with each other to form a feasible technical solution, and such combination is not limited by the sequence of steps and/or the structural composition mode, but must be realized by a person skilled in the art, and when the technical solution combination is contradictory or cannot be realized, such a technical solution combination should not be considered to exist and is not within the protection scope of the present invention.
The xmnd test case is a novel test case which is adaptive to agile projects, divides a test scene more clearly and simplifies operation steps, but no matter how the test case changes, one test case corresponds to an expected result, and the expected result appears on the node at the tail end of a topic in the xmnd. Therefore, counting the number of xmnd test cases is to count the number of the endmost nodes. Based on the idea, an embodiment of the present invention provides a method for obtaining execution efficiency and test efficiency of a test case in an xmind tool, and with reference to fig. 1, the method includes:
101. acquiring all canvas in the xmind tool and the theme of each canvas, and marking unexecuted test cases; specifically, all canvases of the xmind tool and all subjects of the canvases are obtained, then the number of markers correspondingly marked in the subjects without child nodes is counted by a recursion method, the markers are marked with unexecuted test cases, and the marker cancellation is the cancellation of the unexecuted test case marking and the removal of the execution records.
102. And acquiring all the canvas in the xmind tool and the theme of each canvas again to obtain all the endmost nodes, acquiring the testing working hours, and acquiring the testing efficiency of different testers according to all the endmost nodes and the testing working hours. Specifically, all canvases of the xmind tool and all subjects of the canvases are obtained, then all the endmost nodes are found by the same recursive method, and the difference is that different font colors, execution states and the like need to be distinguished and counted according to different counting types, and data merging is carried out according to the personnel in charge of testing. It should be noted that the canvas is a mind map in the xmind tool, is common knowledge in the art, and need not be explained in an excessive way here.
Based on the content of the foregoing method embodiment, as an optional embodiment, the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention, where the method for marking the unexecuted test case includes: and counting the number of marked unexecuted cases in the subject without the child node by adopting a recursion method.
Based on the content of the foregoing method embodiment, as an optional embodiment, the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention includes: using the getSheets () function, the canvas is placed into the list object.
Based on the content of the foregoing method embodiment, as an optional embodiment, the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention includes: acquiring a root node corresponding to each canvas by adopting a getROOTTopic () function; and the root node corresponding to each canvas is the theme of each canvas.
Based on the content of the foregoing method embodiment, as an optional embodiment, the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention includes: acquiring all child nodes under any node by adopting a getAllChildren () function, and searching child nodes under each child node in a recursive mode until the last child node is found; wherein the last child node is the endmost child node. It should be noted that, after the endmost child node is obtained, the operation of counting the number of endmost child nodes and operating the endmost child node may be performed. Specifically, referring to fig. 2, the xmind is turned on and instantiated as iworkbook builder; obtaining a canvas, and putting the canvas into a list object by a getSheets method; obtaining a theme, and obtaining a root node theme corresponding to the canvas by adopting a getROOTTopic () function; identifying the nodes needing to be counted, traversing all the nodes by adopting a getAllChildren () function, and if child nodes exist, continuing to identify; if no child node exists, counting or operating the most terminal node; counting the endmost nodes, and counting the nodes according to different mark values or different style ids; and operating the most end node, and marking, remarking and the like on the end node according to requirements.
Based on the content of the foregoing method embodiment, as an optional embodiment, the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention includes: and reading the test working hours from the canvas.
Based on the content of the foregoing method embodiment, as an optional embodiment, the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention obtains the test efficiencies of different testers according to all the endmost nodes and the test man-hours, and includes: and acquiring the number of test cases according to all the endmost nodes, and dividing the number of the test cases by the test working hours to obtain the test efficiency of different testers.
According to the method for acquiring the execution efficiency and the test efficiency of the test case in the xmind tool, the execution efficiency of the test case and the test efficiency of a tester can be efficiently counted by determining the canvas and the theme thereof in the xmind tool, counting the unexecuted test case and the tail end node according to the acquired theme, and combining the test working hours.
After the execution efficiency of the test case and the test efficiency of the tester are obtained, the data can be displayed, specifically, the data can be loaded into a table class, and then the table is drawn by using the control. Specifically, referring to fig. 3b, the execution efficiency of the test cases is shown in fig. 3, and the execution conditions of two test cases are shown in total, taking the first test case as an example, the passed test cases are 102, the failed test cases are 9, the blocked test cases are 0, the unexecuted test cases are 3, the total number of the test cases is 114, and the progress (execution efficiency) is 97.37%. The second test case is similar to the first test case, and is not described herein again. Fig. 3a shows front-end data of the testing efficiency of the tester, i.e. name of the test case, name of the tester, number of the cases, and working hours, taking the first test case as an example, the number of the cases from the tester (whose name has been masked) is 164, the total working hours is 10.0 working hours, and the front-end data of the other test cases are similar to the first test case, and are not repeated here. Fig. 3b shows the test efficiency of the test case used by the tester, and the test efficiency of a certain tester can be easily obtained with the aid of the front-end data. Taking the first tester (whose name is masked) as an example, the number of test cases is 116, the number of man-hours is 9.0, and the test efficiency (i.e., the average number of test cases used per man-hour) is 12.89 per man-hour.
The method for acquiring the execution efficiency and the test efficiency of the test case in the xmind tool, which is provided by each method embodiment of the invention, solves the problems of counting and marking the test case after the test case in the thinking guide chart type is separated from the traditional test case management system, simply and quickly collects the most basic test process data in the software development life cycle, and better provides tool support for the manager management project.
The implementation basis of the various embodiments of the present invention is realized by programmed processing performed by a device having a processor function. Therefore, in engineering practice, the technical solutions and functions thereof of the embodiments of the present invention can be packaged into various modules. Based on this reality, on the basis of the foregoing embodiments, embodiments of the present invention provide a device for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool, where the device is configured to execute the method for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool in the foregoing method embodiments. Referring to fig. 4, the apparatus includes:
the test case marking module 401 is used for acquiring all the canvas in the xmind tool and the theme of each canvas, and marking the unexecuted test cases;
and the test efficiency acquisition module 402 is used for acquiring all the canvas in the xmind tool and the theme of each canvas again to obtain all the endmost nodes, acquiring the test working hours, and acquiring the test efficiency of different testers according to all the endmost nodes and the test working hours.
The device for acquiring the execution efficiency and the test efficiency of the test case in the xmind tool provided by the embodiment of the invention adopts the test case marking module and the test efficiency acquiring module, and can perform high-efficiency statistics on the execution efficiency of the test case and the test efficiency of a tester by determining the canvas and the theme thereof in the xmind tool, performing statistics on the unexecuted test case and the tail end node according to the acquired theme, and combining the test working hours.
It should be noted that, the apparatus in the apparatus embodiment provided by the present invention may be used for implementing methods in other method embodiments provided by the present invention, except that corresponding function modules are provided, and the principle of the apparatus embodiment provided by the present invention is basically the same as that of the apparatus embodiment provided by the present invention, so long as a person skilled in the art obtains corresponding technical means by combining technical features on the basis of the apparatus embodiment described above, and obtains a technical solution formed by these technical means, on the premise of ensuring that the technical solution has practicability, the apparatus in the apparatus embodiment described above may be modified, so as to obtain a corresponding apparatus class embodiment, which is used for implementing methods in other method class embodiments. For example:
based on the content of the foregoing device embodiment, as an optional embodiment, the device for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention further includes: and the canvas acquisition module is used for placing the canvas into the list object by adopting a getSheets () function.
Based on the content of the foregoing device embodiment, as an optional embodiment, the device for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention further includes: the theme obtaining module is used for obtaining a root node corresponding to each canvas by adopting a getROOTTopic () function; and the root node corresponding to each canvas is the theme of each canvas.
Based on the content of the foregoing device embodiment, as an optional embodiment, the device for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention further includes: the tail end node acquisition module is used for acquiring all child nodes under any node by adopting a getAllChildren () function, and searching child nodes under each child node in a recursive mode until the last child node is found; wherein the last child node is the endmost child node.
Based on the content of the foregoing device embodiment, as an optional embodiment, the device for obtaining the execution efficiency and the test efficiency of the test case in the xmind tool provided in the embodiment of the present invention further includes: and the test efficiency acquisition module is used for acquiring the number of the test cases according to all the endmost nodes and dividing the number of the test cases by the test working hours to obtain the test efficiency of different testers.
The method of the embodiment of the invention is realized by depending on the electronic equipment, so that the related electronic equipment is necessarily introduced. To this end, an embodiment of the present invention provides an electronic apparatus, as shown in fig. 5, including: at least one processor (processor)501, a communication Interface (Communications Interface)504, at least one memory (memory)502 and a communication bus 503, wherein the at least one processor 501, the communication Interface 504 and the at least one memory 502 are in communication with each other through the communication bus 503. The at least one processor 501 may invoke logic instructions in the at least one memory 502 to perform all or a portion of the steps of the methods provided by the various method embodiments described above.
Furthermore, the logic instructions in the at least one memory 502 may be implemented in software functional units and stored in a computer readable storage medium when sold or used as a stand-alone product. 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 and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the method embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above-described embodiments of the apparatus are merely illustrative, and 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 modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. Based on this recognition, each block in the flowchart or block diagrams may represent a module, a program segment, or a portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In this patent, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus 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 apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (7)

1. A method for obtaining the execution efficiency and the test efficiency of a test case in an xmind tool is characterized by comprising the following steps: acquiring all canvas in the xmind tool and the theme of each canvas, and marking unexecuted test cases; obtaining all canvas in the xmind tool and the theme of each canvas again to obtain all the endmost nodes, obtaining testing working hours, and obtaining the testing efficiency of different testers according to all the endmost nodes and the testing working hours;
wherein, the marking the unexecuted test cases comprises the following steps: counting the number of marked unexecuted cases in the subject without the child nodes by adopting a recursion method;
wherein the obtaining all endmost nodes comprises: acquiring all child nodes under any node by adopting a getAllChildren () function, and searching child nodes under each child node in a recursive mode until the last child node is found; wherein the last child node is the endmost child node;
wherein, according to all most terminal nodes and the test man-hour, obtain different testers' efficiency of software testing, include: and acquiring the number of test cases according to all the endmost nodes, and dividing the number of the test cases by the test working hours to obtain the test efficiency of different testers.
2. The method for obtaining the execution efficiency and the test efficiency of the test cases in the xmind tool according to claim 1, wherein obtaining all the canvas in the xmind tool comprises: using the getSheets () function, the canvas is placed into the list object.
3. The method for obtaining test case execution efficiency and test efficiency in an xmind tool as claimed in claim 1, wherein the obtaining the theme of each canvas comprises: acquiring a root node corresponding to each canvas by adopting a getROOTTopic () function; and the root node corresponding to each canvas is the theme of each canvas.
4. The method for obtaining test case execution efficiency and test efficiency in an xmind tool according to claim 1, wherein the obtaining test man-hour comprises: and reading the test working hours from the canvas.
5. The utility model provides an obtain device of test case execution efficiency and efficiency of software testing in xmnd instrument which characterized in that includes:
the test case marking module is used for acquiring all the canvas in the xmind tool and the theme of each canvas and marking unexecuted test cases;
the test efficiency acquisition module is used for acquiring all the canvas in the xmind tool and the theme of each canvas again to obtain all the endmost nodes, acquiring test working hours, and acquiring the test efficiency of different testers according to all the endmost nodes and the test working hours;
wherein, the marking the unexecuted test cases comprises the following steps: counting the number of marked unexecuted cases in the subject without the child nodes by adopting a recursion method;
wherein the obtaining all endmost nodes comprises: acquiring all child nodes under any node by adopting a getAllChildren () function, and searching child nodes under each child node in a recursive mode until the last child node is found; wherein the last child node is the endmost child node;
wherein, according to all most terminal nodes and the test man-hour, obtain different testers' efficiency of software testing, include: and acquiring the number of test cases according to all the endmost nodes, and dividing the number of the test cases by the test working hours to obtain the test efficiency of different testers.
6. An electronic device, comprising:
at least one processor, at least one memory, and a communication interface; wherein the content of the first and second substances,
the processor, the memory and the communication interface are communicated with each other;
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the method of any of claims 1 to 4.
7. A non-transitory computer-readable storage medium storing computer instructions for causing a computer to perform the method of any one of claims 1 to 4.
CN202010973652.9A 2020-09-16 2020-09-16 Method and equipment for acquiring execution efficiency and test efficiency of test case in xmind tool Active CN112214398B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010973652.9A CN112214398B (en) 2020-09-16 2020-09-16 Method and equipment for acquiring execution efficiency and test efficiency of test case in xmind tool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010973652.9A CN112214398B (en) 2020-09-16 2020-09-16 Method and equipment for acquiring execution efficiency and test efficiency of test case in xmind tool

Publications (2)

Publication Number Publication Date
CN112214398A CN112214398A (en) 2021-01-12
CN112214398B true CN112214398B (en) 2022-03-22

Family

ID=74049497

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010973652.9A Active CN112214398B (en) 2020-09-16 2020-09-16 Method and equipment for acquiring execution efficiency and test efficiency of test case in xmind tool

Country Status (1)

Country Link
CN (1) CN112214398B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112860581B (en) * 2021-03-18 2024-04-26 浙江诺诺网络科技有限公司 Execution method, device, equipment and storage medium of test case

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107622014B (en) * 2017-09-22 2021-04-06 广州视源电子科技股份有限公司 Test report generation method and device, readable storage medium and computer equipment
CN109271314A (en) * 2018-08-21 2019-01-25 郑州云海信息技术有限公司 A kind of software test personnel performance assessment system and its application method
CN109558317A (en) * 2018-11-22 2019-04-02 网易(杭州)网络有限公司 The processing method and processing device of test case
CN111104317A (en) * 2019-12-09 2020-05-05 紫光云(南京)数字技术有限公司 Method for realizing efficient editing and execution management of test cases
CN111538673B (en) * 2020-06-04 2023-07-07 中国联合网络通信集团有限公司 Processing method, device, equipment and storage medium based on test case

Also Published As

Publication number Publication date
CN112214398A (en) 2021-01-12

Similar Documents

Publication Publication Date Title
CN109542789B (en) Code coverage rate statistical method and device
CN106445476B (en) Code change information determination method and device and electronic equipment
CN113127366B (en) Matrix automatic test method based on model and computer readable storage medium
CN112214398B (en) Method and equipment for acquiring execution efficiency and test efficiency of test case in xmind tool
US20240036841A1 (en) Method and Apparatus for Compatibility Detection, Device and Non-transitory computer-readable storage medium
CN107038108A (en) The method of testing and device of software
CN110975279B (en) Game data processing method and device, game server and storage medium
CN111221721B (en) Automatic recording and executing method and device for unit test cases
US8031950B2 (en) Categorizing images of software failures
CN110727585B (en) Memory leak detection method, device, electronic equipment and readable storage medium
CN116009889A (en) Deep learning model deployment method and device, electronic equipment and storage medium
CN114141302A (en) Test method of solid state disk and electronic equipment
CN115098362A (en) Page testing method and device, electronic equipment and storage medium
CN113704519B (en) Data set determining method and device, computer equipment and storage medium
CN112463596B (en) Test case data processing method, device and equipment and processing equipment
CN110196793B (en) Log analysis method and device for plug-in database
CN109683994B (en) Method and device for determining view construction time, storage medium and electronic equipment
CN114021131A (en) Method and device for acquiring data analysis map and electronic equipment
CN109189673B (en) Software test scheme, and method and device for determining test cases
CN113342647A (en) Test data generation method and device
CN106203076B (en) Method for judging malicious file by utilizing EBP (electronic book protocol)
CN111580856A (en) Internet of things equipment component version information extraction method for MIPS framework
CN113360467B (en) Log file analysis method, device, medium and computer equipment
CN115510984B (en) Anti-intrusion method and system for payment platform and cloud platform
CN110569362B (en) Ontology instantiation method and device

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
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20210112

Assignee: WUHAN YUANGUANG TECHNOLOGY Co.,Ltd.

Assignor: Wuhan mucang Technology Co.,Ltd.

Contract record no.: X2022420000127

Denomination of invention: Method and equipment for obtaining the execution efficiency and test efficiency of test cases in xmind tool

Granted publication date: 20220322

License type: Common License

Record date: 20221110