CN103268226A - Test script file generation method and device - Google Patents

Test script file generation method and device Download PDF

Info

Publication number
CN103268226A
CN103268226A CN 201310184723 CN201310184723A CN103268226A CN 103268226 A CN103268226 A CN 103268226A CN 201310184723 CN201310184723 CN 201310184723 CN 201310184723 A CN201310184723 A CN 201310184723A CN 103268226 A CN103268226 A CN 103268226A
Authority
CN
China
Prior art keywords
test script
file
tested object
node
menu tree
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
CN 201310184723
Other languages
Chinese (zh)
Other versions
CN103268226B (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.)
Raisecom Technology Co Ltd
Original Assignee
Raisecom 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 Raisecom Technology Co Ltd filed Critical Raisecom Technology Co Ltd
Priority to CN201310184723.7A priority Critical patent/CN103268226B/en
Publication of CN103268226A publication Critical patent/CN103268226A/en
Application granted granted Critical
Publication of CN103268226B publication Critical patent/CN103268226B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a test script file generation method and device and belongs to the field of computers. Testers only need to write a test script template once according to a test object. When a test script file needs to be generated, an EMS (Element Management System) menu tree is generated according to the test object, and MIB (Management Information Base) node data is stored in corresponding nodes of the EMS menu tree; after an instruction of generating the test script is received, the test script template is obtained according to a type of the test script needing generating; and the test script file is generated according to MIB nodes of the test object and the obtained test script template. Due to the fact that the testers do not need to write all the test files, the testing efficiency is improved.

Description

