CN106021095A - A push mechanism-based Android application automated testing method - Google Patents

A push mechanism-based Android application automated testing method Download PDF

Info

Publication number
CN106021095A
CN106021095A CN201610297261.3A CN201610297261A CN106021095A CN 106021095 A CN106021095 A CN 106021095A CN 201610297261 A CN201610297261 A CN 201610297261A CN 106021095 A CN106021095 A CN 106021095A
Authority
CN
China
Prior art keywords
mobile phone
testing
test
script
app
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
CN201610297261.3A
Other languages
Chinese (zh)
Other versions
CN106021095B (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.)
Eversec Beijing Technology Co Ltd
Original Assignee
Beijing University of Posts and Telecommunications
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 Beijing University of Posts and Telecommunications filed Critical Beijing University of Posts and Telecommunications
Priority to CN201610297261.3A priority Critical patent/CN106021095B/en
Publication of CN106021095A publication Critical patent/CN106021095A/en
Application granted granted Critical
Publication of CN106021095B publication Critical patent/CN106021095B/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
    • 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/3688Test management for test execution, e.g. scheduling of test suites

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)
  • Telephone Function (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention provides a push mechanism-based Android application automated testing method and belongs to the field of mobile internet. The method comprises the steps that testing mobile phones, a PC and a testing script recording mobile phone are connected to the same local area network; a to-be-tested APP is installed on the testing script recording mobile phone, the using state of a normal user is simulated, a normal operation effect picture is stored and an automated testing script is formed; the automated testing script is uploaded to the PC; the PC end packs the automatic testing script and the to-be-tested APP into a message and pushes the message to the testing mobile phones automatically; the testing phones parse the packed message, install the APP, run the automatic testing script and feed back testing results; the PC end stores the testing results in a result list database; when all the testing mobile phones finish testing, the PC controls uninstalling of the to-be-tested APP of the testing mobile phones. One PC end establishes wireless connection with a plurality of testing mobile phones at the same time and performs testing task distribution via push, so that the testing efficiency is greatly increased.

Description

A kind of Android application automated testing method based on push-mechanism
Technical field
The invention belongs to mobile Internet field, relate to mobile terminal application quality detection, be specifically related to a kind of based on push-mechanism Android application automated testing method.
Background technology
Along with the fast development of mobile Internet in recent years and smart mobile phone based on Android platform, panel computer universal, The quantity of Android platform application is the trend that burst increases, and increasing company and personal development person put into Android In the exploitation of application.
Test is a requisite link in software development flow, and the automatization ripe relative to traditional PC desktop application surveys Examination system, the method for testing of Android application, also in the initial stage of development, based on manual test, still lacks one and meets Android The automated testing method of application characteristic.
In prior art, the flow process of method of testing is mainly: is first recorded test script by tester on PC, then will treat Testing mobile phone is connected with PC, then is transferred to by test script on mobile phone to be tested, finally testing results foot on mobile phone to be tested This, the position of control in being applied by acquisition, uses script trigger control, it is achieved customer behavior modeling obtains test result.
But, existing Android method of testing two problems of existence:
One is, automaticity is relatively low;Containing a large amount of repeated manual operations in existing method flow, thus bring test Inefficiency, automaticity is low, and human cost is high, easily produces the series of problems such as artificial deviation, cannot meet day The smart mobile phone application testing requirement that benefit increases.
Two are, the mobile phone limited amount of test;Existing method is substantially all and with PC, test handset need to be carried out company physically Connecing (such as using USB data line), so, by a limited number of restriction of PC physical port, a PC can only manage number Measure little test handset, to test application on the mobile phone of multiple different models, need repeatedly to change physical connection, behaviour Make extremely inconvenience, inefficiency.
Summary of the invention
The present invention is directed in prior art, due to PC physical port limited amount, it is impossible to test the testing mobile phone of many quantity simultaneously; And testing mobile phone need to be connected by USB with PC, unhandy problem, it is proposed that a kind of Android based on push-mechanism Application automated testing method.
Specifically comprise the following steps that
Step one, by testing mobile phone, PC and record test script mobile phone and be connected in same LAN;
The quantity of testing mobile phone is N platform, and N is integer.PC one;Record test script mobile phone one;
N number of testing mobile phone and recording test script mobile phone the most actively initiate connection request to PC;Each testing mobile phone is to PC The long connection request of HTTP initiated by machine;PC end primary control program sets up active clients list, preserves the relevant of each testing mobile phone Information;
In active clients list, the relevant information of record includes testing mobile phone ID, the IP address of testing mobile phone, initiates connection Time and the test assignment information currently performed.
Step 2, certain APP that installation is to be tested on recording test script mobile phone, and it is normal with simulation to click on this test APP The use state of user, preserves normal operating design sketch, and forms the script of test automatically.
Specifically comprise the following steps that
Step 201, certain APP that installation is to be tested on recording test script mobile phone;
Step 202, click current test APP are to simulate the use state of normal users, and catch screen touch operation information.
Screen touch operation includes of short duration click and persistence slide, and the screen touch operation information of seizure includes: click on position The coordinate (X, Y) put and time stamp T imestamp, the duration T this time touched and sliding path PATH;
If the persistent period of of short duration clicking operation is 0, sliding path is set for sky.
Step 203, catching after screen touch end of operation, system carries out mobile phone screen shot operation automatically, records this The design sketch of operation, the most successful for verification operation in follow-up test link.
Step 204, repeat step 202, to each test operation record information and preserve the design sketch that each test operation is corresponding, It is sequentially arranged and is marked with sequence number, form the script of test automatically.
Step 3, automatic test script is uploaded to PC.
Automatic test script and APP to be tested are packaged into message by step 4, PC end, are connected message by HTTP length Automatically it is pushed in testing mobile phone.
First, PC end, after receiving packing message, checks active clients list, finds idle testing mobile phone, is used for holding Row test assignment.Then, the file of installing of APP program to be tested is packaged as a pressure with the automatic test script recorded Contracting bag, is pushed to each testing mobile phone for performing test assignment by the POST request of http protocol by compressed package.
Step 5, testing mobile phone resolve packing message and install APP, and run automatic test script, feedback test result;
Concretely comprise the following steps:
After step 501, each testing mobile phone receive the PUSH message that PC primary control program sends, resolve, installation message In APP to be tested;
Step 502, each testing mobile phone run automatic test script, manually click on screen according to the step recorded, and will click on After mobile phone screen sectional drawing and test script in the mobile phone screen sectional drawing that preserves compare;
Step 503, each testing mobile phone generate test result after completing test, and this test result are sent out by HTTP connection Send PC end primary control program back to.
Test result includes: the whether normal operation of each operation in test script and whether obtain expected results;
Step 6, PC termination receives the test result that testing mobile phone is sent, and is stored in the results list data base, staff's root APP to be tested is improved further according to test result.
Step 7, after all of testing mobile phone all sends test result, PC control unload all testing mobile phones APP to be measured.
It is an advantage of the current invention that:
1), a kind of Android application automated testing method based on push-mechanism, push technology uses TCP to connect times The distribution of business, solves separate unit PC USB port limited, causes to connect multiple test hands by USB data line simultaneously The problem of machine.
2), a kind of Android application automated testing method based on push-mechanism, PC end can simultaneously with a large amount of different shaped Number testing mobile phone set up wireless connections, carry out test assignment distribution by push technology, substantially increase testing efficiency.
3), a kind of Android application automated testing method based on push-mechanism, mobile phone is without being connected by USB with PC Connecing and can complete test, a PC controls multiple mobile phone simultaneously and tests, and has easy to operate, and testing mobile phone quantity is many simultaneously, Improve testing efficiency high with automaticity.
Accompanying drawing explanation
Fig. 1 is the overall system architecture figure of a kind of Android application automated testing method based on push-mechanism of the present invention;
Fig. 2 is the flow chart of a kind of Android application automated testing method based on push-mechanism of the present invention;
Fig. 3 is that the present invention records installation APP on test script mobile phone, and generates the flow chart of automatic test script;
Fig. 4 is the flow chart that testing mobile phone of the present invention resolves the APP automatic test script feedback test result of operation.
Detailed description of the invention
The present invention is described in detail with specific embodiment below in conjunction with the accompanying drawings.
A kind of Android application automated testing method based on push-mechanism of the present invention, as it is shown in figure 1, native system is based on three Individual part: multiple stage testing mobile phone, a PC and a recording test script mobile phone, wherein PC end system is windows Or linux, the system recording test script mobile phone and testing mobile phone is android system;Multiple stage testing mobile phone and recording test Script mobile phone is simultaneously connected on PC, by manually clicking on screen on recording test script mobile phone, records test script, The script recorded is uploaded to PC by system automatically afterwards, is then distributed to each testing mobile phone from PC, carries out testing also Collect result.Completely without manual operation in addition to recording script for the first time, substantially increase test automation degree.
As in figure 2 it is shown, specifically comprise the following steps that
Step one, by testing mobile phone, PC and record test script mobile phone and be connected in same LAN;
Three is positioned at same LAN and can access mutually, and current modal method of attachment is that mobile phone uses WIFI to be connected to office In the net of territory.The quantity of testing mobile phone is N platform, and the internal test script all containing native system performs program;N is integer;
PC one, containing the primary control program of native system;
Recording test script mobile phone one, the test script containing native system records program;
Recording test script mobile phone and N platform testing mobile phone is simultaneously connected on PC, the test script on testing mobile phone performs program The asynchronous process characteristic provided by servlet3 initiates a long connection based on HTTP1.1 agreement, the master being connected on PC Control program.Concrete Connection Step is:
First, record test script mobile phone to be connected on PC;
Then, N number of testing mobile phone the most actively initiates connection request to PC;
Testing mobile phone relies on http protocol with the communication of PC end primary control program, and http protocol 1.1 version defines long connection, This connection can actively disconnect until the one party communicated by sustainable existence;The program of each testing mobile phone end main control end on PC Program initiates the long connection request of HTTP, and this HTTP length connects and keeps constantly until this testing mobile phone is no longer used in testing for.Even Connect and actively initiated by testing mobile phone, have employed and realize the http length to PC end primary control program based on servlet3 asynchronous behavior Connect, wait that primary control program issues task.
Finally, PC end primary control program set up active clients list, keep the relevant information of each testing mobile phone;
PC end primary control program, after the long connection request of the HTTP receiving each testing mobile phone, records the test hands of each request Machine information and link information, be stored in active clients list, deletes correspondence test hands after testing mobile phone disconnects from this list The information of machine.
In active clients list, the relevant information of record includes testing mobile phone ID, the IP address of testing mobile phone, initiates connection Time and the test assignment information currently performed.
Step 2, certain APP that installation is to be tested on recording test script mobile phone, and manually click on this test APP with simulation The use state of normal users, the test script of native system records program can record operating procedure automatically, and cuts mobile phone screen Figure is as normal operating design sketch, to generate automatic test script.
Do so has the advantage that, only need to manually record testing process on a mobile phone, by the present invention can automatically by Testing process is applied on the mobile phone of other a large amount of different models, is rapidly completed test.
As it is shown on figure 3, the recording of each test operation is divided into following steps:
Step 201, certain APP that installation is to be tested on recording test script mobile phone;
Step 202, click current test APP are to simulate the use state of normal users, and catch screen touch operation information.
Screen touch operation includes of short duration click and persistence slide, and the screen touch operation information of seizure includes: first, The coordinate (X, Y) of record click location and time stamp T imestamp, the duration T of then record this time touch and slip Path P ATH;
If the persistent period of of short duration clicking operation is 0, sliding path is empty.
Step 203, catching after screen touch end of operation, system carries out a mobile phone screen shot operation, records this The design sketch of operation, the most successful for verification operation in follow-up test link.
Step 204, repeat step 202, to each test operation record information and preserve the design sketch that each test operation is corresponding, It is sequentially arranged and is marked with sequence number, be the script of test automatically.
Step 3, automatic test script is uploaded to PC end.
Automatic test script and APP to be tested are packaged into a message by step 4, PC end program, by with testing mobile phone HTTP connect message is pushed in testing mobile phone automatically.
First, PC end, after receiving packing message, checks active clients list, finds idle testing mobile phone, is used for holding Row test assignment.Then, the file of installing of APP program to be tested is packaged as a pressure with the automatic test script recorded Contracting bag, is pushed to each testing mobile phone for performing test assignment by the POST request of http protocol by compressed package.
The test script uploaded in step 3 and APP to be tested are pushed to multiple test by LAN by PC end program automatically In mobile phone.Advantage of this is that, a PC can be simultaneously connected with the testing mobile phone of substantial amounts of different model.And it is existing logical The method of USB line connection PC and test handset of crossing, due to PC USB port number quantitative limitation, can only be simultaneously connected with seldom Several testing mobile phones.Wherein more convenient owing to pushing the message of textual form, so push here is a download link, APP and test script are pointed in link.
Step 5, testing mobile phone resolve packing message and install APP, and run automatic test script, feedback test result;
Each test handset receiving the PUSH message that PC end primary control program sends can resolve this message, according in message Link download the APP in APP and script, and installation message, run automatic test script, according to the step recorded in script Simulate the effect manually clicking on screen, and the mobile phone screen sectional drawing after will click on and desired mobile phone screen sectional drawing in test script Compare.Wherein the most different due to the mobile phone resolution of different model, it is therefore desirable to first screenshot capture is amplified or Compression, then compare.
Test handset can generate a test result message after test completion, whether records each operation in test script Success, and this test result is sent back PC end primary control program by HTTP connection.
As shown in Figure 4, concretely comprise the following steps:
After step 501, each testing mobile phone receive the PUSH message that PC primary control program sends, resolve, installation message In APP to be tested;
Step 502, each testing mobile phone run automatic test script, manually click on screen according to the step recorded, and will click on After mobile phone screen sectional drawing and test script in the mobile phone screen sectional drawing that preserves compare;
Step 503, each testing mobile phone generate test result after completing test, and this test result are sent out by HTTP connection Send PC end primary control program back to.
Test result includes: the whether normal operation of each operation in test script and whether obtain expected results;
Step 6, PC termination receives the test result that testing mobile phone is sent, and is stored in the results list data base, staff's root APP to be tested is improved further according to test result.
Test result is sent to PC end, and test result is collected by PC end, generates test report.
Step 7, after all of testing mobile phone all sends test result, PC control unload all testing mobile phones APP to be measured.
The present invention is compared with traditional method, and in traditional method, major part all manually completes, the present invention provide one have higher from The Android application automated testing method of dynamicization degree, have employed Android message push technology means, passes through wireless network Network connects and pushes APP and automatic test script to mobile phone from PC end, and APP is completed automatically to survey by mobile phone testing results script Examination, makes mobile phone can complete to test without being connected by USB with PC, has reached a PC and controlled multiple mobile phone also simultaneously The effect of test, has easy to operate, can advantage that simultaneously testing mobile phone quantity is many, and improve testing efficiency and automaticity Meaning.

