CN103399814A - Automated testing method and automated testing device - Google Patents

Automated testing method and automated testing device Download PDF

Info

Publication number
CN103399814A
CN103399814A CN2013102990872A CN201310299087A CN103399814A CN 103399814 A CN103399814 A CN 103399814A CN 2013102990872 A CN2013102990872 A CN 2013102990872A CN 201310299087 A CN201310299087 A CN 201310299087A CN 103399814 A CN103399814 A CN 103399814A
Authority
CN
China
Prior art keywords
test
interface function
resolver
script
event
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
CN2013102990872A
Other languages
Chinese (zh)
Other versions
CN103399814B (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.)
Xian TCL Software Development Co Ltd
Original Assignee
Xian TCL Software Development 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 Xian TCL Software Development Co Ltd filed Critical Xian TCL Software Development Co Ltd
Priority to CN201310299087.2A priority Critical patent/CN103399814B/en
Publication of CN103399814A publication Critical patent/CN103399814A/en
Application granted granted Critical
Publication of CN103399814B publication Critical patent/CN103399814B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Mobile Radio Communication Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to an automated testing method and an automated testing device. The automated testing method includes: introducing an analytic class, and establishing an analyzer under the analytic class; when a testing instruction is received, selecting scripts corresponding to test items of equipment to be tested; introducing pre-packaged interface functions into the analyzer, and running the scripts and calling the interface functions related to the test times to test the test items correspondingly. By the aid of the automated testing method and the automated testing device, testing efficiency and testing quality for intelligent equipment can be improved.

Description

