CN110929249A - Screen recording method, device, equipment and storage medium for automatic test - Google Patents

Screen recording method, device, equipment and storage medium for automatic test Download PDF

Info

Publication number
CN110929249A
CN110929249A CN201911161700.8A CN201911161700A CN110929249A CN 110929249 A CN110929249 A CN 110929249A CN 201911161700 A CN201911161700 A CN 201911161700A CN 110929249 A CN110929249 A CN 110929249A
Authority
CN
China
Prior art keywords
screen recording
application program
target
automatic
mode setting
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
CN201911161700.8A
Other languages
Chinese (zh)
Other versions
CN110929249B (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.)
Beijing Bo Hongyuan Data Polytron Technologies Inc
Original Assignee
Beijing Bo Hongyuan Data Polytron Technologies Inc
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 Bo Hongyuan Data Polytron Technologies Inc filed Critical Beijing Bo Hongyuan Data Polytron Technologies Inc
Priority to CN201911161700.8A priority Critical patent/CN110929249B/en
Publication of CN110929249A publication Critical patent/CN110929249A/en
Application granted granted Critical
Publication of CN110929249B publication Critical patent/CN110929249B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the invention discloses a screen recording method, a screen recording device, screen recording equipment and a storage medium for automatic testing. The method comprises the following steps: responding to an ADB instruction of a PC end, and starting a JAVA process; in the JAVA process, acquiring a target mode setting method of a target service proxy object in the android system through set JAVA reflection; responding to a screen recording permission application request of an automatic testing auxiliary application program, and granting screen recording permission to the automatic testing auxiliary application program through the target mode setting method; and when the target application program is automatically tested, screen recording is carried out through the auxiliary automatic testing application program. By the technical scheme, the problem that a traditional screen recording method needs manual authorization of a user in an automatic test is solved, and the effect of automatically granting the screen recording permission is achieved.

Description

