CN110008109B - Application testing method and device - Google Patents

Application testing method and device Download PDF

Info

Publication number
CN110008109B
CN110008109B CN201811436620.4A CN201811436620A CN110008109B CN 110008109 B CN110008109 B CN 110008109B CN 201811436620 A CN201811436620 A CN 201811436620A CN 110008109 B CN110008109 B CN 110008109B
Authority
CN
China
Prior art keywords
application
test
information
tested
account information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811436620.4A
Other languages
Chinese (zh)
Other versions
CN110008109A (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.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN201811436620.4A priority Critical patent/CN110008109B/en
Publication of CN110008109A publication Critical patent/CN110008109A/en
Application granted granted Critical
Publication of CN110008109B publication Critical patent/CN110008109B/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/362Software debugging
    • G06F11/3644Software debugging by instrumenting at runtime
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application testing method and device provided by the application testing method comprise the following steps: acquiring application information and a test environment of an application to be tested; matching the installation package information and the test account information of the application to be tested based on the application information and the test environment; and issuing a test instruction carrying the installation package information and the test account information to at least one client. According to the application testing method, the selection of the installation package to be downloaded, the testing login account number and the corresponding login password selection process are completed through the server, the processes of selecting the installation package to be downloaded and establishing the testing login account number and the corresponding login password by testing personnel are avoided, and the testing efficiency is improved.

Description

Application testing method and device
Technical Field
The application relates to the technical field of software development, in particular to a first application testing method, and also provides a first application testing device, a second application testing method and device, a third application testing method and device, three computing devices and three machine-readable storage media.
Background
With the development of information technology, application of application software products is increasingly widespread, which affects many fields such as work, study and life of people, and when an application software product is designed or operated, the reliability of the application software needs to be tested so as to improve pertinence, and the application test is a process of operating a program under a specified condition to find program errors, measure application quality and evaluate whether the program can meet design requirements or not.
Currently, the application test usually adopts the following mode: in the development stage, due to the deployment and verification of server-side codes, the development environment, the test environment and the pre-launch environment, a plurality of environments are adopted, and the Android application client performs repeated downloading and installation in the use process, so that the environment switching is completed. The login process in the test process usually uses an Accessible Service (Access Service), simulates click input, and simulates manual operation on a login page.
However, in actual use, due to the fragmentation of Android, each application often needs to be checked and accepted on a plurality of mobile phones, at this time, a lot of time is spent on repeatedly downloading, installing and switching environments, and when the test is checked and accepted, a barrier-free Service (access Service) is adopted to simulate click input, so that the workload of simulating login is frequently modified due to different interface designs, and the batch operation is inconvenient.
Disclosure of Invention
In view of this, the embodiments of the present application provide a first application testing method and apparatus, a second application testing method and apparatus, a third application testing method and apparatus, three computing devices, and three machine-readable storage media, so as to solve the technical defects existing in the prior art, conveniently implement a one-to-many batch automatic acceptance process, and improve the efficiency of an automation scheme.
The first application testing method disclosed by the embodiment of the application comprises the following steps:
acquiring application information and a test environment of an application to be tested; matching the installation package information and the test account information of the application to be tested based on the application information and the test environment; and issuing a test instruction carrying the installation package information and the test account information to at least one client.
Optionally, before the step of issuing the test instruction carrying the installation package information and the test account information to at least one client is executed, the method includes: displaying the image feature codes for application testing; the image feature code comprises network connection information used for establishing network connection; receiving a network connection request sent by the client based on the network connection information in a polling mode; sending a network connection confirmation message to the client aiming at the network connection request; and receiving the connection confirmation feedback reported by the client.
Optionally, before the step of issuing the test instruction carrying the installation package information and the test account information to at least one client is executed, the method includes: receiving a connection signal for establishing physical connection with the client; the physical connection is established by a universal serial bus connected with the client.
Optionally, the issuing, to at least one client, a test instruction carrying the installation package information and the test account information includes: calling an application debugging tool; and sending the test instruction carrying the installation package information and the test account information to the client through the physical connection by using an application debugging tool.
Optionally, the application information includes at least one of: application type, application version; the test environment includes at least one of: development environment, test environment, pre-release environment, and formal release environment.
Optionally, before the step of obtaining the application information of the application to be tested and the test environment is executed, the method includes:
receiving a pre-entered test account information set; and in the execution process of the step of matching the installation package information and the test account information of the application to be tested based on the application information and the test environment, randomly extracting a test login account from the test account information set to serve as the test account information distributed to the application to be tested.
The embodiment of the present application further discloses a first application testing apparatus, including:
the system comprises an acquisition module, a test module and a control module, wherein the acquisition module is configured to acquire application information of an application to be tested and a test environment;
The matching module is configured to match the installation package information and the test account number information of the application to be tested based on the application information and the test environment;
and the test instruction issuing module is configured to issue a test instruction carrying the installation package information and the test account information to at least one client.
The second variety of application testing methods disclosed in the present application includes:
receiving a test instruction of an application to be tested, which is sent by a server; the test instruction comprises installation package information and test account information; downloading the installation package of the application to be tested based on the installation package information; installing the installation package of the application to be tested; and sending the test account information to the application to be tested.
Optionally, before the step of receiving the test instruction of the application to be tested sent by the server is executed, the method includes: scanning the image feature code displayed by the server; the image feature code comprises network connection information used for establishing network connection; analyzing the image feature code to obtain network connection information with the server; sending a network connection request to the server according to the network connection information; receiving a network connection confirmation message sent by the server terminal aiming at the network connection request; and reporting the connection confirmation feedback to the server.
Optionally, after the step of installing the installation package of the application to be tested is executed and before the step of sending the test account information to the application to be tested is executed, the method includes: and starting the application to be tested.
Optionally, the sending the test account information to the application to be tested includes: sending a broadcast signal to the application to be tested; receiving an injection code submitted by the application to be tested based on the broadcast signal; and returning test account information to the application to be tested based on the injection code sent by the application to be tested.
The application discloses a second kind uses device testing arrangement includes:
the receiving module is configured to receive a test instruction of the application to be tested, which is sent by the server side; the test instruction comprises installation package information and test account information;
the downloading module is configured to download the installation package of the application to be tested based on the installation package information;
an installation module configured to install an installation package of the application to be tested;
and the sending module is configured to send the test account information to the application to be tested.
A third method of application testing disclosed herein comprises:
Receiving test account information sent by a client; performing test login based on the test account information; carrying out permission passing processing on the initialization permission triggered by the test login; and displaying a test page associated with the test account information.
Optionally, the receiving test account information sent by the client includes: receiving a broadcast signal sent by the client; submitting an injection code to the client based on the broadcast signal; and receiving the test account information returned by the client based on the injection code.
Optionally, the performing test login based on the test account information includes: calling an auxiliary function interface; reading the test account information by executing the logic execution instruction of the auxiliary function interface call feedback; and performing test login by executing the logic execution instruction according to the test account information.
Optionally, the performing right passing processing on the initialization right after the test login includes: calling an auxiliary function interface; acquiring a logic execution instruction of an auxiliary function interface corresponding to the permission pass processing feedback of the initialized permission after the test login; executing the logic execution instruction fed back by the auxiliary function interface call; the logic execution instruction processes the initialization authority of the test login trigger based on a pre-created initialization authority statement.
The third application testing device disclosed in the present application comprises:
the test account receiving module is configured to receive test account information sent by the client;
the login module is configured to perform test login based on the test account information;
the authority processing module is configured to perform authority passing processing on the initialization authority triggered by the test login;
and the display module is configured to display the test page associated with the test account information.
The computing device comprises a memory, a processor and computer instructions stored on the memory and executable on the processor, wherein the processor executes the instructions to implement the steps of implementing the first application testing method, the second application testing method or the third application testing method when the instructions are executed by the processor.
A computer readable storage medium storing computer instructions, which when executed by a processor, implement the steps of the first application testing method, the second application testing method, or the third application testing method.
Compared with the prior art, the method has the following advantages:
According to the first application testing method, the selection of the installation package to be downloaded, the testing login account number and the corresponding login password selection process are completed through the server, the processes of selecting the installation package to be downloaded and establishing the testing login account number and the corresponding login password by testing personnel are avoided, and the testing efficiency is improved.
According to the second application testing method, the installation package information and the testing account number information of the application to be tested are automatically received through the client side on the terminal device (such as a smart phone, wearable equipment, a tablet computer and the like), automatic downloading and installation of the installation package of the application to be tested are completed, the testing account number information is issued to the application to be tested, and the purpose of improving testing and acceptance efficiency is achieved.
According to the third application testing method, on the premise that test login and authority window processing are required in the testing process of the application to be tested, automatic login of the test account is completed, various authority windows triggered by login are automatically clicked, the workload of manual operation of testing personnel is reduced, and the purpose of improving the testing acceptance efficiency is achieved.
Drawings
Fig. 1 is a flowchart of a first application testing method provided in an embodiment of the present application;
FIG. 2 is a schematic diagram of an interaction process provided by an embodiment of the present application;
FIG. 3 is a schematic diagram of a first application testing apparatus provided in an embodiment of the present application;
FIG. 4 is a flowchart of a second application testing method provided in an embodiment of the present application;
FIG. 5 is a schematic diagram of a second application testing apparatus provided in an embodiment of the present application;
FIG. 6 is a flowchart of a third application testing method provided in the embodiments of the present application;
FIG. 7 is a schematic diagram of a third application testing device provided in an embodiment of the present application;
FIG. 8 is a block diagram of a first computing device according to an embodiment of the present disclosure;
FIG. 9 is a block diagram of a second computing device provided by an embodiment of the present application;
fig. 10 is a block diagram of a third computing device according to an embodiment of the present disclosure.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present application. This application is capable of implementation in many different ways than those herein set forth and of similar import by those skilled in the art without departing from the spirit of this application and is therefore not limited to the specific implementations disclosed below.
The terminology used in the description of the one or more embodiments is for the purpose of describing the particular embodiments only and is not intended to be limiting of the description of the one or more embodiments. As used in one or more embodiments of the present specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used in one or more embodiments of the present specification refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It will be understood that, although the terms first, second, etc. may be used herein in one or more embodiments to describe various information, these information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, a first can also be referred to as a second and, similarly, a second can also be referred to as a first without departing from the scope of one or more embodiments of the present description. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
First, the noun terms to which one or more embodiments of the present invention relate are explained.
Socket connection: two programs on the network effect the exchange of data via a bidirectional communication link, one end of which is called a socket. In the scheme, the connection refers to the connection formed between the computer network server program and the mobile phone program. Bidirectional exchange of data can be achieved.
adb: all known as Android Debug Bridge, for interacting with Android devices. The Android equipment connected with the computer can be controlled by the computer to execute certain actions in a command line mode.
Auxiliary functions: an Accessibility Service (Accessibility Service) is a Service provided by the Android system. This service provides an enhanced user interface intended to help handicapped people or people who may temporarily not be able to interact sufficiently with the terminal device. In this manner, the developer may perform some automatic click, input type operations in certain scenarios.
The application provides a first application testing method, a first application testing device, a second application testing method and device, a third application testing method and device, three computing devices and three machine-readable storage media. The following detailed description and the description of the steps of the method are individually made with reference to the drawings of the embodiments provided in the present application.
The first application test method provided by the application has the following embodiment:
referring to fig. 1, a flowchart of a server side of a first application testing method provided in this embodiment is shown, and referring to fig. 2, a flowchart of an interaction process of an application testing method provided in this embodiment is shown, which includes steps S102 to S106.
Step S102, obtaining application information and a test environment of the application to be tested.
The application testing method provided by the embodiment of the application, under the premise of considering different application testing types and testing environment services, the server side allocates the to-be-tested application installation packages and the testing account number information for application testing to a plurality of client sides for application testing, so that the testing of the to-be-tested application is realized on the client sides based on the testing account number information, specifically, a tester selects the application information of the to-be-tested application and the testing environment for application testing in the testing process, so that the installation package downloading, the testing environment selection, the installation package of the to-be-tested application, the starting of the to-be-tested application and the starting of the to-be-tested application of a plurality of terminal devices (such as a smart phone, a wearable device, a tablet computer and the like) can be automatically completed, the to-be-tested application is logged in and enters the testing page of the to-be-tested application on the plurality of terminal devices, namely, batch testing for the applications to be tested is realized on a plurality of terminal devices.
The application testing method provided by the embodiment is realized based on a server side, the following second application testing method is realized based on a client side, the following third application testing method is realized based on an application side to be tested, and the application testing method provided by the embodiment is matched with the following second application testing method and the following third application testing method to realize the automatic matching of corresponding testing instructions according to different applications to be tested and under a testing environment, the downloading and installation of the applications to be tested and the automatic completion of the login process so as to facilitate the testing acceptance, so that the efficiency of application testing is improved.
The application information of the application to be tested in the embodiment of the present application preferably includes: an application type and an application version; the test environment includes: development environment, test environment, pre-release environment, and formal release environment.
For example, in a scenario in which a payment application is used as an application to be tested for testing, the application type of the manually input payment application is obtained as a payment-type application, and the application version is an Android version of the payment-type application. Specifically, the application testing process refers to that a tester inputs an application type of a payment application to be tested at a server side and selects an application version under the application type. In the software development process, the pre-release environment means that the test is carried out before the payment application is installed in an Android application store. And after the tester inputs that the application type is the payment application and the application version is the Android version of the payment application, selecting the test environment as a pre-release environment.
Besides the application information of the application to be tested, the application information of the application to be tested may also refer to other information related to the application to be tested, such as an application name, an application test number, and the like; similarly, the test environment may also be selected according to the test requirements.
In a preferred embodiment provided by the embodiment of the application, before the server acquires the application information and the testing environment of the application to be tested, the server receives a pre-entered testing account information set, and allocates a testing login account for testing to each client of the application to be tested according to the received testing account information set. The test account information set is used for randomly extracting a test login account as test account information distributed to the to-be-tested application in the step that the server side matches the installation package information and the test account information of the to-be-tested application based on the application information and the test environment of the to-be-tested application.
For example, in the payment application testing process, the server is a testing server supporting the payment application to perform testing, and application testers enter a plurality of testing login accounts and corresponding login passwords, namely, a testing account information set, in the testing server in advance.
Specifically, in the testing process, the testing server randomly extracts the testing login accounts and the corresponding login passwords corresponding to the number of the payment applications to be tested from the testing account information set pre-entered by a tester, and allocates one testing login account and a corresponding login password to the client of each payment application.
And step S104, matching the installation package information and the test account information of the to-be-tested application based on the application information and the test environment.
After the application information and the test environment of the application to be tested are acquired in step S102, the server matches the installation package information and the test account information of the application to be tested according to the acquired application information and the test environment of the application to be tested, specifically, the acquired application information and the test environment of the application to be tested correspond to the installation package information, and a test login account and a corresponding login password for testing are allocated to the installation package information. According to the embodiment, the selection of the installation package to be downloaded, the test login account and the corresponding login password selection process are completed through the server, the processes of selecting the installation package to be downloaded and establishing the test login account and the corresponding login password by testers are avoided, and the test efficiency is improved.
For example, based on the obtained application type (payment-type application), application version (Android version), and test environment (pre-release environment), a download link required for downloading an Android installation package of the payment-type application when the application test is performed in the pre-release environment, that is, installation package information of the payment application, is determined.
The test account information corresponds to the installation package information one by one according to the test login accounts and the corresponding login passwords which are extracted from the test account information in a centralized manner, and is distributed to the download links of each installation package.
After the test server acquires the application information and the test environment of the payment application, the download link of the installation package which is in accordance with the acquired application information and the acquired test environment of the payment application is searched in a database, and a test login account and a corresponding login password which are randomly extracted from the test account information set are distributed to the download link of the installation package.
And step S106, issuing a test instruction carrying the installation package information and the test account information to at least one client.
Preferably, a test instruction carrying the installation package information and the test account information is issued to at least one client through network connection. Specifically, one server can be connected with a plurality of clients through network connection, and the corresponding to-be-tested application installation package information and the corresponding to-be-tested account information are matched, so that one-to-many automatic control in the application testing process is realized.
In an embodiment of the present application, a test instruction that carries installation package information and test account information of an application to be tested is sent through a network connection, where the establishment of the network connection specifically includes:
1) The server side displays the image feature codes for application testing; the image feature code comprises connection information for establishing network connection;
preferably, the network connection in the embodiment of the present application is to establish a socket connection between the server and the client, and is used to send and receive the installation package information and the test account information. In addition, a local area network connection, a bluetooth connection, and the like may be used between the server and the client, which is not limited herein.
2) The client scans the image feature code displayed by the server and used for establishing network connection; the image feature code contains network connection information for establishing a network connection. The image feature codes are adopted for network connection, the scanning process of the image feature codes is simple, convenient and quick, the time of the network connection process can be saved, the generation and manufacturing cost of the image feature codes is low, and the testing cost is saved. More, compared with a physical connection mode such as a network cable or a universal serial bus, the network connection of the image feature codes can realize one-to-many connection control. The connection between the server and the client can be realized in the local area network connection mode, the Bluetooth connection mode and the like. Preferably, the image feature code in the embodiment of the present application refers to a two-dimensional code displayed by the server and used for establishing a network connection.
Besides the two-dimensional code provided above, the information of the application to be tested may also refer to other information related to the application to be tested, such as a bar code, a sound code, a color code, and the like. Because the two-dimensional code has the advantages of convenient generation, low cost, low repetition rate and recognition error rate and the like, the two-dimensional code is adopted in the establishment process of the network connection in the scheme.
3) After the client scans the image feature code, the client further analyzes the image feature code to read the network connection information in the image feature code. Analyzing the image feature code, and converting the bar space information of the image feature code into level information through image feature code reading equipment; obtaining network connection information with the server; the client translates the level information into connection information for establishing network connection with the server; and the client sends a network connection request to the server according to the connection information of the network connection.
4) After a client sends a network connection request, receiving the network connection request sent by the client based on the connection information of network connection at one side of a server in a polling mode; and after receiving the network connection request, sending a network connection confirmation message to the client aiming at the network connection request.
5) After the server sends the network connection confirmation message, one side of the client receives the network connection confirmation message sent by the server aiming at the network connection request, and reports the confirmation connection feedback to the server.
6) And the server receives the confirmation connection feedback reported by the client and successfully establishes network connection with the client after verifying the confirmation connection feedback.
After the network connection is established, on the basis, the server matches the installation package information and the test account information of the application to be tested based on the application information and the test environment of the application to be tested, and issues a test instruction carrying the installation package information and the test account information to at least one client through the network connection.
For example, the network connection establishment process between the test server and the client specifically includes the following steps:
firstly, socket connection information is transmitted through displaying a two-dimensional code; displaying the two-dimensional code for application testing on one side of a testing server (a server side shown in FIG. 2) for performing payment application testing; the two-dimensional code contains connection information for establishing socket connection.
Secondly, when the test server displays the two-dimensional code, the client side shown in fig. 2 scans the two-dimensional code displayed by the test server and used for establishing socket connection; after scanning is finished, the client analyzes the two-dimensional code, the two-dimensional code bar space information is converted into level information through the two-dimensional code reading equipment, the level information connected with the test server in a socket mode is obtained, and then the client translates the level information into connection information connected with the test server in the socket mode through the decoder.
Thirdly, sending a socket connection request; the client sends a socket connection request to the test server according to the connection information for establishing the socket connection, and the test server monitors the socket connection request in a polling mode.
Fourthly, sending a connection confirmation message through the socket connection request; after polling receiving a socket connection request sent by a client based on connection information for establishing socket connection, a test server internally processes the request, and after the processing is finished, the test server sends a socket connection confirmation message to the client according to the socket connection request.
And fifthly, sending socket confirmation connection feedback. And the client receives a socket connection confirmation message sent by the test server aiming at the socket connection request, and reports a confirmation connection feedback to the test server.
After the test server receives the confirmation connection feedback reported by the client, the test server completes the establishment of the socket connection with the client, and in the subsequent test process, the test server sends a test instruction to the client through the socket connection.
In addition to the preferred embodiment of the network connection establishment process provided above, the server and the client may also establish a connection in other manners, including a physical connection, a local area network connection, a satellite connection, a bluetooth connection, and the like, which is not limited herein. For example, the process of establishing a physical connection between the test server and the client specifically includes the following steps:
And connecting the test server with the client by using a universal serial bus by a tester, receiving a connection signal for establishing physical connection with the client by the test server after connection, and sending the test instruction carrying the installation package information and the test account information to the client by calling an application debugging tool.
In the following, with reference to fig. 2, the application testing process is described in detail by taking the test of the payment application as an example:
step S202, inputting payment application information and a test environment;
the testing server receives application information of the payment application and a testing environment input by a tester;
in the payment application test process, the server is a test server for application test, application testers enter a test account information set in the test server in advance, and the test account information set comprises a plurality of test login accounts and corresponding login passwords. In the testing process, the testing server randomly extracts login passwords corresponding to the testing login accounts corresponding to the number of the payment applications to be tested according to a testing account information set pre-entered by a tester, and allocates one testing login account and a corresponding login password to each client of the payment applications.
The method includes the steps that payment application testing is conducted on 3 Android devices, specifically, socket connection with a testing server is respectively established for each Android device, and for any Android device, the process of establishing socket connection between the Android device and the testing server refers to the step S204 to the step S210.
Step S204, socket connection information is transmitted through displaying the two-dimensional code;
displaying the two-dimensional code for the payment application test on one side of a test server (the server shown in fig. 2) for the payment application test; the two-dimension code comprises connection information used for establishing socket connection; when the test server displays the two-dimensional code, the client shown in fig. 2 scans the two-dimensional code displayed by the test server and used for establishing socket connection; and after the scanning is finished, the client analyzes the two-dimensional code, and after the analysis is finished, connection information for establishing socket connection with the test server is obtained.
Step S206, sending a socket connection request;
after the client scans the two-dimensional code provided by the test server to obtain the connection information for establishing the socket connection, the client sends a socket connection request to the test server according to the connection information for establishing the socket connection.
Step S208, sending a connection confirmation message through the socket connection request;
When the client scans the two-dimensional code and analyzes the two-dimensional code, the test server keeps monitoring the state of the socket connection request in a polling mode, after the test server receives the socket connection request sent by the client based on the connection information for establishing the socket connection in a polling mode, the interior of the test server carries out request processing, and after the processing is finished, the test server sends a socket connection confirmation message to the client aiming at the socket connection request.
Step S210, sending socket confirmation connection feedback;
and the client receives a socket connection confirmation message sent by the test server aiming at the socket connection request, and reports a confirmation connection feedback to the test server.
Step S212, matching the installation package information and the test account information of the payment application;
after the test server receives the confirmation connection feedback reported by the client, the test server completes the establishment of the socket connection with the client, and the test server sends a test instruction to the client according to the socket connection.
After the test server acquires the application information and the test environment of the payment application, searching an installation package download link which is in accordance with the acquired application information and test environment of the payment application in a database, and distributing a test login account and a corresponding login password which are randomly extracted from the test account information set to the installation package download link.
Step S214, a test instruction is issued.
Through the socket connection establishing mode, each time the socket connection is successfully established with one Android device, a test instruction carrying the matched installation package download link, the test login account and the corresponding login password is sent to the Android device.
Specifically, after the test server matches the installation package download link, the test login account and the corresponding login password of the payment application based on the application information of the payment application and the test environment, a test instruction carrying the installation package download link, the test login account and the corresponding login password is issued to the 3 Android device-installed clients through the socket connection.
In summary, the application provides a first application testing method, data interaction between a server and a plurality of clients is performed in a network connection manner, installation package information and a test account of an application to be tested are issued to each client matched with the server through network connection in an application testing process, and meanwhile, based on different application types, application versions and testing environments, influences of different conditions on the clients are fully considered, a testing process that the server automatically matches corresponding testing instructions according to different testing applications and testing environments and issues the testing instructions to the clients is achieved, and efficiency of application testing is improved.
The first application testing device provided by the application has the following embodiments:
in the above embodiments, a first application testing method is provided, and correspondingly, a first application testing apparatus is also provided in the present application, which is described below with reference to the accompanying drawings.
Referring to fig. 3, a schematic diagram of a first application testing apparatus embodiment provided in the present application is shown.
Since the apparatus embodiments are substantially similar to the method embodiments, they are described in a relatively simple manner, and reference may be made to the corresponding description of the method embodiments provided above for relevant portions. The device embodiments described below are merely illustrative.
The present application provides a first application testing device, comprising:
an obtaining module 302 configured to obtain application information of an application to be tested and a testing environment;
a matching module 304 configured to match installation package information and test account information of the application to be tested based on the application information and the test environment;
a test instruction issuing module 306 configured to issue a test instruction carrying the installation package information and the test account information to at least one client.
Optionally, the application testing apparatus further includes:
The display submodule is configured to display the image feature codes for application test; the image feature code comprises network connection information used for establishing network connection;
the connection request receiving submodule is configured to receive a network connection request sent by the client based on the network connection information in a polling mode;
a connection confirmation sub-module configured to send a network connection confirmation message to the client for the network connection request;
and the receiving connection feedback submodule is configured to receive the confirmation connection feedback reported by the client.
Optionally, the test instruction issuing module 306 includes:
a physical connection receiving submodule configured to receive a connection signal for establishing a physical connection with the client; the physical connection is established by a universal serial bus connected with the client.
Optionally, the test instruction issuing module 306 includes:
a calling debugging tool submodule configured to call an application debugging tool;
and calling a debugging tool sending submodule configured to send the test instruction carrying the installation package information and the test account information to the client through the physical connection by using an application debugging tool.
Optionally, the obtaining module includes:
the account information set submodule is configured to receive a pre-entered test account information set;
and the extraction submodule is configured to randomly extract a test login account from the test account information set as the test account information distributed to the application to be tested in the execution process of the step of matching the installation package information and the test account information of the application to be tested based on the application information and the test environment.
The second application test method provided by the application has the following embodiment:
referring to fig. 4, a flowchart of a second application testing method provided in this embodiment is shown, and referring to fig. 2, a flowchart of an interaction process of the second application testing method provided in this embodiment is shown, which includes steps S402 to S408.
Step S402, the client receives a test instruction of the application to be tested, which is sent by the server.
The second application testing method provided in this embodiment is implemented based on a client, the first application testing method provided in the above description is implemented based on a server, the third application testing method provided in the following description is implemented based on an application to be tested, and the second application testing method provided in this embodiment is matched with the first application testing method provided in the above description and the third application testing method provided in the following description, and please refer to the corresponding descriptions of the first application testing method provided in the above description and the third application testing method provided in the following description in this embodiment.
The test instruction comprises installation package information and test account information.
According to the application testing method provided by the embodiment of the application testing method, the client side on the terminal device (such as a smart phone, wearable equipment, a tablet personal computer and the like) is used for completing automatic downloading and installation of the to-be-tested application installation package, the testing account information is issued to the to-be-tested application, the automatic login process is completed, and the purpose of improving testing acceptance efficiency is achieved.
When the method is implemented specifically, one server can be connected with a plurality of clients through network connection, and the clients receive test instructions of the applications to be tested sent by the server, so that one-to-many automatic control in the application test process is realized.
In a preferred embodiment provided in the embodiment of the present application, a test instruction of an application to be tested is received through a network connection, where the establishment of the network connection specifically includes:
1) the server side displays the image feature codes for application testing; the image feature code comprises connection information for establishing network connection;
preferably, the network connection in the embodiment of the present application is to establish a socket connection between the server and the client, and is used to send and receive the installation package information and the test account information. In addition, a local area network connection, a bluetooth connection, and the like may be used between the server and the client, which is not limited herein.
2) The client scans the image feature code displayed by the server and used for establishing network connection; the image feature code contains network connection information for establishing a network connection. The image feature codes are adopted for network connection, the scanning process of the image feature codes is simple, convenient and quick, the time of the network connection process can be saved, the generation and manufacturing cost of the image feature codes is low, and the testing cost is saved. More, compared with a physical connection mode such as a network cable or a universal serial bus, the network connection of the image feature codes can realize one-to-many connection control. The connection between the server and the client can be realized in the local area network connection mode, the Bluetooth connection mode and the like. Preferably, the image feature code in the embodiment of the present application refers to a two-dimensional code displayed by the server and used for establishing a network connection.
Besides the two-dimensional code provided above, the information of the application to be tested may also refer to other information related to the application to be tested, such as a bar code, a sound code, a color code, and the like. Because the two-dimensional code has the advantages of convenient generation, low cost, low repetition rate and recognition error rate and the like, the two-dimensional code is adopted in the network connection establishing process in the scheme.
3) After the client scans the image feature code, the client further analyzes the image feature code to read the network connection information in the image feature code. Analyzing the image feature code, and converting the bar space information of the image feature code into level information through image feature code reading equipment; obtaining network connection information with the server; the client translates the level information into connection information for establishing network connection with the server; and the client sends a network connection request to the server according to the connection information of the network connection.
4) After a client sends a network connection request, receiving the network connection request sent by the client based on the network connection information by adopting a polling mode at one side of a server; and after receiving the network connection request, sending a network connection confirmation message to the client aiming at the network connection request.
5) After the server side sends the network connection confirmation message, the client side receives the network connection confirmation message sent by the server side aiming at the network connection request, and reports the confirmation connection feedback to the server side.
6) And the server receives the confirmation connection feedback reported by the client and successfully establishes network connection with the client after verifying the confirmation connection feedback.
After the network connection is established, on the basis, the client receives a test instruction which is sent by the server and carries the installation package information and the test account information.
For example, the network connection establishment procedure between the client and the test server is specifically as follows:
step one, socket connection information is transmitted through a display two-dimensional code:
displaying the two-dimensional code for application testing on one side of a testing server (a server side shown in FIG. 2) for performing payment application testing; the two-dimensional code contains connection information for establishing socket connection.
And secondly, scanning the two-dimensional code:
when the test server displays the two-dimensional code, the client shown in fig. 2 scans the two-dimensional code displayed by the test server and used for establishing socket connection; after scanning is finished, the client analyzes the two-dimensional code, the two-dimensional code bar space information is converted into level information through the two-dimensional code reading equipment, the level information connected with the test server and used for establishing socket connection is obtained, and then the client translates the level information into connection information connected with the test server and used for establishing socket connection.
Step three, sending a socket connection request:
the client sends a socket connection request to the test server according to the connection information for establishing the socket connection, and the test server monitors the socket connection request in a polling mode.
Step four, sending a connection confirmation message through the socket connection request:
after polling receiving a socket connection request sent by a client based on connection information for establishing socket connection, a test server internally processes the request, and after the processing is finished, the test server sends a socket connection confirmation message to the client according to the socket connection request.
And fifthly, sending socket confirmation connection feedback:
and the client receives a socket connection confirmation message sent by the test server aiming at the socket connection request, and reports a confirmation connection feedback to the test server.
After the test server receives the confirmation connection feedback reported by the client, the test server completes the establishment of the socket connection with the client, and in the subsequent test process, the client receives the test instruction sent by the test server through the socket connection.
In addition to the preferred embodiment of the network connection establishment process provided above, the server and the client may also establish a connection in other manners, including a physical connection, a local area network connection, a satellite connection, a bluetooth connection, and the like, which is not limited herein. For example, the process of establishing a physical connection between the server and the client is specifically as follows:
And after the testing personnel connects the testing server with the client by using the universal serial bus, the testing server receives a connection signal for establishing physical connection with the client, sends the testing instruction carrying the installation package information and the testing account information to the client by calling an application debugging tool, and the client receives the testing instruction sent by the testing server through physical connection.
For example, in the payment application testing process, after a test server establishes socket connection with a client, an installation package download link, a test login account and a corresponding login password of the payment application are matched for the client, the installation package download link, the test login account and the corresponding login password are compiled into a test instruction, the test instruction is sent to the client through the socket connection, and the client receives the test instruction.
And S404, the client downloads the installation package of the application to be tested based on the installation package information.
After the step S402 receives the test instruction of the application to be tested, the client in this step downloads the installation package of the application to be tested according to the received installation package information of the application to be tested. The downloading of the installation package is completed through the client, so that the process that testers download the installation package of the application to be tested manually by themselves is avoided, and the testing efficiency is improved.
For example, the client extracts the installation package download link based on the received payment application installation package information, and downloads the installation package of the payment application according to the installation package download link.
Step S406, the client side installs the installation package of the application to be tested.
After the installation package of the application to be tested is downloaded in the step S404, the application to be tested is installed according to the downloaded installation package. The installation process of the to-be-tested application is completed through the client, so that the process that a tester manually installs the to-be-tested application installation package is avoided, and the testing efficiency is improved.
Preferably, after the client downloads and installs the installation package of the application to be tested, the application to be tested is started.
For example, after the client downloads the installation package of the payment application, the payment application is automatically installed according to the downloaded installation package of the payment application, and after the installation is completed, the payment application is installed.
And step S408, the client sends the test account information to the application to be tested.
After the steps S402 to S406 are completed, the client extracts the test account information according to the test instruction sent by the server, analyzes the test account information and obtains a test login account and a corresponding login password, and sends the test account information to the application to be tested.
In the scheme, a client is pre-installed in each terminal device, and the client sends corresponding test account information to the application to be tested after receiving the test instruction and downloading and installing the application to be tested.
In a preferred implementation manner provided by the embodiment of the present application, the test account information is sent in the form of a broadcast signal, where the sending process of the broadcast signal specifically includes:
1) sending a broadcast signal to the application to be tested;
2) receiving a broadcast signal sent by a client by an application to be tested;
3) submitting an injection code to a client by an application to be tested based on a broadcast signal;
4) the client receives an injection code submitted by the application to be tested based on the broadcast signal;
5) the client returns test account information to the application to be tested based on the injection code sent by the application to be tested; the test account information comprises a test login account and a password.
For example, the client sends a broadcast signal to the payment application that the installation is complete and has started:
firstly, a client sends a broadcast signal containing test account information to a payment application, the payment application submits an injection code to the client according to the broadcast signal after receiving the broadcast signal, and the client returns test account information to the payment application according to the injection code after receiving the injection code, wherein the test account information contains a test login account and a corresponding login password.
And after the broadcast signal sending process is finished, the application to be tested executes a subsequent test login process.
The payment application testing process is described in detail below with reference to fig. 2, taking the payment application testing as an example:
step S202, payment application information and a test environment are obtained;
in the payment application test process, the server is a test server for application test, application testers enter a test account information set in the test server in advance, and the test account information set comprises a plurality of test login accounts and corresponding login passwords. In the testing process, the testing server randomly extracts login passwords corresponding to the testing login accounts corresponding to the number of the payment applications to be tested according to a testing account information set pre-entered by a tester, and allocates one testing login account and a corresponding login password to each client of the payment applications.
The method includes the steps that payment application testing is conducted on 3 Android devices, specifically, socket connection with a testing server is respectively established for each Android device, and for any Android device, the process of establishing socket connection between the Android device and the testing server refers to the step S204 to the step S210.
Step S204, socket connection information is transmitted through the display two-dimensional code;
displaying the two-dimensional code for payment application test on one side of a test server (a server shown in fig. 2) for payment application test; the two-dimensional code comprises connection information used for establishing socket connection; when the test server displays the two-dimensional code, the client shown in fig. 2 scans the two-dimensional code displayed by the test server and used for establishing socket connection; and after the scanning is finished, the client analyzes the two-dimensional code, and after the analysis is finished, connection information for establishing socket connection with the test server is obtained.
Step S206, sending a socket connection request;
after the client scans the two-dimensional code provided by the test server to obtain the connection information for establishing the socket connection, the client sends a socket connection request to the test server according to the connection information for establishing the socket connection.
Step S208, sending a connection confirmation message through the socket connection request;
when the client scans the two-dimensional code and analyzes the two-dimensional code, the test server keeps monitoring the state of the socket connection request in a polling mode, after the test server receives the socket connection request sent by the client based on the connection information for establishing the socket connection in a polling mode, the interior of the test server carries out request processing, and after the processing is finished, the test server sends a socket connection confirmation message to the client aiming at the socket connection request.
Step S210, sending socket confirmation connection feedback;
and the client receives a socket connection confirmation message sent by the test server aiming at the socket connection request, and reports a confirmation connection feedback to the test server.
Step S212, matching the installation package information and the test account information of the payment application;
after the test server receives the confirmation connection feedback reported by the client, the test server completes the establishment of the socket connection with the client, and the test server sends a test instruction to the client according to the socket connection.
After the test server acquires the application information and the test environment of the payment application, searching an installation package download link which is in accordance with the acquired application information and test environment of the payment application in a database, and distributing a test login account and a corresponding login password which are randomly extracted from the test account information set to the installation package download link.
Step S214, issuing a test instruction;
through the socket connection establishing mode, when socket connection is successfully established with one Android device, a test instruction carrying a matched installation package download link and test account information is sent to the Android device.
Specifically, after the test server matches the installation package download link, the test login account and the corresponding login password of the payment application based on the application information of the payment application and the test environment, a test instruction carrying the installation package download link and the test account information is issued to the 3 Android device installed clients through the socket connection.
Step S216, downloading and installing the installation package of the payment application;
the method comprises the steps that a client receives a test instruction which is sent through socket connection and carries a download link of a matched installation package, a test login account and a corresponding login password, after the test instruction is received, the installation package of the application to be tested is downloaded according to the received download link of the installation package of the payment application, after downloading is completed, the payment application is installed on Android equipment, and after installation is completed, the payment application is started.
Step S218, sending broadcast signals;
and sending the test account information to a payment application in a broadcast signal mode.
Step S220, transmitting an injection code;
the payment application submits the injection code to the client based on the received broadcast signal sent by the client.
And step S222, returning the test account information according to the injection code.
And after receiving the injection code submitted by the application to be tested based on the broadcast signal, the client returns test account information to the payment application, wherein the test account information comprises a test login account and a corresponding login password.
To sum up, the second application testing method provided by the present application performs data interaction between each client and the server in a network connection manner, and the client completes receiving the testing instruction, downloading and installing the application installation package to be tested. And simultaneously, the client sends the test account information issued by the server to the to-be-tested application through an interaction process with the installed to-be-tested application. The method realizes the process of automatically downloading and installing the application to be tested according to the characteristics of different terminal devices and distributing the test account information, improves the efficiency of application test and reduces the workload of testers.
The second application testing device provided by the application has the following embodiments:
in the above embodiment, a second application testing method is provided, and correspondingly, a second application testing apparatus is also provided in the present application, which is described below with reference to the accompanying drawings.
Referring to fig. 5, a schematic diagram of a second embodiment of an application testing apparatus provided in the present application is shown.
Since the apparatus embodiments are substantially similar to the method embodiments, they are described in a relatively simple manner, and reference may be made to the corresponding description of the method embodiments provided above for relevant portions. The device embodiments described below are merely illustrative.
The application provides a second kind uses testing arrangement, includes:
a receiving module 502 configured to receive a test instruction of an application to be tested sent by a server; the test instruction comprises installation package information and test account information;
a downloading module 504 configured to download the installation package of the application to be tested based on the installation package information;
an installation module 506 configured to install an installation package of the application to be tested;
a sending module 508 configured to send the test account information to the application to be tested.
Optionally, the second application testing apparatus further includes:
the scanning submodule is configured to scan the image feature code displayed by the server; the image feature code comprises network connection information used for establishing network connection;
the analysis submodule is configured to analyze the image feature code to obtain network connection information of the server;
the connection request sending submodule is configured to send a network connection request to the server according to the network connection information;
A connection confirmation message receiving submodule configured to receive a network connection confirmation message sent by the server terminal for the network connection request;
and the feedback submodule is configured to report the connection confirmation feedback to the server.
Optionally, the installation module 506 includes:
a start submodule configured to start the application to be tested.
Optionally, the sending module includes:
a broadcast sub-module configured to transmit a broadcast signal to the application to be tested;
an injection code receiving sub-module configured to receive an injection code submitted by the application to be tested based on the broadcast signal;
and the test account information returning submodule is configured to return test account information to the application to be tested based on the injection code sent by the application to be tested.
The third application test method provided by the embodiment of the application has the following embodiment:
referring to fig. 6, a flowchart of an application end to be tested of the third application testing method provided in this embodiment is shown, and referring to fig. 2, a flowchart of an interaction process of the third application testing method provided in this embodiment is shown, which includes steps S602 to S608.
Step S602, the application to be tested receives the test account information sent by the client.
The third application testing method provided in this embodiment is implemented based on an application to be tested, the first application testing method provided in the foregoing is implemented based on a server, the second application testing method provided in the foregoing is implemented based on a client, and the third application testing method provided in this embodiment is matched with the first application testing method and the second application testing method provided in the foregoing.
According to the third application testing method provided by the embodiment of the application testing method, on the premise that test login and permission window processing are required in the testing process of the application to be tested, automatic login of a test account is completed through auxiliary functions in terminal equipment (such as a smart phone, portable equipment, a tablet computer and the like), various permission windows triggered by login are automatically clicked, the workload of manual operation of testing personnel is reduced, and the purpose of improving the testing acceptance efficiency is achieved.
The application to be tested receives the test account information sent by the client, analyzes the test account information, and extracts a test login account and a corresponding login password for test login for a subsequent test login process.
In the scheme, a client is pre-installed in each terminal device, receives a test instruction at an auxiliary application to be tested, downloads and installs the application to be tested, and then sends corresponding test account information to the application to be tested.
In a preferred implementation manner provided by the embodiment of the present application, the test account information is received in the form of a broadcast signal, and a receiving process of the broadcast signal specifically includes:
1) the client sends a broadcast signal to the application to be tested;
2) receiving a broadcast signal sent by a client by an application to be tested;
3) submitting an injection code to a client by an application to be tested based on a broadcast signal;
4) the client receives an injection code submitted by the application to be tested based on the broadcast signal;
5) the client returns test account information to the application to be tested based on the injection code sent by the application to be tested; the test account information comprises a test login account and a corresponding login password.
And after the broadcast signal receiving process is finished, the application to be tested executes a subsequent test login process.
For example, the payment application receives a broadcast signal sent by the client:
firstly, a client sends a broadcast signal containing test account information to a payment application, the payment application submits an injection code to the client according to the broadcast signal after receiving the broadcast signal, and the client returns test account information to the payment application according to the injection code after receiving the injection code, wherein the test account information contains a test login account and a corresponding login password. After the broadcast signal reception process is complete, the payment application performs a subsequent test login process.
And step S604, performing test login based on the test account information.
And the application to be tested performs input operation in a login interface of the application to be tested according to the test login account and the corresponding login password returned by the client, so as to complete the test login process.
In a preferred embodiment provided in the embodiment of the present application, the completing the test login process through an auxiliary function in a terminal device includes:
1) an auxiliary function interface to be tested and called;
2) reading the test account information by executing the logic execution instruction of the auxiliary function interface call feedback; extracting a test login account and a corresponding login password in the test account information;
3) And according to the test account information, performing test login by executing the logic execution instruction, and inputting a test login account and a corresponding login password to complete test login.
In the Android device, for example, the test login of the payment application is completed through the auxiliary function,
firstly, a payment application calls an Android system auxiliary function interface, the auxiliary function interface calls a feedback test login logic execution instruction, test account information obtained by the payment application from a client is read, a test login account and a corresponding login password of the payment application are extracted, and then the test login account and the corresponding login password are input through simulated manual clicking of the logic execution instruction, so that test login is completed.
And after the test login process is finished, an initialization authority processing process is carried out.
And step S606, performing permission passing processing on the initialization permission triggered by the test login.
And the application to be tested automatically processes the initialization authority triggered by the test login through an auxiliary function in the terminal equipment, and displays a test page associated with the test account information after the processing is finished.
The method comprises the following steps:
1) an auxiliary function interface to be tested and called;
2) Acquiring a logic execution instruction of the auxiliary function interface corresponding to the authority passing processing feedback of the initialized authority after the test login;
3) based on the initialization authority declaration created in advance, the logic execution instruction automatically processes the initialization authority of the test login trigger.
For example, in an Android device, the processing of initializing the permission pass of the payment application is completed through an auxiliary function: firstly, an auxiliary function logic execution instruction is pre-created in an auxiliary function of the Android device, and a click option of an authority window to be processed is declared in the instruction. And the payment application calls an Android system auxiliary function interface, the auxiliary function interface calls a feedback initialization authority passing processing logic execution instruction, after the click option of the pre-declared authority window is read, the logic execution instruction simulates the manual click of the authority window option triggered by the test login, and the passing processing of the initialization authority is completed.
Step S608: and the application to be tested displays the test page associated with the test account information.
After the steps S602 to S606 are completed, the application to be tested displays the test page associated with the test account information, and waits for a subsequent test acceptance operation.
The payment application testing process is detailed below with reference to fig. 2, taking the payment application testing as an example:
step S216, downloading and installing the installation package of the payment application;
the client receives a test instruction which is sent through socket connection and carries the matched installation package download link and the test account information, after the test instruction is received, the installation package of the application to be tested is downloaded according to the received payment application installation package download link, after the download is completed, the payment application is installed on the Android equipment, and after the installation is completed, the payment application is started.
Step S218, sending broadcast signals;
and sending the test account information to a payment application in a broadcast signal mode.
Step S220, transmitting an injection code;
the payment application submits the injection code to the client based on the received broadcast signal sent by the client.
Step S222, returning test account information according to the injection code;
and after receiving the injection code submitted by the payment application based on the broadcast signal, the client returns test account information to the payment application, wherein the test account information comprises a test login account and a corresponding login password.
Step S224, test login is carried out;
the payment application calls an auxiliary function to complete test login; specifically, the payment application calls an Android system auxiliary function interface, the auxiliary function interface calls a feedback test login logic execution instruction, test account information obtained by the payment application from a client is read, after a test login account and a corresponding login password of the payment application are extracted, the test login account and the corresponding login password are input through simulation of manual clicking of the logic execution instruction, and test login is completed.
In step S226, the process of passing the initialization authority is performed.
And the payment application calls an auxiliary function to complete the passing processing of the initialization authority and displays a test page associated with the test account information.
And the payment application calls an Android system auxiliary function interface, the auxiliary function interface calls a feedback initialization authority passing processing logic execution instruction, after the click option of the pre-declared authority window is read, the logic execution instruction simulates the manual click of the authority window option triggered by the test login, and the passing processing of the initialization authority is completed.
In summary, the third application testing method provided by the application automatically completes the test login and the pass processing of the initialization authority triggered by the test login through the interaction between the application terminal to be tested and the client and the call of the auxiliary function in the terminal device. The method realizes automatic login and initialization authority processing aiming at different test accounts, improves the efficiency of application test, and reduces the workload of testers.
The third application test device provided by the application has the following embodiments:
in the above embodiments, a third application testing method is provided, and correspondingly, a third application testing apparatus is also provided in the present application, which is described below with reference to the accompanying drawings. Referring to fig. 7, a schematic diagram of a third embodiment of an application testing apparatus provided in the present application is shown. Since the apparatus embodiments are substantially similar to the method embodiments, they are described in a relatively simple manner, and reference may be made to the corresponding description of the method embodiments provided above for relevant portions. The device embodiments described below are merely illustrative.
The third application testing device provided by the application comprises:
a test account receiving module 702 configured to receive test account information sent by a client;
a login module 704 configured to perform test login based on the test account information;
the authority processing module 706 is configured to perform authority passing processing on the initialization authority triggered by the test login;
a presentation module 708 configured to present a test page associated with the test account information.
Optionally, the test account receiving module 702 includes:
a broadcast signal transmitting sub-module configured to receive a broadcast signal transmitted by the client;
an injection code submission sub-module configured to submit an injection code to the client based on the broadcast signal;
and the test account receiving submodule is configured to receive the test account information returned by the client based on the injection code.
Optionally, the login module 704 includes:
an auxiliary function calling submodule configured to call an auxiliary function interface;
the logic execution instruction receiving submodule is configured to read the test account information by executing the logic execution instruction which is fed back by the auxiliary function interface call;
And the test login submodule is configured to perform test login by executing the logic execution instruction according to the test account information.
Optionally, the permission processing module 706 includes:
an auxiliary function calling sub-module configured to call an auxiliary function interface;
the feedback execution instruction receiving submodule is configured to obtain a logic execution instruction of the auxiliary function interface corresponding to the permission passing processing feedback of the test logged-in initialization permission;
the authority processing submodule is configured to execute the logic execution instruction fed back by calling the auxiliary function interface; the logic execution instruction processes the initialization authority of the test login trigger based on a pre-created initialization authority statement.
The first embodiment of the computing device provided by the application is as follows:
FIG. 8 is a block diagram illustrating a configuration of a computing device 800 according to an embodiment of the present description. The components of the computing device 800 include, but are not limited to, memory 810 and a processor 820. The processor 820 is coupled to the memory 810 via a bus 830, and the database 850 is used to store data.
Computing device 800 also includes access device 840, access device 840 enabling computing device 800 to communicate via one or more networks 860. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. Access device 840 may include one or more of any type of network interface (e.g., a Network Interface Card (NIC)) whether wired or wireless, such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
An embodiment of the present application further provides a computing device, including a memory 810, a processor 820, and computer instructions stored on the memory 810 and executable on the processor 820, wherein the processor 820 implements the following steps when executing the instructions:
acquiring application information and a test environment of an application to be tested; matching the installation package information and the test account information of the application to be tested based on the application information and the test environment; and issuing a test instruction carrying the installation package information and the test account information to at least one client.
Optionally, before the step of issuing the test instruction carrying the installation package information and the test account information to at least one client is executed, the method includes: displaying the image feature codes for application testing; the image feature code comprises network connection information used for establishing network connection; receiving a network connection request sent by the client based on the network connection information in a polling mode; sending a network connection confirmation message to the client aiming at the network connection request; and receiving the connection confirmation feedback reported by the client.
Optionally, before the step of issuing the test instruction carrying the installation package information and the test account information to at least one client is executed, the method includes: receiving a connection signal for establishing physical connection with the client; the physical connection is established by a universal serial bus connected with the client.
Optionally, the issuing, to at least one client, a test instruction carrying the installation package information and the test account information includes: calling an application debugging tool; and sending the test instruction carrying the installation package information and the test account information to the client through the physical connection by using an application debugging tool.
Optionally, the application information includes at least one of: application type, application version; the test environment includes at least one of: development environment, test environment, pre-release environment, and formal release environment.
Optionally, before the step of obtaining the application information of the application to be tested and the test environment is executed, the method includes: receiving a pre-entered test account information set; and in the execution process of the step of matching the installation package information and the test account information of the application to be tested based on the application information and the test environment, randomly extracting a test login account from the test account information set to serve as the test account information distributed to the application to be tested.
In one embodiment of the present description, the other components of the computing device 800 described above and not shown in FIG. 8 may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device architecture shown in FIG. 8 is for purposes of example only and is not limiting as to the scope of the description. Those skilled in the art may add or replace other components as desired.
Computing device 800 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), a mobile phone (e.g., smartphone), a wearable computing device (e.g., smartwatch, smartglasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 800 may also be a mobile or stationary server.
A second embodiment of a computing device provided by the present application is as follows:
FIG. 9 is a block diagram that illustrates a computing device 900 in accordance with one embodiment of the present description. Components of the computing device 900 include, but are not limited to, a memory 910 and a processor 920. The processor 920 is coupled to the memory 910 via a bus 930, and a database 950 is used to store data.
Computing device 900 also includes access device 940, access device 940 enabling computing device 900 to communicate via one or more networks 960. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. The access device 440 may include one or more of any type of network interface (e.g., a Network Interface Card (NIC)) whether wired or wireless, such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
An embodiment of the present application further provides a computing device, including a memory, a processor, and computer instructions stored on the memory and executable on the processor, where the processor executes the instructions to implement the following steps:
receiving a test instruction of an application to be tested sent by a server; the test instruction comprises installation package information and test account information; downloading the installation package of the application to be tested based on the installation package information; installing the installation package of the application to be tested; and sending the test account information to the application to be tested.
Optionally, before the step of receiving the test instruction of the application to be tested sent by the server is executed, the method includes: scanning the image feature code displayed by the server; the image feature code comprises network connection information used for establishing network connection; analyzing the image feature code to obtain network connection information with the server; sending a network connection request to the server according to the network connection information; receiving a network connection confirmation message sent by the server terminal aiming at the network connection request; and reporting the connection confirmation feedback to the server.
Optionally, after the step of installing the installation package of the application to be tested is executed and before the step of sending the test account information to the application to be tested is executed, the method includes: and starting the application to be tested.
Optionally, the sending the test account information to the application to be tested includes: transmitting a broadcast signal to the application to be tested; receiving an injection code submitted by the application to be tested based on the broadcast signal; and returning test account information to the application to be tested based on the injection code sent by the application to be tested.
In one embodiment of the present description, the other components of computing device 900 described above and not shown in FIG. 9 may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device architecture shown in FIG. 9 is for purposes of example only and is not limiting as to the scope of the description. Those skilled in the art may add or replace other components as desired.
Computing device 900 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), a mobile phone (e.g., smartphone), a wearable computing device (e.g., smartwatch, smartglasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 900 may also be a mobile or stationary server.
The third embodiment of the computing device provided by the present application is as follows:
fig. 10 is a block diagram illustrating a structure of a computing device 1000 according to an embodiment of the present specification. The components of the computing device 1000 include, but are not limited to, a memory 1010 and a processor 1020. The processor 1020 is coupled to the memory 1010 via a bus 1030, and the database 1050 is used to store data.
Computing device 1000 also includes access device 1040, access device 1040 enabling computing device 1000 to communicate via one or more networks 1060. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. Access device 1040 may include one or more of any type of network interface, e.g., a Network Interface Card (NIC), wired or wireless, such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
An embodiment of the present application further provides a computing device, including a memory, a processor, and computer instructions stored on the memory and executable on the processor, where the processor executes the instructions to implement the following steps: receiving test account information sent by a client; performing test login based on the test account information; carrying out permission passing processing on the initialization permission triggered by the test login; and displaying a test page associated with the test account information.
Optionally, the receiving test account information sent by the client includes: receiving a broadcast signal sent by the client; submitting an injection code to the client based on the broadcast signal; and receiving the test account information returned by the client based on the injection code.
Optionally, the performing test login based on the test account information includes: calling an auxiliary function interface; reading the test account information by executing the logic execution instruction of the auxiliary function interface call feedback; and performing test login by executing the logic execution instruction according to the test account information.
Optionally, the performing right passing processing on the initialization right after the test login includes: calling an auxiliary function interface; acquiring a logic execution instruction of an auxiliary function interface corresponding to the permission pass processing feedback of the initialized permission after the test login; executing the logic execution instruction fed back by the auxiliary function interface call; the logic execution instruction processes the initialization authority of the test login trigger based on a pre-created initialization authority statement.
In one embodiment of the present description, the other components of the computing device 1000 described above and not shown in FIG. 10 may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device architecture shown in FIG. 10 is for purposes of example only and is not limiting as to the scope of the present description. Those skilled in the art may add or replace other components as desired.
Computing device 1000 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), a mobile phone (e.g., smartphone), a wearable computing device (e.g., smartwatch, smartglasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 1000 may also be a mobile or stationary server.
The first computer-readable storage medium provided by the application has the following embodiments:
an embodiment of the present application further provides a computer-readable storage medium storing computer instructions, which when executed by a processor, implement the steps of: acquiring application information and a test environment of an application to be tested; matching the installation package information and the test account information of the application to be tested based on the application information and the test environment; and issuing a test instruction carrying the installation package information and the test account information to at least one client.
Optionally, before the step of issuing the test instruction carrying the installation package information and the test account information to at least one client is executed, the method includes: displaying the image feature codes for application testing; the image feature code comprises network connection information used for establishing network connection; receiving a network connection request sent by the client based on the network connection information in a polling mode; sending a network connection confirmation message to the client aiming at the network connection request; and receiving the connection confirmation feedback reported by the client.
Optionally, before the step of issuing the test instruction carrying the installation package information and the test account information to at least one client is executed, the method includes: receiving a connection signal for establishing physical connection with the client; the physical connection is established by a universal serial bus connected with the client.
Optionally, the issuing a test instruction carrying the installation package information and the test account information to at least one client includes: calling an application debugging tool; and sending the test instruction carrying the installation package information and the test account information to the client through the physical connection by using an application debugging tool.
Optionally, the application information includes at least one of: application type, application version; the test environment includes at least one of: development environment, test environment, pre-release environment, and formal release environment.
Optionally, before the step of obtaining the application information of the application to be tested and the test environment is executed, the method includes: receiving a pre-entered test account information set; and in the execution process of the step of matching the installation package information and the test account information of the application to be tested based on the application information and the test environment, randomly extracting a test login account from the test account information set to serve as the test account information distributed to the application to be tested.
The above is an illustrative scheme of a computer-readable storage medium of the present embodiment. It should be noted that the technical solution of the storage medium belongs to the same concept as the technical solution of the application test method described above, and details that are not described in detail in the technical solution of the storage medium can be referred to the description of the technical solution of the application test method described above.
The second computer-readable storage medium provided by the application has the following embodiments:
a computer-readable storage medium is provided in one embodiment of the present application, which stores computer instructions that, when executed by a processor, perform the steps of: receiving a test instruction of an application to be tested, which is sent by a server; the test instruction comprises installation package information and test account information; downloading the installation package of the application to be tested based on the installation package information; installing the installation package of the application to be tested; and sending the test account information to the application to be tested.
Optionally, before the step of receiving the test instruction of the application to be tested sent by the server is executed, the method includes: scanning the image feature code displayed by the server; the image feature code comprises network connection information used for establishing network connection; analyzing the image feature code to obtain network connection information with the server; sending a network connection request to the server according to the network connection information; receiving a network connection confirmation message sent by the server terminal aiming at the network connection request; and reporting the connection confirmation feedback to the server.
Optionally, after the step of installing the installation package of the application to be tested is executed and before the step of sending the test account information to the application to be tested is executed, the method includes: and starting the application to be tested.
Optionally, the sending the test account information to the application to be tested includes: sending a broadcast signal to the application to be tested; receiving an injection code submitted by the application to be tested based on the broadcast signal; and returning test account information to the application to be tested based on the injection code sent by the application to be tested.
The above is an illustrative scheme of the second computer-readable storage medium of the embodiment. It should be noted that the technical solution of the storage medium belongs to the same concept as the technical solution of the second application testing method, and details that are not described in detail in the technical solution of the storage medium can be referred to the description of the technical solution of the second application testing method.
The third computer readable storage medium provided by the application has the following embodiments:
a computer-readable storage medium is provided in one embodiment of the present application, which stores computer instructions that, when executed by a processor, perform the steps of: receiving test account information sent by a client; performing test login based on the test account information; carrying out permission passing processing on the initialization permission triggered by the test login; and displaying a test page associated with the test account information.
Optionally, the receiving test account information sent by the client includes: receiving a broadcast signal sent by the client; submitting an injection code to the client based on the broadcast signal; and receiving the test account information returned by the client based on the injection code.
Optionally, the performing test login based on the test account information includes: calling an auxiliary function interface; reading the test account information by executing the logic execution instruction of the auxiliary function interface call feedback; and performing test login by executing the logic execution instruction according to the test account information.
Optionally, the performing right passing processing on the initialization right after the test login includes: calling an auxiliary function interface; acquiring a logic execution instruction of an auxiliary function interface corresponding to the permission pass processing feedback of the initialized permission after the test login; executing the logic execution instruction fed back by the auxiliary function interface call; the logic execution instruction processes the initialization authority of the test login trigger based on a pre-created initialization authority statement.
The above is an illustrative scheme of the third computer-readable storage medium of the present embodiment. It should be noted that the technical solution of the storage medium belongs to the same concept as the technical solution of the third application test method, and details that are not described in detail in the technical solution of the storage medium can be referred to the description of the technical solution of the third application test method.
The computer instructions comprise computer program code which may be in source code form, object code form, an executable file or some intermediate form, or the like. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
It should be noted that, for the sake of simplicity, the above-mentioned method embodiments are described as a series of acts or combinations, but those skilled in the art should understand that the present application is not limited by the described order of acts, as some steps may be performed in other orders or simultaneously according to the present application. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required in this application.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to the related descriptions of other embodiments.
The preferred embodiments of the present application disclosed above are intended only to aid in the explanation of the application. Alternative embodiments are not exhaustive and do not limit the invention to the precise embodiments described. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the application and the practical application, to thereby enable others skilled in the art to best understand and utilize the application. The application is limited only by the claims and their full scope and equivalents.

Claims (16)

1. An application testing method is applied to a server side, and is characterized by comprising the following steps:
acquiring application information and a test environment of an application to be tested;
matching installation package information and test account information of the application to be tested based on the application information and the test environment, wherein the test account information corresponds to the installation package information one to one;
and issuing a test instruction carrying the installation package information and the test account information to at least one client so that the at least one client downloads the installation package of the application to be tested based on the installation package information and sends the test account information to the application to be tested.
2. The application testing method of claim 1, wherein before the step of issuing the test instruction carrying the installation package information and the test account information to the at least one client is executed, the method comprises:
displaying the image feature codes for application testing; the image feature code comprises network connection information used for establishing network connection;
receiving a network connection request sent by the client based on the network connection information in a polling mode;
sending a network connection confirmation message to the client aiming at the network connection request;
and receiving the connection confirmation feedback reported by the client.
3. The application testing method of claim 1, wherein before the step of issuing the test instruction carrying the installation package information and the test account information to the at least one client is executed, the method comprises:
receiving a connection signal for establishing physical connection with the client; the physical connection is established by a universal serial bus connected with the client.
4. The application testing method of claim 3, wherein the issuing of the testing instruction carrying the installation package information and the testing account information to at least one client comprises:
Calling an application debugging tool;
and sending the test instruction carrying the installation package information and the test account information to the client through the physical connection by using an application debugging tool.
5. The application testing method of claim 1, wherein the application information comprises at least one of: application type, application version;
the test environment includes at least one of:
development environment, test environment, pre-release environment, and formal release environment.
6. The application testing method of claim 1, wherein before the steps of obtaining the application information of the application to be tested and testing the environment are executed, the method comprises:
receiving a pre-entered test account information set;
and in the execution process of the step of matching the installation package information and the test account information of the application to be tested based on the application information and the test environment, randomly extracting a test login account from the test account information set to serve as the test account information distributed to the application to be tested.
7. An application testing device applied to a server side is characterized by comprising:
the system comprises an acquisition module, a test module and a control module, wherein the acquisition module is configured to acquire application information of an application to be tested and a test environment;
The matching module is configured to match installation package information and test account information of the application to be tested based on the application information and the test environment, wherein the test account information corresponds to the installation package information one to one;
and the test instruction issuing module is configured to issue a test instruction carrying the installation package information and the test account information to at least one client, so that the at least one client downloads the installation package of the application to be tested based on the installation package information and sends the test account information to the application to be tested.
8. An application testing method applied to a client is characterized by comprising the following steps:
receiving a test instruction of an application to be tested, which is sent by a server; the test instruction comprises installation package information and test account information, and the test account information corresponds to the installation package information one to one;
downloading the installation package of the application to be tested based on the installation package information;
installing the installation package of the application to be tested;
and sending the test account information to the application to be tested.
9. The application testing method of claim 8, wherein before the step of receiving the testing instruction of the application to be tested sent by the server is executed, the method comprises:
Scanning the image feature code displayed by the server; the image feature code comprises network connection information used for establishing network connection;
analyzing the image feature code to obtain network connection information with the server;
sending a network connection request to the server according to the network connection information;
receiving a network connection confirmation message sent by the server terminal aiming at the network connection request;
and reporting the connection confirmation feedback to the server.
10. The application testing method of claim 8, wherein after the step of installing the installation package of the application to be tested is executed and before the step of sending the test account information to the application to be tested is executed, the method comprises the following steps:
and starting the application to be tested.
11. An application device testing device applied to a client, comprising:
the receiving module is configured to receive a test instruction of the application to be tested, which is sent by the server side; the test instruction comprises installation package information and test account information, and the test account information corresponds to the installation package information one to one;
the downloading module is configured to download the installation package of the application to be tested based on the installation package information;
An installation module configured to install an installation package of the application to be tested;
and the sending module is configured to send the test account information to the application to be tested.
12. An application testing method is applied to an application terminal to be tested, and is characterized by comprising the following steps:
receiving test account information sent by a client;
and performing test login based on the test account information, wherein the test login based on the test account information comprises: calling an auxiliary function interface, calling a fed-back logic execution instruction by executing the auxiliary function interface, reading the test account information, and performing test login by executing the logic execution instruction according to the test account information;
carrying out permission passing processing on the initialization permission triggered by the test login;
and displaying a test page associated with the test account information.
13. The application testing method of claim 12, wherein the performing right-passing processing on the initialization right triggered by the test login comprises:
calling an auxiliary function interface;
acquiring a logic execution instruction of an auxiliary function interface corresponding to the test login triggered initialization permission for permission pass processing feedback;
Executing the logic execution instruction fed back by the auxiliary function interface call; the logic execution instruction processes the initialization authority of the test login trigger based on a pre-created initialization authority statement.
14. An application testing device applied to an application terminal to be tested is characterized by comprising:
the test account receiving module is configured to receive test account information sent by the client;
the login module is configured to perform test login based on the test account information, wherein the test login based on the test account information includes: calling an auxiliary function interface, calling a fed-back logic execution instruction by executing the auxiliary function interface, reading the test account information, and performing test login by executing the logic execution instruction according to the test account information;
the authority processing module is configured to perform authority passing processing on the initialization authority triggered by the test login;
and the display module is configured to display the test page associated with the test account information.
15. A computing device comprising a memory, a processor and computer instructions stored on the memory and executable on the processor, wherein the instructions when executed by the processor result in the instructions when executed by the processor performing the steps of the method of any one of claims 1 to 6 or 8 to 10 or 12 to 13.
16. A computer-readable storage medium storing computer instructions, which when executed by a processor, perform the steps of the method of any one of claims 1-6 or 8-10 or 12-13.
CN201811436620.4A 2018-11-28 2018-11-28 Application testing method and device Active CN110008109B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811436620.4A CN110008109B (en) 2018-11-28 2018-11-28 Application testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811436620.4A CN110008109B (en) 2018-11-28 2018-11-28 Application testing method and device

Publications (2)

Publication Number Publication Date
CN110008109A CN110008109A (en) 2019-07-12
CN110008109B true CN110008109B (en) 2022-06-10

Family

ID=67165000

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811436620.4A Active CN110008109B (en) 2018-11-28 2018-11-28 Application testing method and device

Country Status (1)

Country Link
CN (1) CN110008109B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110659202A (en) * 2019-08-12 2020-01-07 网宿科技股份有限公司 Client automatic testing method and device
CN110851359B (en) * 2019-11-07 2023-10-27 网易(杭州)网络有限公司 Application program testing method and device and server
CN111104273A (en) * 2019-12-17 2020-05-05 深圳忆联信息系统有限公司 Batch task-based automatic distribution testing method and device and computer equipment
CN112699047B (en) * 2021-01-13 2023-08-25 腾讯科技(深圳)有限公司 Application testing method and device, computer equipment and storage medium
CN112799970B (en) * 2021-04-08 2021-07-06 腾讯科技(深圳)有限公司 Test data processing method, device, electronic equipment and medium
CN113448873B (en) * 2021-07-22 2022-12-20 亿咖通(湖北)技术有限公司 Software testing method, device, storage medium and program product
CN113836505A (en) * 2021-09-18 2021-12-24 湖南小算科技信息有限公司 Method for rapidly acquiring shell permission of terminal equipment based on android system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893249A (en) * 2015-12-31 2016-08-24 乐视网信息技术(北京)股份有限公司 Software testing method and device
CN108021500A (en) * 2017-10-31 2018-05-11 阿里巴巴集团控股有限公司 A kind of test method of application, device and equipment
CN108228465A (en) * 2018-01-18 2018-06-29 北京网信云服信息科技有限公司 A kind of Software function test method and device
CN108632089A (en) * 2018-05-07 2018-10-09 平安普惠企业管理有限公司 Test management method, device, equipment and the computer storage media of terminal
CN108829597A (en) * 2018-06-13 2018-11-16 中国平安人寿保险股份有限公司 Software crowd surveys method and device, computer installation and readable storage medium storing program for executing

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103812848B (en) * 2012-11-15 2016-04-13 腾讯科技(深圳)有限公司 A kind of internal test method of application program, client and server
US10210075B2 (en) * 2015-05-08 2019-02-19 Mastercard International Incorporated Systems and methods for automating test scripts for applications that interface to payment networks

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105893249A (en) * 2015-12-31 2016-08-24 乐视网信息技术(北京)股份有限公司 Software testing method and device
CN108021500A (en) * 2017-10-31 2018-05-11 阿里巴巴集团控股有限公司 A kind of test method of application, device and equipment
CN108228465A (en) * 2018-01-18 2018-06-29 北京网信云服信息科技有限公司 A kind of Software function test method and device
CN108632089A (en) * 2018-05-07 2018-10-09 平安普惠企业管理有限公司 Test management method, device, equipment and the computer storage media of terminal
CN108829597A (en) * 2018-06-13 2018-11-16 中国平安人寿保险股份有限公司 Software crowd surveys method and device, computer installation and readable storage medium storing program for executing

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
App移动应用测试点总结;Loart;《https://blog.csdn.net/Loart/article/details/77839475》;20170904;全文 *

Also Published As

Publication number Publication date
CN110008109A (en) 2019-07-12

Similar Documents

Publication Publication Date Title
CN110008109B (en) Application testing method and device
CN110442524B (en) Method and device for testing web service interface with authentication authorization
CN109726108B (en) Front-end code testing method, device, system and medium based on analog data
CN105099811A (en) Interface testing method and device
WO2016188181A1 (en) Test method, mobile terminal, server and computer storage medium
CN108509333A (en) Adjustment method and device
Zhang et al. Crowdsourced testing services for mobile apps
CN110798380B (en) Data acquisition method, system, device, test equipment and test server
CN106209503B (en) RPC interface test method and system
CN113485880A (en) Test method and device
EP4075283A1 (en) Method and apparatus for continuous integration testing
CN110659870A (en) Business audit test method, device, equipment and storage medium
KR20140106857A (en) Protocol conformity verification method, apparatus performing the same and systme performing the same
CN103200022A (en) Handing method, equipment and system of data downloading abnormity
CN104917633A (en) Method and device simulating FOTA upgrade
CN112448917B (en) Website login method and device, readable medium and electronic equipment
CN110717315B (en) System data batch modification method and device, storage medium and electronic equipment
CN115190057A (en) Automatic testing method and device and electronic equipment
CN113961504A (en) Mobile terminal group control method, device, system, server and storage medium
CN113253987A (en) Wrong question report loading system realized based on Reactnative
CN113163014A (en) Data transmission method, server and data transmission system
CN110837476A (en) Application program testing method and device
CN110365550B (en) Method for testing access system and related device
CN113452563B (en) Network simulation system and network simulation design method
CN116627851B (en) Interface testing method 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20201012

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20201012

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

GR01 Patent grant
GR01 Patent grant