The method of automatic test and device
Technical field
The present invention relates to the automatization testing technique field, relate in particular to a kind of method and device of automatic test.
Background technology
Present smart machine is more and more, after the product introduction system testing stage,, in order to guarantee the quality of product, need to comprehensively test its function and performance under the actual environment of simulation, and according to the defect of finding in test process, it is revised.
Also have part making mode by hand carry out the test of smart machine in prior art, but manual test need to be carried out the work of a large amount of repetitions, testing efficiency is low, must introduce automatic test.Yet existing automation tools seldom, generally can only carry out with a plurality of test macros the test of individual event performance, and many also have a perfect not problem, more basic record and playing function does not also provide, cause the reduction of testing efficiency and test mass.
Summary of the invention
Fundamental purpose of the present invention is to provide a kind of method and device of automatic test, is intended to improve testing efficiency and test mass that smart machine is tested.
In order to achieve the above object, the present invention proposes a kind of method of automatic test, comprises the following steps:
Import the parsing class, and set up the resolver under described parsing class;
After receiving test instruction, the script of the correspondence of each test event of selection Devices to test;
The interface function of encapsulation is in advance imported described resolver, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
Preferably, the described interface function that will encapsulate in advance imports described resolver, and Run Script calls the step that the interface function relevant to each test event test corresponding test event and comprises:
The interface function of encapsulation in advance is placed in test file;
Calling interface calling interface function from described test file by setting up in advance, import described resolver with interface function, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
Preferably, the described step of setting up the resolver under described parsing class comprises:
The language environment of script corresponding to described resolver is set;
The language environment of described script is initialised in described parsing class;
Import the packet of application programming interfaces, create the resolver under described parsing class.
Preferably, the described interface function that will encapsulate in advance imports described resolver, and Run Script calls the step that the interface function relevant to each test event test corresponding test event and comprises afterwards:
The test result of described test event is outputed in patterned output window, and test result is stored in the catalog data base corresponding with described Devices to test.
The present invention also proposes a kind of automatic test device, and comprise and set up module, selection module and test module, wherein:
The described module of setting up, be used for importing and resolve class, and set up the resolver under described parsing class;
Described selection module, be used for after receiving test instruction, the script of the correspondence of each test event of selection Devices to test;
Described test module, be used for the interface function that will encapsulate in advance and import described resolver, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
Preferably, described test module comprises storage unit and test cell,
Storage unit, the interface function that is used for encapsulating in advance is placed in test file;
Test cell, the calling interface that is used for passing through to set up in advance, from described test file calling interface function, imports described resolver with interface function, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
Preferably, the described module of setting up comprises setting unit, initialization unit and creating unit,
Setting unit, for the language environment that script corresponding to described resolver is set;
Initialization unit, be used for the language environment of described script is initialised to described parsing class;
Creating unit, the packet for importing application programming interfaces, create the resolver under described parsing class.
Preferably, also comprise output module, be used for the test result of described test event is outputed to patterned output window, and test result is stored in the catalog data base corresponding with described Devices to test.
The invention provides a kind of method of complete function and automatic test simple to operate, resolve class and set up the resolver of resolving under class by importing, resolver provides basic built-in instruction and basic interface function, can cover most automatic test, when the method for this test is applied to test macro, can complete the test of multinomial performance in single test macro; After receiving test instruction, select corresponding script and operation, can substitute some complicated or tests frequently, improve testing efficiency and test mass.
Description of drawings
Fig. 1 is the schematic flow sheet of method first embodiment of automatic test of the present invention;
Fig. 2 is the schematic flow sheet of method second embodiment of automatic test of the present invention;
Fig. 3 is the schematic flow sheet of testing in Fig. 2;
Fig. 4 is the schematic flow sheet of setting up resolver in Fig. 2;
Fig. 5 is the structural representation of device first embodiment of automatic test of the present invention;
Fig. 6 is the structural representation of device second embodiment of automatic test of the present invention;
Fig. 7 is the structural representation of test module in Fig. 6;
Fig. 8 is the structural representation of setting up module in Fig. 6.
For the technical scheme that makes invention is clearer, understand, be described in further detail below in conjunction with accompanying drawing.
Embodiment
Particularly, as shown in Figure 1, Fig. 1 is the schematic flow sheet of method first embodiment of automatic test of the present invention, comprising:
Step S101, import and resolve class, and set up the resolver under described parsing class;
Concrete, implementing main body in the present embodiment can be test terminal, test terminal can be computer or other smart machine.Can also set up a test macro in test terminal, embed the testing tools such as Monkeyrunner testing tool or Python testing tool in this test macro.
Wherein, resolving class is to the object definition variable of certain type and the prototype of method, and its expression has things abstract of common trait to a class.
Wherein, resolver is the core of script work, and all concrete instructions or the execution of function are all completed by resolver.Resolver provides basic built-in instruction or basic interface function, the built-in order that the resolver of different vendor or version provides or interface function possibility difference.The extension of resolver has realized the interface with other computerese, such as can be so that the interface function of script operation C language or the language such as C Plus Plus or java language, can definition command and other interface functions in concrete application, make application more flexible.
Wherein, the resolver of resolving under class can create one, also can create a plurality of.
Step S102, after receiving test instruction, the script of the correspondence of each test event of selection Devices to test;
Wherein, when each test event that need to test to Devices to test is tested, the script of the correspondence of each test event of selection Devices to test, particularly, for example can select the script of correspondence of each test event of Devices to test from the script administration interface of test terminal, perhaps obtain in other way the script of correspondence of each test event of Devices to test.
Wherein, Devices to test can be the equipment of Android system platform, can be also the equipment of other system platform.
Wherein, the quantity of the test event of Devices to test can be one, can be also a plurality of.
Step S103, import described resolver with the interface function of encapsulation in advance, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
Wherein, interface function can be the interface function that the test development personnel develop, and can be also more existing interface function commonly used.Some commonly used interface functions comprise the form interface function, record the playback interface function such as interface function etc.
Wherein, the whole interface functions that encapsulate in advance can be imported resolver,, so that can identify interface function used in the process of Run Script, reduce the probability that reports an error in operational process.
The present embodiment can be regarded the workflow of a test macro on test terminal as, this test macro is automatization test system, and possesses expansibility, some function libraries of bottom operation can be provided, can import in test macro as the storehouse in Python, can develop comparatively easily the test script of some performances or function, as UI pressure test, stability test or apk batch installation testing etc.
Wherein, take test terminal as example, after test terminal and Devices to test connect, communication tool and Devices to test that test terminal can provide by the system of Devices to test communicate, for example when the system of Devices to test is the Android system, can call Android Debug Bridge and Devices to test communicates by modules such as monkeyrunner API, standard P ython os and subprocess.
Compared with prior art, the method of the present embodiment automatic test, resolve class and set up the resolver of resolving under class by importing, resolver provides basic built-in instruction and basic interface function, and extension has realized the interface with other computerese, can definition command and other interface functions in concrete application, make application more flexible.
Can find out by foregoing description: the present embodiment provides a kind of method of complete function and automatic test simple to operate, resolve class and set up the resolver of resolving under class by importing, resolver provides basic built-in instruction and basic interface function, can cover most automatic test; After receiving test instruction, select corresponding script and operation, can substitute some complicated or tests frequently, improve testing efficiency and test mass.
 
