CN111158770A - Configuration information display method, equipment and storage medium - Google Patents

Configuration information display method, equipment and storage medium Download PDF

Info

Publication number
CN111158770A
CN111158770A CN201911391557.1A CN201911391557A CN111158770A CN 111158770 A CN111158770 A CN 111158770A CN 201911391557 A CN201911391557 A CN 201911391557A CN 111158770 A CN111158770 A CN 111158770A
Authority
CN
China
Prior art keywords
target object
configuration information
specific command
command
cli
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
CN201911391557.1A
Other languages
Chinese (zh)
Other versions
CN111158770B (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.)
Lenovo Beijing Ltd
Original Assignee
Lenovo Beijing 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 Lenovo Beijing Ltd filed Critical Lenovo Beijing Ltd
Priority to CN201911391557.1A priority Critical patent/CN111158770B/en
Publication of CN111158770A publication Critical patent/CN111158770A/en
Application granted granted Critical
Publication of CN111158770B publication Critical patent/CN111158770B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • 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)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a display method, equipment and a computer readable storage medium of configuration information, which comprises the steps of firstly receiving a specific command at a CLI, wherein the specific command is a preset global stack command; then responding to the specific command, and determining that the specific command corresponds to a target object; further generating configuration information of the target object; and displaying the configuration information of the target object in the CLI.

Description

