CN111400179B - Method and device for terminal application program interaction, computer equipment and storage medium - Google Patents

Method and device for terminal application program interaction, computer equipment and storage medium Download PDF

Info

Publication number
CN111400179B
CN111400179B CN202010174756.3A CN202010174756A CN111400179B CN 111400179 B CN111400179 B CN 111400179B CN 202010174756 A CN202010174756 A CN 202010174756A CN 111400179 B CN111400179 B CN 111400179B
Authority
CN
China
Prior art keywords
executed
script
terminal
target
instruction
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
CN202010174756.3A
Other languages
Chinese (zh)
Other versions
CN111400179A (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.)
Suning Cloud Computing Co Ltd
Original Assignee
Suning Cloud Computing 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 Suning Cloud Computing Co Ltd filed Critical Suning Cloud Computing Co Ltd
Priority to CN202010174756.3A priority Critical patent/CN111400179B/en
Publication of CN111400179A publication Critical patent/CN111400179A/en
Application granted granted Critical
Publication of CN111400179B publication Critical patent/CN111400179B/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/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
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application relates to a method and a device for terminal application program interaction, computer equipment and a storage medium. The method comprises the following steps: receiving a to-be-executed instruction and to-be-executed data sent by a server, wherein the to-be-executed instruction and the to-be-executed data are determined by the server according to user input data in a web page; obtaining a target automation script according to the instruction to be executed and preset script version configuration information; executing an application program installed on the terminal according to the target automation script and the data to be executed to obtain an execution result; and sending the execution result to the server, wherein the execution result is used for being displayed on the web page by the server. By adopting the method, the function of automatically executing the application program on the terminal by inputting data through the web page can be realized, and the terminal application program can be tested through the web page, so that the testing efficiency is improved.

Description