As shown in Figure 2, Fig. 2 is the schematic flow sheet of method second embodiment of automatic test of the present invention, on the basis of above-mentioned the first embodiment, also comprises step S104 after step S103, wherein:
Step S104, output to patterned output window with the test result of described test event, and test result is stored in the catalog data base corresponding with described Devices to test.
Wherein, the information that comprises of test result comprises script name and working time etc.
Wherein, that output function in Python or other similar output functions are while exporting when what use, can again to output function, graphically arrange, in the script implementation, when calling output function printing test information when (comprising the test result of every operation one step output and information etc.), detecting information is sent to output window, after output window receives instruction, call the window interior function test result is outputed in patterned output window.
Further, before the test result with test event outputs to patterned output window, detect and whether have the catalog data base corresponding with Devices to test,, if there be the catalog data base corresponding with Devices to test, test result is stored in catalog data base; , if there be not the catalog data base corresponding with Devices to test, create the catalog data base corresponding with Devices to test and test result is stored in catalog data base.
As shown in Figure 3, Fig. 3 is the schematic flow sheet of testing in method second embodiment of automatic test of the present invention, and on the basis of above-mentioned embodiment shown in Figure 2, step S103 comprises:
Step S1031, be placed in test file with the interface function of encapsulation in advance;
Step S1032, the calling interface calling interface function from described test file by setting up in advance, import described resolver with interface function, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
Wherein, the interface function of encapsulation in advance is placed in test file, when each test event that need to test to Devices to test is tested, can tests by the calling interface function from test file.
Further, variable can be set in resolver, such as read-only variable or public global variable are set; Also can revise the variable in resolver.After having tested when Run Script and to described test event, can read the value of these variablees.
As shown in Figure 4, Fig. 4 sets up the schematic flow sheet of resolver in method second embodiment of automatic test of the present invention.On the basis of above-mentioned embodiment shown in Figure 2, step S101 comprises:
Step S1011, arrange the language environment of script corresponding to described resolver;
Step S1012, be initialised to the language environment of described script in described parsing class;
Step S1013, the packet of importing application programming interfaces, create the resolver under described parsing class.
Such as, can revise search default library path and verbose in python, executable, its code is as follows:
Properties?prop?=?new?Properties();
Prop.setProperty("python.path",sb.toString());
prop.setProperty("python.verbose","error");
prop.setProperty("python.executable",executablePath);
PythonInterpreter.initialize(System.getProperties(),prop,argv);
PythonInterpreter?python?=?new?PythonInterpreter()。
Wherein, PythonInterpreter.initialize (System.getProperties (), prop, argv) resolves in class for above-mentioned amended setting is initialised to; PythonInterpreter python=new PythonInterpreter () is for creating resolver.
Wherein, the API packet of robotization communication can be imported, just these automation interfaces can be used after importing.For example, when the system of Devices to test is the Android system, the packet of monkeyrunner API can be imported, after the packet that imports monkeyrunner API, the interface of controlling Devices to test can be used.
As shown in Figure 5, Fig. 5 is the structural representation of device first embodiment of automatic test of the present invention, comprise and set up module 201, selection module 202 and test module 203, wherein,
Set up module 201, be used for importing and resolve class, and set up the resolver under described parsing class;
Wherein, the device in the present embodiment can be test terminal, and test terminal can be computer or other smart machine.Can also set up a test macro in test terminal, embed the testing tools such as Monkeyrunner testing tool or Python testing tool in this test macro.
Wherein, resolving class is to the object definition variable of certain type and the prototype of method, and its expression has things abstract of common trait to a class.
Wherein, resolver is the core of script work, and all concrete instructions or the execution of function are all completed by resolver.Resolver provides basic built-in instruction or basic interface function, the built-in order that the resolver of different vendor or version provides or interface function possibility difference.The extension of resolver has realized the interface with other computerese, such as can be so that the interface function of script operation C language or the language such as C Plus Plus or java language, can definition command and other interface functions in concrete application, make application more flexible.
Wherein, the resolver of resolving under class can create one, also can create a plurality of.
Select module 202, be used for after receiving test instruction, the script of the correspondence of each test event of selection Devices to test;
Wherein, when each test event that need to test to Devices to test is tested, the script of the correspondence of each test event of selection Devices to test, particularly, for example can select the script of correspondence of each test event of Devices to test from the script administration interface of test terminal, perhaps obtain in other way the script of correspondence of each test event of Devices to test.
Wherein, Devices to test can be the equipment of Android system platform, can be also the equipment of other system platform.
Wherein, the quantity of the test event of Devices to test can be one, can be also a plurality of.
Test module 203, be used for the interface function that will encapsulate in advance and import described resolver, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
Wherein, interface function can be the interface function that the test development personnel develop, and can be also more existing interface function commonly used.Some commonly used interface functions comprise the form interface function, record the playback interface function such as interface function etc.
Wherein, the whole interface functions that encapsulate in advance can be imported resolver,, so that can identify interface function used in the process of Run Script, reduce the probability that reports an error in operational process.
The present embodiment can be regarded a proving installation on test terminal as, this proving installation is automatic test device, and possesses expansibility, some function libraries of bottom operation can be provided, can import in proving installation as the storehouse in Python, can develop comparatively easily the test script of some performances or function, as UI pressure test, stability test or apk batch installation testing etc.
Wherein, take test terminal as example, after test terminal and Devices to test connect, communication tool and Devices to test that test terminal can provide by the system of Devices to test communicate, for example when the system of Devices to test is the Android system, can call Android Debug Bridge and Devices to test communicates by modules such as monkeyrunner API, standard P ython os and subprocess.
Compared with prior art, the device of the present embodiment automatic test, set up module 201 and import the resolver of resolving under class and foundation parsing class, resolver provides basic built-in instruction and basic interface function, and extension has realized the interface with other computerese, can definition command and other interface functions in concrete application, make application more flexible.
As shown in Figure 6, Fig. 6 is the structural representation of device second embodiment of automatic test of the present invention, and on the basis of above-mentioned Fig. 5 embodiment, the device of automatic test of the present invention also comprises output module 204, wherein:
Output module 204, be used for the test result of described test event is outputed to patterned output window, and test result be stored in the catalog data base corresponding with described Devices to test.
Wherein, the information that comprises of test result comprises script name and working time etc.
Wherein, that output function in Python or other similar output functions are while exporting when what use, can again to output function, graphically arrange, in the script implementation, when calling output function printing test information when (comprising the test result of every operation one step output and information etc.), detecting information is sent to output window, after output window receives instruction, call the window interior function test result is outputed in patterned output window.
Further, before the test result with test event outputs to patterned output window, detect and whether have the catalog data base corresponding with Devices to test,, if there be the catalog data base corresponding with Devices to test, test result is stored in catalog data base; , if there be not the catalog data base corresponding with Devices to test, create the catalog data base corresponding with Devices to test and test result is stored in catalog data base.
As shown in Figure 7, Fig. 7 is the structural representation of test module in device second embodiment of automatic test of the present invention, and test module 203 comprises storage unit 2031 and test cell 2032.
Storage unit 2031, the interface function that is used for encapsulating in advance is placed in test file;
Test cell 2032, the calling interface that is used for passing through to set up in advance, from described test file calling interface function, imports described resolver with interface function, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
Wherein, the interface function that storage unit 2031 will encapsulate in advance is placed in test file, when each test event that need to test to Devices to test is tested, can test by the calling interface function from test file.
Further, variable can be set in resolver, such as read-only variable or public global variable are set; Also can revise the variable in resolver.After having tested when Run Script and to described test event, can read the value of these variablees.
As shown in Figure 8, Fig. 8 sets up the structural representation of module in device second embodiment of automatic test of the present invention, set up module 201 and comprise setting unit 2011, initialization unit 2012 and creating unit 2013.
Setting unit 2011, for the language environment that script corresponding to described resolver is set;
Initialization unit 2012, be used for the language environment of described script is initialised to described parsing class;
Creating unit 2013, the packet for importing application programming interfaces, create the resolver under described parsing class.
Such as, can revise search default library path and verbose in python, executable, its code is as follows:
Properties?prop?=?new?Properties();
Prop.setProperty("python.path",sb.toString());
prop.setProperty("python.verbose","error");
prop.setProperty("python.executable",executablePath);
PythonInterpreter.initialize(System.getProperties(),prop,argv);
PythonInterpreter?python?=?new?PythonInterpreter()。
Wherein, PythonInterpreter.initialize (System.getProperties (), prop, argv) resolves in class for above-mentioned amended setting is initialised to; PythonInterpreter python=new PythonInterpreter () is for creating resolver.
Wherein, the API packet of robotization communication can be imported, just these automation interfaces can be used after importing.For example, when the system of Devices to test is the Android system, the packet of monkeyrunner API can be imported, after the packet that imports monkeyrunner API, the interface of controlling Devices to test can be used.
Can find out by foregoing description: a kind of method that the invention provides complete function and automatic test simple to operate, resolve class and set up the resolver of resolving under class by importing, resolver provides basic built-in instruction and basic interface function, can cover most automatic test, when the method for this test is applied to test macro, can complete the test of multinomial performance in single test macro; After receiving test instruction, select corresponding script and operation, can substitute some complicated or tests frequently, improve testing efficiency and test mass.
The foregoing is only the preferred embodiments of the present invention; not thereby limit the scope of the claims of the present invention; every equivalent structure or flow process conversion that utilizes instructions of the present invention and accompanying drawing content to do; or directly or indirectly be used in other relevant technical field, all in like manner be included in scope of patent protection of the present invention.