Configuration information display method, equipment and storage medium
Technical Field
The present invention relates to information display technologies, and in particular, to a method and an apparatus for displaying configuration information, and a computer-readable storage medium.
Background
In the related art, generally, during the use of a Command Line Interface (CLI), an operator may configure different objects at different times. When an object is configured, the operator enters a command to display the configuration to check that the configuration is valid. The command in the current CLI to display the configuration results is a global command that will display all configurations of the device. Therefore, after the operator uses the command of displaying the configuration result in the CLI, the operator can only search the partial configuration which is just modified from a large number of irrelevant output results, and the use experience is very bad.
Disclosure of Invention
Embodiments of the present invention provide a method and an apparatus for displaying configuration information, and a computer-readable storage medium, in order to solve the above problems in the use of the existing CLI interface.
According to a first aspect of the present invention, there is provided a method for displaying configuration information, the method comprising: receiving a specific command at the CLI, wherein the specific command is a preset global internal stack command; in response to the specific command, determining that the specific command corresponds to a target object; generating configuration information of the target object; and displaying the configuration information of the target object in the CLI.
According to an embodiment of the present invention, the specific command carries target object identification information; correspondingly, determining that the specific command corresponds to the target object includes: analyzing the received specific command to obtain target object identification information carried in the specific command; and determining the target object corresponding to the specific command according to the target object identification information.
According to an embodiment of the present invention, the generating the configuration information of the target object includes: determining an operation level of the target object; and automatically filling the object parameters according to the operation level.
According to an embodiment of the invention, the method further comprises: detecting whether configuration information updating exists in a target object corresponding to the specific command; and if the configuration information update of the target object corresponding to the specific command is detected, acquiring and displaying the updated configuration information in the CLI.
According to an embodiment of the present invention, the displaying the configuration information of the target object in the CLI further includes: determining the command line position of the configuration information of the target object; displaying context configuration information within a particular range of the command line location in the CLI.
According to an embodiment of the present invention, the specific command is invoked using a keyword conforming to a compiled language.
According to a second aspect of the present invention, there is also provided a display device of configuration information, the device including: the device comprises a receiving module, a processing module and a processing module, wherein the receiving module is used for receiving a specific command at the CLI, and the specific command is a preset global internal stack command; the determining module is used for responding to the specific command and determining that the specific command corresponds to the target object; the generating module is used for generating the configuration information of the target object; and the display control module is used for displaying the configuration information of the target object in the CLI.
According to an embodiment of the present invention, the specific command carries target object identification information; correspondingly, the determining module is specifically configured to analyze the received specific command to obtain target object identification information carried in the specific command; and determining the target object corresponding to the specific command according to the target object identification information.
According to an embodiment of the present invention, the generating module is specifically configured to determine an operation level where the target object is located; and automatically filling the object parameters according to the operation level.
According to an embodiment of the invention, the apparatus further comprises: the detection module is used for detecting whether the target object corresponding to the specific command has configuration information update; and the display control module is further used for acquiring and displaying the updated configuration information in the CLI if the configuration information update of the target object corresponding to the specific command is detected.
According to an embodiment of the present invention, the display control module is further configured to determine a command line position to which the configuration information of the target object belongs; displaying context configuration information within a particular range of the command line location in the CLI.
According to a third aspect of the present invention, there is provided a computer-readable storage medium comprising a set of computer-executable instructions, which when executed, perform a method of displaying any of the above-mentioned configuration information.
The display method, the display device and the computer readable storage medium of the configuration information of the embodiment of the invention firstly receive a specific command at a CLI, wherein the specific command is a preset global stack command; then responding to the specific command, and determining that the specific command corresponds to a target object; further generating configuration information of the target object; and displaying the configuration information of the target object in the CLI. Therefore, the invention adds a global stack command (namely a system built-in command) in the CLI, so that an operator can directly check the related configuration information of the object by inputting the global stack command after editing any object, thereby solving the problem that only the part of the configuration which is just modified can be searched from a large number of irrelevant output results after the command of the configuration result is displayed in the CLI.
It is to be understood that the teachings of the present invention need not achieve all of the above-described benefits, but rather that specific embodiments may achieve specific technical results, and that other embodiments of the present invention may achieve benefits not mentioned above.
Drawings
The above and other objects, features and advantages of exemplary embodiments of the present invention will become readily apparent from the following detailed description read in conjunction with the accompanying drawings. Several embodiments of the invention are illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which:
in the drawings, the same or corresponding reference numerals indicate the same or corresponding parts.
Fig. 1 is a first schematic flow chart illustrating an implementation of a display method of configuration information according to an embodiment of the present invention;
fig. 2 is a schematic diagram illustrating an implementation flow of a display method of configuration information according to an embodiment of the present invention;
fig. 3 is a schematic flow chart showing an implementation of the display method of the configuration information according to the embodiment of the present invention;
fig. 4 is a schematic flow chart illustrating an implementation of the display method of the configuration information according to the embodiment of the present invention;
fig. 5 is a schematic diagram showing a configuration of a display device for configuration information according to an embodiment of the present invention.
Detailed Description
The principles and spirit of the present invention will be described with reference to a number of exemplary embodiments. It is understood that these embodiments are given only to enable those skilled in the art to better understand and to implement the present invention, and do not limit the scope of the present invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art.
The technical solution of the present invention is further elaborated below with reference to the drawings and the specific embodiments.
Fig. 1 is a first schematic flow chart illustrating an implementation process of a display method of configuration information according to an embodiment of the present invention.
Referring to fig. 1, the method for displaying configuration information according to the embodiment of the present invention at least includes the following operation flows: an operation 101, receiving a specific command at the CLI, where the specific command is a preset global stack command; an operation 102, in response to the specific command, of determining that the specific command corresponds to a target object; operation 103, generating configuration information of the target object; in operation 104, the configuration information of the target object is displayed in the CLI.
In operation 101, a specific command is added to the CLI in advance, and belongs to a global internal stack command (i.e. a system internal command), and the command enables an operator to directly view related configuration information of an object by inputting the global internal stack command after editing any object.
In operation 102, the specific command carries the target object identification information, so the target object identification information in the specific command can be obtained by analyzing the specific command, and the target object is further determined by the target object identification information.
In operations 103-104, the operation level of the target object (i.e. the operation level where the operator is currently located) is determined, and then the object parameters are automatically filled according to the operation level, so as to generate the configuration information of the target object, and the configuration information is visually displayed in the CLI.
The display method of the configuration information of the embodiment of the invention comprises the steps of firstly receiving a specific command at a CLI, wherein the specific command is a preset global stack command; then responding to the specific command, and determining that the specific command corresponds to a target object; further generating configuration information of the target object; and displaying the configuration information of the target object in the CLI. Therefore, the invention adds a global stack command (namely a system built-in command) in the CLI, so that an operator can directly check the related configuration information of the object by inputting the global stack command after editing any object, thereby solving the problem that only the part of the configuration which is just modified can be searched from a large number of irrelevant output results after the command of the configuration result is displayed in the CLI.
Fig. 2 is a schematic diagram illustrating an implementation flow of a display method of configuration information according to an embodiment of the present invention.
Referring to fig. 2, the method for displaying configuration information according to the embodiment of the present invention at least includes the following operation flows: operation 201, receiving a specific command at the CLI, where the specific command is a preset global stack command; operation 202, in response to the specific command, determining that the specific command corresponds to a target object; operation 203, determining an operation level of the target object; operation 204, performing automatic filling of the object parameters according to the operation level; in operation 205, the configuration information of the target object is displayed in the CLI.
The specific implementation process of operations 201, 202, and 205 is similar to the specific implementation process of operations 101, 102, and 104 in the embodiment shown in fig. 1, and is not described here again.
At operation 203, the operation level of the target object, i.e., the operation level of the operator currently located, is determined).
For example, the operator just modifies the configuration of the interface 1, and calls the configuration by using a preset keyword "show this" that conforms to the compiling language, that is, by using a specific instruction of router (config-interface ethernet 1) # show this, the operation level where the target object ethernet 1 is located is determined as the interface configuration layer.
In operation 204, automatic population of object parameters is performed according to the operation level, thereby generating configuration information for each step of objects.
For example, if the operation level of the target object ethernet 1 is determined to be the interface configuration level by a specific instruction of router (config-interface ethernet 1) # show this, the object parameters are automatically filled according to the current operation level, such as:
interface Ethernet1
security-level 0
no ip address
mtu 1200。
therefore, the configuration information of the target object can be automatically generated through the calling of the specific command, and the subsequent visual display in the CLI is continued.
Fig. 3 is a schematic diagram illustrating a third implementation flow of the display method of configuration information according to the embodiment of the present invention.
Referring to fig. 3, the method for displaying configuration information according to the embodiment of the present invention at least includes the following operation flows: operation 301, receiving a specific command at the CLI, where the specific command is a preset global stack command; operation 302, in response to the specific command, determining that the specific command corresponds to a target object; operation 303, detecting whether a target object corresponding to the specific command has configuration information update; in operation 304, if it is detected that the target object corresponding to the specific command has the updated configuration information, the updated configuration information is acquired and displayed in the CLI.
The specific implementation process of operations 301 and 302 is similar to the specific implementation process of operations 101 and 102 in the embodiment shown in fig. 1, and is not described here again.
In operations 303-304, the updated configuration information is acquired and displayed by determining whether the target object has a configuration information update manner, so as to ensure that the configuration information displayed in the CLI is the latest configuration information.
Fig. 4 is a schematic diagram illustrating an implementation flow of the display method of configuration information according to the embodiment of the present invention.
Referring to fig. 4, the method for displaying configuration information according to the embodiment of the present invention at least includes the following operation flows: operation 401, receiving a specific command at the CLI, where the specific command is a preset global stack command; operation 402, in response to the specific command, determining that the specific command corresponds to a target object; operation 403, generating configuration information of the target object; operation 404, displaying configuration information of the target object in the CLI; operation 405, determining a command line position to which the configuration information of the target object belongs; at operation 406, contextual configuration information within a particular range of the command line location is displayed in the CLI.
The specific implementation processes of operations 401 to 404 are similar to the specific implementation processes of operations 101 to 104 in the embodiment shown in fig. 1, and are not described here again.
For example, through operations 401 to 404, using a specific instruction of router (config-interface ethernet 3) # show this to determine that the operation level of the target object ethernet3 is the interface configuration level, the object parameters are automatically filled according to the current operation level, such as:
interface Ethernet3
security-level 0
no ip address
mtu 1400。
therefore, the configuration information of the target object can be automatically generated through the calling of the specific command, and the subsequent visual display in the CLI is continued.
Further, through operations 405-406, the command line position to which the configuration information of the target object, i.e. the configuration information of the Ethernet2 and the Ethernet4, belongs is determined, and the context configuration information within a specific range of the command line position is displayed in the CLI, which is specifically shown as follows:
interface Ethernet2
nameif inside
security-level 100
ip address 10.86.194.176 255.255.254.0
arrangement of interface Ethernet3< < target object
security-level 0
no ip address
mtu 1400
interface Ethernet4
no nameif
security-level 0
no ip address
Therefore, the invention realizes that the configuration information of the target object and the context configuration information in the specific range of the command line position are displayed in the CLI together by determining the command line position to which the configuration information of the target object belongs, thereby facilitating the one-click viewing of the configuration information of the context associated object.
Similarly, based on the above configuration information display method, an embodiment of the present invention further provides a computer-readable storage medium, where a program is stored, and when the program is executed by a processor, the processor is caused to perform at least the following operation steps: an operation 101, receiving a specific command at the CLI, where the specific command is a preset global stack command; an operation 102, in response to the specific command, of determining that the specific command corresponds to a target object; operation 103, generating configuration information of the target object; in operation 104, the configuration information of the target object is displayed in the CLI.
Further, based on the above configuration information display method, an embodiment of the present invention further provides a configuration information display device, and as shown in fig. 5, the device 50 includes: a receiving module 501, configured to receive a specific command at the CLI, where the specific command is a preset global stack command; a determining module 502, configured to determine, in response to a specific command, that the specific command corresponds to a target object; a generating module 503, configured to generate configuration information of the target object; and a display control module 504 for displaying the configuration information of the target object in the CLI.
According to one embodiment of the present invention, the specific command carries target object identification information; correspondingly, the determining module 502 is specifically configured to analyze the received specific command to obtain the target object identification information carried in the specific command; and determining the target object corresponding to the specific command according to the target object identification information.
According to an embodiment of the present invention, the generating module 503 is specifically configured to determine an operation level where the target object is located; and automatically filling the object parameters according to the operation level.
According to an embodiment of the invention, the apparatus 50 further comprises: the detection module is used for detecting whether the target object corresponding to the specific command has configuration information update; the display control module 504 is further configured to, if it is detected that the target object corresponding to the specific command has the updated configuration information, obtain and display the updated configuration information in the CLI.
According to an embodiment of the present invention, the display control module 504 is further configured to determine a command line position to which the configuration information of the target object belongs; displaying context configuration information within a particular range of the command line location in the CLI.
Here, it should be noted that: the above description of the embodiment of the display device for configuration information is similar to the description of the embodiment of the method shown in fig. 1 to 4, and has similar beneficial effects to the embodiment of the method shown in fig. 1 to 4, and therefore, the description is omitted. For technical details not disclosed in the embodiment of the display device for configuration information of the present invention, please refer to the description of the method embodiment shown in fig. 1 to 4 of the present invention for understanding, and therefore, for brevity, will not be described again.
It should be noted that, in this document, 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 like elements in a process, method, article, or apparatus that comprises the element.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described device embodiments are merely illustrative, for example, the division of the unit is only a logical functional division, and there may be other division ways in actual implementation, such as: multiple units or components may be combined, or may be integrated into another system, or some features may be omitted, or not implemented. In addition, the coupling, direct coupling or communication connection between the components shown or discussed may be through some interfaces, and the indirect coupling or communication connection between the devices or units may be electrical, mechanical or other forms.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units; can be located in one place or distributed on a plurality of network units; some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, all the functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may be separately regarded as one unit, or two or more units may be integrated into one unit; the integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
Those of ordinary skill in the art will understand that: all or part of the steps for realizing the method embodiments can be completed by hardware related to program instructions, the program can be stored in a computer readable storage medium, and the program executes the steps comprising the method embodiments when executed; and the aforementioned storage medium includes: various media that can store program codes, such as a removable Memory device, a Read Only Memory (ROM), a magnetic disk, or an optical disk.
Alternatively, the integrated unit of the present invention may be stored in a computer-readable storage medium if it is implemented in the form of a software functional module and sold or used as a separate product. Based on such understanding, the technical solutions of the embodiments of the present invention may be essentially implemented or a part contributing to the prior art may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the methods described in the embodiments of the present invention. And the aforementioned storage medium includes: a removable storage device, a ROM, a magnetic or optical disk, or other various media that can store program code.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (10)