Method and device for terminal application program interaction, computer equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for terminal application program interaction, a computer device, and a storage medium.
Background
With the coming of the information age, various enterprise management system software products are widely applied, and efficient cooperation of users and enterprises is effectively assisted. However, at present, the application architecture of the enterprise management system is mainly composed of a server bottom application at the B-end and an application program client at the C-end, and does not provide a visual user interface, so that a tester can only passively accept tests of the bottom application without the user interface and the client at the C-end, a test entrance is generally a certain data receiving interface, and a test result checking process is generally complex and tedious. Therefore, it is necessary to design an automated testing framework for such enterprise management systems so as to monitor the process and results of test data processing in real time.
At present, there are two common methods for calling the C-side application program through the web page. The first method is to directly call the local client through the ActiveX of the IE without configuring a registry but only supporting the IE; the second method is to call the local client through the Url protocol, which supports most common browsers (Chrome, IE, firefox, etc.), but needs to configure a series of registry information. And the two methods can only simply open the program and cannot execute automatic operation.
The third method is to directly write the C-end automatic execution interface and program so as to realize the test of the C-end application program client, but the method is inflexible, only supports local operation, does not support remote terminals, generally has frequent software alternation, and is very inconvenient to maintain and manage.
Disclosure of Invention
Therefore, it is necessary to provide a method, an apparatus, a computer device, and a storage medium for terminal application program interaction to achieve a function of automatically executing an application program on a terminal by inputting data through a web page, and the terminal application program can be tested through the web page, thereby improving testing efficiency.
A method of terminal application interaction, the method comprising:
receiving an instruction to be executed and data to be executed which are sent by a server, wherein the instruction to be executed and the data to be executed are determined by the server according to user input data in a web page;
obtaining a target automation script according to the instruction to be executed and preset script version configuration information, wherein the target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version;
executing an application program installed on the terminal according to the target automation script and the data to be executed to obtain an execution result;
and sending the execution result to the server, wherein the execution result is used for being displayed on the web page by the server.
In one embodiment, the obtaining a target automation script according to the instruction to be executed and preset script version configuration information includes:
obtaining a target script version number according to the instruction to be executed and the script version configuration information, wherein the target script version number is the version number of the script version corresponding to the instruction to be executed;
and obtaining the target automation script according to the instruction to be executed and the target script version number.
Further, in one embodiment, obtaining the target automation script according to the instruction to be executed and the target script version number includes:
when the version number of the target script is consistent with the version number of the current script version of the terminal, obtaining a target automation script according to the current script version and the instruction to be executed;
when the version number of the target script is inconsistent with the version number of the current script version of the terminal, acquiring the target script version, wherein the target script version is a script version corresponding to the target script version number;
and obtaining a target automation script according to the target script version and the instruction to be executed.
In one embodiment, the method further comprises:
receiving a terminal state detection instruction sent by a server;
sending the use state information of the terminal to a server, wherein the use state information is used for the server to set the use state of the terminal in a preset terminal information configuration list according to the received use state information, and the use state information is first state information used for representing that the terminal is available or second state information used for representing that the terminal is unavailable;
in one embodiment, a socket client is installed on the server, a socket server is installed on the terminal, and the server interacts with the terminal through the socket client and the socket server.
In one embodiment, after receiving the instruction to be executed and the data to be executed sent by the server, the method further includes:
sending second state information to the server, wherein the second state information is used for indicating the server to set the use state of the terminal in the preset terminal information configuration list as busy;
in one embodiment, the method further comprises:
receiving a process initialization instruction sent by a server, wherein the process initialization instruction is an instruction sent to a terminal by the server after the server finishes storing an execution result;
executing a process initialization instruction, and ending the execution process of the application program;
and after the execution process is finished, sending first state information to the server, wherein the first state information is used for indicating the server to set the use state of the terminal in the preset terminal information configuration list to be idle.
In one embodiment, the method further comprises:
monitoring the execution process of the application program to obtain execution state information when executing the application program arranged on the terminal according to the target automation script and the data to be executed;
and sending the execution state information to the server.
A method of terminal application interaction, the method comprising:
obtaining user input data from a web page;
determining an instruction to be executed and data to be executed according to user input data;
sending a to-be-executed data and a to-be-executed instruction to a target terminal, wherein the target terminal is a terminal in a current available state, the to-be-executed instruction is used for indicating the target terminal to configure information according to the to-be-executed instruction and a preset script version to obtain a target automation script, the to-be-executed data is used for indicating the target terminal to execute an application program installed on the terminal according to the target automation script and the to-be-executed data to obtain an execution result, and the execution result is sent back to a server;
and acquiring an execution result and displaying the execution result on the web page.
An apparatus for terminal application interaction, the apparatus comprising:
the receiving module is used for receiving the instruction to be executed and the data to be executed which are sent by the server, wherein the instruction to be executed and the data to be executed are determined by the server according to user input data in the web page;
the script module is used for acquiring a target automation script according to the instruction to be executed and preset script version configuration information, wherein the target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version;
the execution module is used for executing the application program installed on the terminal according to the target automation script and the data to be executed to obtain an execution result;
and the feedback module is used for sending the execution result to the server, and the execution result is displayed on the web page by the server.
A system for terminal application program interaction comprises a server and a terminal:
the server is used for acquiring data to be executed and service scene information input by a user from a web page, obtaining a command to be executed according to preset command configuration information and the service scene information through a Socket client, and sending the data to be executed and the command to be executed to a Socket server of a target terminal through the Socket client, wherein the target terminal is a terminal in an available state, and the command configuration information comprises a corresponding relation between the command to be executed and the service scene information;
the terminal is used for acquiring a target automation script through the Socket server according to the command to be executed and preset script version configuration information, executing an application program installed on the terminal through the Socket server according to the target automation script and the data to be executed to obtain an execution result, and sending the execution result to the server; the target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version;
the server is also used for displaying the execution result on the web page;
the Socket client is installed on the server, and the Socket server is installed on the terminal.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
receiving a to-be-executed instruction and to-be-executed data sent by a server, wherein the to-be-executed instruction and the to-be-executed data are determined by the server according to user input data in a web page;
obtaining a target automation script according to the instruction to be executed and preset script version configuration information, wherein the target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version;
executing an application program installed on the terminal according to the target automation script and the data to be executed to obtain an execution result;
and sending the execution result to the server, wherein the execution result is used for being displayed on the web page by the server.
A computer-readable storage medium, on which a computer program is stored which, when executed by a processor, carries out the steps of:
receiving a to-be-executed instruction and to-be-executed data sent by a server, wherein the to-be-executed instruction and the to-be-executed data are determined by the server according to user input data in a web page;
obtaining a target automation script according to the instruction to be executed and preset script version configuration information, wherein the target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version;
executing an application program installed on the terminal according to the target automation script and the data to be executed to obtain an execution result;
and sending the execution result to the server, wherein the execution result is used for being displayed on the web page by the server.
The method, the device, the computer equipment and the storage medium for terminal application program interaction can receive the instruction to be executed and the data to be executed sent by the server, obtain the target automation script according to the instruction to be executed and the preset script version configuration information, execute the application program installed on the terminal according to the target automation script and the data to be executed, obtain the execution result and send the execution result to the server. The to-be-executed instruction and the to-be-executed data are determined by the server according to the user input data in the web page, and the execution result can be displayed on the web page by the server, so that the function of automatically executing the application program on the terminal through the data input of the web page is realized, the user can test the terminal application program through the input of the web page and check the execution result of the terminal application program on the web page, and the test efficiency is effectively improved.
Drawings
FIG. 1 is a diagram of an application environment for a method of terminal application interaction in one embodiment;
FIG. 2 is a flowchart illustrating a method of terminal application interaction according to one embodiment;
FIG. 3 is a flowchart illustrating the target automation script acquisition step in one embodiment;
FIG. 4 is a flowchart illustrating a method for terminal application interaction in another embodiment;
FIG. 5 is a flowchart illustrating a method for terminal application interaction in accordance with yet another embodiment;
FIG. 6 is a block diagram of an apparatus for terminal application interaction in one embodiment;
FIG. 7 is a block diagram of a system for terminal application interaction in one embodiment;
FIG. 8 is a diagram illustrating an internal structure of a computer device in one embodiment;
fig. 9 is an internal structural diagram of a computer device in another embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The method for terminal application program interaction provided by the application can be applied to the application environment shown in fig. 1. The server 104 obtains user input data from a web page, then sends a to-be-executed instruction and a to-be-executed data determined by the server 104 according to the user input data to the terminal 106, the terminal 106 executes an application program installed on the terminal 106 according to the received to-be-executed instruction, the to-be-executed data and preset script version configuration information to obtain an execution result, and then sends the execution result to the server 104, and the server 104 can send the execution result to the web page to be displayed, so that a user can access the web page through a browser on any terminal and input data in the web page, and can also view the execution result of the application program on the web page. The browser-installed terminal 102 and the application-installed terminal 106 may communicate with the server 104 via a network, respectively. The terminal 106 may be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices, and the server 104 may be implemented by an independent server or a server cluster composed of a plurality of servers.
In one embodiment, as shown in fig. 2, a method for terminal application program interaction is provided, which is described by taking the method as an example for being applied to the terminal in fig. 1, and includes the following steps:
step 202, receiving an instruction to be executed and data to be executed sent by the server, where the instruction to be executed and the data to be executed are determined by the server according to user input data in the web page.
The data to be executed may be service data acquired by the server from a web page, the instruction to be executed may be an instruction set obtained by the server according to preset instruction configuration information and service scenario information acquired from the web page, the user input data may include the service data and the service scenario information, and the instruction configuration information may include a corresponding relationship between the instruction to be executed and the service scenario information.
Specifically, data input by a user through a web page is sent to a server through a network, the server obtains an instruction to be executed according to preset instruction configuration information and service scene information acquired from the web page, then the server sends the instruction to be executed and data to be executed to a terminal, and the terminal receives the instruction to be executed and the data to be executed sent by the server.
And 204, acquiring a target automation script according to the instruction to be executed and preset script version configuration information.
The target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version.
Specifically, the terminal can obtain a target script version number according to the instruction to be executed and the script version configuration information, when the target script version number is consistent with the version number of the current script version of the terminal, that is, the current script version of the terminal is the script version corresponding to the instruction to be executed, and a target automation script can be obtained according to the instruction to be executed and the current script version; and when the version number of the target script is not consistent with the version number of the current script version of the terminal, namely the current script version of the terminal is not the script version corresponding to the instruction to be executed, the terminal acquires the target script version from the script version library, and then obtains the target automation script according to the target script version and the instruction to be executed, wherein the target script version is the script version corresponding to the target script version number.
And step 206, executing the application program installed on the terminal according to the target automation script and the data to be executed to obtain an execution result.
The application program installed on the terminal can be an SAP system, the SAP system is a set of enterprise resource management software system, and the functions of the SAP system are as follows: the management system is customized and established for the enterprise by means of a software program, supervision, analysis and management are carried out on all operation activities and links of the enterprise, such as human resources, logistics transportation, sales service, transaction payment, product specification and quality, production activities, raw material purchasing, cargo storage, inventory management and the like, a data resource management system is formed, guidance and basis are provided for production, decision making and operation organization of the enterprise, the financial management quality of the enterprise is improved, and reasonable allocation of capital of the enterprise is facilitated.
Specifically, a socket server is arranged on the terminal, in order to ensure the independence of the socket server and the target automation script and facilitate the use of the target automation script on the terminal, the socket server can call the target automation script through a sub process and a pipe, automatically execute an application program installed on the terminal, and obtain an execution result after the execution is completed. In the prior art, the subprocess can be used for generating new processes, connecting to their input/output/error pipelines and simultaneously acquiring their return codes, and the pipe method is used for creating a pipeline and returning a pair of file descriptors (r, w) which are read and written respectively, so that the function of sending while receiving can be realized.
Step 208, the execution result is sent to the server, and the execution result is used for being displayed on the web page by the server.
Specifically, the terminal transmits the execution result to a database of the server, and the server may display the execution result on a web page so that the user can view the execution result of the terminal application on the web page.
According to the terminal application program interaction method, the to-be-executed instruction and the to-be-executed data sent by the server can be received, the target automation script is obtained according to the to-be-executed instruction and the preset script version configuration information, the application program installed on the terminal is executed according to the target automation script and the to-be-executed data, the execution result is obtained, and then the execution result is sent to the server. The to-be-executed instruction and the to-be-executed data are determined by the server according to the user input data in the web page, and the execution result can be displayed on the web page by the server, so that the function of automatically executing the application program on the terminal through the data input of the web page is realized, the user can test the terminal application program through the input of the web page and check the execution result of the terminal application program on the web page, and the test efficiency is effectively improved.
In one embodiment, as shown in fig. 3, in step 204, the target automation script is obtained according to the instruction to be executed and preset script version configuration information, that is, the target automation script obtaining step includes the following steps:
step 2041, a target script version number is obtained according to the instruction to be executed and the script version configuration information, and the target script version number is the version number of the script version corresponding to the instruction to be executed.
The script version configuration information may be configuration information that is configured on the server and sent to the terminal for storage before the server obtains the user input data from the web page.
In specific implementation, the script version configuration information includes a corresponding relationship between the instruction to be executed and the version number of the script version, and the terminal can obtain the version number of the script version corresponding to the instruction to be executed, that is, the target script version number, according to the instruction to be executed.
Step 2043, checking whether the version number of the target script is consistent with the version number of the current script version of the terminal.
Specifically, the terminal checks whether the version number of the target script is consistent with the version number of the current script version of the terminal. For example, assume that the target script version number is 1.0, and the version number of the current script version of the terminal is 2.0, which are not identical.
And 2045, if yes, namely when the version number of the target script is consistent with the version number of the current script version of the terminal, the terminal obtains the target automation script according to the current script version and the instruction to be executed.
Step 2047, if not, that is, when the version number of the target script is inconsistent with the version number of the current script version of the terminal, acquiring the version of the target script.
And the target script version is the script version corresponding to the target script version number.
Specifically, when the version number of the target script is not consistent with the version number of the current script version of the terminal, the terminal acquires the target script version from the script version library.
And 2049, obtaining a target automation script according to the target script version and the instruction to be executed.
As can be seen from the foregoing steps 2043 to 2049, the target automation script can be obtained according to the instruction to be executed and the target script version number.
In this embodiment, the method for terminal application program interaction may obtain a target script version number according to the instruction to be executed and preset script version configuration information, and determine whether to obtain the target script version by checking whether the target script version number is consistent with a version number of a current script version of the terminal, thereby implementing automatic downloading and updating of the script version without manual intervention and saving human resources.
In one embodiment, a socket client is installed on the server, a socket server is installed on the terminal, and the server interacts with the terminal through the socket client and the socket server. Socket, i.e. Socket, is an abstraction layer, and can be regarded as an endpoint in respective communication connection when two network applications communicate. The application program can send or receive data through the application program, and can perform opening, reading, writing, closing and other operations on the application program like files. Sockets allow applications to plug I/O into the network and communicate with other applications in the network.
The socket client may be configured with a preset instruction management module, and the instruction management module may store preset instruction configuration information, where the instruction configuration information generally needs to be configured before the server receives user input data, and generally supports operations such as addition, modification, and deletion.
Before the server interacts with the terminal application program, terminal management information and script version configuration information are generally required to be configured on the server in advance; the terminal management information may include machine identification information and use state information of multiple terminals, such as ip addresses and port numbers of the terminals, whether the terminals are in an idle state, and in specific implementation, the initial use states of all the terminals may be set to be idle; the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version.
As shown in fig. 4, the method for terminal application program interaction includes the following steps:
step 402, the server obtains user input data from the web page, and determines an instruction to be executed and data to be executed according to the user input data.
The user input data comprises data to be executed and service scene information.
Specifically, the server obtains the instruction to be executed through the Socket client according to preset instruction configuration information and service scenario information, wherein the instruction configuration information includes a corresponding relationship between the instruction to be executed and the service scenario information.
Step 404, the server sends the data to be executed and the instruction to be executed to a Socket server of the target terminal through the Socket client, and the target terminal is a terminal currently in an available state.
And 406, the target terminal obtains a target automation script through the Socket server according to the instruction to be executed and preset script version configuration information.
The target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version.
And 408, the target terminal executes the application program installed on the terminal through the Socket server according to the target automation script and the data to be executed to obtain an execution result.
In step 410, the target terminal sends the execution result to the server.
In step 412, the server displays the execution results on the web page.
In the embodiment, a method for terminal application program interaction is provided, in which interaction between a server and a terminal is realized through a Socket server installed on the terminal and a Socket client installed on the server, where the Socket server may be an independently packaged module, and is completely separated from an application background of the server and an automation script of the terminal, so that the method has better universality.
In one embodiment, a method for terminal application interaction is provided, the method further comprising the steps of:
and the terminal receives a terminal state detection instruction sent by the server.
The terminal state detection instruction is used for indicating the terminal to detect the current state.
Specifically, the server is provided with preset terminal management information, which may include machine identification information and usage state information of multiple terminals, such as ip addresses, port numbers, whether the terminals are in an idle state, and the like, and sets the initial usage states of all the terminals to idle. Generally, after a server obtains an instruction to be executed according to preset instruction configuration information and service scene information acquired from a web page, the server may sequentially send a terminal state detection instruction to each terminal in the terminal management information in order to search for an available terminal.
The terminal sends the use state information of the terminal to the server, the use state information is used for the server to set the use state of the terminal in a preset terminal information configuration list according to the received use state information, and the use state information is first state information used for representing that the terminal is available or second state information used for representing that the terminal is unavailable.
In specific implementation, the server sequentially sends a terminal state detection instruction to each terminal in the terminal management information until the use state information acquired from one terminal is the first state information used for representing that the terminal is available, that is, an idle terminal is found, at this time, the server sets the use state of the terminal in the terminal management information to be used, that is, the terminal is selected as a target terminal for performing terminal application program interaction, and the server sends a to-be-executed instruction and to-be-executed data to the terminal.
In this embodiment, after the terminal receives the instruction to be executed and the data to be executed that are sent by the server, the method further includes the following steps:
and the terminal sends second state information to the server, wherein the second state information is used for indicating the server to set the use state of the terminal in the preset terminal information configuration list as busy. At this time, the terminal has already received the instruction to be executed and the data to be executed that are confirmed by the server according to the user input data, and does not receive the instruction to be executed and the data to be executed corresponding to the other user input data.
Further, the method further comprises the steps of:
and receiving a process initialization instruction sent by the server. The process initialization instruction is an instruction sent by the server to the terminal after the server completes storage of the execution result.
And executing the process initialization instruction, and ending the execution process of the application program.
And after the execution process is finished, sending first state information to the server, wherein the first state information is used for indicating the server to set the use state of the terminal in the preset terminal information configuration list to be idle.
Specifically, in order to update the terminal state in time, once the server completes storing the execution result, the server sends a process initialization instruction to the terminal, the terminal executes the process initialization instruction, ends the execution process of the application program, after the execution process ends, the terminal sends first state information to the server, and after receiving the first state information, the server sets the use state of the terminal in a preset terminal information configuration list to be idle.
In this embodiment, a method for terminal application program interaction is provided, where the method can set a use state of a terminal in a terminal information configuration list on a server according to use state information fed back by the terminal, so as to effectively avoid a situation of conflicting use of the terminal.
In one embodiment, a method for terminal application interaction is provided, the method further comprising the steps of:
when the terminal executes the application program arranged on the terminal according to the target automation script and the data to be executed, the execution progress of the application program is monitored, and the execution state information is obtained.
The monitoring of the execution process of the application program may be implemented by a monitoring technique commonly used in the art, and the execution state information may include information for determining whether the application program is in a normal execution state. Such as a system crash, program occupation, program conflict, etc., the execution state information may include corresponding fault information.
And the terminal sends the execution state information to the server. Specifically, the server can judge whether the application program is in a normal execution state according to the execution state information of the terminal, and once the application program is executed to cause a problem, the server can remind a worker to operate in the server to solve the problem.
In the embodiment, a method for terminal application program interaction is provided, which is convenient for discovering and processing faults in time by monitoring an execution process of an application program and sending obtained execution state information to a server.
In one embodiment, a method for terminal application program interaction is provided, as shown in fig. 5, and is described by taking the method as an example applied to the server in fig. 1, and includes the following steps:
step 502, user input data is obtained from a web page.
Specifically, a user opens a browser, logs in a web page of the test platform, inputs data, clicks to execute, and the server acquires user input data from the web page.
Step 504, determining an instruction to be executed and data to be executed according to the user input data.
The data to be executed may be service data acquired by the server from a web page, the instruction to be executed may be an instruction set obtained by the server according to preset instruction configuration information and the service scenario information acquired from the web page, and the instruction configuration information may include a correspondence between the instruction to be executed and the service scenario information.
Specifically, data input by a user through a web page is sent to a server through a network, and the server configures information according to a preset instruction and obtains a to-be-executed instruction from service scene information acquired from the web page.
Step 506, the data to be executed and the instruction to be executed are sent to the target terminal.
The target terminal is a terminal which is currently in an available state. And the instruction to be executed is used for indicating the target terminal to obtain the target automation script according to the instruction to be executed and preset script version configuration information. And the data to be executed is used for indicating the target terminal to execute the application program installed on the terminal according to the target automation script and the data to be executed, obtaining an execution result and sending the execution result back to the server.
Step 508, obtain the execution result, and display the execution result on the web page.
Specifically, the server acquires an execution result and displays the execution result on a web page.
According to the terminal application program interaction method, the instruction to be executed and the data to be executed can be determined according to the user input data on the web page, the instruction to be executed and the data to be executed are sent to the terminal, the application program installed on the terminal is automatically executed to obtain the execution result, the server obtains the execution result, and the execution result is displayed on the web page, so that the function of automatically executing the application program on the terminal through the data input of the web page is achieved, the user can test the terminal application program through the input of the web page, the execution result of the terminal application program is checked on the web page, the web page can be accessed through a browser, and the testing efficiency is effectively improved.
In one embodiment, as shown in fig. 6, an apparatus for terminal application interaction is provided, the apparatus comprising a receiving module 602, a script module 604, an executing module 606, and a feedback module 608, wherein:
the receiving module 602 is configured to receive an instruction to be executed and data to be executed, which are sent by a server, where the instruction to be executed and the data to be executed are determined by the server according to user input data in a web page;
the script module 604 is configured to obtain a target automation script according to the instruction to be executed and preset script version configuration information, where the target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information includes a corresponding relationship between the instruction to be executed and a version number of the script version;
the execution module 606 is configured to execute an application installed on the terminal according to the target automation script and the data to be executed, and obtain an execution result;
and a feedback module 608, configured to send the execution result to the server, where the execution result is used for being displayed on the web page by the server.
In one embodiment, the script module includes:
the version acquiring unit is used for acquiring a target script version number according to the instruction to be executed and the script version configuration information, wherein the target script version number is the version number of the script version corresponding to the instruction to be executed;
and the script acquisition unit is used for acquiring the target automation script according to the instruction to be executed and the target script version number.
Further, in an embodiment, the version obtaining unit is configured to, when the version number of the target script is consistent with the version number of the current script version of the terminal, obtain the target automation script according to the current script version and the instruction to be executed;
when the version number of the target script is inconsistent with the version number of the current script version of the terminal, acquiring the target script version, wherein the target script version is a script version corresponding to the target script version number;
and obtaining the target automation script according to the target script version and the instruction to be executed.
In one embodiment, the apparatus further comprises:
the instruction receiving module is used for receiving a terminal state detection instruction sent by the server;
the terminal comprises a use state module, a service state module and a service state module, wherein the use state module is used for sending the use state information of the terminal to the server, the use state information is used for setting the use state of the terminal in a preset terminal information configuration list by the server according to the received use state information, and the use state information is first state information used for representing that the terminal is available or second state information used for representing that the terminal is unavailable;
in one embodiment, a socket client is installed on the server, a socket server is installed on the terminal, and the server interacts with the terminal through the socket client and the socket server.
In one embodiment, the apparatus further comprises: the second state module is used for sending second state information to the server, and the second state information is used for indicating the server to set the use state of the terminal in the preset terminal information configuration list as busy;
in one embodiment, the apparatus further comprises:
the initialization instruction module is used for receiving a process initialization instruction sent by the server, wherein the process initialization instruction is an instruction sent to the terminal by the server after the server finishes storing an execution result;
the execution ending module is used for executing the process initialization instruction and ending the execution process of the application program;
and the first state module is used for sending first state information to the server after the execution process is finished, wherein the first state information is used for indicating the server to set the use state of the terminal in the preset terminal information configuration list to be idle.
In one embodiment, the apparatus further comprises:
the process monitoring module is used for monitoring the execution process of the application program to obtain execution state information when the application program arranged on the terminal is executed according to the target automation script and the data to be executed;
and the execution state module is used for sending the execution state information to the server.
For specific limitations of the device for terminal application program interaction, reference may be made to the above limitations of the method for terminal application program interaction, which are not described herein again. The modules in the device for terminal application program interaction can be wholly or partially realized by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent of a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, as shown in fig. 7, a system for terminal application interaction is provided, and the system includes a server 701 and a terminal 703:
the server 701 is configured to obtain data to be executed and service scenario information input by a user from a web page, obtain an instruction to be executed according to preset instruction configuration information and the service scenario information through a Socket client, send the data to be executed and the instruction to be executed to a Socket server of a target terminal through the Socket client, where the target terminal is a terminal in an available state, and the instruction configuration information includes a corresponding relationship between the instruction to be executed and the service scenario information.
The terminal 703 is configured to obtain a target automation script through the Socket server according to the instruction to be executed and preset script version configuration information, execute an application installed on the terminal through the Socket server according to the target automation script and the data to be executed, obtain an execution result, and send the execution result to the server; the target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version.
The server 701 is further configured to display the execution result on a web page.
The Socket client is installed on the server 701, and the Socket server is installed on the terminal 703.
In this embodiment, a system for terminal application program interaction is provided, and specific limitations of the system may refer to the above limitations on a method for terminal application program interaction, which are not described herein again.
In one embodiment, a computer device is provided, which may be a server, and the internal structure thereof may be as shown in fig. 8. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a method of terminal application interaction.
In one embodiment, a computer device is provided, which may be a terminal, and its internal structure diagram may be as shown in fig. 9. The computer device includes a processor, a memory, a network interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a method of terminal application interaction. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on a shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
Those skilled in the art will appreciate that the configurations shown in fig. 8 or 9 are merely block diagrams of some configurations relevant to the present disclosure, and do not constitute a limitation on the computing devices to which the present disclosure may be applied, and that a particular computing device may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, there is provided a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program: receiving a to-be-executed instruction and to-be-executed data sent by a server, wherein the to-be-executed instruction and the to-be-executed data are determined by the server according to user input data in a web page; obtaining a target automation script according to the instruction to be executed and preset script version configuration information, wherein the target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version; executing an application program installed on the terminal according to the target automation script and the data to be executed to obtain an execution result; and sending the execution result to the server, wherein the execution result is used for being displayed on the web page by the server.
In one embodiment, the processor when executing the computer program further performs the steps of: according to the instruction to be executed and preset script version configuration information, obtaining a target automation script, comprising: obtaining a target script version number according to the instruction to be executed and the script version configuration information, wherein the target script version number is the version number of the script version corresponding to the instruction to be executed; and obtaining the target automation script according to the instruction to be executed and the target script version number.
In one embodiment, the processor, when executing the computer program, further performs the steps of: obtaining a target automation script according to the instruction to be executed and the target script version number, wherein the steps of: when the version number of the target script is consistent with the version number of the current script version of the terminal, obtaining a target automation script according to the current script version and the instruction to be executed; when the version number of the target script is inconsistent with the version number of the current script version of the terminal, acquiring the target script version, wherein the target script version is a script version corresponding to the target script version number; and obtaining the target automation script according to the target script version and the instruction to be executed.
In one embodiment, the processor, when executing the computer program, further performs the steps of: receiving a terminal state detection instruction sent by a server; sending the use state information of the terminal to a server, wherein the use state information is used for the server to set the use state of the terminal in a preset terminal information configuration list according to the received use state information, and the use state information is first state information used for representing that the terminal is available or second state information used for representing that the terminal is unavailable;
in one embodiment, a socket client is installed on the server, a socket server is installed on the terminal, and the server interacts with the terminal through the socket client and the socket server.
In one embodiment, the processor, when executing the computer program, further performs the steps of: after receiving the instruction to be executed and the data to be executed sent by the server, the method further comprises the following steps: sending second state information to the server, wherein the second state information is used for indicating the server to set the use state of the terminal in the preset terminal information configuration list as busy;
in one embodiment, the processor, when executing the computer program, further performs the steps of: receiving a process initialization instruction sent by a server, wherein the process initialization instruction is an instruction sent to a terminal by the server after the server finishes storing an execution result; executing a process initialization instruction, and ending the execution process of the application program; and after the execution process is finished, sending first state information to the server, wherein the first state information is used for indicating the server to set the use state of the terminal in the preset terminal information configuration list to be idle.
In one embodiment, the processor, when executing the computer program, further performs the steps of: monitoring the execution process of the application program to obtain execution state information when executing the application program arranged on the terminal according to the target automation script and the data to be executed; and sending the execution state information to the server.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of: receiving an instruction to be executed and data to be executed which are sent by a server, wherein the instruction to be executed and the data to be executed are determined by the server according to user input data in a web page; obtaining a target automation script according to the instruction to be executed and preset script version configuration information, wherein the target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version; executing an application program installed on the terminal according to the target automation script and the data to be executed to obtain an execution result; and sending the execution result to the server, wherein the execution result is used for being displayed on the web page by the server.
In one embodiment, the computer program when executed by the processor further performs the steps of: according to the instruction to be executed and preset script version configuration information, obtaining a target automation script, comprising: obtaining a target script version number according to the instruction to be executed and the script version configuration information, wherein the target script version number is the version number of the script version corresponding to the instruction to be executed; and obtaining the target automation script according to the instruction to be executed and the target script version number.
In one embodiment, the computer program when executed by the processor further performs the steps of: obtaining a target automation script according to the instruction to be executed and the target script version number, wherein the steps of: when the version number of the target script is consistent with the version number of the current script version of the terminal, obtaining a target automation script according to the current script version and the instruction to be executed; when the version number of the target script is inconsistent with the version number of the current script version of the terminal, acquiring the target script version, wherein the target script version is a script version corresponding to the target script version number; and obtaining the target automation script according to the target script version and the instruction to be executed.
In one embodiment, the computer program when executed by the processor further performs the steps of: receiving a terminal state detection instruction sent by a server; sending the use state information of the terminal to a server, wherein the use state information is used for the server to set the use state of the terminal in a preset terminal information configuration list according to the received use state information, and the use state information is first state information used for representing that the terminal is available or second state information used for representing that the terminal is unavailable;
in one embodiment, a socket client is installed on the server, a socket server is installed on the terminal, and the server interacts with the terminal through the socket client and the socket server.
In one embodiment, the computer program when executed by the processor further performs the steps of: after receiving the instruction to be executed and the data to be executed sent by the server, the method further comprises the following steps: sending second state information to the server, wherein the second state information is used for indicating the server to set the use state of the terminal in the preset terminal information configuration list as busy;
in one embodiment, the computer program when executed by the processor further performs the steps of: receiving a process initialization instruction sent by a server, wherein the process initialization instruction is an instruction sent to a terminal by the server after the server finishes storing an execution result; executing a process initialization instruction, and ending the execution process of the application program; and after the execution process is finished, sending first state information to the server, wherein the first state information is used for indicating the server to set the use state of the terminal in the preset terminal information configuration list to be idle.
In one embodiment, the computer program when executed by the processor further performs the steps of: monitoring the execution process of the application program to obtain execution state information when executing the application program arranged on the terminal according to the target automation script and the data to be executed; and sending the execution state information to the server.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above may be implemented by hardware instructions of a computer program, which may be stored in a non-volatile computer-readable storage medium, and when executed, may include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), rambus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (9)