Screen recording method, device, equipment and storage medium for automatic test
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a screen recording method, a screen recording device, screen recording equipment and a storage medium for automatic testing.
Background
Compared with the traditional manual test, the automatic test has the advantages of higher execution efficiency, more accurate execution result and the like. In the automatic testing process, a screen image needs to be recorded and saved in a video file format, so that the execution condition of a testing task can be checked later.
For an automated test related to an application of an Android (Android) system, a conventional screen recording method is to directly use an Application Program Interface (API) of a MediaRecorder provided by the Android system since version 5.0 to perform screen recording, or use an ADB (Android Debug Bridge) command: "adb shell scanned video file path". However, the conventional screen recording method needs to be implemented after manual authorization of a user in an automatic test.
Disclosure of Invention
The embodiment of the invention provides a screen recording method, a screen recording device, screen recording equipment and a storage medium for automatic testing, and aims to solve the problem that a traditional screen recording method needs manual authorization of a user in the automatic testing.
In a first aspect, an embodiment of the present invention provides a screen recording method for an automatic test, including:
responding to an ADB instruction of a PC end, and starting a JAVA process;
in the JAVA process, acquiring a target mode setting method of a target service proxy object in the android system through set JAVA reflection;
responding to a screen recording permission application request of an automatic testing auxiliary application program, and granting screen recording permission to the automatic testing auxiliary application program through the target mode setting method;
and when the target application program is automatically tested, screen recording is carried out through the auxiliary automatic testing application program.
In a second aspect, an embodiment of the present invention further provides a screen recording device for automated testing, including:
the process starting module is used for responding to an ADB instruction of the PC end and starting a JAVA process;
the setting method acquisition module is used for acquiring a target mode setting method of a target service proxy object in the android system through set JAVA reflection in the JAVA process;
the screen recording permission granting module is used for responding to a screen recording permission application request of the automatic testing auxiliary application program and granting the screen recording permission of the automatic testing auxiliary application program through the target mode setting method;
and the screen recording module is used for carrying out screen recording through the automatic testing auxiliary application program when carrying out automatic testing on the target application program.
In a third aspect, an embodiment of the present invention further provides a computer device, where the computer device includes:
one or more processors;
a memory for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the screen recording method for automated testing according to any of the embodiments.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the screen recording method for automated testing according to any embodiment.
In the embodiment of the invention, when the screen recording authority is applied by the automated testing auxiliary application program pre-installed in the terminal, the screen recording authority is automatically granted based on the target mode setting method of the target service proxy object in the android system acquired through the set JAVA reflection, so that the problem that the traditional screen recording method needs manual authorization of a user in the automated testing is solved, the effect of automatically granting the screen recording authority is achieved, and an authorization prompt box cannot be popped up to allow the user to manually authorize.
Drawings
Fig. 1 is a flowchart of a screen recording method for automated testing according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a procedure for invoking code during a privilege granting process according to an embodiment of the present invention;
fig. 3 is an exemplary diagram of a screen recording effect according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a module of an automatic testing screen recording apparatus according to a second embodiment of the present invention;
fig. 5 is a schematic structural diagram of a computer device according to a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently or simultaneously. In addition, the order of the operations may be re-arranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example one
Fig. 1 is a flowchart of a screen recording method for an automatic test according to an embodiment of the present invention, where the method is applicable to a case where a mobile terminal application (especially an android application) performs screen recording during an automatic test, and the method may be executed by a screen recording apparatus for an automatic test according to any embodiment of the present invention, where the apparatus may be composed of hardware and/or software, and may be generally integrated in a computer device, such as a mobile terminal, for example, a mobile phone, a tablet computer, and the like.
As shown in fig. 1, the screen recording method for automated testing provided by this embodiment includes the following steps:
and S110, responding to the ADB instruction of the PC terminal, and starting the JAVA process.
Before recording and playing back an automatic test script for a target Application program (APP), firstly, an automatic test auxiliary Application program and the target Application program are installed in a mobile terminal, and then, an automatic test auxiliary Application program preparation environment is started. After the automated testing assistant application preparation environment is started, the automated testing assistant application can run normally.
The automatic testing auxiliary application program refers to an application program which is used for assisting a target APP to complete automatic testing script recording and playback and runs in the mobile terminal; the target APP refers to an APP which runs on a mobile terminal (such as a mobile phone terminal) and needs to be automatically tested.
Specifically, in the automatic test process of the target APP, the mobile terminal is connected with the PC terminal through a Universal Serial Bus (USB), and then the automatic test auxiliary application and the target APP can be installed on the mobile terminal through an ADB (Android Debug Bridge) instruction based on a PC terminal program.
In this embodiment, a JAVA process is also started in the mobile terminal through an ADB instruction based on the PC-side program. Specifically, a JAVA process may be started based on the ADB instruction "ADB shell app _ process", and typically, the execution environment of the code in the JAVA process is a shell process.
And S120, in the JAVA process, acquiring a target mode setting method of a target service proxy object in the android system through set JAVA reflection.
And acquiring a target mode setting method of the target service proxy object in the android system through a series of JAVA reflections in the JAVA process.
The target service is a com.android.internal.app.IApOpsService of an android system, and the target mode setting method is a setMode method of a com.android.internal.app.IApOpsService proxy object.
Specifically, the setMode method may allow for automated testing of the screen recording permission and the floating window modification permission of the auxiliary application.
Typically, the code flow of setMode () in com.android.internal.app.iappopsservice is as follows:
the method comprises the following steps of 1, obtaining a 'getService' method of 'android.os.servicemanager' by JAVA reflection;
2. calling 'getService' to obtain an IBinder object of ApOpsservice;
and 3, obtaining an "asInterface" method of "com.android.internal.app.IAppoPsService $ Stub" by JAVA reflection, calling the method, and converting the IBinder object obtained in the last step into a proxy object of "com.android.internal.app.IAppoPsService".
JAVA reflection acquires the "setMode" method of the proxy object of "com.
It is noted that the execution environment of the above code is a shell process.
S130, responding to a screen recording permission application request of the auxiliary automatic test application program, and granting the screen recording permission to the auxiliary automatic test application program through the target mode setting method.
When the automatic testing auxiliary application program applies for the screen recording authority to the android system operated by the mobile terminal, setMode of the com.
Specifically, invoking setMode allows for automated testing of the auxiliary application's "PROJECT _ MEDIA" permissions, i.e., automatic consent when the automated testing auxiliary application applies for screen recording permissions, as shown in fig. 2.
And S140, when the target application program is automatically tested, screen recording is carried out through the auxiliary automatic testing application program.
In the embodiment of the invention, when the screen recording authority is applied by the automated testing auxiliary application program pre-installed in the terminal, the screen recording authority is automatically granted based on the target mode setting method of the target service proxy object in the android system acquired through the set JAVA reflection, so that the problem that the traditional screen recording method needs manual authorization of a user in the automated testing is solved, the effect of automatically granting the screen recording authority is achieved, and an authorization prompt box cannot be popped up to allow the user to manually authorize.
On the basis of the above technical solution, after obtaining the target mode setting method of the target service proxy object in the android system through the set JAVA reflection, the method further includes:
responding to a floating window modification permission application request of the automated testing auxiliary application program, and granting the automated testing auxiliary application program floating window modification permission through the target mode setting method.
The floating window refers to a display window which can be always displayed on the uppermost layer of the screen of the mobile terminal and is not influenced by switching of the application foreground and the background. Typically, the floating window may be a transparent window.
The floating window function of the Android needs to be used, the automatic testing auxiliary application program also needs to be authorized manually, in order to achieve the purpose of automation, the floating window modification permission of the automatic testing auxiliary application program is processed through codes, and the processing mode is consistent with the screen recording permission. When the auxiliary automatic testing application program applies for the floating window modification authority to the android system operated by the mobile terminal, the setMode of the com.
Specifically, invoking setMode allows the "OP _ SYSTEM _ ALTER _ WINDOW" privilege of the automated test assistant application to be automatically granted when the automated test assistant application applies for a floating WINDOW modification privilege, as shown in FIG. 2.
In this embodiment, the floating window is specifically used for displaying information such as an action behavior and a time stamp of a test task in an automated test process.
As an optional implementation, the screen recording performed by the automated testing assistant application includes: and responding to a target operation in an automatic test process, and drawing position information related to the target operation in a floating window through the automatic test auxiliary application program.
Wherein the location information related to the target operation comprises: and the control area corresponding to the target operation and/or the click position of the target operation.
For example, when the target APP performs a click action, the position information of the control area needing to be clicked on the screen of the mobile terminal and/or the coordinate information of the click event is transmitted to the automated testing assistant application program, and the control area needing to be clicked and/or the position of the click is marked on the floating window by the automated testing assistant application program.
The position information of the control area on the mobile terminal screen can be a left boundary value, a right boundary value, an upper boundary value and a lower boundary value of the control on the mobile terminal screen; the coordinate information for performing the click event may be an x-coordinate value and a y-coordinate value of the click event in a target coordinate system, which refers to a planar coordinate system on the screen of the mobile terminal.
As another optional implementation, the screen recording performed by the automated testing assistant application includes: the timestamp is exposed and updated in the floating window by the automated test assistant application.
The automated test assistant application takes the set area on the floating window as the time stamp display area, for example, the top area or the bottom area of the floating window. After the automatic testing auxiliary application program obtains the android system time, the timestamp is displayed in the timestamp display area, and meanwhile, the automatic testing auxiliary application program can refresh the timestamp in the timestamp display area at regular time according to the change of the android system time, for example, the timestamp is refreshed once per second.
Fig. 3 shows an example of a screen recording effect, when the target APP performs a click action, the automated test assistant application shows a click position 301 and a clicked control area 302 in a floating window through modification of the floating window, and a timestamp 303.
In the technical scheme, the screen recording permission and the floating window modification permission of the auxiliary application program can be automatically tested through code processing, so that the automation degree of an automatic test task can be improved; the action execution condition and the timestamp of the test task are displayed through the floating window, and convenience is provided for later-stage testers to analyze the test task execution condition.
Example two
Fig. 4 is a schematic block structure diagram of a screen recording device for an automatic test according to a second embodiment of the present invention, where this embodiment is applicable to a case where a mobile terminal application (especially an android application) performs screen recording during an automatic test, and the device may be implemented in a software and/or hardware manner, and may be generally integrated in a computer device, such as a mobile terminal, e.g., a mobile phone, a tablet computer, and the like.
As shown in fig. 4, the apparatus includes: a process starting module 410, a setting method acquisition module 420, a screen recording right granting module 430 and a screen recording module 440, wherein,
a process starting module 410, configured to respond to an ADB instruction of the PC side, start a JAVA process;
a setting method obtaining module 420, configured to obtain, in the JAVA process, a target mode setting method of a target service proxy object in the android system through a set JAVA reflection;
the screen recording permission granting module 430 is configured to grant screen recording permission to the automated testing auxiliary application program through the target mode setting method in response to a screen recording permission application request of the automated testing auxiliary application program;
and the screen recording module 440 is configured to perform screen recording through the automation test auxiliary application when performing an automation test on the target application.
In the embodiment of the invention, when the screen recording authority is applied by the automated testing auxiliary application program pre-installed in the terminal, the screen recording authority is automatically granted based on the target mode setting method of the target service proxy object in the android system acquired through the set JAVA reflection, so that the problem that the traditional screen recording method needs manual authorization of a user in the automated testing is solved, the effect of automatically granting the screen recording authority is achieved, and an authorization prompt box cannot be popped up to allow the user to manually authorize.
Further, the above apparatus further comprises: and the floating window modification permission granting module is used for responding to a floating window modification permission application request of the auxiliary automatic test application program after acquiring a target mode setting method of a target service proxy object in the android system through set JAVA reflection, and granting the floating window modification permission of the auxiliary automatic test application program through the target mode setting method.
As an optional implementation manner, the screen recording module 440 is specifically configured to, in response to a target operation in an automated testing process, draw, by the automated testing assistant application, position information related to the target operation in a floating window.
Specifically, the location information related to the target operation includes:
and the control area corresponding to the target operation and/or the click position of the target operation.
As an optional implementation, the screen recording module 440 is specifically configured to display and update the timestamp in the floating window through the automated testing assistant application.
Specifically, the target service is com.android.internal.app.iappopsservice of the android system, and the target mode setting method includes setMode.
Specifically, the execution environment of the code in the JAVA process is a shell process.
The screen recording device for the automatic test provided by the embodiment of the invention can execute the screen recording method for the automatic test provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the screen recording method for the automatic test.
EXAMPLE III
Fig. 5 is a schematic structural diagram of a computer apparatus according to a third embodiment of the present invention, as shown in fig. 5, the computer apparatus includes a processor 50, a memory 51, an input device 52, and an output device 53; the number of processors 50 in the computer device may be one or more, and one processor 50 is taken as an example in fig. 5; the processor 50, the memory 51, the input device 52 and the output device 53 in the computer apparatus may be connected by a bus or other means, and the connection by the bus is exemplified in fig. 5.
The memory 51 is used as a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the screen recording method for the automatic test in the embodiment of the present invention (for example, the process starting module 410, the setting method obtaining module 420, the screen recording permission granting module 430, and the screen recording module 440 in the screen recording device for the automatic test shown in fig. 4). The processor 50 executes various functional applications and data processing of the computer device by running software programs, instructions and modules stored in the memory 51, that is, implements the screen recording method of the automated test described above.
The memory 51 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of the computer device, and the like. Further, the memory 51 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 51 may further include memory located remotely from the processor 50, which may be connected to a computer device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 52 is operable to receive input numeric or character information and to generate key signal inputs relating to user settings and function controls of the computer apparatus. The output device 53 may include a display device such as a display screen.
Example four
A fourth embodiment of the present invention further provides a computer-readable storage medium storing a computer program, where the computer program is executed by a computer processor to perform a screen recording method for an automation test, and the method includes:
responding to an ADB instruction of a PC end, and starting a JAVA process;
in the JAVA process, acquiring a target mode setting method of a target service proxy object in the android system through set JAVA reflection;
responding to a screen recording permission application request of an automatic testing auxiliary application program, and granting screen recording permission to the automatic testing auxiliary application program through the target mode setting method;
and when the target application program is automatically tested, screen recording is carried out through the auxiliary automatic testing application program.
Of course, the computer program of the computer-readable storage medium storing the computer program provided in the embodiments of the present invention is not limited to the above method operations, and may also perform related operations in the screen recording method for the automated testing provided in any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the screen recording device for automatic testing, the units and modules included in the embodiment are only divided according to functional logic, but are not limited to the above division, as long as the corresponding functions can be realized; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments illustrated herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A screen recording method for automatic test is characterized by comprising the following steps:
responding to an ADB instruction of a PC end, and starting a JAVA process;
in the JAVA process, acquiring a target mode setting method of a target service proxy object in the android system through set JAVA reflection;
responding to a screen recording permission application request of an automatic testing auxiliary application program, and granting screen recording permission to the automatic testing auxiliary application program through the target mode setting method;
and when the target application program is automatically tested, screen recording is carried out through the auxiliary automatic testing application program.
2. The method of claim 1, after obtaining a target mode setting method of a target service agent object in the android system through the set JAVA reflection, further comprising:
responding to a floating window modification permission application request of the automated testing auxiliary application program, and granting the automated testing auxiliary application program floating window modification permission through the target mode setting method.
3. The method of claim 2, wherein screen recording by the automated test assistant application comprises:
and responding to a target operation in an automatic test process, and drawing position information related to the target operation in a floating window through the automatic test auxiliary application program.
4. The method of claim 3, wherein the location information associated with the target operation comprises:
and the control area corresponding to the target operation and/or the click position of the target operation.
5. The method of claim 2, wherein screen recording by the automated test assistant application comprises:
the timestamp is exposed and updated in the floating window by the automated test assistant application.
6. The method according to any one of claims 1-5, wherein the target service is com.
7. The method according to any one of claims 1 to 5, wherein the execution environment of the code in the JAVA process is a shell process.
8. An automatic screen recording device of test, characterized by, includes:
the process starting module is used for responding to an ADB instruction of the PC end and starting a JAVA process;
the setting method acquisition module is used for acquiring a target mode setting method of a target service proxy object in the android system through set JAVA reflection in the JAVA process;
the screen recording permission granting module is used for responding to a screen recording permission application request of the automatic testing auxiliary application program and granting the screen recording permission of the automatic testing auxiliary application program through the target mode setting method;
and the screen recording module is used for carrying out screen recording through the automatic testing auxiliary application program when carrying out automatic testing on the target application program.
9. A computer device, characterized in that the computer device comprises:
one or more processors;
a memory for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the screen recording method for automated testing of any of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a screen recording method of an automated test according to any one of claims 1 to 7.
CN201911161700.8A 2019-11-22 2019-11-22 Screen recording method, device, equipment and storage medium for automatic test Active CN110929249B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911161700.8A CN110929249B (en) 2019-11-22 2019-11-22 Screen recording method, device, equipment and storage medium for automatic test

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911161700.8A CN110929249B (en) 2019-11-22 2019-11-22 Screen recording method, device, equipment and storage medium for automatic test

Publications (2)

Publication Number Publication Date
CN110929249A true CN110929249A (en) 2020-03-27
CN110929249B CN110929249B (en) 2023-03-24

Family

ID=69850946

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911161700.8A Active CN110929249B (en) 2019-11-22 2019-11-22 Screen recording method, device, equipment and storage medium for automatic test

Country Status (1)

Country Link
CN (1) CN110929249B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113076258A (en) * 2021-04-21 2021-07-06 中国移动通信集团陕西有限公司 Permission application method, device, equipment and readable storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104424022A (en) * 2013-08-30 2015-03-18 腾讯科技(深圳)有限公司 Screen recording method and device
CN105183654A (en) * 2015-09-18 2015-12-23 厦门美图移动科技有限公司 Android automatic testing screen recording mechanism and system disengaged from PC
CN205281846U (en) * 2015-12-15 2016-06-01 林秀程 Multi -functional english teaching proof test platform
CN106021095A (en) * 2016-05-06 2016-10-12 北京邮电大学 A push mechanism-based Android application automated testing method
US20170070563A1 (en) * 2008-08-11 2017-03-09 Ken Sundermeyer Data model for home automation
US20170262130A1 (en) * 2016-03-11 2017-09-14 Spirent Communications, Inc. Performance test application sequence script
CN107577594A (en) * 2017-07-12 2018-01-12 捷开通讯(深圳)有限公司 The abnormal method of record test, intelligent terminal and the device with store function
CN109408374A (en) * 2018-09-26 2019-03-01 平安普惠企业管理有限公司 Application exception is remotely located method, system, computer equipment and medium
CN109901059A (en) * 2019-01-29 2019-06-18 航天科工防御技术研究试验中心 A kind of Complex Programmable Logic Devices repeats configuration test method and electronic equipment

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170070563A1 (en) * 2008-08-11 2017-03-09 Ken Sundermeyer Data model for home automation
CN104424022A (en) * 2013-08-30 2015-03-18 腾讯科技(深圳)有限公司 Screen recording method and device
CN105183654A (en) * 2015-09-18 2015-12-23 厦门美图移动科技有限公司 Android automatic testing screen recording mechanism and system disengaged from PC
CN205281846U (en) * 2015-12-15 2016-06-01 林秀程 Multi -functional english teaching proof test platform
US20170262130A1 (en) * 2016-03-11 2017-09-14 Spirent Communications, Inc. Performance test application sequence script
CN106021095A (en) * 2016-05-06 2016-10-12 北京邮电大学 A push mechanism-based Android application automated testing method
CN107577594A (en) * 2017-07-12 2018-01-12 捷开通讯(深圳)有限公司 The abnormal method of record test, intelligent terminal and the device with store function
CN109408374A (en) * 2018-09-26 2019-03-01 平安普惠企业管理有限公司 Application exception is remotely located method, system, computer equipment and medium
CN109901059A (en) * 2019-01-29 2019-06-18 航天科工防御技术研究试验中心 A kind of Complex Programmable Logic Devices repeats configuration test method and electronic equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ABDULLAH S. YILDIRIM ET AL.: "System Level Test Automation in UAV Development", 《2018 IEEE AUTOTESTCON》 *
谢宝江等: "配电终端自动检定系统设计与应用", 《电器与能效管理技术,2019年第01期》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113076258A (en) * 2021-04-21 2021-07-06 中国移动通信集团陕西有限公司 Permission application method, device, equipment and readable storage medium
CN113076258B (en) * 2021-04-21 2023-09-19 中国移动通信集团陕西有限公司 Method, device and equipment for applying permission and readable storage medium

Also Published As

Publication number Publication date
CN110929249B (en) 2023-03-24

Similar Documents

Publication Publication Date Title
CN109831419B (en) Method and device for determining permission of shell program
US8307358B1 (en) Method and system for unattended installation of guest operating system
WO2021208512A1 (en) Method and apparatus for acquiring control information of user interface, terminal and storage medium
US9665463B2 (en) In-process wrapped execution engine(s) for tooling a dynamic program across a process boundary
CA3142633A1 (en) Method and apparatus for inter-process communication, and computer device
CN110955409B (en) Method and device for creating resources on cloud platform
CN111444103A (en) Automatic testing method for Web page and related equipment
CN111414309B (en) Automatic test method of application program, computer equipment and storage medium
CN111475412B (en) Software testing method, device, electronic equipment and computer readable storage medium
CN110929249B (en) Screen recording method, device, equipment and storage medium for automatic test
CN111177732B (en) System debugging mode control method and system and electronic equipment
WO2016095091A1 (en) Instrumentation of graphics instructions
CN112989740B (en) Simulation method and device, computer equipment and storage medium
CN106326051A (en) Method for realizing automatic switchover of OS (Operating System) in PXE (Pre-boot Execution Environment) testing environment
CN110928787B (en) Automatic test script recording and playback method, device, equipment and storage medium
CN111176986B (en) Thread script debugging method and device, computer equipment and storage medium
CN109522174B (en) Method, device, terminal and storage medium for controlling adb enabling
CN115913913B (en) Network card pre-starting execution environment function fault positioning method and device
CN109039765B (en) Network configuration method and device
CN110413293A (en) The method and device that system deployment process modifies to standard mirror image
US20170277871A1 (en) Information protection method and device based on a plurality of sub-areas for mcu chip
CN112632032B (en) Data migration method and device, storage medium and terminal equipment
CN114490323A (en) Terminal device testing method and device and electronic device
CN114184885A (en) Fault detection method, device and storage medium
CN113760631A (en) Page loading duration determination method, device, equipment and storage medium

Legal Events

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