1. A method for displaying configuration information, the method comprising:
receiving a specific command at a Command Line Interface (CLI), wherein the specific command is a preset global stack command;
in response to the specific command, determining that the specific command corresponds to a target object;
generating configuration information of the target object;
and displaying the configuration information of the target object in the CLI.
2. The method according to claim 1, wherein the specific command carries target object identification information;
correspondingly, determining that the specific command corresponds to the target object includes:
analyzing the received specific command to obtain target object identification information carried in the specific command;
and determining the target object corresponding to the specific command according to the target object identification information.
3. The method of claim 1, wherein generating configuration information for the target object comprises:
determining an operation level of the target object;
and automatically filling the object parameters according to the operation level.
4. The method of claim 1, further comprising:
detecting whether configuration information updating exists in a target object corresponding to the specific command;
and if the configuration information update of the target object corresponding to the specific command is detected, acquiring and displaying the updated configuration information in the CLI.
5. The method of claim 1, wherein displaying the configuration information of the target object in the CLI further comprises:
determining the command line position of the configuration information of the target object;
displaying context configuration information within a particular range of the command line location in the CLI.
6. The method according to any one of claims 1 to 5, wherein the specific command is invoked using a keyword conforming to a compiled language.
7. A display device for configuration information, the device comprising:
the device comprises a receiving module, a processing module and a processing module, wherein the receiving module is used for receiving a specific command on a Command Line Interface (CLI), and the specific command is a preset global stack command;
the determining module is used for responding to the specific command and determining that the specific command corresponds to the target object;
the generating module is used for generating the configuration information of the target object;
and the display control module is used for displaying the configuration information of the target object in the CLI.
8. The apparatus according to claim 7, wherein the specific command carries target object identification information;
correspondingly, the determining module is specifically configured to analyze the received specific command to obtain target object identification information carried in the specific command; and determining the target object corresponding to the specific command according to the target object identification information.
9. The apparatus of claim 7, further comprising:
the detection module is used for detecting whether the target object corresponding to the specific command has configuration information update;
and the display control module is further used for acquiring and displaying the updated configuration information in the CLI if the configuration information update of the target object corresponding to the specific command is detected.
10. A computer-readable storage medium comprising a set of computer-executable instructions which, when executed, perform a method of displaying configuration information according to any one of claims 1 to 6.
CN201911391557.1A 2019-12-30 2019-12-30 Configuration information display method, device and storage medium Active CN111158770B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911391557.1A CN111158770B (en) 2019-12-30 2019-12-30 Configuration information display method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911391557.1A CN111158770B (en) 2019-12-30 2019-12-30 Configuration information display method, device and storage medium