1. A method for terminal application interaction, the method comprising:
receiving a to-be-executed instruction and a to-be-executed data sent by a server, wherein the to-be-executed instruction and the to-be-executed data are determined by the server according to user input data in a web page;
acquiring a target automation script according to the instruction to be executed and preset script version configuration information;
executing an application program installed on the terminal according to the target automation script and the data to be executed to obtain an execution result;
sending the execution result to the server, wherein the execution result is used for being displayed on the web page by the server;
the obtaining of the target automation script according to the instruction to be executed and preset script version configuration information includes:
obtaining a target script version number according to the instruction to be executed and the script version configuration information, wherein the target script version number is the version number of the script version corresponding to the instruction to be executed;
obtaining the target automation script according to the instruction to be executed and the target script version number;
the obtaining the target automation script according to the instruction to be executed and the target script version number comprises:
when the version number of the target script is consistent with the version number of the current script version of the terminal, obtaining the target automation script according to the current script version and the instruction to be executed;
when the version number of the target script is not consistent with the version number of the current script version of the terminal, acquiring a target script version, wherein the target script version is a script version corresponding to the target script version number;
and obtaining the target automation script according to the target script version and the instruction to be executed.
2. The method of claim 1, further comprising:
receiving a terminal state detection instruction sent by the server;
sending the use state information of the terminal to the server, wherein the use state information is used for the server to set the use state of the terminal in a preset terminal information configuration list according to the received use state information, and the use state information is first state information used for representing that the terminal is available or second state information used for representing that the terminal is unavailable;
the server is provided with a socket client, the terminal is provided with a socket server, and the server interacts with the terminal through the socket client and the socket server.
3. The method according to claim 2, after receiving the to-be-executed instruction and the to-be-executed data sent by the server, further comprising:
sending the second state information to the server, wherein the second state information is used for indicating the server to set the use state of the terminal in a preset terminal information configuration list as busy;
the method further comprises the following steps:
receiving a process initialization instruction sent by the server, wherein the process initialization instruction is an instruction sent to the terminal by the server after the server finishes storing the execution result;
executing the process initialization instruction, and ending the execution process of the application program;
and after the execution process is finished, sending the first state information to the server, wherein the first state information is used for indicating the server to set the use state of the terminal in a preset terminal information configuration list to be idle.
4. The method of claim 3, further comprising:
monitoring an execution process of an application program to obtain execution state information when the application program arranged on a terminal is executed according to the target automation script and the data to be executed;
and sending the execution state information to the server.
5. A method for terminal application program interaction is applied to a server, and is characterized in that the method comprises the following steps:
obtaining user input data from a web page;
determining an instruction to be executed and data to be executed according to the user input data;
sending the to-be-executed data and the to-be-executed instruction to a target terminal, wherein the target terminal is a terminal in a current available state, the to-be-executed instruction is used for indicating the target terminal to obtain a target automation script according to the to-be-executed instruction and preset script version configuration information, the to-be-executed data is used for indicating the target terminal to execute an application program installed on the terminal according to the target automation script and the to-be-executed data to obtain an execution result, and the execution result is sent back to the server;
acquiring the execution result and displaying the execution result on the web page;
the target terminal obtains a target automation script according to the instruction to be executed and preset script version configuration information, and the method comprises the following steps:
obtaining a target script version number according to the instruction to be executed and the script version configuration information, wherein the target script version number is the version number of the script version corresponding to the instruction to be executed;
obtaining the target automation script according to the instruction to be executed and the target script version number;
the obtaining the target automation script according to the instruction to be executed and the target script version number comprises:
when the version number of the target script is consistent with the version number of the current script version of the terminal, obtaining the target automation script according to the current script version and the instruction to be executed;
when the version number of the target script is inconsistent with the version number of the current script version of the terminal, acquiring a target script version, wherein the target script version is a script version corresponding to the target script version number;
and obtaining the target automation script according to the target script version and the instruction to be executed.
6. An apparatus for terminal application interaction, the apparatus comprising:
the receiving module is used for receiving an instruction to be executed and data to be executed which are sent by a server, wherein the instruction to be executed and the data to be executed are determined by the server according to user input data in a web page;
the script module is used for acquiring a target automation script according to the instruction to be executed and preset script version configuration information;
the execution module is used for executing an application program installed on the terminal according to the target automation script and the data to be executed to obtain an execution result;
the feedback module is used for sending the execution result to the server, and the execution result is used for being displayed on the web page by the server;
the method for obtaining the target automation script according to the instruction to be executed and preset script version configuration information comprises the following steps:
obtaining a target script version number according to the instruction to be executed and the script version configuration information, wherein the target script version number is the version number of the script version corresponding to the instruction to be executed;
obtaining the target automation script according to the instruction to be executed and the target script version number;
the obtaining the target automation script according to the instruction to be executed and the target script version number comprises:
when the version number of the target script is consistent with the version number of the current script version of the terminal, obtaining the target automation script according to the current script version and the instruction to be executed;
when the version number of the target script is inconsistent with the version number of the current script version of the terminal, acquiring a target script version, wherein the target script version is a script version corresponding to the target script version number;
and obtaining the target automation script according to the target script version and the instruction to be executed.
7. A system for terminal application program interaction is characterized in that the system comprises a server and a terminal:
the server is used for acquiring data to be executed and service scene information input by a user from a web page, obtaining a command to be executed according to preset command configuration information and the service scene information through a Socket client, and sending the data to be executed and the command to be executed to a Socket server of a target terminal through the Socket client, wherein the target terminal is a terminal in an available state, and the command configuration information comprises a corresponding relation between the command to be executed and the service scene information;
the terminal is used for acquiring a target automation script through the Socket server according to the instruction to be executed and preset script version configuration information, executing an application program installed on the terminal according to the target automation script and the data to be executed through the Socket server to obtain an execution result, and sending the execution result to the server; the target automation script is an automation script of a script version corresponding to the instruction to be executed, and the script version configuration information comprises a corresponding relation between the instruction to be executed and the version number of the script version;
the server is further used for displaying the execution result on the web page;
the Socket client is installed on the server, and the Socket server is installed on the terminal.
8. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 5 are implemented when the computer program is executed by the processor.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 5.
CN202010174756.3A 2020-03-13 2020-03-13 Method and device for terminal application program interaction, computer equipment and storage medium Active CN111400179B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010174756.3A CN111400179B (en) 2020-03-13 2020-03-13 Method and device for terminal application program interaction, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010174756.3A CN111400179B (en) 2020-03-13 2020-03-13 Method and device for terminal application program interaction, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111400179A CN111400179A (en) 2020-07-10
CN111400179B true CN111400179B (en) 2022-11-18