Claims (8)

1. the method for an automatic test, is characterized in that, comprises the following steps:
Import the parsing class, and set up the resolver under described parsing class;
After receiving test instruction, the script of the correspondence of each test event of selection Devices to test;
The interface function of encapsulation is in advance imported described resolver, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
2. method according to claim 1, is characterized in that, the described interface function that will encapsulate in advance imports described resolver, and Run Script calls the step that the interface function relevant to each test event test corresponding test event and comprises:
The interface function of encapsulation in advance is placed in test file;
Calling interface calling interface function from described test file by setting up in advance, import described resolver with interface function, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
3. method according to claim 1, is characterized in that, the described step of setting up the resolver under described parsing class comprises:
The language environment of script corresponding to described resolver is set;
The language environment of described script is initialised in described parsing class;
Import the packet of application programming interfaces, create the resolver under described parsing class.
4. the described method of according to claim 1 to 3 any one, it is characterized in that, the described interface function that will encapsulate in advance imports described resolver, and Run Script calls the step that the interface function relevant to each test event test corresponding test event and comprises afterwards:
The test result of described test event is outputed in patterned output window, and test result is stored in the catalog data base corresponding with described Devices to test.
5. an automatic test device, is characterized in that, comprise and set up module, selection module and test module, wherein:
The described module of setting up, be used for importing and resolve class, and set up the resolver under described parsing class;
Described selection module, be used for after receiving test instruction, the script of the correspondence of each test event of selection Devices to test;
Described test module, be used for the interface function that will encapsulate in advance and import described resolver, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
6. device according to claim 5, is characterized in that, described test module comprises storage unit and test cell,
Storage unit, the interface function that is used for encapsulating in advance is placed in test file;
Test cell, the calling interface that is used for passing through to set up in advance, from described test file calling interface function, imports described resolver with interface function, and Run Script calls the interface function relevant to each test event corresponding test event is tested.
7. device according to claim 5, is characterized in that, the described module of setting up comprises setting unit, initialization unit and creating unit,
Setting unit, for the language environment that script corresponding to described resolver is set;
Initialization unit, be used for the language environment of described script is initialised to described parsing class;
Creating unit, the packet for importing application programming interfaces, create the resolver under described parsing class.
8. the described device of according to claim 5 to 7 any one, it is characterized in that, also comprise output module, be used for the test result of described test event is outputed to patterned output window, and test result is stored in the catalog data base corresponding with described Devices to test.
CN201310299087.2A 2013-07-16 2013-07-16 The method and device of automatic test Active CN103399814B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310299087.2A CN103399814B (en) 2013-07-16 2013-07-16 The method and device of automatic test

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310299087.2A CN103399814B (en) 2013-07-16 2013-07-16 The method and device of automatic test