Publications (2)

Publication Number Publication Date
CN111158770A true CN111158770A (en) 2020-05-15
CN111158770B CN111158770B (en) 2023-01-06

Family

ID=70558940

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911391557.1A Active CN111158770B (en) 2019-12-30 2019-12-30 Configuration information display method, device and storage medium

Country Status (1)

Country Link
CN (1) CN111158770B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1322066B1 (en) * 2001-12-19 2006-12-20 Alcatel Canada Inc. Command line interface processor
CN101110703A (en) * 2007-06-28 2008-01-23 中兴通讯股份有限公司 Made-to-order command line implementing method and system
CN105681069A (en) * 2014-11-21 2016-06-15 中兴通讯股份有限公司 CLI (Command-Line Interface) configuration command response method and device
CN107783786A (en) * 2016-08-26 2018-03-09 华为数字技术(成都)有限公司 A kind of method and apparatus for creating device resource
CN109358807A (en) * 2018-09-26 2019-02-19 郑州云海信息技术有限公司 A kind of querying method, inquiry system and the relevant apparatus of target CLI

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1322066B1 (en) * 2001-12-19 2006-12-20 Alcatel Canada Inc. Command line interface processor
CN101110703A (en) * 2007-06-28 2008-01-23 中兴通讯股份有限公司 Made-to-order command line implementing method and system
CN105681069A (en) * 2014-11-21 2016-06-15 中兴通讯股份有限公司 CLI (Command-Line Interface) configuration command response method and device
CN107783786A (en) * 2016-08-26 2018-03-09 华为数字技术(成都)有限公司 A kind of method and apparatus for creating device resource
CN109358807A (en) * 2018-09-26 2019-02-19 郑州云海信息技术有限公司 A kind of querying method, inquiry system and the relevant apparatus of target CLI

