CN106649100A - Automatic test method and system - Google Patents

Automatic test method and system Download PDF

Info

Publication number
CN106649100A
CN106649100A CN201611009267.2A CN201611009267A CN106649100A CN 106649100 A CN106649100 A CN 106649100A CN 201611009267 A CN201611009267 A CN 201611009267A CN 106649100 A CN106649100 A CN 106649100A
Authority
CN
China
Prior art keywords
test
path
node
dendrogram
page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201611009267.2A
Other languages
Chinese (zh)
Other versions
CN106649100B (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.)
Fujian TQ Digital Co Ltd
Original Assignee
Fujian TQ Digital 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 Fujian TQ Digital Co Ltd filed Critical Fujian TQ Digital Co Ltd
Priority to CN201611009267.2A priority Critical patent/CN106649100B/en
Publication of CN106649100A publication Critical patent/CN106649100A/en
Application granted granted Critical
Publication of CN106649100B publication Critical patent/CN106649100B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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

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 relates to the field of a test and particularly relates to an automatic test method and system. A corresponding tree diagram is generated according to a hierarchical relationship among page nodes in software; the tree diagram is traversed and a path from a leaf node to a root node is obtained in sequence, thereby obtaining a first path; and a test script corresponding to the first path is generated. The test scripts corresponding to UI functions can be automatically generated without writing the test scripts by a tester, the test efficiency is improved, and the time and manpower input into the test process can be effectively reduced.

Description