Family

ID=71436218

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010174756.3A Active CN111400179B (en) 2020-03-13 2020-03-13 Method and device for terminal application program interaction, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111400179B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112948068B (en) * 2020-09-16 2024-03-12 深圳市明源云科技有限公司 Task scheduling method and device and electronic equipment
CN112818342B (en) * 2021-02-24 2024-03-12 江苏保旺达软件技术有限公司 Script auditing method, device, equipment and storage medium
CN113238851A (en) * 2021-06-01 2021-08-10 平安科技(深圳)有限公司 Script automatic execution method, system, equipment and medium based on cloud platform

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110289484A1 (en) * 2010-05-19 2011-11-24 Also Energy Method and System for Script Processing for Web-Based Applications
CN110032507A (en) * 2018-12-25 2019-07-19 阿里巴巴集团控股有限公司 Applied program testing method, device, system, electronic equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110289484A1 (en) * 2010-05-19 2011-11-24 Also Energy Method and System for Script Processing for Web-Based Applications
CN110032507A (en) * 2018-12-25 2019-07-19 阿里巴巴集团控股有限公司 Applied program testing method, device, system, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
A Hybrid Approach to Generate Edit Scripts;Junnosuke Matsumoto 等;《2019 IEEE/ACM 16th International Conference on Mining Software Repositories (MSR)》;20190829;全文 *
一种基于需求追踪的Web应用测试脚本修复方法;张海攀 等;《计算机应用与软件》;20150815;全文 *