Claims (5)

1. an Android application automated testing method based on push-mechanism, it is characterised in that specifically comprise the following steps that
Step one, by testing mobile phone, PC and record test script mobile phone and be connected in same LAN;
The quantity of testing mobile phone is N platform, and N is integer;
N platform testing mobile phone and recording test script mobile phone the most actively initiate connection request to PC;Each testing mobile phone is to PC The long connection request of HTTP initiated by machine;PC end primary control program sets up active clients list, preserves the relevant of each testing mobile phone Information;
Step 2, certain APP that installation is to be tested on recording test script mobile phone, and it is normal with simulation to click on this test APP The use state of user, preserves normal operating design sketch, and forms the script of test automatically;
Step 3, automatic test script is uploaded to PC;
Automatic test script and APP to be tested are packaged into message by step 4, PC end, are connected message by HTTP length Automatically it is pushed in testing mobile phone;
Step 5, testing mobile phone resolve packing message and install APP, and run automatic test script, feedback test result;
Step 6, PC termination receives the test result that testing mobile phone is sent, and is stored in the results list data base, staff's root APP to be tested is improved further according to test result;
Step 7, after all of testing mobile phone all sends test result, PC control unload all testing mobile phones APP to be measured.
A kind of Android application automated testing method based on push-mechanism, it is characterised in that In step one, in described active clients list, the relevant information of record includes testing mobile phone ID, the IP address of testing mobile phone, Initiate the time connected and the test assignment information currently performed.
A kind of Android application automated testing method based on push-mechanism, it is characterised in that Described step 2, concretely comprises the following steps:
Step 201, certain APP that installation is to be tested on recording test script mobile phone;
Step 202, click current test APP are to simulate the use state of normal users, and catch screen touch operation information;
Screen touch operation includes of short duration click and persistence slide, and the screen touch operation information of seizure includes: click on position The coordinate (X, Y) put and time stamp T imestamp, the duration T this time touched and sliding path PATH;
Step 203, catching after screen touch end of operation, system carries out mobile phone screen shot operation automatically, records this The design sketch of operation, the most successful for verification operation in follow-up test link;
Step 204, repeat step 202, to each test operation record information and preserve the design sketch that each test operation is corresponding, It is sequentially arranged and is marked with sequence number, form the script of test automatically.
A kind of Android application automated testing method based on push-mechanism, it is characterised in that Described step 4, concretely comprises the following steps: first, and PC end, after receiving packing message, checks active clients list, finds Idle testing mobile phone, is used for performing test assignment;Then, by APP program to be tested install file with record from Dynamic test script is packaged as a compressed package, is pushed to by compressed package each for performing by the POST request of http protocol The testing mobile phone of test assignment.
A kind of Android application automated testing method based on push-mechanism, it is characterised in that Described step 5, concretely comprises the following steps:
After step 501, each testing mobile phone receive the PUSH message that PC primary control program sends, resolve, installation message In APP to be tested;
Step 502, each testing mobile phone run automatic test script, manually click on screen according to the step recorded, and will click on After mobile phone screen sectional drawing and test script in the mobile phone screen sectional drawing that preserves compare;
Step 503, each testing mobile phone generate test result after completing test, and this test result are sent out by HTTP connection Send PC end primary control program back to;
Test result includes: the whether normal operation of each operation in test script and whether obtain expected results.
CN201610297261.3A 2016-05-06 2016-05-06 A kind of Android application automated testing method based on push-mechanism Active CN106021095B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610297261.3A CN106021095B (en) 2016-05-06 2016-05-06 A kind of Android application automated testing method based on push-mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610297261.3A CN106021095B (en) 2016-05-06 2016-05-06 A kind of Android application automated testing method based on push-mechanism