Also Published As

Publication number Publication date
CN111158770B (en) 2023-01-06

Similar Documents

Publication Publication Date Title
CN107193750B (en) Script recording method and device
CN106649084B (en) The acquisition methods and device of function call information, test equipment
CN103607498B (en) A kind of method and device showing Stranger Calls/de-electrifying number related information
CN109542529B (en) Function name-based point burying method and device, computer equipment and storage medium
CN110442502B (en) Point burying method, device, equipment and storage medium
KR20190116479A (en) Application program processing methods, devices, and storage media
CN110659206A (en) Simulation architecture establishing method, device, medium and electronic equipment based on microservice
US7987450B2 (en) Stack-based problem identification for a software component
CN110737891A (en) host intrusion detection method and device
US10241808B2 (en) Determining test application effectiveness
CN111475401A (en) Test method and related equipment
CN110875858A (en) Application test data capturing method, system, equipment and storage medium
CN110825399A (en) Deployment method and device of application program
CN106294129A (en) Code coverage method of testing and device
CN111857803A (en) Page updating method, device, server and storage medium
CN106250761A (en) A kind of unit identifying web automation tools and method
CN105138366A (en) Recognition software silent installation method and device
CN108595178B (en) Hook-based data acquisition method, device and equipment
CN104484176B (en) A kind of Android system window object acquisition methods and device
CN105302715B (en) The acquisition methods and device of application program user interface
CN109240928A (en) Test method, device, equipment and storage medium
CN111158770B (en) Configuration information display method, device and storage medium
CN107678975A (en) A kind of software fault detection method and device
CN105447348B (en) A kind of hidden method of display window, device and user terminal
CN110874176B (en) Interaction method, storage medium, operating system and device

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