Also Published As

Publication number Publication date
CN111400179A (en) 2020-07-10

Similar Documents

Publication Publication Date Title
CN111400179B (en) Method and device for terminal application program interaction, computer equipment and storage medium
CN109302522B (en) Test method, test device, computer system, and computer medium
CN109460527B (en) Product data configuration method, device, computer equipment and storage medium
CN110647320A (en) Project framework construction method and device, computer equipment and storage medium
CN110569035A (en) Code compiling method, device, equipment and storage medium of software development project
CN107608901B (en) Jmeter-based testing method and device, storage medium and electronic equipment
CN111061526A (en) Automatic testing method and device, computer equipment and storage medium
CN109726134B (en) Interface test method and system
CN112637008B (en) Link simulation test method, device, system, computer equipment and storage medium
CN111431767B (en) Multi-browser resource synchronization method and device, computer equipment and storage medium
CN111797026A (en) Test case generation method and device, computer equipment and storage medium
CN112231206A (en) Script editing method for application program test, computer readable storage medium and test platform
CN115269399A (en) Equipment stability testing method and device, computer equipment and storage medium
CN107992424A (en) Automatic test analysis method, application server and computer-readable recording medium
CN114461533A (en) Method, system, electronic device and storage medium for automatic testing of Web page
CN113918864A (en) Website page testing method, testing system, testing device, electronic equipment and medium
CN112379913B (en) Software optimization method, device, equipment and storage medium based on risk identification
CN111414309B (en) Automatic test method of application program, computer equipment and storage medium
CN111767218B (en) Automatic test method, equipment and storage medium for continuous integration
CN112612706A (en) Automated testing method, computer device and storage medium
CN112433953A (en) Embedded automatic testing method, device, equipment and medium based on network game client
CN114756293A (en) Service processing method, device, computer equipment and storage medium
CN112463630A (en) Version difference testing method and device, computer equipment and storage medium
CN117170823B (en) Method and device for executing operation in batch container and electronic equipment
CN113408845B (en) Processing method and device of production flow, computer equipment and storage medium

Legal Events

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