Publications (2)

Publication Number Publication Date
CN106021095A true CN106021095A (en) 2016-10-12
CN106021095B CN106021095B (en) 2018-11-30

Family

ID=57081232

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610297261.3A Active CN106021095B (en) 2016-05-06 2016-05-06 A kind of Android application automated testing method based on push-mechanism

Country Status (1)

Country Link
CN (1) CN106021095B (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106385464A (en) * 2016-11-04 2017-02-08 珠海金山网络游戏科技有限公司 Method and system for remotely controlling terminal
CN106569924A (en) * 2016-11-04 2017-04-19 珠海金山网络游戏科技有限公司 Remote terminal log checking method and system
CN106569940A (en) * 2016-11-04 2017-04-19 珠海金山网络游戏科技有限公司 Checking method and system for customizable log of remote terminal
CN106603623A (en) * 2016-11-04 2017-04-26 珠海金山网络游戏科技有限公司 Method and system for installing program on remote mobile terminal
CN107656870A (en) * 2017-09-27 2018-02-02 四川久远银海软件股份有限公司 Using adjustment method and device
CN109032948A (en) * 2018-07-28 2018-12-18 安徽捷兴信息安全技术有限公司 It is a kind of by USB interface to the method and detection system of mobile phone application safety detection
WO2019041572A1 (en) * 2017-08-30 2019-03-07 苏州倾爱娱乐传媒有限公司 Automated test system based on android platform
CN109710526A (en) * 2018-12-24 2019-05-03 北京云测信息技术有限公司 One kind being based on cloud service automatic test script recording and playback system and method
CN109783379A (en) * 2019-01-03 2019-05-21 广州云测信息技术有限公司 Script execution method of specifying error and device
CN109840204A (en) * 2018-12-24 2019-06-04 苏州蜗牛数字科技股份有限公司 A kind of application test systems and method
CN109885490A (en) * 2019-02-01 2019-06-14 广州云测信息技术有限公司 A kind of picture control methods and device
WO2019210674A1 (en) * 2018-05-03 2019-11-07 深圳市华夏双赢通信有限公司 Method for simulation manual operation smart device, system and apparatus
CN110858171A (en) * 2018-08-23 2020-03-03 中移(杭州)信息技术有限公司 System, method and device for application test, terminal equipment and medium
CN110929249A (en) * 2019-11-22 2020-03-27 北京博睿宏远数据科技股份有限公司 Screen recording method, device, equipment and storage medium for automatic test
CN110928759A (en) * 2018-09-19 2020-03-27 福建天泉教育科技有限公司 Message push test method and terminal
CN111309587A (en) * 2019-01-30 2020-06-19 数源科技股份有限公司 Android-based automatic factory testing method
CN112860559A (en) * 2021-02-19 2021-05-28 一汽解放汽车有限公司 Upgrade test system and method
CN113127349A (en) * 2021-04-19 2021-07-16 广州掌动智能科技有限公司 Software testing method and system
CN117149638A (en) * 2023-09-01 2023-12-01 镁佳(北京)科技有限公司 UI (user interface) automatic testing method and device, computer equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104536888A (en) * 2014-12-24 2015-04-22 网易(杭州)网络有限公司 Game testing method and system for mobile devices
CN104572444A (en) * 2014-12-10 2015-04-29 网易(杭州)网络有限公司 Cloud testing platform for game performance and testing method for cloud testing platform
CN104679659A (en) * 2015-03-24 2015-06-03 小米科技有限责任公司 Testing method and testing device of application program as well as electronic equipment
CN104699616A (en) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 Method, device and system for testing application
CN104850489A (en) * 2014-02-13 2015-08-19 富士通株式会社 Mobile application test system
CN105117289A (en) * 2015-09-30 2015-12-02 北京奇虎科技有限公司 Task allocation method, device and system based on cloud testing platform

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104850489A (en) * 2014-02-13 2015-08-19 富士通株式会社 Mobile application test system
CN104572444A (en) * 2014-12-10 2015-04-29 网易(杭州)网络有限公司 Cloud testing platform for game performance and testing method for cloud testing platform
CN104536888A (en) * 2014-12-24 2015-04-22 网易(杭州)网络有限公司 Game testing method and system for mobile devices
CN104679659A (en) * 2015-03-24 2015-06-03 小米科技有限责任公司 Testing method and testing device of application program as well as electronic equipment
CN104699616A (en) * 2015-03-31 2015-06-10 北京奇虎科技有限公司 Method, device and system for testing application
CN105117289A (en) * 2015-09-30 2015-12-02 北京奇虎科技有限公司 Task allocation method, device and system based on cloud testing platform

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
邱鹏 等: "《移动App测试实战 顶级互联网企业软件测试和质量提升最佳实践》", 31 July 2015 *

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106569924A (en) * 2016-11-04 2017-04-19 珠海金山网络游戏科技有限公司 Remote terminal log checking method and system
CN106569940A (en) * 2016-11-04 2017-04-19 珠海金山网络游戏科技有限公司 Checking method and system for customizable log of remote terminal
CN106603623A (en) * 2016-11-04 2017-04-26 珠海金山网络游戏科技有限公司 Method and system for installing program on remote mobile terminal
CN106603623B (en) * 2016-11-04 2020-10-30 珠海金山网络游戏科技有限公司 Method and system for installing program to remote mobile terminal
CN106385464A (en) * 2016-11-04 2017-02-08 珠海金山网络游戏科技有限公司 Method and system for remotely controlling terminal
WO2019041572A1 (en) * 2017-08-30 2019-03-07 苏州倾爱娱乐传媒有限公司 Automated test system based on android platform
CN107656870A (en) * 2017-09-27 2018-02-02 四川久远银海软件股份有限公司 Using adjustment method and device
WO2019210674A1 (en) * 2018-05-03 2019-11-07 深圳市华夏双赢通信有限公司 Method for simulation manual operation smart device, system and apparatus
CN109032948A (en) * 2018-07-28 2018-12-18 安徽捷兴信息安全技术有限公司 It is a kind of by USB interface to the method and detection system of mobile phone application safety detection
CN110858171A (en) * 2018-08-23 2020-03-03 中移(杭州)信息技术有限公司 System, method and device for application test, terminal equipment and medium
CN110928759B (en) * 2018-09-19 2024-03-01 福建天泉教育科技有限公司 Message pushing testing method and terminal
CN110928759A (en) * 2018-09-19 2020-03-27 福建天泉教育科技有限公司 Message push test method and terminal
CN109840204A (en) * 2018-12-24 2019-06-04 苏州蜗牛数字科技股份有限公司 A kind of application test systems and method
CN109710526A (en) * 2018-12-24 2019-05-03 北京云测信息技术有限公司 One kind being based on cloud service automatic test script recording and playback system and method
CN109783379A (en) * 2019-01-03 2019-05-21 广州云测信息技术有限公司 Script execution method of specifying error and device
CN111309587B (en) * 2019-01-30 2023-06-27 数源科技股份有限公司 Android-based automatic factory testing method
CN111309587A (en) * 2019-01-30 2020-06-19 数源科技股份有限公司 Android-based automatic factory testing method
CN109885490B (en) * 2019-02-01 2022-02-15 北京云测信息技术有限公司 Picture comparison method and device
CN109885490A (en) * 2019-02-01 2019-06-14 广州云测信息技术有限公司 A kind of picture control methods and device
CN110929249B (en) * 2019-11-22 2023-03-24 北京博睿宏远数据科技股份有限公司 Screen recording method, device, equipment and storage medium for automatic test
CN110929249A (en) * 2019-11-22 2020-03-27 北京博睿宏远数据科技股份有限公司 Screen recording method, device, equipment and storage medium for automatic test
CN112860559A (en) * 2021-02-19 2021-05-28 一汽解放汽车有限公司 Upgrade test system and method
CN112860559B (en) * 2021-02-19 2024-05-28 一汽解放汽车有限公司 Upgrade test system and method
CN113127349A (en) * 2021-04-19 2021-07-16 广州掌动智能科技有限公司 Software testing method and system
CN117149638A (en) * 2023-09-01 2023-12-01 镁佳(北京)科技有限公司 UI (user interface) automatic testing method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN106021095B (en) 2018-11-30

Similar Documents

Publication Publication Date Title
CN106021095A (en) A push mechanism-based Android application automated testing method
CN105302732B (en) A kind of automatic test approach and device of mobile terminal
CN106776294B (en) Automatic android mobile phone testing method and system
CN104461897B (en) A kind of method and apparatus of Application testing
CN104869203B (en) Method of testing, device and the test equipment of interim card
CN111611121B (en) Hardware simulation test method, device and equipment
CN110493812B (en) Distribution network test processing method, device and system, processor and master control equipment
CN105302706B (en) Applied program testing method and device
CN108804302A (en) A kind of remote test method, system and relevant device
CN105068876B (en) Method based on distributed deployment prototype collection cell phone application performance data
CN107092555A (en) A kind of method and system of test application program
CN106776280A (en) Configurable performance test device
CN104461903A (en) Method and device for testing client side based on browser
CN102708050A (en) Method and system for testing mobile application
CN111782317A (en) Page testing method and device, storage medium and electronic device
CN110457214A (en) Application testing method and device, electronic equipment
CN103795711A (en) Automated test method and system based on mobile phone client sides
CN105892304B (en) Curve data automatic interpretation method
CN107276842A (en) Interface test method and device and electronic equipment
CN106528429A (en) UI testing method and device
CN107122291A (en) Mobile terminal software stability test method and apparatus
CN106682910B (en) Information processing method, system and related equipment
US20160105810A1 (en) Technique for testing wireless network load produced by mobile app-carrying devices
CN105991700A (en) Voice data processing method, cloud server system and terminal equipment
CN104702463A (en) Method, device and system for bypass testing of multiple machine rooms

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
CB03 Change of inventor or designer information

Inventor after: Xu Guoai

Inventor after: Guo Yanhui

Inventor after: OuYang Linshu

Inventor after: Wang Zihao

Inventor after: Zhang Miao

Inventor after: Xu Guosheng

Inventor after: Wang Chenyu

Inventor before: Guo Yanhui

Inventor before: OuYang Linshu

Inventor before: Wang Zihao

Inventor before: Zhang Miao

CB03 Change of inventor or designer information
TR01 Transfer of patent right

Effective date of registration: 20210330

Address after: Room 5002, 5th floor, building 27, No. 25, North Third Ring Road West, Haidian District, Beijing 100098

Patentee after: EVERSEC (BEIJING) TECHNOLOGY Co.,Ltd.

Address before: 100876 Beijing city Haidian District Xitucheng Road No. 10

Patentee before: Beijing University of Posts and Telecommunications

TR01 Transfer of patent right