Publications (2)

Publication Number Publication Date
CN103399814A true CN103399814A (en) 2013-11-20
CN103399814B CN103399814B (en) 2018-01-19

Family

ID=49563447

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310299087.2A Active CN103399814B (en) 2013-07-16 2013-07-16 The method and device of automatic test

Country Status (1)

Country Link
CN (1) CN103399814B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103617120A (en) * 2013-12-05 2014-03-05 北京奇虎科技有限公司 Unit testing method and device
CN103995774A (en) * 2014-05-16 2014-08-20 北京金山网络科技有限公司 Method and device for detecting software installation package
CN104461898A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 Application testing method, center control server, test terminal and system
CN105260308A (en) * 2015-10-22 2016-01-20 南方科技大学 Method and apparatus testing for android terminal
CN107168863A (en) * 2016-03-08 2017-09-15 展讯通信(天津)有限公司 Application safety detecting method, device and testing tool for mobile terminal system
CN107231272A (en) * 2017-05-26 2017-10-03 上海斐讯数据通信技术有限公司 Automatic test device and method that a kind of wireless messages are obtained
CN108763074A (en) * 2018-05-21 2018-11-06 陕西学前师范学院 A kind of method and device of SDK tests
CN109542770A (en) * 2018-10-26 2019-03-29 大唐微电子技术有限公司 A kind of method, apparatus of function call, computer storage medium and terminal
WO2019178967A1 (en) * 2018-03-22 2019-09-26 平安科技(深圳)有限公司 Jmeter-based stress testing method and apparatus, and device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060195894A1 (en) * 2005-02-25 2006-08-31 Microsoft Corporation Windows remote debugger service
CN101090295A (en) * 2007-07-25 2007-12-19 中兴通讯股份有限公司 Test system and method for ASON network
CN101212362A (en) * 2006-12-26 2008-07-02 中兴通讯股份有限公司 Automatic testing device and method incorporating a variety of testing tools

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060195894A1 (en) * 2005-02-25 2006-08-31 Microsoft Corporation Windows remote debugger service
CN101212362A (en) * 2006-12-26 2008-07-02 中兴通讯股份有限公司 Automatic testing device and method incorporating a variety of testing tools
CN101090295A (en) * 2007-07-25 2007-12-19 中兴通讯股份有限公司 Test system and method for ASON network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄明: "EJB构件软件测试技术研究和应用", 《中国优秀硕士学位论文全文数据库》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103617120A (en) * 2013-12-05 2014-03-05 北京奇虎科技有限公司 Unit testing method and device
CN103995774A (en) * 2014-05-16 2014-08-20 北京金山网络科技有限公司 Method and device for detecting software installation package
CN103995774B (en) * 2014-05-16 2017-04-26 北京猎豹网络科技有限公司 Method and device for detecting software installation package
CN104461898A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 Application testing method, center control server, test terminal and system
CN104461898B (en) * 2014-12-19 2019-02-15 北京奇虎科技有限公司 Using the method for test, control server, test terminal and system
CN105260308A (en) * 2015-10-22 2016-01-20 南方科技大学 Method and apparatus testing for android terminal
CN107168863A (en) * 2016-03-08 2017-09-15 展讯通信(天津)有限公司 Application safety detecting method, device and testing tool for mobile terminal system
CN107231272A (en) * 2017-05-26 2017-10-03 上海斐讯数据通信技术有限公司 Automatic test device and method that a kind of wireless messages are obtained
WO2019178967A1 (en) * 2018-03-22 2019-09-26 平安科技(深圳)有限公司 Jmeter-based stress testing method and apparatus, and device and storage medium
CN108763074A (en) * 2018-05-21 2018-11-06 陕西学前师范学院 A kind of method and device of SDK tests
CN109542770A (en) * 2018-10-26 2019-03-29 大唐微电子技术有限公司 A kind of method, apparatus of function call, computer storage medium and terminal