A kind of automated testing method and system
Technical field
The present invention relates to field tests, more particularly to a kind of automated testing method and system.
Background technology
The UI functional tests of most of Android softwares at present need to manually be operated by tester.Existing automation is surveyed Method for testing needs to write corresponding functional test script, it is desirable to which tester has certain programming basis.Additionally, when renewal During Android software version, tester needs the test write before the function of UI of manual test again or modification Script so that tester needs ceaselessly to repeat to do function regression test, wastes substantial amounts of time and manpower.
The content of the invention
The technical problem to be solved is:A kind of automated testing method and system are provided, test automatically is realized The UI functions of software.
In order to solve above-mentioned technical problem, the technical solution used in the present invention is:
The present invention provides a kind of automated testing method, including:
S1, corresponding dendrogram is generated according to the hierarchical relationship of each page node in software;
S2, the traversal dendrogram, obtain successively a leaf node to the path of root node, obtain first path;
S3, generation test script corresponding with the first path.
The present invention also provides a kind of automatization test system, including:
First generation module, for generating corresponding dendrogram according to the hierarchical relationship of each page node in software;
Spider module, for traveling through the dendrogram, obtains successively a leaf node to the path of root node, obtains first Path;
Second generation module, for generating test script corresponding with the first path.
The beneficial effects of the present invention is:Being different from prior art need to write test script by tester, and the present invention is logical The dendrogram that traversal is automatically generated according to the hierarchical relationship of each page of software is crossed, corresponding test script is automatically generated, so as to reality The UI functions of existing automatic testing software.Wherein, the page node that each branch of the dendrogram is included is to realize a certain work( The page node transferred in order during energy, therefore, according to the dendrogram, writing test script without the need for tester just can be certainly It is dynamic to generate test script corresponding with each UI functions, testing efficiency is improve, and effectively reduce what is put in test process Time and manpower.
Description of the drawings
Fig. 1 is a kind of FB(flow block) of automatic test approach of the invention;
Fig. 2 is the dendrogram of social software;
Fig. 3 is a kind of structured flowchart of automatic test approach of the invention;
Fig. 4 is the test case figure of the newly-built block functions of microblogging;
Fig. 5 is the newly-built block functions dendrogram of microblogging;
Fig. 6 is the dendrogram for issuing literal Microblog function;
Fig. 7 is the dendrogram for issuing photo microblogging function;
Fig. 8 is the dendrogram for issuing top article function;
Fig. 9 is the dendrogram of function of registering;
Figure 10 is the dendrogram of issuing microblog function;
Label declaration:
1st, the first generation module;2nd, spider module;3rd, the second generation module.
Specific embodiment
To describe the technology contents of the present invention in detail, being realized purpose and effect, below in conjunction with embodiment and coordinate attached Figure is explained.
The design of most critical of the present invention is:It is corresponding tree-shaped with the hierarchical relationship of each page node of software by traveling through Figure, automatically generates the test script of each function, realizes without the need for writing test script by tester, you can automatic testing software UI functions.
Fig. 1 to Fig. 5 is refer to,
As shown in figure 1, the present invention provides a kind of automated testing method, including:
S1, corresponding dendrogram is generated according to the hierarchical relationship of each page node in software;
S2, the traversal dendrogram, obtain successively a leaf node to the path of root node, obtain first path;
S3, generation test script corresponding with the first path.
Further, the S1 is specially:
Test case corresponding with each function of software is preset, test case set is obtained;
Level between page node corresponding with each function and page node is obtained according to the test case set Relation;
Dendrogram corresponding with each function is generated according to the hierarchical relationship between the page node and page node, is obtained To tree-shaped set of graphs;
Merge the dendrogram that the tree-shaped set of graphs is included, obtain dendrogram corresponding with software.
Seen from the above description, large software function is various, and the logical relation between the page is complicated, by merging each function Dendrogram, so as to generate dendrogram corresponding with software, can quickly, efficiently, it is complete, clearly clear each page in software Logical relation.
Further, the S3 is specially:
Acquisition is corresponding with the attribute of the control element that each page node in the first path is included to test code mould Plate, forms first and tests Code Template set;
Generated according to the described first test Code Template set and default test data set corresponding with the first path Test script.
Seen from the above description, Auto-matching control element and test Code Template are realized, and combines default test data Collection, generates test script corresponding with each function in software.The attribute of control element includes label, text box, edit box, order Button, check box and list box etc..Corresponding test template is chosen according to the attribute of control element.Such as, it is corresponding with text box Operation in test template is the information in acquisition text box, and judges that the information in text box is with default test data set No matching.For another example, the operation in test template corresponding with order button is the triggering order button, determines whether to perform It is corresponding with the order button to operate.
Further, the S3 is specially:
The attribute institute for obtaining the control element included to the node for having generated corresponding test code in the first path is right The test code answered, forms first and tests code collection;
The attribute for obtaining the control element included to the node that corresponding test code is not generated in the first path is corresponding Test Code Template, formed second test Code Template set;
Generated according to the described first test code collection, the second test Code Template set and default test data set Test script corresponding with the first path.
Seen from the above description, the test code that reusable has been generated is realized, testing efficiency is improved.Social software it is tree-shaped If figure is as shown in Fig. 2 existing from personal homepage root node to this path of Profile leaf node in current test script Test code, then when to generate the test code from personal homepage root node to my concern leaf node this path, The test code in homepage node this path of the reusable from personal homepage root node to TA.
Further, also include:
Obtain operation note of the user to software;
The operation note is analyzed, the hierarchical relationship of page node being related in operation note is obtained;
The dendrogram is updated according to the hierarchical relationship of the page node being related in the operation note.
Seen from the above description, the different editions of same software, the hierarchical relationship of its page node is slightly different, knot of tissue Structure might have small change, can pass through operation note of the analysis user to the software different editions, update dendrogram, so as to Automatically update corresponding test script.
As shown in figure 3, the present invention also provides a kind of automatization test system, including:
First generation module 1, for generating corresponding dendrogram according to the hierarchical relationship of each page node in software;
Spider module 2, for traveling through the dendrogram, obtains successively a leaf node to the path of root node, obtains One path;
Second generation module 3, for generating test script corresponding with the first path.
Further, first generation module includes:
Default unit, for presetting test case corresponding with each function of software, obtains test case set;
First acquisition unit, for according to the test case set obtain page node corresponding with each function and Hierarchical relationship between page node;
First signal generating unit, for being generated and each work(according to the hierarchical relationship between the page node and page node The corresponding dendrogram of energy, obtains tree-shaped set of graphs;
Combining unit, for merging the dendrogram that the tree-shaped set of graphs is included, obtains dendrogram corresponding with software.
Further, second generation module includes:
Second acquisition unit, for obtaining the attribute of the control element included with each page node in the first path Corresponding test Code Template, forms first and tests Code Template set;
Second signal generating unit, for being generated and institute according to the described first test Code Template set and default test data set State the corresponding test script of first path.
Further, second generation module also includes:
3rd acquiring unit, the control that the node for obtaining to generated corresponding test code in the first path is included Test code corresponding to part attribute of an element, forms first and tests code collection;
4th acquiring unit, the control that the node for obtaining to corresponding test code is not generated in the first path is included Part attribute of an element tests accordingly Code Template, forms second and tests Code Template set;
3rd signal generating unit, for according to described first test code collection, it is described second test Code Template set and Default test data set generates test script corresponding with the first path.
Further, also include:
Acquisition module, for obtaining operation note of the user to software;
Analysis module, for analyzing the operation note, obtains the hierarchical relationship of page node being related in operation note;
Update module, for updating described tree-shaped according to the hierarchical relationship of the page node being related in the operation note Figure.
Embodiments of the invention one are:
Test case corresponding with each function of software is preset, test case set is obtained;
Level between page node corresponding with each function and page node is obtained according to the test case set Relation;
Dendrogram corresponding with each function is generated according to the hierarchical relationship between the page node and page node, is obtained To tree-shaped set of graphs;
Merge the dendrogram that the tree-shaped set of graphs is included, obtain dendrogram corresponding with software;
The dendrogram is traveled through, a leaf node is obtained successively to the path of root node, obtain first path;
Test script corresponding with the first path is generated, its method is specially:
When all page nodes in the first path do not generate corresponding test code, obtain and described first The attribute of the control element that each page node is included tests accordingly Code Template in path, forms first and tests Code Template Set;Test corresponding with the first path is generated according to the described first test Code Template set and default test data set Script;Otherwise:
The attribute institute for obtaining the control element included to the node for having generated corresponding test code in the first path is right The test code answered, forms first and tests code collection;The section for obtaining and corresponding test code not being generated in the first path The attribute of the control element that point is included tests accordingly Code Template, forms second and tests Code Template set;According to described One test code collection, the second test Code Template set and default test data set generate corresponding to the first path Test script.
Embodiments of the invention two are:
On the basis of embodiment one, the present embodiment also includes:
Obtain operation note of the user to software;
The operation note is analyzed, the hierarchical relationship of page node being related in operation note is obtained;
The dendrogram is updated according to the hierarchical relationship of the page node being related in the operation note.
Embodiments of the invention three are:
Fig. 4 is the test case figure of the newly-built block functions of microblogging, and Fig. 5 is newly-built point generated according to the test case figure Group function dendrogram, the newly-built block functions dendrogram is by page node structure involved during the realization of newly-built block functions Into, and the page node associates the control element involved by the newly-built block functions, specially microblogging homepage page node Association Dynamic Button control element, good friend's concern dynamic page association pays attention in button control element, selects packet page association Newly-built packet button control element, the newly-built packet page associates confirming button control element.According to newly-built block functions dendrogram, Default test data set, test Code Template obtain the test script of newly-built block functions dendrogram, specially:
(1) information of the control element that path corresponding with newly-built block functions is included is obtained;
(2) according to the hierarchical relationship of each control element in the information of control element and path for getting, generate corresponding Test script.Seen from the above description, the present embodiment need not be write the test script of newly-built block functions by tester Automatically according to the corresponding test script of Test cases technology of newly-built block functions, so as to realize testing newly-built block functions automatically Purpose.Additionally, page node and corresponding control element involved by newly-built block functions need to be only provided in test case i.e. Can, dramatically simplify the work of tester.
Embodiments of the invention four are:
The issuing microblog functional module of microblogging includes issuing literal Microblog function, issues photo microblogging function, issues top news Article function and function of registering, corresponding function dendrogram as shown in Figures 6 to 9, issued by the dendrogram for merging each function The dendrogram of microblogging functional module, as shown in Figure 10.The dendrogram of traversal issuing microblog functional module, generates respectively and each path Corresponding test script, specially:First path is generated (from microblogging homepage page root node to issue literal Microblog page leaf Node) test code accordingly, that is, issue the test code of literal Microblog function;The second path is regenerated (from microblogging homepage page Face root node is to issue photo microblog page leaf node) code is tested accordingly, because the second path and first path are present The page node (microblogging homepage page root node and addition page node) of coincidence, then reusable is from microblogging homepage page root node To the test code for adding page node, formed and first path phase in conjunction with the test code generated according to remaining page node The test code answered, that is, issue the test code of photo microblogging function.By that analogy, generate the 3rd path and the 4th path is corresponding Test code, so as to the test code of comprehensive each function obtains the test script of the issuing microblog functional module of microblogging.
Seen from the above description, the present embodiment realizes the dendrogram by traversal issuing microblog functional module automatically, from And the test script of issuing microblog functional module is automatically generated, and the test code that reusable has been generated, improve the effect of test Rate, largely reduces the workload of tester.
In sum, the present invention is provided automated testing method and system, by traveling through the layer according to each page of software The dendrogram that level relation is automatically generated, automatically generates corresponding test script, writes test script without the need for tester and just can Test script corresponding with each UI functions is automatically generated, testing efficiency is improve, and effectively reduces input in test process Time and manpower;Further, by the dendrogram of each function of merging, so as to generate dendrogram corresponding with software, can Quickly, the logical relation of each page in software efficiently, completely, is clearly cleared;Further, Auto-matching control element is realized With test Code Template, and default test data set is combined, generate test script corresponding with each function in software;Further Ground, realizes the test code that reusable has been generated, improves testing efficiency.Further, can by analysis user to the software not With the operation note of version, dendrogram is updated, so as to automatically update corresponding test script.
Embodiments of the invention are the foregoing is only, the scope of the claims of the present invention is not thereby limited, it is every using this The equivalents that bright specification and accompanying drawing content are made, or the technical field of correlation is directly or indirectly used in, include in the same manner In the scope of patent protection of the present invention.

Claims (10)

1. a kind of automated testing method, it is characterised in that include:
S1, corresponding dendrogram is generated according to the hierarchical relationship of each page node in software;
S2, the traversal dendrogram, obtain successively a leaf node to the path of root node, obtain first path;
S3, generation test script corresponding with the first path.
2. automated testing method according to claim 1, it is characterised in that the S1 is specially:
Test case corresponding with each function of software is preset, test case set is obtained;
Hierarchical relationship between page node corresponding with each function and page node is obtained according to the test case set;
Dendrogram corresponding with each function is generated according to the hierarchical relationship between the page node and page node, is set Shape set of graphs;
Merge the dendrogram that the tree-shaped set of graphs is included, obtain dendrogram corresponding with software.
3. automated testing method according to claim 1, it is characterised in that the S3 is specially:
Acquisition is corresponding with the attribute of the control element that each page node in the first path is included to test Code Template, shape Into the first test Code Template set;
Test corresponding with the first path is generated according to the described first test Code Template set and default test data set Script.
4. automated testing method according to claim 1, it is characterised in that the S3 is specially:
Obtain corresponding to the attribute of the control element included to the node for having generated corresponding test code in the first path Test code, forms first and tests code collection;
Obtain survey corresponding with the attribute of the control element that the node that corresponding test code is not generated in the first path is included Examination Code Template, forms second and tests Code Template set;
Generated and institute according to the described first test code collection, the second test Code Template set and default test data set State the corresponding test script of first path.
5. automated testing method according to claim 1, it is characterised in that also include:
Obtain operation note of the user to software;
The operation note is analyzed, the hierarchical relationship of page node being related in operation note is obtained;
The dendrogram is updated according to the hierarchical relationship of the page node being related in the operation note.
6. a kind of automatization test system, it is characterised in that include:
First generation module, for generating corresponding dendrogram according to the hierarchical relationship of each page node in software;
Spider module, for traveling through the dendrogram, obtains successively a leaf node to the path of root node, obtains the first via Footpath;
Second generation module, for generating test script corresponding with the first path.
7. automatization test system according to claim 6, it is characterised in that first generation module includes:
Default unit, for presetting test case corresponding with each function of software, obtains test case set;
First acquisition unit, for obtaining page node corresponding with each function and the page according to the test case set Hierarchical relationship between node;
First signal generating unit, for being generated and each function phase according to the hierarchical relationship between the page node and page node The dendrogram answered, obtains tree-shaped set of graphs;
Combining unit, for merging the dendrogram that the tree-shaped set of graphs is included, obtains dendrogram corresponding with software.
8. automatization test system according to claim 6, it is characterised in that second generation module includes:
Second acquisition unit, it is corresponding to the attribute of the control element that each page node in the first path is included for obtaining Test Code Template, formed first test Code Template set;
Second signal generating unit, for being generated and described the according to the described first test Code Template set and default test data set The corresponding test script in one path.
9. automatization test system according to claim 6, it is characterised in that second generation module also includes:
3rd acquiring unit, the control unit that the node for obtaining to generated corresponding test code in the first path is included Test code corresponding to the attribute of element, forms first and tests code collection;
4th acquiring unit, the control unit that the node for obtaining to corresponding test code is not generated in the first path is included The attribute of element tests accordingly Code Template, forms second and tests Code Template set;
3rd signal generating unit, for testing Code Template set according to the described first test code collection, described second and presetting Test data set generates test script corresponding with the first path.
10. automatization test system according to claim 6, it is characterised in that also include:
Acquisition module, for obtaining operation note of the user to software;
Analysis module, for analyzing the operation note, obtains the hierarchical relationship of page node being related in operation note;
Update module, for updating the dendrogram according to the hierarchical relationship of the page node being related in the operation note.
CN201611009267.2A 2016-11-16 2016-11-16 Automatic testing method and system Active CN106649100B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611009267.2A CN106649100B (en) 2016-11-16 2016-11-16 Automatic testing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611009267.2A CN106649100B (en) 2016-11-16 2016-11-16 Automatic testing method and system

Publications (2)

Publication Number Publication Date
CN106649100A true CN106649100A (en) 2017-05-10
CN106649100B CN106649100B (en) 2020-08-25

Family

ID=58805711

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611009267.2A Active CN106649100B (en) 2016-11-16 2016-11-16 Automatic testing method and system

Country Status (1)

Country Link
CN (1) CN106649100B (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108255722A (en) * 2018-01-15 2018-07-06 厦门美图移动科技有限公司 script generation method, script generation device and server
CN109086204A (en) * 2018-07-20 2018-12-25 北京小米移动软件有限公司 The foundation of node relationships tree, page marks and recognition methods, device and storage medium
CN109117373A (en) * 2018-08-16 2019-01-01 杭州友声科技股份有限公司 A kind of method that rule-based guidance carries out UI traversal
CN109558321A (en) * 2018-11-29 2019-04-02 北京远特科技股份有限公司 Android device test method and device
CN109739492A (en) * 2019-01-09 2019-05-10 武汉瓯越网视有限公司 A kind of method, terminal, equipment and medium generating scripted code
CN109783753A (en) * 2018-12-14 2019-05-21 平安普惠企业管理有限公司 The tree-shaped drawing generating method of web site url, device, equipment and storage medium
CN109783343A (en) * 2017-11-13 2019-05-21 北京嘀嘀无限科技发展有限公司 Components testing method, apparatus, client device and computer readable storage medium
CN109815119A (en) * 2018-12-14 2019-05-28 平安科技(深圳)有限公司 A kind of test method and device of APP link channel
CN109857668A (en) * 2019-02-03 2019-06-07 苏州市龙测智能科技有限公司 UI automated function test method, test device, test equipment and storage medium
CN109918296A (en) * 2019-02-14 2019-06-21 百度在线网络技术(北京)有限公司 Automatic software test method and device
CN110543427A (en) * 2019-09-06 2019-12-06 五八有限公司 Test case storage method and device, electronic equipment and storage medium
CN110737578A (en) * 2018-07-20 2020-01-31 北京奇虎科技有限公司 test application method and device
CN110851201A (en) * 2019-10-28 2020-02-28 腾讯科技(深圳)有限公司 Application operation control method, device, terminal and storage medium
CN110888808A (en) * 2019-11-16 2020-03-17 云南湾谷科技有限公司 Web intelligent test method based on knowledge graph
CN111290938A (en) * 2018-12-08 2020-06-16 南京慕测信息科技有限公司 Android semi-automatic testing method based on manual assistance
CN111290940A (en) * 2018-12-10 2020-06-16 中国移动通信集团江西有限公司 Automatic testing method, device, equipment and medium for APP
CN111552627A (en) * 2020-03-16 2020-08-18 平安科技(深圳)有限公司 User interface testing method and device, storage medium and computer equipment
CN111984539A (en) * 2020-08-25 2020-11-24 北京微步在线科技有限公司 Automatic testing method and device for webpage front end
CN112506766A (en) * 2020-12-02 2021-03-16 华南理工大学 Automatic generation method of interactive test case
CN113688054A (en) * 2021-08-31 2021-11-23 中国平安人寿保险股份有限公司 Page testing method and device, computer readable storage medium and terminal equipment
CN115080446A (en) * 2022-07-22 2022-09-20 苏州市软件评测中心有限公司 Test case generation method and system for software testing
CN117931652A (en) * 2024-01-16 2024-04-26 镁佳(北京)科技有限公司 Automatic test script generation method and device, computer equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040103396A1 (en) * 2002-11-20 2004-05-27 Certagon Ltd. System for verification of enterprise software systems
CN102053912A (en) * 2011-01-06 2011-05-11 中国工商银行股份有限公司 Device and method for automatically testing software based on UML (unified modeling language) graphs
CN104834595A (en) * 2015-02-15 2015-08-12 网易(杭州)网络有限公司 Visual automatic test method and system
CN105068929A (en) * 2015-08-06 2015-11-18 网易(杭州)网络有限公司 Test script generation method, test script generation device, testing method, testing device and testing system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040103396A1 (en) * 2002-11-20 2004-05-27 Certagon Ltd. System for verification of enterprise software systems
CN102053912A (en) * 2011-01-06 2011-05-11 中国工商银行股份有限公司 Device and method for automatically testing software based on UML (unified modeling language) graphs
CN104834595A (en) * 2015-02-15 2015-08-12 网易(杭州)网络有限公司 Visual automatic test method and system
CN105068929A (en) * 2015-08-06 2015-11-18 网易(杭州)网络有限公司 Test script generation method, test script generation device, testing method, testing device and testing system

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109783343A (en) * 2017-11-13 2019-05-21 北京嘀嘀无限科技发展有限公司 Components testing method, apparatus, client device and computer readable storage medium
CN108255722A (en) * 2018-01-15 2018-07-06 厦门美图移动科技有限公司 script generation method, script generation device and server
CN108255722B (en) * 2018-01-15 2021-01-29 厦门美图移动科技有限公司 Script generation method, script generation device and server
CN109086204A (en) * 2018-07-20 2018-12-25 北京小米移动软件有限公司 The foundation of node relationships tree, page marks and recognition methods, device and storage medium
CN109086204B (en) * 2018-07-20 2022-03-11 北京小米移动软件有限公司 Node relation tree establishing method, page marking method, page identifying method, page marking device, page identifying device and storage medium
CN110737578A (en) * 2018-07-20 2020-01-31 北京奇虎科技有限公司 test application method and device
CN109117373A (en) * 2018-08-16 2019-01-01 杭州友声科技股份有限公司 A kind of method that rule-based guidance carries out UI traversal
CN109558321A (en) * 2018-11-29 2019-04-02 北京远特科技股份有限公司 Android device test method and device
CN109558321B (en) * 2018-11-29 2022-03-18 北京远特科技股份有限公司 Android equipment testing method and device
CN111290938A (en) * 2018-12-08 2020-06-16 南京慕测信息科技有限公司 Android semi-automatic testing method based on manual assistance
CN111290940B (en) * 2018-12-10 2023-04-28 中国移动通信集团江西有限公司 Automatic test method, device, equipment and medium for APP
CN111290940A (en) * 2018-12-10 2020-06-16 中国移动通信集团江西有限公司 Automatic testing method, device, equipment and medium for APP
CN109815119A (en) * 2018-12-14 2019-05-28 平安科技(深圳)有限公司 A kind of test method and device of APP link channel
CN109815119B (en) * 2018-12-14 2022-09-30 平安科技(深圳)有限公司 APP link channel testing method and device
CN109783753A (en) * 2018-12-14 2019-05-21 平安普惠企业管理有限公司 The tree-shaped drawing generating method of web site url, device, equipment and storage medium
CN109739492A (en) * 2019-01-09 2019-05-10 武汉瓯越网视有限公司 A kind of method, terminal, equipment and medium generating scripted code
CN109739492B (en) * 2019-01-09 2022-06-17 武汉瓯越网视有限公司 Method, terminal, equipment and medium for generating script code
CN109857668A (en) * 2019-02-03 2019-06-07 苏州市龙测智能科技有限公司 UI automated function test method, test device, test equipment and storage medium
CN109918296A (en) * 2019-02-14 2019-06-21 百度在线网络技术(北京)有限公司 Automatic software test method and device
CN110543427A (en) * 2019-09-06 2019-12-06 五八有限公司 Test case storage method and device, electronic equipment and storage medium
CN110851201A (en) * 2019-10-28 2020-02-28 腾讯科技(深圳)有限公司 Application operation control method, device, terminal and storage medium
CN110851201B (en) * 2019-10-28 2024-01-16 腾讯科技(深圳)有限公司 Application running control method, device, terminal and storage medium
CN110888808B (en) * 2019-11-16 2023-01-31 云南湾谷科技有限公司 Web intelligent test method based on knowledge graph
CN110888808A (en) * 2019-11-16 2020-03-17 云南湾谷科技有限公司 Web intelligent test method based on knowledge graph
CN111552627A (en) * 2020-03-16 2020-08-18 平安科技(深圳)有限公司 User interface testing method and device, storage medium and computer equipment
WO2021184725A1 (en) * 2020-03-16 2021-09-23 平安科技(深圳)有限公司 User interface test method and apparatus, storage medium, and computer device
CN111984539A (en) * 2020-08-25 2020-11-24 北京微步在线科技有限公司 Automatic testing method and device for webpage front end
CN112506766A (en) * 2020-12-02 2021-03-16 华南理工大学 Automatic generation method of interactive test case
CN113688054A (en) * 2021-08-31 2021-11-23 中国平安人寿保险股份有限公司 Page testing method and device, computer readable storage medium and terminal equipment
CN115080446A (en) * 2022-07-22 2022-09-20 苏州市软件评测中心有限公司 Test case generation method and system for software testing
CN117931652A (en) * 2024-01-16 2024-04-26 镁佳(北京)科技有限公司 Automatic test script generation method and device, computer equipment and storage medium
CN117931652B (en) * 2024-01-16 2024-09-10 镁佳(北京)科技有限公司 Automatic test script generation method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN106649100B (en) 2020-08-25

Similar Documents

Publication Publication Date Title
CN106649100A (en) Automatic test method and system
Kamimura et al. Extracting candidates of microservices from monolithic application code
US10223338B2 (en) Visual designer for editing large schemaless XML file
Mäder et al. Towards automated traceability maintenance
CN103092761B (en) Method and device of recognizing and checking modifying code blocks based on difference information file
US9075544B2 (en) Integration and user story generation and requirements management
CN103425584B (en) Based on the large-scale application regression test information processing method of Java bytecode
CN102073588B (en) Code static analysis based multithread deadlock detection method and system
CN106951228A (en) The treating method and apparatus of difference in version iteration
US9165251B2 (en) Construction of rules for use in a complex event processing system
CN107729230A (en) A kind of WEB automatic test devices and method of testing based under control scheme
US20210263833A1 (en) Code Generation Platform with Debugger
CN103780448B (en) A kind of generation method and device of control layer identification code
CN104615544A (en) Problem-oriented GUI software correlation function analysis method and device
EP3113016A1 (en) Tracing dependencies between development artifacts in a development project
CN104731588A (en) Page layout file generation method and device
Mushtaq et al. Multilingual source code analysis: State of the art and challenges
CN109725958A (en) The method and device that the file of resource manager management is handled
Petermann et al. Graph mining for complex data analytics
CN113641346A (en) Intelligent auxiliary tool for standardized programming and working method thereof
CN104536880A (en) GUI program testing case augmentation method based on symbolic execution
CN106155665A (en) Accordance puts to the proof system and method
Boucherit et al. Automatic generating algorithm of rewriting logic specification for multi-agent system models based on petri nets
Nguyen et al. BabelRef: detection and renaming tool for cross-language program entities in dynamic web applications
Cui et al. One-to-One or One-to-Many? Suggesting Extract Class Refactoring Opportunities with Intra-class Dependency Hypergraph Neural Network

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