CN111078564B - UI test case management method, device, computer equipment and computer readable storage medium - Google Patents
UI test case management method, device, computer equipment and computer readable storage medium Download PDFInfo
- Publication number
- CN111078564B CN111078564B CN201911315869.4A CN201911315869A CN111078564B CN 111078564 B CN111078564 B CN 111078564B CN 201911315869 A CN201911315869 A CN 201911315869A CN 111078564 B CN111078564 B CN 111078564B
- Authority
- CN
- China
- Prior art keywords
- expected effect
- test case
- information
- identification field
- test
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3684—Test management for test design, e.g. generating new test cases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3692—Test 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 application discloses a UI test case management method, a device, a computer device and a computer readable storage medium, wherein the method comprises the following steps: acquiring expected effect information of a test case to be managed, and generating an expected effect diagram according to the expected effect information; setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword; and storing the expected effect diagram and the logic information of the test case in association with the identification field. According to the application, the UI is described by replacing the text with the expected effect graph, so that data searching during climbing wading is not needed, and the expected result of the UI can be displayed more clearly.
Description
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and apparatus for UI test case management, a computer device, and a computer readable storage medium.
Background
The software test is indispensable in the software development process, and the test tool performs test operation according to a certain test scheme and flow, so that the defects hidden in the software are found, the software development and maintenance cost is reduced, and the software quality is promoted. Among various types of automatic software tests, the software test closest to the user requirement is related to user interaction, namely a user interface test, wherein the user interface test is named User interface testing, UI test for short, and mainly refers to whether the layout of functional modules of the user interface is reasonable, whether the overall style is consistent, whether the placement positions of all controls accord with the use habit of a customer or not, and the like. Therefore, after the development of the application program is completed, UI (User Interface) test is required for the application program, so that problems can be found in time according to the test result and the application program can be modified and perfected.
The existing use case management system can only describe the expected UI result by words, and the user needs to look for data in a brainstem mode during regression testing. However, since each test case includes several labels, and each person has different understanding ability, describing the UI expected result in text easily causes errors in description, and such test results are not guaranteed in quality.
Disclosure of Invention
In order to solve the problems in the prior art, the embodiment of the application provides a UI test case management method, a device, computer equipment and a storage medium, which are used for solving the problems that the description is easy to be wrong and the quality cannot be ensured due to the fact that the expected result of the UI is described by words in the prior art.
In order to solve one or more of the technical problems, the application adopts the following technical scheme:
in a first aspect, a method for managing UI test cases is provided, including the steps of:
acquiring expected effect information of a test case to be managed, and generating an expected effect diagram according to the expected effect information;
setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword;
and storing the expected effect diagram and the logic information of the test case in association with the identification field.
Further, the generating the expected effect graph according to the expected effect information includes:
converting the expected effect information into an effect feature vector by a preset method for extracting the feature vector;
and inputting the effect feature vector into a pre-constructed generation countermeasure network model to generate an expected effect graph.
Further, the associating the expected effect graph and the logic information of the test case with the identification field includes:
layering processing is carried out on the test cases according to the module level, and layering sequencing is carried out on the test cases;
and associating the expected effect graph and the logic information of the test case with the identification field, and storing the expected effect graph and the logic information of the test case according to the hierarchical ordering order.
Further, the method further comprises:
receiving a case query request, and matching the case query request with keywords in the identification field;
and if the matching is successful, returning the relevant information of the test case corresponding to the identification field for reference, wherein the relevant information at least comprises the expected effect diagram.
In a first aspect, there is provided a UI test case management apparatus, the apparatus comprising:
the image generation module is used for acquiring expected effect information of the test case to be managed and generating an expected effect image according to the expected effect information;
the field setting module is used for setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword;
and the information storage module is used for storing the expected effect diagram and the logic information of the test case in association with the identification field.
Further, the picture generation module includes:
the vector generation unit is used for converting the expected effect information into an effect feature vector through a preset method for extracting the feature vector;
and the picture generation unit is used for inputting the effect characteristic vector into a pre-constructed generation countermeasure network model to generate an expected effect picture.
Further, the information storage module includes:
the sequencing processing unit is used for carrying out layering processing on the test cases according to the module level and carrying out layering sequencing on the test cases;
and the information storage unit is used for associating the expected effect graph and the logic information of the test case with the identification field and storing the expected effect graph and the logic information of the test case according to the hierarchical ordering order.
Further, the device further comprises:
the request receiving module is used for receiving the case query request;
the information matching module is used for matching the use case query request with the keywords in the identification field;
and the information feedback module is used for returning the relevant information of the test case corresponding to the identification field for reference if the matching is successful, wherein the relevant information at least comprises the expected effect diagram.
In a third aspect, there is provided a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of:
acquiring expected effect information of a test case to be managed, and generating an expected effect diagram according to the expected effect information;
setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword;
and storing the expected effect diagram and the logic information of the test case in association with the identification field.
In a fourth aspect, there is provided a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
acquiring expected effect information of a test case to be managed, and generating an expected effect diagram according to the expected effect information;
setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword;
and storing the expected effect diagram and the logic information of the test case in association with the identification field.
The technical scheme provided by the embodiment of the application has the beneficial effects that:
according to the UI test case management method, the device, the computer equipment and the computer readable storage medium, through obtaining expected effect information of the test case to be managed, an expected effect diagram is generated according to the expected effect information, an identification field is set for the test case to be managed, the identification field comprises at least one keyword, the expected effect diagram and logic information of the test case are associated with the identification field and stored, the UI is described by replacing characters with the expected effect diagram, so that data searching during climbing wading is not needed, and the expected result of the UI can be clearly displayed.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a UI test case management method shown in accordance with an exemplary embodiment;
FIG. 2 is a flowchart illustrating generating a desired effect map from desired effect information according to an exemplary embodiment;
FIG. 3 is a flowchart illustrating storing a graph of expected effects and logical information of test cases in association with identification fields, according to an example embodiment;
FIG. 4 is a flowchart of a UI test case management method shown in accordance with another exemplary embodiment;
FIG. 5 is a schematic diagram of a configuration of a UI test case management apparatus shown according to an example embodiment;
fig. 6 is a schematic diagram of a computer device, according to an example embodiment.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the present application more apparent, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
FIG. 1 is a flowchart of a UI test case management method according to an exemplary embodiment, and with reference to FIG. 1, the method includes the steps of:
s1: and obtaining expected effect information of the test case to be managed, and generating an expected effect diagram according to the expected effect information.
Specifically, in the embodiment of the application, a mode of displaying the expected result of the UI through the expected effect diagram is adopted to replace a mode of describing the expected result of the UI through characters in the prior art, so that the problems that the description is easy to cause errors, the quality cannot be ensured and the like in the prior art are solved. Therefore, after receiving the related information of the test case to be managed, which is input by the business personnel through the front-end web system, the expected effect information of the test case to be managed is firstly obtained, and then a corresponding expected effect diagram is generated according to the expected effect information. In this embodiment of the present application, the relevant information of the test case to be managed, which is input by the service personnel through the front-end web system, may include, in addition to the expected effect information, information such as a version number of the test case, logic information of the test case, and a level of the test case.
S2: and setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword.
Specifically, in order to facilitate the service personnel to query the test cases later, in the embodiment of the application, at least one identification field is preset for each test case, wherein the identification field consists of at least one keyword. For example, "list page pit check" may be set for a test case for testing information about a commodity drawing of a commodity list page, the identification field including the following keywords: "list page, pit bit, check".
As a preferred example, in the embodiment of the present application, when generating the identification field, the related information of the test case may be subjected to word segmentation first, then the obtained word segmentation is subjected to semantic analysis, the fields meeting the preset conditions are extracted, and these fields are combined to be used as the identification field of the test case.
S3: and storing the expected effect diagram and the logic information of the test case in association with the identification field.
Specifically, when the test case is stored, the expected effect diagram obtained in the steps and the logic information and other data of the test case are associated with the identification field, and then stored.
The following examples illustrate the above scheme:
assuming that the test case to be managed is a test case for testing the relevant information of the commodity diagram of the commodity list page, the expected effect information of the test case to be managed is as follows:
layout: upper, middle and lower;
specifically: and (3) the following steps: commodity drawings; in (a): price log, price information; the following steps: brand name, text title.
Detailed: commodity diagram: multicolor log is displayed in the lower right corner if there are multiple colors
Remaining size display: if the remaining size is smaller than 3, the remaining size and the like are displayed at the lower right of the picture.
There are many other items to be checked, which are not listed here.
The set identification field is list page pit checking, firstly generating an expected effect diagram according to the expected effect information, and then storing the expected effect diagram and the logic information of the test case in association with the identification field, as shown in the following table I:
list one
FIG. 2 is a flow chart illustrating the generation of an expected effect map from expected effect information according to an exemplary embodiment, and referring to FIG. 2, as a preferred implementation manner, the generation of the expected effect map from the expected effect information according to the embodiment of the present application includes:
s101: and converting the expected effect information into an effect feature vector by a preset method for extracting the feature vector.
Specifically, a method of converting expected effect information into an image feature vector suitable for an antagonistic network (GAN) model input is preset. The expected effect information may be a description of the test case to be managed, which is input by the service personnel, such as displaying multicolor log in the lower right corner of the picture if a plurality of colors, displaying the remaining size in the lower right corner of the picture if the remaining size is less than 3, or may be an abstract feature without explicit meaning. The abstract features are converted into effect feature vectors by using a preset feature vector extraction method, wherein the method can be simple data mapping or can be obtained by training a depth model.
Further, in the embodiment of the present application, the method for extracting the effect feature vector includes: the expected effect information is mapped onto an n-dimensional vector, where n=1, 2,3 …, and each feature of the expected effect information corresponds to at least one dimension of the vector, i.e. each feature of the expected effect information may correspond to one dimension of the vector or may correspond to multiple dimensions of the vector.
S102: and inputting the effect feature vector into a pre-constructed generation countermeasure network model to generate an expected effect graph.
Specifically, a picture generation model is trained based on a generated countermeasure network (i.e., countermeasure network, also referred to as countermeasure neural network) using pre-prepared training data, wherein the pre-constructed generated countermeasure network model includes at least one generator. The inputs of the generator are the effect feature vector and a random noise vector, and the output is the expected effect graph.
Fig. 3 is a flowchart showing storing logic information of an expected effect diagram and a test case in association with an identification field according to an exemplary embodiment, and referring to fig. 3, in an embodiment of the present application, storing logic information of the expected effect diagram and the test case in association with the identification field includes:
s301: and layering processing is carried out on the test cases according to the module level, and layering sequencing is carried out on the test cases.
Specifically, in the embodiment of the application, in order to facilitate management of each test case, when each test case is stored, layering processing is performed on the test case according to a module level, and layering sequencing is performed on each test case. For example, if a case includes a plurality of test steps, the test steps may be ordered according to execution order.
S302: and associating the expected effect graph and the logic information of the test case with the identification field, and storing the expected effect graph and the logic information of the test case according to the hierarchical ordering order.
Specifically, when the test case is stored, the expected effect diagram obtained in the steps and the logic information and other data of the test case are associated with the identification field, and then are stored according to the hierarchical order. For example, a case includes, for example, a plurality of test steps, each test step corresponds to one test case, and when the storage management is performed on each test case of the case, the test cases are stored sequentially according to the test steps, and the schematic diagram is as follows:
watch II
Identification field | Expected effects |
Step 1: xxx | Logic information and expected effect graph |
Step 2: xxx | Logic information and expected effect graph |
Step 3: xxx | Logic information and expected effect graph |
…… | …… |
FIG. 4 is a flowchart of a UI test case management method according to another exemplary embodiment, and with reference to FIG. 4, as a preferred implementation manner, in an embodiment of the present application, the method includes:
s1: and obtaining expected effect information of the test case to be managed, and generating an expected effect diagram according to the expected effect information.
S2: and setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword.
S3: and storing the expected effect diagram and the logic information of the test case in association with the identification field.
Specifically, the specific embodiments of steps S1 to S3 refer to the foregoing, and are not described herein in detail.
S4: and receiving a use case query request, and matching the use case query request with the keywords in the identification field.
Specifically, in the embodiment of the application, after receiving a use case query request sent by a user (such as a service personnel and the like), firstly, word segmentation processing is performed on a query sentence in the use case query request, keywords of the query sentence are extracted, and then the keywords of the query sentence are matched with keywords in an identification field. The specific matching method is not particularly limited herein, and the user may select according to specific requirements.
S5: and if the matching is successful, returning the relevant information of the test case corresponding to the identification field for reference, wherein the relevant information at least comprises the expected effect diagram.
Specifically, if the keyword of the query sentence is successfully matched with the keyword in the identification field, the relevant information of the test case corresponding to the identification field is returned for reference, wherein the relevant information at least comprises an expected effect diagram. The expected effect diagram is returned to the query requester, so that the query requester can conveniently and rapidly and clearly understand the expected effect of the test case, and the query requester can conveniently select the corresponding test case.
Fig. 5 is a schematic structural view of a UI test case management apparatus shown in accordance with an exemplary embodiment, and referring to fig. 5, the apparatus includes:
the image generation module is used for acquiring expected effect information of the test case to be managed and generating an expected effect image according to the expected effect information;
the field setting module is used for setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword;
and the information storage module is used for storing the expected effect diagram and the logic information of the test case in association with the identification field.
As a preferred implementation manner, in an embodiment of the present application, the image generating module includes:
the vector generation unit is used for converting the expected effect information into an effect feature vector through a preset method for extracting the feature vector;
and the picture generation unit is used for inputting the effect characteristic vector into a pre-constructed generation countermeasure network model to generate an expected effect picture.
As a preferred implementation manner, in an embodiment of the present application, the information storage module includes:
the sequencing processing unit is used for carrying out layering processing on the test cases according to the module level and carrying out layering sequencing on the test cases;
and the information storage unit is used for associating the expected effect graph and the logic information of the test case with the identification field and storing the expected effect graph and the logic information of the test case according to the hierarchical ordering order.
As a preferred implementation manner, in an embodiment of the present application, the apparatus further includes:
the request receiving module is used for receiving the case query request;
the information matching module is used for matching the use case query request with the keywords in the identification field;
and the information feedback module is used for returning the relevant information of the test case corresponding to the identification field for reference if the matching is successful, wherein the relevant information at least comprises the expected effect diagram.
Fig. 6 is a schematic diagram of a computer device according to an exemplary embodiment, and referring to fig. 6, the computer device includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and the processor implements the following steps when executing the computer program:
acquiring expected effect information of a test case to be managed, and generating an expected effect diagram according to the expected effect information;
setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword;
and storing the expected effect diagram and the logic information of the test case in association with the identification field.
As a preferred implementation manner, in the embodiment of the present application, the generating the expected effect map according to the expected effect information includes:
converting the expected effect information into an effect feature vector by a preset method for extracting the feature vector;
and inputting the effect feature vector into a pre-constructed generation countermeasure network model to generate an expected effect graph.
In a preferred embodiment of the present application, the storing the expected effect diagram and the logic information of the test case in association with the identification field includes:
layering processing is carried out on the test cases according to the module level, and layering sequencing is carried out on the test cases;
and associating the expected effect graph and the logic information of the test case with the identification field, and storing the expected effect graph and the logic information of the test case according to the hierarchical ordering order.
As a preferred implementation manner, in an embodiment of the present application, the method further includes:
receiving a case query request, and matching the case query request with keywords in the identification field;
and if the matching is successful, returning the relevant information of the test case corresponding to the identification field for reference, wherein the relevant information at least comprises the expected effect diagram.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of:
acquiring expected effect information of a test case to be managed, and generating an expected effect diagram according to the expected effect information;
setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword;
and storing the expected effect diagram and the logic information of the test case in association with the identification field.
As a preferred implementation manner, in the embodiment of the present application, the generating the expected effect map according to the expected effect information includes:
converting the expected effect information into an effect feature vector by a preset method for extracting the feature vector;
and inputting the effect feature vector into a pre-constructed generation countermeasure network model to generate an expected effect graph.
In a preferred embodiment of the present application, the storing the expected effect diagram and the logic information of the test case in association with the identification field includes:
layering processing is carried out on the test cases according to the module level, and layering sequencing is carried out on the test cases;
and associating the expected effect graph and the logic information of the test case with the identification field, and storing the expected effect graph and the logic information of the test case according to the hierarchical ordering order.
As a preferred implementation manner, in an embodiment of the present application, the method further includes:
receiving a case query request, and matching the case query request with keywords in the identification field;
and if the matching is successful, returning the relevant information of the test case corresponding to the identification field for reference, wherein the relevant information at least comprises the expected effect diagram.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
In summary, the technical solution provided by the embodiment of the present application has the following beneficial effects:
according to the UI test case management method, the device, the computer equipment and the computer readable storage medium, through obtaining expected effect information of the test case to be managed, an expected effect diagram is generated according to the expected effect information, an identification field is set for the test case to be managed, the identification field comprises at least one keyword, the expected effect diagram and logic information of the test case are associated with the identification field and stored, the UI is described by replacing characters with the expected effect diagram, so that data searching during climbing wading is not needed, and the expected result of the UI can be clearly displayed.
It should be noted that: when the UI test case management device provided in the above embodiment triggers the management service, only the division of the above functional modules is used for illustration, in practical application, the above functional allocation may be completed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules, so as to complete all or part of the functions described above. In addition, the UI test case management device provided in the foregoing embodiment belongs to the same concept as the UI test case management method embodiment, that is, the device is based on the UI test case management method, and the specific implementation process of the device is detailed in the method embodiment, which is not described herein again.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program for instructing relevant hardware, where the program may be stored in a computer readable storage medium, and the storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The foregoing description of the preferred embodiments of the application is not intended to limit the application to the precise form disclosed, and any such modifications, equivalents, and alternatives falling within the spirit and scope of the application are intended to be included within the scope of the application.
Claims (6)
1. A UI test case management method, the method comprising the steps of:
acquiring expected effect information of a test case to be managed, and generating an expected effect diagram according to the expected effect information;
wherein the generating the expected effect graph according to the expected effect information comprises:
converting the expected effect information into an effect feature vector by a preset method for extracting the feature vector;
inputting the effect feature vector into a pre-constructed generation countermeasure network model to generate an expected effect graph;
setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword;
the expected effect diagram and the logic information of the test case are stored in a correlated mode with the identification field;
wherein storing the expected effect graph and the logic information of the test case in association with the identification field includes:
layering processing is carried out on the test cases according to the module level, and layering sequencing is carried out on the test cases;
and associating the expected effect graph and the logic information of the test case with the identification field, and storing the expected effect graph and the logic information of the test case according to the hierarchical ordering order.
2. The UI test case management method according to claim 1, wherein the method further comprises:
receiving a case query request, and matching the case query request with keywords in the identification field;
and if the matching is successful, returning the relevant information of the test case corresponding to the identification field for reference, wherein the relevant information at least comprises the expected effect diagram.
3. A UI test case management apparatus, the apparatus comprising:
the image generation module is used for acquiring expected effect information of the test case to be managed and generating an expected effect image according to the expected effect information;
wherein, the picture generation module includes:
the vector generation unit is used for converting the expected effect information into an effect feature vector through a preset method for extracting the feature vector;
the picture generation unit is used for inputting the effect feature vector into a pre-constructed generation countermeasure network model to generate an expected effect picture;
the field setting module is used for setting an identification field for the test case to be managed, wherein the identification field comprises at least one keyword;
the information storage module is used for storing the expected effect diagram and the logic information of the test case in association with the identification field;
wherein the information storage module comprises:
the sequencing processing unit is used for carrying out layering processing on the test cases according to the module level and carrying out layering sequencing on the test cases;
and the information storage unit is used for associating the expected effect graph and the logic information of the test case with the identification field and storing the expected effect graph and the logic information of the test case according to the hierarchical ordering order.
4. The UI test case management device of claim 3, wherein the device further comprises:
the request receiving module is used for receiving the case query request;
the information matching module is used for matching the use case query request with the keywords in the identification field;
and the information feedback module is used for returning the relevant information of the test case corresponding to the identification field for reference if the matching is successful, wherein the relevant information at least comprises the expected effect diagram.
5. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the method according to any one of claims 1 to 2 when the computer program is executed by the processor.
6. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 2.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911315869.4A CN111078564B (en) | 2019-12-18 | 2019-12-18 | UI test case management method, device, computer equipment and computer readable storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911315869.4A CN111078564B (en) | 2019-12-18 | 2019-12-18 | UI test case management method, device, computer equipment and computer readable storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111078564A CN111078564A (en) | 2020-04-28 |
CN111078564B true CN111078564B (en) | 2023-09-19 |
Family
ID=70315667
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911315869.4A Active CN111078564B (en) | 2019-12-18 | 2019-12-18 | UI test case management method, device, computer equipment and computer readable storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111078564B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112199285B (en) * | 2020-10-12 | 2023-08-01 | 中国农业银行股份有限公司 | Test case optimization method and device and electronic equipment |
CN114116453B (en) * | 2021-10-31 | 2024-01-09 | 苏州浪潮智能科技有限公司 | Method, device, equipment and readable medium for testing case association configuration information |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105260301A (en) * | 2015-09-24 | 2016-01-20 | 努比亚技术有限公司 | Visual effect comparison test device of user interfaces and realization method of visual effect comparison test device of user interfaces |
CN107203463A (en) * | 2016-03-16 | 2017-09-26 | 阿里巴巴集团控股有限公司 | Method, interface method for drafting and the device of interface detection |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170192882A1 (en) * | 2016-01-06 | 2017-07-06 | Hcl Technologies Limited | Method and system for automatically generating a plurality of test cases for an it enabled application |
-
2019
- 2019-12-18 CN CN201911315869.4A patent/CN111078564B/en active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105260301A (en) * | 2015-09-24 | 2016-01-20 | 努比亚技术有限公司 | Visual effect comparison test device of user interfaces and realization method of visual effect comparison test device of user interfaces |
CN107203463A (en) * | 2016-03-16 | 2017-09-26 | 阿里巴巴集团控股有限公司 | Method, interface method for drafting and the device of interface detection |
Non-Patent Citations (1)
Title |
---|
基于UML状态图的类测试用例生成;雷斌;崔丽婷;;电子质量(08);全文 * |
Also Published As
Publication number | Publication date |
---|---|
CN111078564A (en) | 2020-04-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110457431B (en) | Knowledge graph-based question and answer method and device, computer equipment and storage medium | |
CN112631997B (en) | Data processing method, device, terminal and storage medium | |
CA3174601C (en) | Text intent identifying method, device, computer equipment and storage medium | |
CN111666401B (en) | Document recommendation method, device, computer equipment and medium based on graph structure | |
CN104050532A (en) | Resume generating method and resume generating system | |
CN109710933A (en) | Acquisition methods, device, computer equipment and the storage medium of training corpus | |
WO2020237872A1 (en) | Method and apparatus for testing accuracy of semantic analysis model, storage medium, and device | |
CN110362798B (en) | Method, apparatus, computer device and storage medium for judging information retrieval analysis | |
CN111078564B (en) | UI test case management method, device, computer equipment and computer readable storage medium | |
CN111984659B (en) | Data updating method, device, computer equipment and storage medium | |
CN112286934A (en) | Database table importing method, device, equipment and medium | |
CN110909768B (en) | Method and device for acquiring marked data | |
US11360974B2 (en) | Ontology driven crowd sourced multi-dimensional question-answer processing for automated bid processing for rapid bid submission and win rate enhancement | |
US11816770B2 (en) | System for ontological graph creation via a user interface | |
CN112036161A (en) | Requirement document processing method, device, equipment and storage medium | |
US20230252006A1 (en) | System for annotating input data using graphs via a user interface | |
CN109359176A (en) | Data extraction method, device, computer equipment and storage medium | |
US11361032B2 (en) | Computer driven question identification and understanding within a commercial tender document for automated bid processing for rapid bid submission and win rate enhancement | |
US20210271987A1 (en) | Method for solving problem, computing system and program product | |
CN117034949A (en) | Consultation work order classification method and device, electronic equipment and storage medium | |
CN116611802A (en) | Skill-driven recruitment advertising system based on data visualization | |
CN113050933B (en) | Brain graph data processing method, device, equipment and storage medium | |
CN115828856A (en) | Test paper generation method, device, equipment and storage medium | |
CN109460417A (en) | A kind of wrong answer list generation method, device, server and computer storage medium | |
US11562126B2 (en) | Coaching system and coaching method |
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 |