Also Published As

Publication number Publication date
CN103399814B (en) 2018-01-19

Similar Documents

Publication Publication Date Title
CN103399814A (en) Automated testing method and automated testing device
CN101339534B (en) Software test apparatus and test method
US11281570B2 (en) Software testing method, system, apparatus, device medium, and computer program product
CN105630463B (en) For detecting the method and device of JAR packet conflict
CN104077140A (en) Automatic compiling method and compiling device for continuous integration
CN104281518A (en) Terminal application test method, device, system and platform and mobile terminal
CN110825619A (en) Automatic generation method and device of interface test case and storage medium
CN105094783A (en) Method and device for testing Android application stability
CN101924656A (en) Method and device for realizing network equipment CLI (Command Line Interface for batch scripti) based on dynamic configuration
CN107832059B (en) Code static analysis method and device based on Makefile
CN108132876B (en) Embedded software object code unit testing method based on injection mode
CN103412817B (en) Automatic test script Off Line Debugging Method and system
CN104156224A (en) Continuous integration method and system for software construction
CN104375858A (en) Method and device for multiple browser platforms to execute javascript
CN102968371A (en) Method and device for testing JAVA API unit component
CN103678104A (en) Data-based automatic testing method and data-based automatic testing device
CN103729293A (en) GUI testing method based on UML activity diagrams
CN103049374B (en) Automatic testing method and device
CN105162664A (en) Automatic platform testing method and system developed based on intermediate layers of instruments
CN114924737A (en) Battery management system source code integration test method and device and electronic equipment
CN104199770A (en) Automated mobile phone music APK testing method
CN107239405B (en) Automatic testing method based on Android multi-browser kernel
CN117370203A (en) Automatic test method, system, electronic equipment and storage medium
CN105760300A (en) Automatic STK/UTK service testing method and system
CN112241373A (en) Automatic test method, test device, processor and test system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant