CN113157566A - Screen control method, device, equipment and storage medium - Google Patents

Screen control method, device, equipment and storage medium Download PDF

Info

Publication number
CN113157566A
CN113157566A CN202110328297.4A CN202110328297A CN113157566A CN 113157566 A CN113157566 A CN 113157566A CN 202110328297 A CN202110328297 A CN 202110328297A CN 113157566 A CN113157566 A CN 113157566A
Authority
CN
China
Prior art keywords
screen
information
target control
coordinate
position information
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.)
Pending
Application number
CN202110328297.4A
Other languages
Chinese (zh)
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.)
Shanghai Wentai Information Technology Co Ltd
Original Assignee
Shanghai Wentai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Wentai Information Technology Co Ltd filed Critical Shanghai Wentai Information Technology Co Ltd
Priority to CN202110328297.4A priority Critical patent/CN113157566A/en
Publication of CN113157566A publication Critical patent/CN113157566A/en
Pending legal-status Critical Current

Links

Images

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/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Telephone Function (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the disclosure relates to a screen control method, a screen control device and a storage medium, wherein a first adb command is sent to a terminal device through a test device; the test equipment receives screen information returned by the terminal equipment based on the first adb command, wherein the screen information comprises identification information and position information of a control on a screen; the test equipment searches and obtains the position information of the target control on the screen from the screen information based on the pre-obtained identification information of the target control; and the test equipment sends a second adb command to the terminal equipment based on the position information of the target control so as to enable the terminal equipment to execute the operation of triggering the target control. Compared with the prior art, the technical scheme provided by the embodiment of the disclosure is not limited by the problems of the model, the screen size and the like of the mobile phone, and in each testing process, automatic testing equipment does not need to be manufactured independently, so that the operation is simple, the cost is lower, and the efficiency is high.

Description

Screen control method, device, equipment and storage medium
Technical Field
The disclosure relates to the technical field of android application program testing, and in particular relates to a screen control method, device, equipment and storage medium.
Background
In the current testing process of the mobile phone, the mobile phone needs to be clicked to carry out various settings, for developing an automatic testing tool at a computer end, it is indispensable to use an Android Debug Bridge (adb) command to control the mobile phone, but the adb clicks a mobile phone screen to directly click a certain control coordinate, the problems of the model and the size of the mobile phone are limited, the control coordinate cannot be suitable for different mobile phones, the automation tool is not universal, automatic testing equipment needs to be manufactured separately for the mobile phone of a certain model in each testing process, the operation is complex, the cost is high, and the efficiency is low.
Disclosure of Invention
In order to solve the technical problems or at least partially solve the technical problems, the present disclosure provides a screen manipulation method, apparatus, device and storage medium.
A first aspect of the present disclosure provides a screen manipulation method, including:
sending a first adb command to the terminal equipment;
receiving screen information returned by the terminal equipment based on the first adb command, wherein the screen information comprises identification information and position information of a control on a screen;
searching and acquiring the position information of the target control on the screen from the screen information based on the pre-acquired identification information of the target control;
and sending a second adb command to the terminal equipment based on the position information of the target control so as to enable the terminal equipment to execute the operation of triggering the target control.
Optionally, the position information of the target control includes information of a first coordinate range of the target control on the screen;
the sending a second adb command to the terminal device based on the position information of the target control comprises:
determining coordinate information of a first coordinate point located within the first coordinate range based on the position information of the target control;
and sending a second adb command to the terminal equipment based on the coordinate information of the first coordinate point.
Optionally, the position information of the target control includes coordinate information of a second coordinate point, where the second coordinate point is located in a first coordinate range of the target control on the screen;
the sending a second adb command to the terminal device based on the position information of the target control comprises:
and sending a second adb command to the terminal equipment based on the coordinate information of the second coordinate point.
Optionally, the second coordinate point includes a center point of the first coordinate range.
A second aspect of the present disclosure provides a screen manipulation apparatus, comprising:
the first sending module is used for sending a first adb command to the terminal equipment;
the receiving module is used for receiving screen information returned by the terminal equipment based on the first adb command, and the screen information comprises identification information and position information of a control on a screen;
the searching module is used for searching and obtaining the position information of the target control on the screen from the screen information based on the pre-obtained identification information of the target control;
and the second sending module is used for sending a second adb command to the terminal equipment based on the position information of the target control so as to enable the terminal equipment to execute the operation of triggering the target control.
Optionally, the position information of the target control includes information of a first coordinate range of the target control on the screen;
the second sending module is configured to:
determining coordinate information of a first coordinate point located within the first coordinate range based on the position information of the target control;
and sending a second adb command to the terminal equipment based on the coordinate information of the first coordinate point.
Optionally, the position information of the target control includes coordinate information of a second coordinate point, where the second coordinate point is located in a first coordinate range of the target control on the screen;
the second sending module is configured to:
and sending a second adb command to the terminal equipment based on the coordinate information of the second coordinate point.
Optionally, the second coordinate point includes a center point of the first coordinate range.
A third aspect of the present disclosure provides a test apparatus comprising a processor and a memory, the memory having stored therein a computer program which, when executed by the processor, implements the method of the first aspect described above.
A fourth aspect of the present disclosure provides a computer-readable storage medium having stored thereon a computer program which, when run on a test apparatus, causes the test apparatus to perform the method of the first aspect described above.
Compared with the prior art, the technical scheme provided by the embodiment of the disclosure has the following advantages:
according to the technical scheme provided by the disclosure, a first adb command is sent to the terminal equipment; receiving screen information returned by the terminal equipment based on the first adb command, wherein the screen information comprises identification information and position information of a control on a screen; searching and acquiring the position information of the target control on the screen from the screen information based on the pre-acquired identification information of the target control; and sending a second adb command to the terminal equipment based on the position information of the target control so as to enable the terminal equipment to execute the operation of triggering the target control. Compared with the prior art, the technical scheme provided by the embodiment of the disclosure is not limited by the problems of the model, the screen size and the like of the mobile phone, and in each testing process, automatic testing equipment does not need to be manufactured independently, so that the operation is simple, the cost is lower, and the efficiency is high.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present disclosure, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a flowchart of a screen manipulation method provided by an embodiment of the present disclosure;
FIG. 2 is a flow chart of one method of implementing step 104 in the embodiment of FIG. 1;
FIG. 3 is a flow chart of yet another method for implementing step 104 in the embodiment of FIG. 1;
fig. 4 is a block diagram of a screen manipulation apparatus provided in an embodiment of the present disclosure;
fig. 5 is a block diagram of a test apparatus provided in an embodiment of the present disclosure.
Detailed Description
In order that the above objects, features and advantages of the present disclosure may be more clearly understood, aspects of the present disclosure will be further described below. It should be noted that the embodiments and features of the embodiments of the present disclosure may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure, but the present disclosure may be practiced in other ways than those described herein; it is to be understood that the embodiments disclosed in the specification are only a few embodiments of the present disclosure, and not all embodiments.
In order to facilitate understanding of the technical solutions of the present disclosure, some of the professional techniques related to the present disclosure are explained first:
adb: the Android Debug bridge is a tool in an Android software toolkit, and can directly operate and manage an Android simulator or real Android equipment.
And (4) control: a control may be understood as a component having a user interface. In practice, the control may be, for example, a sub-window in any window, a button, a list, static text in an edit box or a dialog box, etc.
Fig. 1 is a flowchart of a screen manipulation method provided by an embodiment of the present disclosure, which may be performed by a test device, such as a computer device with computing and processing capabilities, such as a notebook computer, a tablet computer, and the like. Referring to fig. 1, the method provided in this embodiment includes:
step 101: the test equipment sends a first adb command to the terminal equipment.
Step 102: and the test equipment receives screen information returned by the terminal equipment based on the first adb command, wherein the screen information comprises identification information and position information of the control on the screen.
Step 103: and the test equipment searches and obtains the position information of the target control on the screen from the screen information based on the pre-obtained identification information of the target control.
Step 104: and the test equipment sends a second adb command to the terminal equipment based on the position information of the target control so that the terminal equipment executes the operation of triggering the target control.
The terminal device in this embodiment may be understood as a device such as a mobile phone, a smart watch, a tablet computer, and the like, which carries one or some controls.
Specifically, the first adb command in the embodiment of the present disclosure is used to control the terminal device to feed back screen information of the terminal device itself, where the screen information includes identification information (such as a name, but not limited to the name) and location information of a control on a screen of the terminal device, where the first adb command may include the identification information of the target control or may not include the identification information (such as the name, but not limited to the name) of the target control, where the target control refers to a control triggered by a target.
When the first adb command does not include the identification information of the target control, the screen information fed back by the terminal device may include the position information and the identification information of all controls on the screen; when the first adb command includes the identification information of the target control, the screen information fed back by the terminal device may include only the position information of the target control on the mobile phone screen.
For example, taking a test device as a computer and a terminal device as a mobile phone as an example, when the computer is used for testing the networking performance of the mobile phone, the computer sends a first adb command to the mobile phone, and the mobile phone is controlled to feed back screen information of the mobile phone through the first adb command; in this example, the first adb command sent by the computer to the mobile phone may or may not include the identification information of the "flight mode" control. When the first adb command does not include the identification information of the "flight mode" control, the screen information fed back by the mobile phone may include the position information and the identification information of all the controls on the screen; when the identification information of the "flight mode" control is included in the first adb command, the screen information fed back by the mobile phone may include only the position information of the "flight mode" control on the mobile phone screen. This is, of course, merely an illustration and is not the only limitation of the disclosure.
The position information referred to in this embodiment is used to describe the position of the widget in the screen coordinate system of the terminal device.
After receiving the screen information fed back by the terminal equipment, the testing equipment searches for the position information of the target control on the screen of the terminal equipment according to the pre-obtained identification information of the target control, determines the coordinates of the point on the target control according to the position information, and then sends a second adb command to control the terminal equipment to trigger the point on the coordinates on the screen so as to achieve the purpose of triggering the target control.
According to the technical scheme provided by the disclosure, a first adb command is sent to the terminal equipment; receiving screen information returned by the terminal equipment based on the first adb command, wherein the screen information comprises identification information and position information of a control on a screen; searching and acquiring the position information of the target control on the screen from the screen information based on the pre-acquired identification information of the target control; and sending a second adb command to the terminal equipment based on the position information of the target control so as to enable the terminal equipment to execute the operation of triggering the target control. Compared with the prior art, the technical scheme provided by the embodiment of the disclosure is not limited by the problems of the model, the screen size and the like of the mobile phone, and in each testing process, automatic testing equipment does not need to be manufactured independently, so that the operation is simple, the cost is lower, and the efficiency is high.
Fig. 2 is a flowchart of an implementation method of step 104 in the embodiment of fig. 1, in the method, the position information of the target control acquired by the test device includes information of a first coordinate range of the target control on the screen of the terminal device. On this basis, step 104 in the embodiment of fig. 1 may include the following steps:
step 201: the test equipment determines coordinate information of a first coordinate point located in a first coordinate range based on the position information of the target control.
Step 202: and the test equipment sends a second adb command to the terminal equipment based on the coordinate information of the first coordinate point.
In this embodiment, the method for determining, by the test device, the coordinate information of the first coordinate point located in the first coordinate range based on the position information of the target control at least includes the following steps:
first, the test device may determine coordinates of a center point of the first coordinate range based on the location information of the target control. The determined central point can also be understood as a central point of the icon of the target control on the screen of the terminal device, for example, the range of the abscissa of the target control on the terminal device is [340,460], and the range of the ordinate is [1803,1167 ]; the coordinates of the center point on the target control may be determined to be [400, 1125 ].
Second, the test equipment may determine coordinates of any point within the first coordinate range based on the position information of the target control.
Further, after the coordinates of the first coordinate point of the target control in the first coordinate range on the screen of the terminal device are obtained, the test device carries coordinate information of the first coordinate point in the second adb command, so that the terminal device triggers the first coordinate point based on the second adb command. Because the first coordinate point is on the target control, the purpose of triggering the target control can be achieved.
The embodiment determines the coordinate information of the first coordinate point located in the first coordinate range based on the position information of the target control, controls the terminal device to trigger the first coordinate point on the screen, and can improve the accuracy of trigger control over the target control.
Fig. 3 is a flowchart of another implementation method of step 104 in the embodiment of fig. 1, in the method, the location information of the target control acquired by the test device includes coordinate information of a second coordinate point on the target control on the terminal device screen, where the second coordinate point may be a central point of an icon of the target control on the terminal device screen or any other point on the icon, and in addition, the location information of the target control may include coordinates of other points on the icon of the target control on the terminal device screen. On this basis, step 104 in the embodiment of fig. 1 may include the following steps:
step 301: and the test equipment acquires the coordinate information of the second coordinate point from the position information of the target control.
Step 302: and the test equipment sends a second adb command to the terminal equipment based on the coordinate information of the second coordinate point.
When the position information of the target control only includes the coordinate information of one coordinate point, the coordinate point is used as a second coordinate point, the coordinate information of the second coordinate point is extracted from the position information of the target control, and at this time, the coordinate point in the position information of the target control can be a central point of an icon of the target control on a screen of the terminal device or any point of the icon of the target control on the screen of the terminal device. Alternatively, when the position information of the target control includes coordinate information of a plurality of coordinate points, one of the plurality of coordinate points may be randomly determined as the second coordinate point, and the coordinates of the second coordinate point may be extracted accordingly.
Further, after the coordinates of a second coordinate point of the target control on the screen of the terminal device are obtained, the test device carries coordinate information of the second coordinate point in a second adb command, so that the terminal device triggers the second coordinate point based on the second adb command. The second coordinate point is on the target control, so that the aim of triggering the target control can be fulfilled.
According to the embodiment, the coordinate information of a certain coordinate point on the target control is carried in the screen information, so that the test equipment can obtain the coordinate of the point on the target control without calculation, and the processing resource of the test equipment is saved.
Fig. 4 is a block diagram of a screen manipulation device provided in an embodiment of the present disclosure, where the screen manipulation device may be understood as a test device or a part of functional modules in the test device in the above embodiments. As shown in fig. 4, the screen manipulation apparatus includes:
a first sending module 401, configured to send a first adb command to a terminal device;
a receiving module 402, configured to receive screen information returned by the terminal device based on the first adb command, where the screen information includes identification information and location information of a control on a screen;
the searching module 403 is configured to search and obtain position information of the target control on the screen from the screen information based on the obtained identification information of the target control in advance;
a second sending module 404, configured to send a second adb command to the terminal device based on the location information of the target control, so that the terminal device executes an operation of triggering the target control.
In one embodiment, the position information of the target control comprises information of a first coordinate range of the target control on the screen;
a second sending module 404, configured to:
determining coordinate information of a first coordinate point located in a first coordinate range based on the position information of the target control;
and sending a second adb command to the terminal equipment based on the coordinate information of the first coordinate point.
In another embodiment, the position information of the target control comprises coordinate information of a second coordinate point, and the second coordinate point is located in a first coordinate range of the target control on the screen;
a second sending module 404, configured to:
and sending a second adb command to the terminal equipment based on the coordinate information of the second coordinate point.
The second coordinate point includes a center point of the first coordinate range.
The apparatus provided in this embodiment may perform the method of any one of the embodiments in fig. 1 to fig. 3, and the performing method and the beneficial effect thereof are similar, and are not described herein again.
Fig. 5 is a block diagram of a testing apparatus according to an embodiment of the present disclosure.
With reference to fig. 5, the test apparatus of the embodiment of the present disclosure includes: a processor 501, a memory 502, and a computer program stored in the memory 502 and operable on the processor 501, for example, a program corresponding to the page loading method in the embodiment. The processor 501 executes the computer program to implement the steps in the page loading method of the above embodiment, such as steps 101 to 104 shown in fig. 1, steps 201 to 202 shown in fig. 2, and steps 301 to 302 shown in fig. 3.
The testing device can be a desktop computer, a notebook, a palm computer, a cloud server and other computing devices. The test equipment may include, but is not limited to, a processor, a memory. It will be appreciated by those skilled in the art that the schematic diagram 5 is merely an example of a testing device and does not constitute a limitation of the testing device, and may include more or less components than those shown, or some components in combination, or different components, e.g. the terminal device may also include input output devices, network access devices, buses, etc.
The Processor 501 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. The general-purpose processor may be a microprocessor or the processor may be any conventional processor or the like, the processor being the control center of the terminal device and connecting the various parts of the entire terminal device using various interfaces and lines.
The memory 502 may be used to store computer programs and/or modules that the processor implements by running or executing the computer programs and/or modules stored in the memory and invoking data stored in the memory the various functions of the test equipment. The memory 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 by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
The embodiment of the present disclosure also provides a computer-readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the processor may execute the method of any one of the above-mentioned fig. 1 to fig. 3.
The present disclosure realizes all or part of the processes in the method of the above embodiments, and may also be implemented by a computer program instructing related hardware, where the computer program may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable storage medium may include: any entity or device capable of carrying computer program code, recording medium, U.S. disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution media, and the like. It should be noted that the computer readable storage medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable storage media that does not include electrical carrier signals and telecommunications signals in accordance with legislation and patent practice.
It is noted that, in this document, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present disclosure, which enable those skilled in the art to understand or practice the present disclosure. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the disclosure. Thus, the present disclosure is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A screen manipulation method, comprising:
sending a first adb command to the terminal equipment;
receiving screen information returned by the terminal equipment based on the first adb command, wherein the screen information comprises identification information and position information of a control on a screen;
searching and acquiring the position information of the target control on the screen from the screen information based on the pre-acquired identification information of the target control;
and sending a second adb command to the terminal equipment based on the position information of the target control so as to enable the terminal equipment to execute the operation of triggering the target control.
2. The method of claim 1, wherein the position information of the target control comprises information of a first coordinate range of the target control on the screen;
the sending a second adb command to the terminal device based on the position information of the target control comprises:
determining coordinate information of a first coordinate point located within the first coordinate range based on the position information of the target control;
and sending a second adb command to the terminal equipment based on the coordinate information of the first coordinate point.
3. The method of claim 1, wherein the position information of the target control comprises coordinate information of a second coordinate point, the second coordinate point being within a first coordinate range of the target control on the screen;
the sending a second adb command to the terminal device based on the position information of the target control comprises:
and sending a second adb command to the terminal equipment based on the coordinate information of the second coordinate point.
4. The method of claim 3, wherein the second coordinate point comprises a center point of the first coordinate range.
5. A screen manipulation device, comprising:
the first sending module is used for sending a first adb command to the terminal equipment;
the receiving module is used for receiving screen information returned by the terminal equipment based on the first adb command, and the screen information comprises identification information and position information of a control on a screen;
the searching module is used for searching and obtaining the position information of the target control on the screen from the screen information based on the pre-obtained identification information of the target control;
and the second sending module is used for sending a second adb command to the terminal equipment based on the position information of the target control so as to enable the terminal equipment to execute the operation of triggering the target control.
6. The apparatus of claim 5, wherein the position information of the target control comprises information of a first coordinate range of the target control on the screen;
the second sending module is configured to:
determining coordinate information of a first coordinate point located within the first coordinate range based on the position information of the target control;
and sending a second adb command to the terminal equipment based on the coordinate information of the first coordinate point.
7. The apparatus of claim 5, wherein the position information of the target control comprises coordinate information of a second coordinate point, the second coordinate point being within a first coordinate range of the target control on the screen;
the second sending module is configured to:
and sending a second adb command to the terminal equipment based on the coordinate information of the second coordinate point.
8. The method of claim 7, wherein the second coordinate point comprises a center point of the first coordinate range.
9. A test device, characterized in that the test device comprises a processor and a memory, in which a computer program is stored which, when being executed by the processor, carries out the method according to any one of claims 1-4.
10. A computer-readable storage medium, in which a computer program is stored which, when run on a test device, causes the test device to carry out the method according to any one of claims 1-4.
CN202110328297.4A 2021-03-26 2021-03-26 Screen control method, device, equipment and storage medium Pending CN113157566A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110328297.4A CN113157566A (en) 2021-03-26 2021-03-26 Screen control method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110328297.4A CN113157566A (en) 2021-03-26 2021-03-26 Screen control method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113157566A true CN113157566A (en) 2021-07-23

Family

ID=76885636

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110328297.4A Pending CN113157566A (en) 2021-03-26 2021-03-26 Screen control method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113157566A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053911A (en) * 2010-12-30 2011-05-11 东莞宇龙通信科技有限公司 Automated testing method and system based on Android and mobile terminal
CN103164300A (en) * 2011-12-13 2013-06-19 腾讯科技(深圳)有限公司 Mobile terminal touch screen automatic testing method and device
CN108664364A (en) * 2017-03-31 2018-10-16 腾讯科技(深圳)有限公司 A kind of terminal test method and device
US20190064981A1 (en) * 2010-12-09 2019-02-28 T-Mobile Usa, Inc. Touch Screen Testing Platform for Engaging a Dynamically Positioned Target Feature
CN109992125A (en) * 2019-03-29 2019-07-09 京东方科技集团股份有限公司 Data inputting method, device and system
CN111258875A (en) * 2018-11-30 2020-06-09 北京京东尚科信息技术有限公司 Interface test method and system, electronic device and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190064981A1 (en) * 2010-12-09 2019-02-28 T-Mobile Usa, Inc. Touch Screen Testing Platform for Engaging a Dynamically Positioned Target Feature
CN102053911A (en) * 2010-12-30 2011-05-11 东莞宇龙通信科技有限公司 Automated testing method and system based on Android and mobile terminal
CN103164300A (en) * 2011-12-13 2013-06-19 腾讯科技(深圳)有限公司 Mobile terminal touch screen automatic testing method and device
CN108664364A (en) * 2017-03-31 2018-10-16 腾讯科技(深圳)有限公司 A kind of terminal test method and device
CN111258875A (en) * 2018-11-30 2020-06-09 北京京东尚科信息技术有限公司 Interface test method and system, electronic device and storage medium
CN109992125A (en) * 2019-03-29 2019-07-09 京东方科技集团股份有限公司 Data inputting method, device and system

Similar Documents

Publication Publication Date Title
CN109542399B (en) Software development method and device, terminal equipment and computer readable storage medium
CN107193750B (en) Script recording method and device
US20170139720A1 (en) Digital assistant setting up device
CN109828905B (en) Automatic test method, device, computer device and storage medium
CN107807841B (en) Server simulation method, device, equipment and readable storage medium
CN111068328A (en) Game advertisement configuration table generation method, terminal device and medium
CN107479868B (en) Interface loading method, device and equipment
JP2019520625A (en) Human computer interaction method and device thereof
CN107102937B (en) User interface testing method and device
CN111694992A (en) Data processing method and device
CN111125205B (en) Signboard data display method, terminal and storage medium
CN112486492A (en) Page generation method and device, storage medium and electronic equipment
CN111221525A (en) Script code generation method and device, electronic equipment and storage medium
CN111127601A (en) Animation switching method and device, electronic equipment and storage medium
CN109995931B (en) Method and device for realizing automatic calling
CN113157566A (en) Screen control method, device, equipment and storage medium
CN115543936A (en) Method, device and equipment for constructing model files in batches and storage medium
CN110471708B (en) Method and device for acquiring configuration items based on reusable components
CN114490323A (en) Terminal device testing method and device and electronic device
CN112214404A (en) Mobile application testing method and device, storage medium and electronic equipment
JP6174706B2 (en) System and method for dynamically updating the contents of a folder on a device
CN108809763B (en) Network performance parameter acquisition method, terminal device and storage medium
CN112612474A (en) Product transplanting method and device, storage medium and electronic equipment
CN112667631A (en) Method, device and equipment for automatically editing service field and storage medium
CN110888690A (en) Application starting method and device, electronic 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210723

RJ01 Rejection of invention patent application after publication