A kind of test script file generation method and device
Technical field
The present invention relates to computer technology, relate in particular to a kind of test script file generation method and device.
Background technology
Fast development along with communication enterprise and product, automatic test is more and more widely used by people, automated test tool can promote the efficient of test greatly, but incident but is development and maintenance work to automated test tool, all can exist such as nearly all software function point and to increase, delete, change, look into four functions, such as in modify feature, each node can have the button of modification, but because node path and the different of implementation can not adopt public function to call, all need hand-coding robotization code, improved the cost of development of instrument.
If in follow-up version alternates, relate to corresponding method or increased the function of similar node newly, also need to increase manually code, the work that this has also caused automatic test team to need more people to safeguard and develop.
Write the problem of test code for solution, at the concrete automatic test flow process of company---utilize QTP(quicktest Professional, quick testing tool professional version) automated test tool is to the PON(Passive Optical Network of company, passive optical-fiber network) the EMS(Element Management System of product, Element management system) carries out GUI(GraphicalUserInterface, graphical user interface) automatic test has been developed QTP script Core Generator.The PON product of company is divided into multiple product and version, the EMS of every kind of product and version nearly all has difference more or less, there is a large amount of nodes in the EMS of every kind of product and version, at each node, exist again as " interpolation ", " deletion ", " modification ", " check ", multiple operation such as " refresh ", and at every kind of operation, when utilizing the QTP automated test tool to carry out the GUI automatic test, all need to write a QTP script, if all QTP test scripts are all given the automatic test personnel and are gone to write, also can spend a large amount of time and efforts, reduce testing efficiency.
Summary of the invention
The embodiment of the invention provides a kind of test script file generation method and device, to improve testing efficiency.
A kind of test script file generation method comprises:
Generate Element management system EMS menu tree according to the tested object file, and management information bank MIB node data is stored in the corresponding node of described EMS menu tree;
After receiving the instruction that generates test script, according to the type of the test script of required generation, obtain the test script template;
According to the MIB node of described tested object and the test script template of obtaining, generate test script file.
A kind of test script file generating apparatus comprises:
The menu tree generation unit is used for generating Element management system EMS menu tree according to the tested object file, and management information bank MIB node data is stored in the corresponding node of described EMS menu tree;
Acquiring unit after being used for receiving the instruction that generates test script, according to the type of the test script of required generation, obtains the test script template;
File generating unit is used for generating test script file according to the MIB node of described tested object and the test script template of obtaining.
The embodiment of the invention provides a kind of test script file generation method and device, writing a test script template by the tester according to tested object gets final product, when needs generate test script file, at first generate the EMS menu tree according to the tested object file, and with MIB(Management Information Base, management information bank) node data is stored in the corresponding node of described EMS menu tree; After receiving the instruction that generates test script, according to the type of the test script of required generation, obtain the test script template; According to the MIB node of described tested object and the test script template of obtaining, generate test script file.Owing to avoided the tester to write all test files, so improved testing efficiency.
Description of drawings
Fig. 1 generates method flow diagram for the test script file that the embodiment of the invention provides;
The menu configuration flow figure at different levels that Fig. 2 provides for the embodiment of the invention;
The process flow diagram of the structure menu tree that Fig. 3 provides for the embodiment of the invention;
The storage message structure synoptic diagram that Fig. 4 provides for the embodiment of the invention;
Fig. 5 generates the test script file process flow diagram for what the embodiment of the invention provided according to adding template;
Fig. 6 generates the test script file process flow diagram for what the embodiment of the invention provided according to the deletion template;
Fig. 7 generates the test script file process flow diagram for what the embodiment of the invention provided according to revising template;
The basis that Fig. 8 provides for the embodiment of the invention checks that template generates the test script file process flow diagram;
The test script file generating apparatus structural representation that Fig. 9 provides for the embodiment of the invention.
Embodiment
The embodiment of the invention provides a kind of test script file generation method and device, writing a test script template by the tester according to tested object gets final product, when needs generate test script file, at first generate the EMS menu tree according to the tested object file, and the MIB node data is stored in the corresponding node of described EMS menu tree; After receiving the instruction that generates test script, according to the type of the test script of required generation, obtain the test script template; According to the MIB node of described tested object and the test script template of obtaining, generate test script file.Owing to avoided the tester to write all test files, so improved testing efficiency.
As shown in Figure 1, the test script file generation method that the embodiment of the invention provides comprises:
Step S101, generate the EMS menu tree according to the tested object file, and the MIB node data is stored in the corresponding node of EMS menu tree;
Step S102, receive the instruction that generates test script after, according to the type of the test script of required generation, obtain the test script template;
Step S103, according to the MIB node of tested object and the test script template of obtaining, generate test script file.
After generating menu tree, the tester can check each node of menu tree according to tree construction, the operating habit that meets the tester, when the tester determines to need to generate test script file, can select corresponding one or more node to generate test script file, after the test script file generating apparatus receives the instruction that generates test script, type according to the test script of required generation, obtain the test script template, can generate test script file according to the MIB node of tested object and the test script template of obtaining.
Among the step S101, generate the EMS menu tree according to the tested object file, and the MIB node data be stored in the corresponding node of EMS menu tree, specifically comprise:
Resolve the XML(ExtensibleMarkupLanguage of tested object, extend markup language) file, according to each node of corresponding label generation EMS menu tree in the XML file;
The MIB node data is stored in the corresponding node of EMS menu tree.
When the EMS menu tree generated, identical or identity function was carried out abstract extraction in the configuration file to interface and event thereof, and key-course is effectively separated with display layer.Display layer can exist by the form of configuration file, is respectively menu definition file, menu event file, interface defined file, Mib information configuration file and internationalization file, and the dependence diagram of configuration files at different levels as shown in Figure 2.
Because webmaster adopts the mode of menu tree that each functional module is carried out association, so adopt the mode of EMS menu tree to show, tabulation or drop-down menu are more flexible and directly perceived, distinct device or its version is being carried out script when generating, only need selection equipment and version thereof just can make up the menu tree menu structure of this product version correspondence, kept the test custom of tester on webmaster, handled easily, the webmaster framed structure is to adopt describable XML file to be configured, and realize by reflection technology, so in the process of drawing the webmaster node, the main Dom(document dbject model that adopts) technology is resolved corresponding XML document, to obtain the nodal information of webmaster menu tree.
During the structure menu tree, at first structure has only the tree of root node, resolve menu definition XML file then, obtain PopupMenu (popup menu) subtab, judge that this subtab is the Menu(menu) subtab or MenuItem(menu item) subtab, if MenuItem subtab, then obtain the actionID(event identifier) property value, utilize the name(title of menuitem subtab in the defined file of shelfview.xml interface) first parameter value of value (whether equaling Parameters(parameter in the menu event file) subtab) filter actionID, and internationalize, be suspended under the root node, if the Menu subtab then obtains the label(sign) property value, and be suspended under this node layer, and judge that lower floor's subtab is Menu subtab or MenuItem subtab, finish until parsing.
For example, for the file that two-layer Menu subtab is arranged, the detail flowchart of structure menu tree comprises as shown in Figure 3:
Step S301, structure have only the tree of root node;
Step S302, parsing menu definition XML file obtain the PopupMenu subtab;
Step S303, judge that this subtab is the Menu(menu) subtab or MenuItem(menu item) subtab, if the Menu subtab, execution in step S304, otherwise, execution in step S310;
Step S304, obtain ground floor lable property value, be suspended on the root node;
Lower floor's label of step S305, judgement Menu subtab is Menu subtab or MenuItem subtab, if the Menu subtab, execution in step S306, otherwise, execution in step S309;
Step S306, obtain second layer lable property value, be suspended on the ground floor lable node;
Step S307, judgement lower floor label are Menu subtab or MenuItem subtab, owing to be the file that two-layer Menu subtab is arranged, so be the MenuItem subtab, continue execution in step S308;
Step S308, internationalize, the name value Filter Tree node according to Menuitem subtab in the defined file of interface is suspended on the second layer lable node, and process ends;
Step S309, internationalize, the name value Filter Tree node according to Menuitem subtab in the defined file of interface is suspended on the ground floor lable node, and process ends;
Step S310, internationalize, the name value Filter Tree node according to Menuitem subtab in the defined file of interface is suspended on the root node, and process ends.
After forming tree construction, if need to realize the generation of corresponding node script, also to obtain for the content that makes up script, as node types, span, hierarchical structure etc., can be by resolving the configuration file of EMS client and service end, and then obtain nodal information among the EMS (comprise logical name, physics name, indicate title, enumerated value, table index), node (MibNode) information data of obtaining is stored in table (MibTable) structure, construct the MibTable[complete or collected works].Again according to the node read-write properties from the MibTable[complete or collected works] screen, add subclass thereby obtain MibTable[] and MibTable[modification subclass].[complete or collected works], [interpolation subclass] and [modification subclass] storage of array of a plurality of function interface structures are arrived in MibTableList (List) (complete or collected works' tabulation) structure.At last this structure is write the Velocity(java template engine) context.
Storage information data structure figure as shown in Figure 4, wherein, complete or collected works comprise the information of all nodes (MibNode) in the Mib table, add the information that subclass comprises the node of all support establishment attributes in the Mib table, revise subclass and comprise that all support the information of the node of modification attribute in the Mib table.
In step S102, need be according to the type of the test script of required generation, obtain the test script template, the test script template can be write or revise according to the actual conditions of tested object in advance by the tester, when writing or revise, the data method that provides among the JavaBean can be provided, adopt the mode of Velocity template engine to write interpolation, delete, revise, refresh and the look facility template.The difference of the public part of template is the difference of function name and function parameter, add Set (modification) respectively according to function choice function title, Check (checking), Delete (deletion), Add (interpolation), Refresh signs such as (refreshing), function parameter uses complete or collected works (refresh, check), adds subclass (interpolation), revises subclass (modification) or index set (deletion) etc. according to condition.
In step S103, according to the MIB node of tested object and the test script template of obtaining, generate test script file, specifically comprise:
The MIB node data of tested object is added in the test script template of obtaining, generate test script file.
Concrete, the MIB node data of tested object is added in the test script template of obtaining, generate test script file, specifically comprise:
The read test script template, obtain the corresponding contents of the MIB node data of tested object according to the test script template content, and the corresponding contents of the MIB node data of tested object added in the test script template, delete the part of the corresponding contents of the MIB node data that can not obtain tested object in the test script template, generate test script file.
For example, for the test script file of realizing adding function, its generative process as shown in Figure 5, at first generate public part according to adding template, judge again whether this node exists the interpolation pushbutton data, if exist then this test script file of continuation generation, otherwise directly finish product process, judge the flag value again, if flag is 1, then continue to judge that the data structure of the node type in the panel is simple data structure or enumeration type, according to the difference of node type, the different descriptors by QTP in the template generate this test script file, judge SNMP(SimpleNetworkManagementProtocol at last, Simple Network Management Protocol) whether overtime, whether table index exists, whether preserve conditions such as success or preservation failure, and finish script function and carry out.Certainly, according to different tested objects, can adjust the logic of test script template, and then judge according to different data, generate test script file by corresponding description.
For the test script file of realizing delete function, its generative process as shown in Figure 6, at first generate public part according to the deletion template, judge again and whether have the delete button data in this node, if exist then this test script file of continuation generation, according to whether existing the page for the statistics page data to amount to pushbutton data in this node, generate this test script file according to different descriptors.Certainly, according to different tested objects, can adjust the logic of test script template, and then judge according to different data, generate test script file by corresponding description.
For the test script file of realizing modify feature, its generative process as shown in Figure 7, at first generate public part according to revising template, judge again and whether have the modification pushbutton data in this node, revise pushbutton data if exist, then according to whether existing the page for the statistics page data to amount to pushbutton data in this node, generate this test script file according to different descriptors, if there is no revise pushbutton data, then according to whether existing in this node for the save button data of preserving page data, generate this test script file according to different descriptors.Certainly, according to different tested objects, can adjust the logic of test script template, and then judge according to different data, generate test script file by corresponding description.
For the test script file of realizing look facility, its generative process as shown in Figure 8, according to checking that template at first generates public part, judge again whether to exist in this node and check pushbutton data, check pushbutton data if exist, then according to whether existing the page for the statistics page data to amount to pushbutton data in this node, generate this test script file according to different descriptors, if there is no check pushbutton data, then according to the table type of this node, generate this test script file according to different descriptors.Certainly, according to different tested objects, can adjust the logic of test script template, and then judge according to different data, generate test script file by corresponding description.
The embodiment of the invention is also corresponding to provide a kind of test script file generating apparatus, as shown in Figure 9, comprising:
Menu tree generation unit 901 is used for generating the EMS menu tree according to the tested object file, and the MIB node data is stored in the corresponding node of EMS menu tree;
Acquiring unit 902 after being used for receiving the instruction that generates test script, according to the type of the test script of required generation, obtains the test script template;
File generating unit 903 is used for generating test script file according to the MIB node of tested object and the test script template of obtaining.
Wherein, menu tree generation unit 901 specifically is used for:
Resolve the XML file of tested object, generate each node of EMS menu tree according to corresponding label in the XML file;
The MIB node data is stored in the corresponding node of EMS menu tree.
Menu tree generation unit 901 is resolved the XML file of tested object, and each node according to corresponding label generation EMS menu tree in the XML file specifically comprises:
Resolve the XML file of tested object, generate each node of EMS menu tree according to the menu label in the XML file, and according to the node of the menu item label correspondence in the XML file.
File generating unit 903 specifically is used for:
The MIB node data of tested object is added in the test script template of obtaining, generate test script file.
File generating unit 903 specifically is used for:
The read test script template, obtain the corresponding contents of the MIB node data of tested object according to the test script template content, and the corresponding contents of the MIB node data of tested object added in the test script template, delete the part of the corresponding contents of the MIB node data that can not obtain tested object in the test script template, generate test script file.
The embodiment of the invention provides a kind of test script file generation method and device, writing a test script template by the tester according to tested object gets final product, when needs generate test script file, at first generate the EMS menu tree according to the tested object file, and the MIB node data is stored in the corresponding node of described EMS menu tree; After receiving the instruction that generates test script, according to the type of the test script of required generation, obtain the test script template; According to the MIB node of described tested object and the test script template of obtaining, generate test script file.Owing to avoided the tester to write all test files, so improved testing efficiency.
Those skilled in the art should understand that embodiments of the invention can be provided as method, system or computer program.Therefore, the present invention can adopt complete hardware embodiment, complete software embodiment or in conjunction with the form of the embodiment of software and hardware aspect.And the present invention can adopt the form of the computer program of implementing in one or more computer-usable storage medium (including but not limited to magnetic disk memory, CD-ROM, optical memory etc.) that wherein include computer usable program code.
The present invention is that reference is described according to process flow diagram and/or the block scheme of method, equipment (system) and the computer program of the embodiment of the invention.Should understand can be by the flow process in each flow process in computer program instructions realization flow figure and/or the block scheme and/or square frame and process flow diagram and/or the block scheme and/or the combination of square frame.Can provide these computer program instructions to the processor of multi-purpose computer, special purpose computer, Embedded Processor or other programmable data processing device to produce a machine, make the instruction of carrying out by the processor of computing machine or other programmable data processing device produce to be used for the device of the function that is implemented in flow process of process flow diagram or a plurality of flow process and/or square frame of block scheme or a plurality of square frame appointments.
These computer program instructions also can be stored in energy vectoring computer or the computer-readable memory of other programmable data processing device with ad hoc fashion work, make the instruction that is stored in this computer-readable memory produce the manufacture that comprises command device, this command device is implemented in the function of appointment in flow process of process flow diagram or a plurality of flow process and/or square frame of block scheme or a plurality of square frame.
These computer program instructions also can be loaded on computing machine or other programmable data processing device, make and carry out the sequence of operations step producing computer implemented processing at computing machine or other programmable devices, thereby be provided for being implemented in the step of the function of appointment in flow process of process flow diagram or a plurality of flow process and/or square frame of block scheme or a plurality of square frame in the instruction that computing machine or other programmable devices are carried out.
Although described the preferred embodiments of the present invention, in a single day those skilled in the art get the basic creative concept of cicada, then can make other change and modification to these embodiment.So claims are intended to all changes and the modification that are interpreted as comprising preferred embodiment and fall into the scope of the invention.
Obviously, those skilled in the art can carry out various changes and modification to the present invention and not break away from the spirit and scope of the present invention.Like this, if of the present invention these are revised and modification belongs within the scope of claim of the present invention and equivalent technologies thereof, then the present invention also is intended to comprise these changes and modification interior.

Claims (10)

1. a test script file generation method is characterized in that, comprising:
Generate Element management system EMS menu tree according to the tested object file, and management information bank MIB node data is stored in the corresponding node of described EMS menu tree;
After receiving the instruction that generates test script, according to the type of the test script of required generation, obtain the test script template;
According to the MIB node of described tested object and the test script template of obtaining, generate test script file.
2. the method for claim 1 is characterized in that, and is described according to tested object file generation EMS menu tree, and the MIB node data is stored in the corresponding node of described EMS menu tree, specifically comprises:
Resolve the expandable mark language XML file of tested object, generate each node of EMS menu tree according to corresponding label in the described XML file;
The MIB node data is stored in the corresponding node of described EMS menu tree.
3. method as claimed in claim 2 is characterized in that, the XML file of described parsing tested object, and each node according to corresponding label generation EMS menu tree in the described XML file specifically comprises:
Resolve the XML file of tested object, generate each node of EMS menu tree according to the menu label in the described XML file, and according to the node of the menu item label correspondence in the described XML file.
4. the method for claim 1 is characterized in that, and is described according to the MIB node of described tested object and the test script template of obtaining, and generates test script file, specifically comprises:
The MIB node data of described tested object is added in the test script template of obtaining, generate test script file.
5. method as claimed in claim 4 is characterized in that, described MIB node data with described tested object adds in the test script template of obtaining, and generates test script file, specifically comprises:
The read test script template, obtain the corresponding contents of the MIB node data of described tested object according to the test script template content, and the corresponding contents of the MIB node data of tested object added in the described test script template, delete the part of the corresponding contents of the MIB node data that can not obtain tested object in the test script template, generate test script file.
6. a test script file generating apparatus is characterized in that, comprising:
The menu tree generation unit is used for generating Element management system EMS menu tree according to the tested object file, and management information bank MIB node data is stored in the corresponding node of described EMS menu tree;
Acquiring unit after being used for receiving the instruction that generates test script, according to the type of the test script of required generation, obtains the test script template;
File generating unit is used for generating test script file according to the MIB node of described tested object and the test script template of obtaining.
7. device as claimed in claim 6 is characterized in that, described menu tree generation unit specifically is used for:
Resolve the expandable mark language XML file of tested object, generate each node of EMS menu tree according to corresponding label in the described XML file;
The MIB node data is stored in the corresponding node of described EMS menu tree.
8. device as claimed in claim 7 is characterized in that, described menu tree generation unit is resolved the XML file of tested object, and each node according to corresponding label generation EMS menu tree in the described XML file specifically comprises:
Resolve the XML file of tested object, generate each node of EMS menu tree according to the menu label in the described XML file, and according to the node of the menu item label correspondence in the described XML file.
9. device as claimed in claim 6 is characterized in that, described file generating unit specifically is used for:
The MIB node data of described tested object is added in the test script template of obtaining, generate test script file.
10. device as claimed in claim 9 is characterized in that, described file generating unit specifically is used for:
The read test script template, obtain the corresponding contents of the MIB node data of described tested object according to the test script template content, and the corresponding contents of the MIB node data of tested object added in the described test script template, delete the part of the corresponding contents of the MIB node data that can not obtain tested object in the test script template, generate test script file.
CN201310184723.7A 2013-05-17 2013-05-17 A kind of test script file generates method and device Active CN103268226B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310184723.7A CN103268226B (en) 2013-05-17 2013-05-17 A kind of test script file generates method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310184723.7A CN103268226B (en) 2013-05-17 2013-05-17 A kind of test script file generates method and device

Publications (2)

Publication Number Publication Date
CN103268226A true CN103268226A (en) 2013-08-28
CN103268226B CN103268226B (en) 2016-07-06

Family

ID=49011859

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310184723.7A Active CN103268226B (en) 2013-05-17 2013-05-17 A kind of test script file generates method and device

Country Status (1)

Country Link
CN (1) CN103268226B (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104516813A (en) * 2013-09-26 2015-04-15 腾讯科技(北京)有限公司 Method and device for selecting testing node of web page
CN107341098A (en) * 2017-07-13 2017-11-10 携程旅游信息技术(上海)有限公司 Software performance testing method, platform, equipment and storage medium
CN107402882A (en) * 2017-07-21 2017-11-28 杭州迪普科技股份有限公司 Web page method of testing and device
CN108255722A (en) * 2018-01-15 2018-07-06 厦门美图移动科技有限公司 Scenario generation method, script generation device and server
CN109086072A (en) * 2018-08-01 2018-12-25 郑州云海信息技术有限公司 A kind of scenario generation method and device
CN109298861A (en) * 2018-10-19 2019-02-01 中国银行股份有限公司 A kind of method and device automatically generating file according to interface document
CN109308250A (en) * 2017-07-26 2019-02-05 上海富瀚微电子股份有限公司 A kind of GUI automated testing method and system
CN104461855B (en) * 2013-09-22 2019-03-26 腾讯科技(北京)有限公司 A kind of Web automated testing method, system and device
CN109933908A (en) * 2019-03-14 2019-06-25 恒生电子股份有限公司 A kind of service node model store method, application method and device
CN110347598A (en) * 2019-07-10 2019-10-18 上海达梦数据库有限公司 A kind of test script generation method, device, server and storage medium
CN111736815A (en) * 2020-06-28 2020-10-02 武汉精立电子技术有限公司 Test file script modular development tool, system and method
CN112052184A (en) * 2020-09-29 2020-12-08 北京智芯微电子科技有限公司 Automatic generation method and device for test script and storage medium
CN116973736A (en) * 2023-09-22 2023-10-31 悦芯科技股份有限公司 ATE test method and system based on fail period

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100583920C (en) * 2007-01-26 2010-01-20 华为技术有限公司 Method and apparatus for generating testing script, testing method, apparatus and system
CN101118515B (en) * 2007-09-11 2010-06-23 腾讯科技(深圳)有限公司 Automatically testing method and apparatus for list
CN101571802B (en) * 2009-06-19 2012-05-09 北京航空航天大学 Visualization automatic generation method of embedded software test data and system thereof
CN102693183B (en) * 2012-05-30 2015-04-01 瑞斯康达科技发展股份有限公司 Method and system for realizing automatic software testing

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104461855B (en) * 2013-09-22 2019-03-26 腾讯科技(北京)有限公司 A kind of Web automated testing method, system and device
CN104516813B (en) * 2013-09-26 2018-07-27 腾讯科技(北京)有限公司 The choosing method and device of the test node of Webpage
CN104516813A (en) * 2013-09-26 2015-04-15 腾讯科技(北京)有限公司 Method and device for selecting testing node of web page
CN107341098A (en) * 2017-07-13 2017-11-10 携程旅游信息技术(上海)有限公司 Software performance testing method, platform, equipment and storage medium
CN107402882A (en) * 2017-07-21 2017-11-28 杭州迪普科技股份有限公司 Web page method of testing and device
CN109308250A (en) * 2017-07-26 2019-02-05 上海富瀚微电子股份有限公司 A kind of GUI automated testing method and system
CN108255722B (en) * 2018-01-15 2021-01-29 厦门美图移动科技有限公司 Script generation method, script generation device and server
CN108255722A (en) * 2018-01-15 2018-07-06 厦门美图移动科技有限公司 Scenario generation method, script generation device and server
CN109086072A (en) * 2018-08-01 2018-12-25 郑州云海信息技术有限公司 A kind of scenario generation method and device
CN109298861A (en) * 2018-10-19 2019-02-01 中国银行股份有限公司 A kind of method and device automatically generating file according to interface document
CN109933908A (en) * 2019-03-14 2019-06-25 恒生电子股份有限公司 A kind of service node model store method, application method and device
CN110347598A (en) * 2019-07-10 2019-10-18 上海达梦数据库有限公司 A kind of test script generation method, device, server and storage medium
CN110347598B (en) * 2019-07-10 2023-11-28 上海达梦数据库有限公司 Test script generation method and device, server and storage medium
CN111736815A (en) * 2020-06-28 2020-10-02 武汉精立电子技术有限公司 Test file script modular development tool, system and method
CN112052184A (en) * 2020-09-29 2020-12-08 北京智芯微电子科技有限公司 Automatic generation method and device for test script and storage medium
CN116973736A (en) * 2023-09-22 2023-10-31 悦芯科技股份有限公司 ATE test method and system based on fail period
CN116973736B (en) * 2023-09-22 2023-12-19 悦芯科技股份有限公司 ATE test method and system based on fail period

Also Published As

Publication number Publication date
CN103268226B (en) 2016-07-06

Similar Documents

Publication Publication Date Title
CN103268226A (en) Test script file generation method and device
CN109313739B (en) System and method for providing visualization of workflow
CN111241454B (en) Method, system and device for generating webpage codes
CN111666189B (en) Method and system for declaratively visually configuring Prometheus monitoring alarm
CN101699393B (en) Network-facing intelligent software interface dynamic generation method
US20100001834A1 (en) System and method for a message registry and message handling in a service -oriented business framework
US9256413B2 (en) Automatic identification of services
CN103189839B (en) The system and method disposed for the automatization of multiunit computer environment
US9021440B1 (en) System and method for automated test script generation
US20100058113A1 (en) Multi-layer context parsing and incident model construction for software support
US20140189548A1 (en) Domain specific language user interface
JP2009510635A (en) Template-based service management
KR102042230B1 (en) Synchronizing local and remote data
CN101246424A (en) Menu automatic generation system and method for based on file
CN109976803B (en) File generation method and device
CN104679500B (en) Method and device for realizing automatic generation of entity class
US20200394055A1 (en) System and method for providing a configurable user interface using a self-describing data system
WO2015138568A1 (en) Analyzing components related to a software application in a software development environment
CN102611576A (en) Method and device for generating network management configuration model file
CN110825395B (en) Multi-plug-in layered deployment system, device and medium
CN104361098A (en) Method applied to customization of nodes in topological graph of cloud system
CN110784347A (en) Node management method, system, equipment and storage medium for container cluster
CN116401407A (en) Node attribute configuration method, device, equipment and storage medium of mind map
US20150280996A1 (en) Cloud topology visualizations
WO2016197953A1 (en) Method and device for deploying multi-mode base station

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant