[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

CN108459848B - Script obtaining method and system applied to Excel software - Google Patents

Script obtaining method and system applied to Excel software Download PDF

Info

Publication number
CN108459848B
CN108459848B CN201710088651.4A CN201710088651A CN108459848B CN 108459848 B CN108459848 B CN 108459848B CN 201710088651 A CN201710088651 A CN 201710088651A CN 108459848 B CN108459848 B CN 108459848B
Authority
CN
China
Prior art keywords
user
script
excel
recording
module
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.)
Active
Application number
CN201710088651.4A
Other languages
Chinese (zh)
Other versions
CN108459848A (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.)
Zhang Ying
Original Assignee
Shenzhen Beidou Zhiyan 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 Shenzhen Beidou Zhiyan Technology Co ltd filed Critical Shenzhen Beidou Zhiyan Technology Co ltd
Priority to CN201710088651.4A priority Critical patent/CN108459848B/en
Publication of CN108459848A publication Critical patent/CN108459848A/en
Application granted granted Critical
Publication of CN108459848B publication Critical patent/CN108459848B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3438Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Library & Information Science (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

A script obtaining method applied to Excel software is used for a script system, an operation list is obtained by recording the using process of a user and filtering and analyzing, the script system generates script contents according to the operation list, and the specific obtaining method comprises the following steps: recording the operation behavior of the user, and after receiving the command of the user, recording the operation steps in the use process of the user by the script system; analyzing the operation steps of the user, filtering repeated and unnecessary operations in the operation of the user, then analyzing the operation steps of the user to form an operation list and generating a script; when the user needs to execute the script, the user sends out an execution command, and the script system operates according to the generated script system. The script system automatically generates the script, the user only needs to operate the needed script function for several times without programming knowledge, and the problem that the editing of the script is influenced by the fact that the existing user cannot program is well solved.

Description

Script obtaining method and system applied to Excel software
Technical Field
The invention belongs to the field of intelligent application of Excel software, and particularly relates to a script obtaining method and a script system of Excel software.
Background
The third-party software related to scripts on the market at present mainly comprises a key-press puck, an AutoHotkey. The key puck is primarily targeted at the game market. The user can edit the script in advance using the key sprites: and editing the mouse and keyboard actions required to be executed by the user. Then the user runs the script to achieve the automatic operation of the mouse and the keyboard according to the pre-edited mode. One feature of key sprites and autohotkeys is that the user needs certain programming knowledge and logic thinking to perform script coding, but the user in the office does not necessarily meet this requirement, so these two types of software are mainly directed to the game market rather than the office market. How to meet the requirement that office users without programming knowledge can conveniently acquire needed script systems is an examination for office software developers.
Disclosure of Invention
The invention aims to provide a convenient script editing method and a convenient script editing system, which are used for acquiring scripts by users unfamiliar with programming.
A script obtaining method applied to Excel software is used for a script system and is characterized in that an operation list is obtained by recording the using process of a user and filtering and analyzing, the script system generates script contents according to the operation list, and the specific obtaining method comprises the following steps:
recording the operation behavior of the user, and after receiving the command of the user, recording the operation steps in the use process of the user by the script system;
analyzing the operation steps of the user, filtering repeated and unnecessary operations in the operation of the user, then analyzing the operation steps of the user to form an operation list and generating a script;
when the user needs to execute the script, the user sends out an execution command, and the script system operates according to the generated script system.
Preferably, the script system records the Windows open API interface and hook function when the user operates.
Preferably, the script system injects a thread function into the Excel when recording the operation process of the user.
Preferably, the script system records the position of the user operation object in the operation process of the user, and acquires the position of the user operation object by screenshot of the Excel operation interface by adopting an image recognition technology.
An Excel script system, which obtains a new script by recording the operation process of a user, is characterized by comprising a recording module, a processing module and an execution module, wherein,
the recording module is used for recording the operation process of the user after the user sends a command;
the processing module is used for filtering repeated and unnecessary operations in the operation process recorded by the recording module and analyzing the operation process to generate an operation list, and generating a script according to the operation list; the execution module is used for receiving a command of a user to execute the script system, and the Windows opens the API interface and the hook function when the recording module records. 6. An Excel script system according to claim 5, wherein said recording module comprises external plug-ins for capturing user operations.
Preferably, the recording module further comprises a thread module for capturing the operation of the user.
Preferably, the recording module further comprises an image recognition module for obtaining user operation, the image recognition module obtains the Excel operation interface in a screenshot mode, and obtains the user operation position through the change position in the multiple interface images obtained through screenshot.
Preferably, when executing the script, the user triggers one or more of manually, automatically timed, remotely, and voice.
By the script system, the running script flow required by the user is completely recorded. And the script is generated quickly. And the user without programming knowledge is helped to complete the script editing work.
Drawings
FIG. 1 is a flowchart of a script obtaining method and system applied to Excel software according to the present invention.
Detailed Description
The invention is applied to a script acquisition method of Excel software, and aims at overcoming the defect that some plug-ins of the existing Excel cannot meet the requirement of simple operation of a user. By using the method and the system, a user only needs to manually operate the script system required by the user for several times, and then the script system is recorded to automatically generate the script system. The concrete steps are as follows:
1. a script obtaining method applied to Excel software is used for a script system, an operation list is obtained by recording the using process of a user and filtering and analyzing, the script system generates script contents according to the operation list, and the specific obtaining method comprises the following steps:
recording the operation behavior of the user, and after receiving the command of the user, recording the operation steps in the use process of the user by the script system;
analyzing the operation steps of the user, filtering repeated and unnecessary operations in the operation of the user, then analyzing the operation steps of the user to form an operation list and generating a script;
when the user needs to execute the script, the user sends out an execution command, and the script system operates according to the generated script system.
2. The Excel software script acquisition method as described in 1, characterized in that, when the script system records the operation process of the user, the Windows open API interface and hook function.
3. The Excel software script acquisition method as described in claim 2, characterized in that when a script system records an operation process of a user, a thread function is injected into Excel.
4. The Excel software script obtaining method as described in 1, characterized in that in the process of recording user operation by a script system, the position of a user operation object is obtained by screenshot of an Excel operation interface by adopting an image recognition technology.
5. An Excel script system, which obtains a new script by recording the operation process of a user, comprises a recording module, a processing module and an execution module, wherein,
the recording module is used for recording the operation process of the user after the user sends a command;
the processing module is used for filtering repeated and unnecessary operations in the operation process recorded by the recording module and analyzing the operation process to generate an operation list, and generating a script according to the operation list; the execution module is used for receiving a command of a user to execute the script system, and the Windows opens the API interface and the hook function when the recording module records. 6. An Excel script system according to claim 5, wherein said recording module comprises external plug-ins for capturing user operations.
7. The Excel script system according to claim 6, wherein said recording module further comprises a threading module for capturing user operations.
8. The Excel script system according to claim 5, wherein the recording module further comprises an image recognition module for obtaining user operations, the image recognition module obtaining an Excel operation interface in a screenshot manner, and obtaining user operation positions through changing positions in multiple interface diagrams obtained by screenshot.
9. An Excel script system according to anyone of claims 5-8, characterized in that when executing scripts, the user triggers by one or more of manual trigger, automatic timing trigger, remote trigger and voice trigger.
In the script obtaining method applied to the Excel software, the process of the script to be executed is recorded and stored to form a new script mainly through a script system, and when the script is executed, a user clicks the script to execute the script. As shown in fig. 1, the method specifically includes the following steps:
and S11, recording the operation behavior of the user. Specifically, when a user needs to generate a new script, a command of 'learning start' is sent out, the script system enters a recording process, and at this time, the user operates the manual operation according to the needed script and passes through an operation process executed by the script. After the manual operation of the user is finished, the user can click to finish learning, and the process of the user operation is finished. The scripting system records the operations that the new script needs to perform. The above operation requires the user to manually operate several times, generally 4-5 times, from the start of learning to the end of learning. The above recording process is also the process of identifying the user operation by the script system. For example, operations such as "cell in dot", "click left button of mouse", "click copy", "enter number", "font is bold" and the like in the capture user operation.
In order to capture various operations of a user in the recording process, a plurality of interfaces and software functions are required by the script system. The concrete steps are as follows:
the Windows open API interface allows the script system to access Excel software and Windows internal information so as to acquire a large amount of operations of a user, such as a message that a certain window is closed. The API interface of the Windows is a self-contained interface of the Windows system and is used for accessing other non-Windows software to the Windows system. Thereby enabling other software to gain access to the operation of the Window system. In the invention, the Windows open API interface enables the script system to obtain the operation of the user on the Windows level. Such as closing, zooming in and zooming out for Excel software interface, etc.
And the hook function of Windows acquires the user operation information through the API. Cross-software interception of messages, such as mouse position, etc., can be performed before Windows internal responses.
And (3) injecting a thread: for Excel software, injecting part of software into the Excel software to acquire deeper messages, such as the operation of blackening fonts by a user.
An image recognition module: for the operation positions which cannot be identified by the software, the positions of the objects operated by the user, such as the positions of the clicked cells, need to be obtained through screenshot and image processing and analysis. The position of the user operation is obtained through the operation mode of the image recognition module, for example, the user clicks a cell (11, 51). The operation mode of the image recognition module is as follows: when a user clicks the left mouse button to click the position of the cell (11, 51), the image recognition module captures the image of the Excel operation interface and obtains a graph 1, when the user picks up a finger and leaves the left mouse button, the image recognition module captures the image of the Excel operation interface again and obtains a graph 2, and the image recognition module judges that the click position of the user is the cell (11, 51) until the graphs 1 and 2 are changed. The script system acquires the position and the command of the user operation step through the interface and the function, so that the manual operation process of the user is recorded, and the obtained script is recorded.
And S12, analyzing the operation process of the user. Specifically, after the user operation steps are recorded, the script system can discriminate whether repeated and useless operations exist in the user operation process. Firstly, useless operations of a user are simply filtered, and an operation list of the user is updated again. The operation list records operations recorded by the user from "start learning" to "end learning", and then detects the number of repetitions of the user operation. After each cycle is identified, the algorithm is used to reverse the regularity, similarity and repeatability in each cycle, and the differences and mutual correlations between cycles. For example, the user has 5 rows for the entire operation step, but the user only operates on a single row, each row being a fixed addition. Thus, each row is a loop. After the rules in and among each cycle are determined, the operation list of the user is finally made into an available script. The same repetitive operation can be performed on the new Excel form by the script according to the rule obtained by analysis.
And S13, executing the script. Specifically, after the script system is saved, when a user needs to execute a new script, the script can be started in various ways. There can be several ways:
and manually triggering by a user, and arranging the scripts required to be executed according to requirements by the user to execute the corresponding Excel table.
And (3) triggering by automatic timing, setting a trigger time point by a user, and automatically executing the script selected by the user to be applied to the set Excel table by the script system when the trigger time point is reached.
And remote triggering, wherein the user can execute the selected Excel form by using a remote control script such as a mobile phone.
And voice triggering, wherein the user adopts a voice sending command to trigger the script to execute the corresponding Excel table.
The script system does not belong to a plug-in embedded in Excel. But rather belongs to independent software of a third party. In other embodiments, the method can be applied to Excel software as a plug-in of Excel. By the method, the user only needs to record the continuous operation which is frequently needed in the script system into the script system by repeating the operation for several times. The script system can capture all operations of the user. The user no longer needs to have programming knowledge to edit script text. All script texts are completed by the script system, and the script system can screen and judge redundant operations and wrong operations in the continuous operation of the user, so that the fault tolerance rate is high.
A script system. The device comprises a recording module, a processing module and an execution module. The script system records the script functions required to be executed by the user through the recording module, analyzes and records whether unnecessary operation steps and useless operations exist in the user operation flow through the processing module, and generates a new script according to the recorded user operation flow. The execution module is used for executing the script selected by the user.
Specifically, the recording module includes a hook function for observing user operation, an external plug-in, a thread module, and an image recognition module. After the script system enters 'start learning', the script system is accessed to an API (application program interface) of Windows, obtains the general operation of a user through a hook function, and obtains the user operation which cannot be obtained through the hook function by using an external plug-in and a thread module. User operations that cannot be obtained by either of the modules are obtained by the image recognition module.
The operation principle of the image recognition module is that, assuming that a user clicks the cells (51, 20) by a left button, when the user clicks the cells (51, 20) by using a left button of a mouse, the image recognition module captures images of an Excel operation interface, and when the user picks up a finger, the image recognition module captures images of the Excel operation interface again. The image recognition module discriminates the difference of the two screenshots through an image processing technology so as to obtain the cell position (51, 20) operated by the user.
The processing module analyzes the operation process of the user. After the script system records the operation process of the user, the processing module analyzes the operation process and optimizes the operation process. For example, unnecessary operations are deleted. And generating a new script for the recording process in the optimized post-processing module.
And the script system starts the execution module to execute the script when the user needs to execute the recorded script. The execution module can have a plurality of execution modes, and a user can set the use of manual triggering, automatic timing triggering, remote triggering or voice triggering. The manual triggering refers to that a user manually clicks a needed script to execute a corresponding Excel form according to needs. And (3) triggering by automatic timing, setting a trigger time point by a user, and automatically executing the script selected by the user to be applied to the set Excel table by the script system when the trigger time point is reached. And remote triggering, wherein the user can execute the selected Excel form by using a remote control script such as a mobile phone. And voice triggering, wherein the user adopts a voice sending command to trigger the script to execute the corresponding Excel table. By the script system, the running script flow required by the user is completely recorded. And the script is generated quickly. And the user without programming knowledge is helped to complete the script editing work.
The above embodiments are merely provided as a detailed example, and we should not limit the scope of the present invention, and the simple reasoning and the substitution made by those skilled in the art according to the present invention should belong to the scope of the present invention.

Claims (6)

1. A script obtaining method applied to Excel software is used for a script system and is characterized in that an operation list is obtained by recording the using process of a user and filtering and analyzing, the script system generates script contents according to the operation list, and the specific obtaining method comprises the following steps:
recording the operation behavior of a user, and after receiving the command of the user, entering a recording process by a script system, wherein the user manually operates an operation process of executing the script for several times according to the required script operation at this time, and the script system records the operation steps in the use process of the user, namely the process of identifying the user operation by the script system;
analyzing the operation steps of the user, filtering repeated and unnecessary operations in the operation of the user, then analyzing the operation steps of the user to form an operation list and generating a script; specifically, after the user operation steps are recorded, the script system can discriminate whether repeated and useless operations exist in the user operation process: firstly, simply filtering useless operations of a user, and updating an operation list of the user again; the operation list records operations recorded by the user from 'start learning' to 'end learning', and then detects the number of repetitions of the user operations; after each cycle is identified, the rules, similarity and repeatability in each cycle and the difference and mutual relevance between the cycles are reversely deduced by using an algorithm; after the rule between each cycle and each cycle is determined, finally, an operation list of a user is made into an available script; the script can perform the same repetitive operation on the new Excel form according to the rule obtained by analysis;
when the user needs to execute the script, the user sends out an execution command, and the script system operates according to the generated script system.
2. The script obtaining method applied to Excel software according to claim 1, wherein a script system records Windows open API interface and hook function when a user operates;
the Windows open API interface allows the script system to access Excel software and Windows internal information so as to acquire a large amount of operations of a user, so that the script system can acquire the operations of the user on the Windows level;
the hook function of Windows acquires the user operation information through the API interface, and can intercept the message in cross-software mode before the Windows responds.
3. The script obtaining method applied to Excel software according to claim 2, wherein when the script system records the operation process of the user, a thread function is injected into Excel; part of the software is injected into Excel software to acquire deeper messages.
4. The script obtaining method applied to Excel software according to claim 1, wherein the script system records the position of the user operation object by capturing the screen of the Excel operation interface by using the image recognition technology during the operation process of the user.
5. An Excel script system, which obtains a new script by recording the operation process of a user, is characterized by comprising a recording module, a processing module and an execution module, wherein,
the recording module is used for recording the operation process of the user after the user sends a command;
the recording module comprises an external plug-in for capturing the operation of the user;
the recording module also comprises a thread module used for capturing the operation of the user;
the recording module further comprises an image recognition module used for obtaining user operation, wherein the image recognition module obtains an Excel operation interface in a screenshot mode and obtains a user operation position through the change positions in a plurality of interface images obtained through screenshot;
after the script system enters 'start learning', the script system is accessed to an API (application program interface) of Windows, obtains general operation of a user through a hook function, and obtains the user operation which cannot be obtained through the hook function by using an external plug-in and a thread module; user operations which cannot be acquired by the modules are acquired by the image identification module;
the image recognition module discriminates the difference of the two screenshots through an image processing technology so as to obtain the position of a cell operated by a user;
the processing module is used for filtering repeated and unnecessary operations in the operation process recorded by the recording module and analyzing the operation process to generate an operation list, and generating a script according to the operation list; the execution module is used for receiving a command of a user to execute the script system, and the Windows opens the API interface and the hook function when the recording module records.
6. An Excel script system according to claim 5, wherein when executing scripts, users are triggered by one or more of manual trigger, automatic timing trigger, remote trigger and voice trigger.
CN201710088651.4A 2017-02-20 2017-02-20 Script obtaining method and system applied to Excel software Active CN108459848B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710088651.4A CN108459848B (en) 2017-02-20 2017-02-20 Script obtaining method and system applied to Excel software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710088651.4A CN108459848B (en) 2017-02-20 2017-02-20 Script obtaining method and system applied to Excel software

Publications (2)

Publication Number Publication Date
CN108459848A CN108459848A (en) 2018-08-28
CN108459848B true CN108459848B (en) 2021-12-14

Family

ID=63229077

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710088651.4A Active CN108459848B (en) 2017-02-20 2017-02-20 Script obtaining method and system applied to Excel software

Country Status (1)

Country Link
CN (1) CN108459848B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109324864B (en) * 2018-10-24 2021-09-21 北京赢销通软件技术有限公司 Method and device for acquiring man-machine interaction operation information
CN110648108A (en) * 2019-08-30 2020-01-03 广东工业大学 Office automation method and system based on key sprites
CN113205805B (en) * 2021-03-18 2024-02-20 福建马恒达信息科技有限公司 Convenient table operation method assisted by voice plug-in
CN113434221B (en) * 2021-07-22 2024-05-24 武汉中科医疗科技工业技术研究院有限公司 Software automation operation method, device, system and server equipment
CN114090640A (en) * 2021-11-10 2022-02-25 深圳市和讯华谷信息技术有限公司 Data map presenting method and device and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101025686A (en) * 2007-03-22 2007-08-29 中兴通讯股份有限公司 Automation test system and test script generating and operating method
CN101604286A (en) * 2008-06-11 2009-12-16 中兴通讯股份有限公司 A kind of method for generating keyword-driving table
CN102841789A (en) * 2012-06-29 2012-12-26 北京奇虎科技有限公司 Method and device for recording and playing back user operations in browser
CN103150249A (en) * 2011-12-07 2013-06-12 北京新媒传信科技有限公司 Automatic testing method and system
CN103365779A (en) * 2013-07-09 2013-10-23 广东欧珀移动通信有限公司 Software test method and system
WO2014117363A1 (en) * 2013-01-31 2014-08-07 Hewlett-Packard Development Company, L.P. Generating software test script from video
CN105843734A (en) * 2016-03-18 2016-08-10 厦门美图移动科技有限公司 Automatic test method and device and computing device

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100428153C (en) * 2006-12-26 2008-10-22 华为技术有限公司 Method and device for generating test script
US11128601B2 (en) * 2007-08-28 2021-09-21 Spencer Health Solutions, Llc Methods, systems, and computer program products for compiling information for use in a command script for a product dispensing system
US9292282B2 (en) * 2009-03-31 2016-03-22 International Business Machines Corporation Server-side translation for custom application support in client-side scripts
CN102622336A (en) * 2012-02-28 2012-08-01 上海万得信息技术股份有限公司 System and method for Excel plug-in data batch extraction and based on Internet
CN103605917A (en) * 2013-12-11 2014-02-26 武钢集团昆明钢铁股份有限公司 Spreadsheet system based on multi-user environment and implementation method of spreadsheet system
CN106155886B (en) * 2015-03-31 2019-05-14 北京奇虎科技有限公司 A kind of method and apparatus of key mouse script processing

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101025686A (en) * 2007-03-22 2007-08-29 中兴通讯股份有限公司 Automation test system and test script generating and operating method
CN101604286A (en) * 2008-06-11 2009-12-16 中兴通讯股份有限公司 A kind of method for generating keyword-driving table
CN103150249A (en) * 2011-12-07 2013-06-12 北京新媒传信科技有限公司 Automatic testing method and system
CN102841789A (en) * 2012-06-29 2012-12-26 北京奇虎科技有限公司 Method and device for recording and playing back user operations in browser
WO2014117363A1 (en) * 2013-01-31 2014-08-07 Hewlett-Packard Development Company, L.P. Generating software test script from video
CN103365779A (en) * 2013-07-09 2013-10-23 广东欧珀移动通信有限公司 Software test method and system
CN105843734A (en) * 2016-03-18 2016-08-10 厦门美图移动科技有限公司 Automatic test method and device and computing device

Also Published As

Publication number Publication date
CN108459848A (en) 2018-08-28

Similar Documents

Publication Publication Date Title
CN108459848B (en) Script obtaining method and system applied to Excel software
CN104598380B (en) A kind of automated testing method and system based on control
CN103365779B (en) Method for testing software and system
CN106294166B (en) A kind of game data monitoring method and device
CN105512023B (en) A kind of Monkey test method and device
US20100229112A1 (en) Problem reporting system based on user interface interactions
CN101930399A (en) Method for recording software test
CN111552633A (en) Interface abnormal call testing method and device, computer equipment and storage medium
CN103744787A (en) Cellphone automated testing method
CN110362483A (en) Performance data acquisition method, device, equipment and storage medium
CN109947635A (en) A kind of data reporting method, device, storage medium and terminal device
CN111291384A (en) Vulnerability scanning method and device and electronic equipment
US20220385953A1 (en) Video stream playing control method and apparatus, and storage medium
CN105069013A (en) Control method and device for providing input interface in search interface
CN109408345A (en) Operate replay method, device, computer equipment and storage medium
CN111259212B (en) Telemetering data interpretation method, device, equipment and storage medium
CN107798408B (en) Conference management method, conference management device, conference management terminal and computer-readable storage medium
CN106919377A (en) Determine application program displaying interface whether be white screen method and device
CN112882930A (en) Automatic testing method and device, storage medium and electronic equipment
CN111176981A (en) Method for testing related behaviors of Android application network
CN112346946B (en) User software operation behavior monitoring method and system based on control positioning
CN104471531A (en) Capturing an application state in a conversation
CN111382424A (en) Mobile application sensitive behavior detection method and system based on controlled environment
CN114895884B (en) Method and system for writing and executing RPA script of terminal equipment
CN113806048A (en) Task execution method, device, storage medium and program product

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230303

Address after: 402471 No. 95, Group 4, Sanhe Village, Panlong Town, Rongchang County, Chongqing

Patentee after: Zhang Ying

Address before: 518000 room A505, creative park, Xili road University Town, Nanshan District, Shenzhen City, Guangdong Province

Patentee before: SHENZHEN BEIDOU ZHIYAN TECHNOLOGY CO.,LTD.