CN111309632B - Application program testing method and device, computer equipment and storage medium - Google Patents

Application program testing method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN111309632B
CN111309632B CN202010202680.0A CN202010202680A CN111309632B CN 111309632 B CN111309632 B CN 111309632B CN 202010202680 A CN202010202680 A CN 202010202680A CN 111309632 B CN111309632 B CN 111309632B
Authority
CN
China
Prior art keywords
test
video
test data
data
application program
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
CN202010202680.0A
Other languages
Chinese (zh)
Other versions
CN111309632A (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.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202010202680.0A priority Critical patent/CN111309632B/en
Publication of CN111309632A publication Critical patent/CN111309632A/en
Application granted granted Critical
Publication of CN111309632B publication Critical patent/CN111309632B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/433Content storage operation, e.g. storage operation in response to a pause request, caching operations
    • H04N21/4334Recording operations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/83Generation or processing of protective or descriptive data associated with content; Content structuring
    • H04N21/845Structuring of content, e.g. decomposing content into time segments
    • H04N21/8456Structuring of content, e.g. decomposing content into time segments by decomposing the content in the time domain, e.g. in time segments
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal 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)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The disclosure relates to an application program testing method, an application program testing device, computer equipment and a storage medium, and relates to the technical field of computers. Checking the test data of the target application program; responding to test data verification failure, based on the generation time of the test data and the creation time of a test video, intercepting a video fragment from the test video, wherein the test video is obtained by recording a display interface when the target application program runs, and the video fragment records a running scene of the test data which generates verification failure; based on the video clip, the test data is tested. By adopting the technical scheme, when test data are wrong, only the video clip needs to be played back, and the data acquisition scene does not need to be reproduced manually, so that time and labor are saved, and the efficiency of problem investigation in the test process is improved.

Description

Application program testing method and device, computer equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to an application program testing method, an application program testing device, a computer device, and a storage medium.
Background
With the development of computer technology, the functions of application programs are more and more diversified. In the application program testing process, in order to count the service conditions of each function, a developer usually sets buried points in the application program, namely relevant statistical codes are implanted in the tested functions, when the developer uses each function, the developer can trigger the implanted statistical codes to collect buried point data of each buried point, then the buried point data are stored in a server, the developer can check the buried point data, and whether the service conditions of each function in the application program are normal or not is judged according to the check result.
In the above process, when the verification result of the buried point data is that the verification fails, the developer often needs to trigger the function corresponding to the buried point for multiple times, that is, to reproduce the data acquisition scene for multiple times, so that the problem can be located, which is time-consuming, labor-consuming and low in efficiency. Therefore, how to improve the efficiency of problem localization in the application program testing process is an important research direction.
Disclosure of Invention
The disclosure provides an application program testing method, an application program testing device, computer equipment and a storage medium, so as to improve efficiency of problem positioning in a testing process. The technical scheme of the present disclosure is as follows:
according to a first aspect of an embodiment of the present disclosure, there is provided an application program testing method, including:
checking the test data of the target application program;
responding to the test data verification failure, determining a video clip from the test video based on the generation time of the test data and the creation time of the test video, wherein the test video is obtained by recording a display interface when the target application program runs, and the video clip records the running scene of the test data which generates the verification failure;
based on the video clip, the test data is tested.
In one possible implementation, the testing the test data based on the video clip includes:
and providing the verification results of the video clips and the test data for a terminal, wherein the terminal is used for testing based on the playing of the video clips and the display of the verification results.
In one possible implementation, before the verifying the test data of the target application program, the method further includes:
and determining the test data from the candidate data based on the creation time of the test video and the generation time of the candidate data in the test data set, wherein the uploading equipment of the candidate data is the same as the uploading equipment of the test video, and the operation scene of the generated test data is recorded in the test video.
In one possible implementation, the determining the test data from the candidate data of the test data set based on the creation time of the test video and the generation time of the candidate data in the test data set includes:
decoding the test video, and determining the video duration of the test video;
determining a recording time period of the test video based on the video duration and the creation time;
and acquiring the candidate data with the generation time within the recording time period from the test data set as the test data.
In one possible implementation, the determining a video clip from the test video based on the generation time of the test data and the creation time of the test video includes:
and when any time in the recording time period is the same as the generation time of the test data, determining the video in the target time length before and after any time in the test video as the video segment.
In one possible implementation, after determining the video clip from the test video based on the generation time of the test data and the creation time of the test video, the method further includes:
storing the video clip to obtain address information of the video clip;
and correlating the address information of the video clip, the test data and the verification result of the test data.
In one possible implementation, after the associating the address information of the video clip, the test data, and the verification result of the test data, the method further includes:
and responding to the test result checking instruction, playing the video clip on the target page, and displaying the verification result of the test data.
According to a second aspect of the embodiments of the present disclosure, there is provided an application program testing method, including:
Responding to a test result checking instruction, acquiring a video segment of a target application program, wherein the video segment is obtained by intercepting the test video based on the generation time of test data of the target application program and the creation time of the test video of the target application program by a server, and the test video is used for recording one test process of the target application program;
acquiring a verification result of test data associated with the video segment, and generating an operation scene of the test data to be recorded in the video segment;
and displaying the verification result of the test data in the process of playing the video clip.
In one possible implementation manner, the displaying the verification result of the test data during the playing of the video clip includes:
based on the playing progress of the video clip, acquiring a time stamp corresponding to the current video frame;
and when the generation time of the test data is matched with the time stamp, displaying the verification result of the test data.
According to a third aspect of the embodiments of the present disclosure, there is provided an application program testing apparatus, including:
the verification unit is configured to verify the test data of the target application program;
the video segment determining unit is configured to respond to the test data verification failure, determine a video segment from the test video based on the generation time of the test data and the creation time of the test video, wherein the test video is obtained by recording a display interface when the target application program runs, and the video segment records the running scene of the test data which generates the verification failure;
And the testing unit is configured to test the testing data based on the video clip.
In one possible implementation, the test unit is configured to:
and providing the verification results of the video clips and the test data for a terminal, wherein the terminal is used for testing based on the playing of the video clips and the display of the verification results.
In one possible implementation, the apparatus further includes:
and the test data determining unit is configured to determine the test data from the candidate data based on the creation time of the test video and the generation time of the candidate data in the test data set, wherein the uploading equipment of the candidate data is the same as the uploading equipment of the test video, and the running scene of the test data is generated and recorded in the test video.
In one possible implementation, the test data determination unit is configured to:
decoding the test video, and determining the video duration of the test video;
determining a recording time period of the test video based on the video duration and the creation time;
and acquiring the candidate data with the generation time within the recording time period from the test data set as the test data.
In one possible implementation, the video clip determination unit is configured to:
and when any time in the recording time period is the same as the generation time of the test data, determining the video in the target time length before and after any time in the test video as the video segment.
In one possible implementation, the apparatus further includes:
the address acquisition unit is configured to store the video clip and obtain address information of the video clip;
and a data association unit configured to associate address information of the video clip, the test data, and a verification result of the test data.
In one possible implementation, the apparatus further includes:
and the display unit is configured to respond to the test result checking instruction, play the video clip on the target page and display the check result of the test data.
According to a fourth aspect of embodiments of the present disclosure, there is provided an application program testing apparatus, including:
the video acquisition unit is used for responding to the test result checking instruction, acquiring a video fragment of the target application program, wherein the video fragment is obtained by intercepting the test video from the test video by a server based on the generation time of the test data of the target application program and the creation time of the test video of the target application program, and the test video is used for recording one test process of the target application program;
The verification result acquisition unit is used for acquiring a verification result of the test data associated with the video clip, generating an operation scene of the test data and recording the operation scene in the video clip;
and the display unit is used for displaying the verification result of the test data in the process of playing the video clip.
In one possible implementation, the display unit is configured to:
based on the playing progress of the video clip, acquiring a time stamp corresponding to the current video frame;
and when the generation time of the test data is matched with the time stamp, displaying the verification result of the test data.
According to a fifth aspect of embodiments of the present disclosure, there is provided a computer device comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the application testing method of any one of the above.
According to a sixth aspect of embodiments of the present disclosure, there is provided a computer readable storage medium, which when executed by a processor of a computer device, causes the computer device to perform the application testing method as defined in any one of the above.
According to a seventh aspect of embodiments of the present disclosure, there is provided a computer program product comprising executable instructions which, when executed by a processor of a computer device, enable the computer device to perform the application testing method as defined in any one of the above.
According to the technical scheme provided by the embodiment of the disclosure, test data of the target application program are verified; responding to test data verification failure, based on the generation time of the test data and the creation time of a test video, intercepting a video fragment from the test video, wherein the test video is obtained by recording a display interface when the target application program runs, and the video fragment records a running scene of the test data which generates verification failure; based on the video clip, the test data is tested. By adopting the technical scheme, when test data are wrong, only the test video needs to be played back, and the data acquisition scene does not need to be reproduced manually, so that time and labor are saved, and the efficiency of problem investigation in the test process is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure and do not constitute an undue limitation on the disclosure.
FIG. 1 is a flowchart illustrating a method of application testing, according to an exemplary embodiment;
FIG. 2 is a flowchart illustrating a method of application testing, according to an example embodiment;
FIG. 3 is a schematic diagram of an implementation environment of a test data processing method according to an exemplary embodiment;
FIG. 4 is a flowchart showing a particular implementation of an application testing method, according to an exemplary embodiment;
FIG. 5 is a schematic diagram of an application testing process provided by an embodiment of the present disclosure;
FIG. 6 is a flowchart showing a particular implementation of an application testing method, according to an example embodiment;
FIG. 7 is a schematic diagram of a test result display provided by an embodiment of the present disclosure;
FIG. 8 is a block diagram of an application testing apparatus, according to an example embodiment;
FIG. 9 is a block diagram of an application testing apparatus, according to an example embodiment;
FIG. 10 is a block diagram of a computer device, according to an example embodiment.
Detailed Description
In order to enable those skilled in the art to better understand the technical solutions of the present disclosure, the technical solutions of the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the foregoing figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the disclosure described herein may be capable of operation in sequences other than those illustrated or described herein. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present disclosure as detailed in the accompanying claims.
FIG. 1 is a flowchart illustrating an application testing method for use in a computer device, as shown in FIG. 1, according to an exemplary embodiment, comprising the steps of:
in step 101, test data of a target application is verified.
In step 102, in response to the verification failure of the test data, a video clip is determined from the test video based on the generation time of the test data and the creation time of the test video, where the test video is obtained by recording a display interface of the target application program when the test video is running, and the video clip records an operation scene of the test data that generates the verification failure.
In step 103, the test data is tested based on the video clip.
According to the technical scheme provided by the embodiment of the disclosure, test data of the target application program are verified; responding to test data verification failure, based on the generation time of the test data and the creation time of a test video, intercepting a video fragment from the test video, wherein the test video is obtained by recording a display interface when the target application program runs, and the video fragment records a running scene for generating the test data; based on the video clip, the test data is tested. By adopting the technical scheme, when test data are wrong, only the test video needs to be played back, and the data acquisition scene does not need to be reproduced manually, so that time and labor are saved, and the efficiency of problem investigation in the test process is improved.
In one possible implementation, the testing the test data based on the video clip includes:
and providing the verification results of the video clips and the test data for a terminal, wherein the terminal is used for testing based on the playing of the video clips and the display of the verification results.
In one possible implementation, before the verifying the test data of the target application program, the method further includes:
and determining the test data from the candidate data based on the creation time of the test video and the generation time of the candidate data in the test data set, wherein the uploading equipment of the candidate data is the same as the uploading equipment of the test video, and the operation scene of the generated test data is recorded in the test video.
In one possible implementation, the determining the test data from the candidate data of the test data set based on the creation time of the test video and the generation time of the candidate data in the test data set includes:
decoding the test video, and determining the video duration of the test video;
determining a recording time period of the test video based on the video duration and the creation time;
and acquiring the candidate data with the generation time within the recording time period from the test data set as the test data.
In one possible implementation, the determining a video clip from the test video based on the generation time of the test data and the creation time of the test video includes:
and when any time in the recording time period is the same as the generation time of the test data, determining the video in the target time length before and after any time in the test video as the video segment.
In one possible implementation, after determining the video clip from the test video based on the generation time of the test data and the creation time of the test video, the method further includes:
storing the video clip to obtain address information of the video clip;
and correlating the address information of the video clip, the test data and the verification result of the test data.
In one possible implementation, after the associating the address information of the video clip, the test data, and the verification result of the test data, the method further includes:
and responding to the test result checking instruction, playing the video clip on the target page, and displaying the verification result of the test data.
FIG. 2 is a flowchart illustrating an application testing method for use in a computer device, as shown in FIG. 2, according to an exemplary embodiment, comprising the steps of:
In step 201, in response to the test result checking instruction, a video clip of the target application program is acquired, where the video clip is obtained by the server based on the generation time of the test data of the target application program and the creation time of the test video of the target application program, and the test video is used for recording a test procedure of the target application program.
In step 202, a verification result of test data associated with the video clip is obtained, and an operation scene of the test data is generated and recorded in the video clip.
In step 203, during the process of playing the video clip, a verification result of the test data is displayed.
In one possible implementation manner, the displaying the verification result of the test data during the playing of the video clip includes:
based on the playing progress of the video clip, acquiring a time stamp corresponding to the current video frame;
and when the generation time of the test data is matched with the time stamp, displaying the verification result of the test data.
The above examples are only a brief description of embodiments of the present disclosure and of various possible implementations.
Fig. 3 is a schematic diagram of an implementation environment of a test data processing method according to an exemplary embodiment, and as shown in fig. 3, the implementation environment may include a terminal 301 and a server 302. The terminal 301 may be installed and run with a target application to be tested, which may be any type of application, for example, a short video type application, a social type application, etc., which is not limited by the embodiments of the present disclosure. The terminal 301 may be a terminal used by a developer, and the terminal 301 may be a smart phone, a tablet computer, an electronic book reader, an MP3 (Moving Picture Experts Group Audio Layer III, moving picture experts compression standard audio layer 3) player, an MP4 (Moving Picture Experts Group Audio Layer IV, moving picture experts compression standard audio layer 4) player, a laptop portable computer, a desktop computer, and the like. The server 302 may include at least one of a server, a plurality of servers, a cloud computing platform, and a virtualization center, and the server 302 may be configured to provide test data processing services for the target application, e.g., the server 302 may obtain test data of the target application, parse, store, etc.
The terminals and the servers can be connected through a wired network or a wireless network, so that data interaction can be performed between the terminals and the servers.
Those skilled in the art will recognize that the number of terminals may be greater or lesser. Such as the above-mentioned terminals may be only one, or the above-mentioned terminals may be several tens or hundreds, or more. The embodiment of the present disclosure does not limit the number of terminals and the type of devices.
FIG. 4 is a flowchart showing a specific implementation of an application testing method that may be applied in the implementation environment shown in FIG. 3, see FIG. 4, and that may include the steps of:
in step 401, the server obtains test video and test data of the target application.
The target application program may be a test version application program, and the target application program may be installed and run in a terminal used by a developer. For example, a plurality of buried points may be set in the target application program of the test version, that is, relevant statistical codes are implanted in the target application program, and when a developer uses a certain function in the target application program and triggers a buried point corresponding to the function, the terminal may acquire the buried point data and report the buried point data to the server. The server may provide a buried data processing service for the target application, for example, may parse and verify buried data, and in the embodiment of the present disclosure, the server may further provide a video parsing service to process the acquired test video.
In the embodiment of the disclosure, the test video is recorded on a display interface when the target application program runs. When a developer tests a target application program, the developer can record the screen of the test process, and record the change condition of the display interface triggered by operating the target application program in the test process in a video mode. In the process of testing each function of a target application program and collecting test data, a test video is obtained in a screen recording mode, and the collection scene of each test data is recorded. For example, a buried point is set in a video playing control of the target application program, in a testing process, when a terminal receives a screen recording instruction, screen recording is started, when the video playing control is detected to be triggered by a user, the terminal can execute steps such as video playing and acquire buried point data corresponding to the buried point based on user operation, the buried point data is reported to a server, and the terminal records an acquisition scene of the test data through the screen recording, namely records display interface change information of the target application program when the video playing control is triggered. And when the terminal receives a screen recording ending instruction, stopping screen recording to obtain a section of screen recording video, namely, a test video of the target application program, and sending the test video to the server by the terminal.
In the embodiment of the present disclosure, after the server may obtain the test video, based on the creation time of the test video and the generation time of the candidate data in the test data set, the server determines the test data from the candidate data in the test data set, and records the operation scene of generating the test data in the test video, that is, the generation scene of the test data is recorded in the test video. The test data set may store buried point data uploaded by the terminal, or may store other data generated in the test process of the target application program, where the uploading device of candidate data in the test data set is the same as the uploading device of the test video. In one possible implementation, the server determining the test data side procedure may specifically include the steps of:
step one, the server decodes the test video and determines the video duration of the test video.
For example, the server may decode the test video via FFmpeg (Fast Forward Mpeg, multimedia video processing tool) to obtain a video duration of the test video. It should be noted that the specific method of decoding the test video according to the embodiments of the present disclosure is not limited.
And step two, the server can determine the recording time period of the test video based on the video duration and the creation time.
In one possible implementation manner, when the terminal sends the test video to the server, the terminal may carry a creation time, the server may acquire the creation time, and determine, based on the creation time and the video duration, a start recording time and an end recording time of the test video, that is, may determine a recording time period of the test video. Of course, other time information may be carried in the test video, for example, the recording end time of the test video may be carried, and the server determines the recording time period based on the recording end time and the video duration; alternatively, the server may obtain the time stamp of each video frame during the video decoding process, and determine the recording time period based on the time stamp of each video frame and the video duration. It should be noted that the above description of the method for determining the recording period of the test video is merely an exemplary description, and the embodiment of the disclosure does not limit what method is specifically adopted to determine the recording period of the test video. The embodiment of the disclosure does not limit which time information is specifically carried by the test video.
And thirdly, the server acquires candidate data with the generation time within the recording time period from the test data set as the test data.
In one possible implementation manner, when the test data set stores data uploaded by a plurality of terminals, the server may filter the data in the test data set, and use the data identical to the uploading device of the test video as candidate data. For example, the embedded point data and the test video uploaded by each terminal may each carry a device identifier, which may be used to uniquely indicate one terminal. Taking the example that the server obtains the device identifier carried by the test video, the server can obtain UA (User Agent) of the standard http request header when the test video is uploaded, and query the corresponding relation table of UA and the device identifier, thereby determining the device identifier of the test video uploading device. The server can compare the device identifier carried by each test data in the test data set with the device identifier carried by the test video, and takes the data carrying the same device identifier as the test video as candidate data.
In the embodiment of the disclosure, the server may acquire the generation time of the candidate data, match the generation time with the recording time period of the test video, and determine the candidate data as the test data when the generation time is within the recording time period.
In step 402, the server verifies the test data of the target application.
In one possible implementation manner, the server may parse the test data to obtain plaintext data corresponding to the test data, and then verify the plaintext data to obtain a verification result. Specifically, when uploading test data corresponding to each embedded point, the terminal may convert the test data into a format convenient for storage and transmission based on Protocol Buffers (data description languages), for example, the test data may be transmitted in a format of a proto file, and the server may parse the proto file to obtain plaintext data corresponding to each embedded point. The server may verify the plaintext data based on a buried data requirement document, where specific content of the buried data requirement document may be set by a developer, and the embodiment of the disclosure is not limited to this, for example, the buried data requirement document may include standard data corresponding to each buried point, and when plaintext data corresponding to any buried point does not match the standard data of the buried point, the server determines that verification of plaintext data corresponding to the buried point fails, that is, verification of test data fails. Of course, the server may also apply other methods to perform test data verification, which is not specifically limited in the embodiments of the present disclosure.
It should be noted that, the server for performing the test data verification and the server for performing the test video decoding may be the same server or may be a different server, which is not limited in the embodiment of the present disclosure.
In step 403, the server determines a video clip from the test video based on the generation time of the test data and the creation time of the test video in response to the test data failing to verify.
In one possible implementation manner, the server may establish an association between the test data and an operation scene in the test video, where the operation scene generates the test data, based on a recording time period of the test video and a generation time of the test data, and when verification of the test data fails, the server may intercept a video segment from the test video, that is, when any time in the recording time period is the same as the generation time of the test data, determine the video segment from videos in a target duration before and after any time in the test video. The video clip records an operation scene for generating the test data, namely a generation scene of the test data, wherein the generation scene of the test data is used for determining the reason of the test data verification failure. The target duration may be set by a developer, which is not limited in this embodiment of the disclosure, for example, a video clip of 1 second before and after the test data generation time may be intercepted.
In one possible implementation, after the server obtains the video clip, the video clip may be stored to obtain address information of the video clip, for example, the server may generate a URL (Uniform Resource Locator, resource locator) address containing a UUID (Universally Unique Identifier, universal unique identification) and assign the URL address to the video clip. The server may correlate the address information of the video clip, the test data and the verification result of the test data, and store the correlated address information of the video clip, the test data and the verification result of the test data to a database, or may store the address information of the test video and the test data in a correlated manner. In one possible implementation, the server may also convert the video clip into data in other formats for storage, for example, may convert the video clip into a moving picture in gif format, which is not limited by the embodiments of the present disclosure.
In step 404, the server tests the test data based on the video clip.
In this embodiment, the server may provide the verification result of the video clip and the test data to the terminal, where the terminal is configured to perform the test based on the playing of the video clip and the displaying of the verification result.
In one possible implementation manner, the server may send the video clip and the verification result of the test data to the terminal, the terminal plays the video clip and displays the verification result of the test data, and the developer may locate the reason for failure in verification of the test data based on the operation scene presented by the video clip, that is, the generation scene of the test data, and complete the test of the test data. By applying the technical scheme, when test data failing to check are tested, only the video clip corresponding to the test data can be played without playing the complete test video, so that the test efficiency is improved.
In one possible implementation manner, the server may further process the video segment, where a trained target recognition model may be deployed in the server, where the target recognition model may perform character recognition on each video frame image in the video segment to obtain at least one keyword corresponding to the video segment. And sending the video clip, at least one keyword and a verification result of the test data to a terminal, wherein the terminal can compare the at least one keyword with standard data corresponding to the test data in a buried data demand document, and if the at least one keyword does not comprise the standard data, a test result of the wrong running scene of an application program for generating the test data is obtained, and the terminal can display the at least one keyword, the test result and the test data verification result when the video clip is played. For example, a certain buried point is set in a link of completing data sharing, in a buried point requirement document, standard data corresponding to the buried point can be set as "sharing success", in an application program operation process, prompt information of successful sharing can be displayed after the data sharing is completed, when a server carries out character recognition on a video segment through a target recognition model, if a keyword of "sharing success" is recognized, prompt information of successful sharing is displayed in the video segment, and when test data is tested by a terminal, an application program operation scene for generating the test data can be obtained, namely a test result with correct scene is generated on the test data side; if the keyword of successful sharing is not identified, determining that the video clip does not include prompt information of successful sharing, and the terminal can obtain an application program operation scene for generating the test data, namely, a test result with a wrong scene generated by the test data side. By applying the scheme, whether the generation scene of the test data is wrong or not is judged through keyword recognition and keyword comparison, so that the labor cost in the test process can be reduced, the workload of a developer in the test process is reduced, and the developer can conduct further problem investigation based on the test result displayed by the terminal.
It should be noted that the above description of the method for testing the test data is merely an exemplary description of one possible implementation, and the embodiment of the disclosure is not limited to what kind of testing method is specifically adopted.
According to the technical scheme provided by the embodiment of the disclosure, test data of the target application program are verified; when the verification of the test data fails, based on the generation time of the test data and the creation time of the test video, intercepting a video clip from the test video, wherein the test video is obtained by recording a display interface when the target application program runs, and the video clip records a running scene of the test data which fails to generate the verification; based on the video clip, the test data is tested. By adopting the technical scheme, when test data are wrong, only the test video needs to be played back, and the data acquisition scene does not need to be reproduced manually, so that time and labor are saved, and the efficiency of problem investigation in the test process is improved.
Fig. 5 is a schematic diagram of an application program testing process provided in the embodiment of the present disclosure, referring to fig. 5, a terminal 501 performs screen recording in the testing process, when a detected buried point is triggered, the terminal reports Protocol Buffers data corresponding to the buried point to a server 502, the server 502 performs data analysis to obtain plaintext data corresponding to the buried point, after the test is completed, the terminal uploads a recorded test video to a server 503, the server 503 may associate each buried point data with a generation scene of the buried point data in the test video, check the plaintext data of the buried point through a buried point check service to obtain a buried point check result, for the buried point data with failed check, the server 503 may intercept a video segment corresponding to the generation scene of the buried point data from the test video, convert the video segment into a gif format dynamic picture, store information such as plaintext data of the buried point and an address of the gif dynamic picture to a database 504 in order to establish a correlation relationship between the buried point and the gif format dynamic picture, and when a test result is received, send these data to a viewing terminal 505 for display. In the process, the embedding point scene is not required to be triggered again in the place where the embedding point verification is objectified, only the dynamic picture and the verification result when the scene is triggered are sent to the developer to be confirmed, after the application program is released, the developer can check the test video and the corresponding embedding point data in the embedding point testing process based on the data stored in the database for problem positioning under the condition of the embedding point verification abnormality, and the problem checking efficiency is improved without testing again.
The above embodiments mainly describe a process of determining, at a server, a video clip based on a test video and test data, and detecting the test data based on the video clip. In the embodiment of the application, the terminal can acquire the video clip or the test video corresponding to the test data from the server for playing, and the verification result of the test data is displayed in the playing process.
In one possible implementation manner, the terminal may acquire a video clip corresponding to the test data for playing and display a test data verification result, and specifically may include the following steps:
first, the terminal may acquire a video clip of the target application in response to the test result viewing instruction. The video clip can be intercepted from the test video based on the generation time of the test data of the target application program and the creation time of the test video of the target application program by the server, and the test video can be used for recording one test process of the target application program. The process of obtaining the video clip is the same as the process of determining the video clip in step 303, and will not be described herein.
The terminal may then obtain a verification result of the test data associated with the video clip in which the generated scene of the test data was recorded. In the embodiment of the application, the video clip can be associated with information such as a verification result of the test data, and the like, and the test data, the verification result of the test data, and the like associated with the video clip can be obtained after the terminal obtains the video clip.
Finally, the terminal can display the verification result of the test data in the process of playing the video clip. A terminal can acquire a time stamp corresponding to a current video frame based on the playing progress of the video clip; and when the generation time of the test data is matched with the time stamp, displaying the verification result of the test data. The above description of the method for displaying the verification result of the test data is merely an exemplary description, and the embodiment of the present application is not limited to what display method is specifically adopted.
By applying the technical scheme, when the test result is checked, only the video clip corresponding to the test data can be played, the generation scene of the test data can be accurately positioned, and the problem investigation of the test data is facilitated.
In one possible implementation manner, when the test results of all buried points need to be checked in one test process, the terminal can acquire the complete test video of one test from the server for playing, and in the playing process, information such as the verification result of the test data is displayed in real time. FIG. 6 is a flowchart showing a particular implementation of an application testing method, see FIG. 6, which may include, in particular, the following steps:
In step 601, the terminal responds to the test result checking instruction and plays the test video of the target application program, wherein the test video is used for recording a test process of the target application program.
In one possible implementation manner, one test may correspond to one test identifier, the test identifier may be carried in the test result checking instruction, and when the server receives the test result checking instruction, the server may obtain a test video corresponding to the test based on the test identifier, and play the video on the target page. In one possible implementation manner, the terminal may display a test catalog page, where the test catalog page may include at least one connection of test videos, and a clicking operation of a user on a connection of any test video may initiate a test result viewing instruction, and the terminal obtains any test video from the server in response to the test result viewing instruction. It should be noted that the above description of the method for acquiring the test video is merely an exemplary description, and the embodiment of the present application does not limit the specific method for acquiring the test video.
The target page may ask the test result to view the page, and the target page may be implemented by a vue.js (building framework of user interface) technology and an Element UI (Element User Interface ) technology, and a specific building method of the target page is not limited in the embodiments of the present disclosure.
In one possible implementation manner, the terminal may obtain a playing speed of the test video based on the playing speed adjustment instruction, and play the test video based on the playing speed. For example, the test video can be played at different times of speed such as 0.5 times of speed, 0.75 times of speed, 1.5 times of speed, 2 times of speed and the like through a vue-video-player.
In step 602, the terminal obtains test data associated with the test video and address information of a video clip associated with the test data.
The running scene for generating the test data is recorded in the video clip, and the video clip is obtained by intercepting the test video by the server based on the generation time of the test data and the creation time of the test video.
In the embodiment of the disclosure, in the application program testing process, the server may correlate the test video, the test data, the video fragment and the like, store the correlated data in the database, and when the terminal acquires the test video, the terminal may acquire the test data, the test data verification result, the address information of the video fragment and the like correlated with the test video. It should be noted that, the method for obtaining the video clip and the method for associating data are the same as the above steps 401 to 403, and will not be described herein.
In step 603, the terminal displays the verification result of the test data and the address information of the video clip based on the playing progress of the test video and the generation time of the test data.
In the embodiment of the disclosure, the terminal may obtain a timestamp corresponding to the current video frame based on the test video playing progress, and when the generation time of the test data is matched with the timestamp, display a verification result of the test data and address information of the video clip. In one possible implementation manner, the verification result of the test data and the address information of the video segment may be displayed in the form of an online test report, and of course, the generation time of the test data, the embedding point identifier of the embedding point corresponding to the test data, and the like may also be displayed. Referring to fig. 7, fig. 7 is a schematic diagram of a test result display provided in an embodiment of the present disclosure, in which a first area 702 of a test result display interface 701 may display a test video, and in which a second area 703 may display an online test report, where specific positions of the first area and the second area may be set by a developer, and the embodiment of the present disclosure is not limited thereto. Of course, the test video and the test inclusion may also be displayed in different interfaces, which is not limited by the disclosed embodiments.
In one possible implementation manner, the terminal may further label the video segments included in the test video when playing the test video. For example, in the process of playing a test video, when a certain video clip is played, a prompt message that the video clip has arrived may be displayed, and of course, the terminal may also mark the start time, the end time, etc. of the video clip in the progress bar of playing the test video.
By applying the technical scheme, in the test process, only the buried point scene needs to be triggered, the correctness of buried point data reporting is not required to be concerned, and the correctness of the buried point data reporting timer, the reporting field and the reporting verification result can be uniformly checked in the test report. In the embodiment of the application, when the test video is played, the information such as the verification result of the test data is displayed in real time based on the playing progress of the video, and a developer can accurately position the operation scene of the generating application program generating the test data, namely the generation scene of the test data, in the process of watching the video, and for the test data with problems, the video clip corresponding to the test data can be independently checked based on the video clip address displayed in the test report without manually operating the target application program to reproduce the generation scene of the test data, thereby improving the efficiency of problem investigation in the test process.
FIG. 8 is a block diagram illustrating an application testing apparatus according to an example embodiment. Referring to fig. 8, the apparatus includes a verification unit 801, a video clip determination unit 802, and a test unit 803.
A verification unit 801 configured to verify test data of a target application program;
a video segment determining unit 802 configured to determine, in response to the verification failure of the test data, a video segment from the test video based on the generation time of the test data and the creation time of the test video, the test video being obtained by recording a display interface when the target application program is running, the video segment recording a running scene of the test data that failed to generate the verification;
and a test unit 803 configured to test the test data based on the video clip.
In one possible implementation, the test unit 803 is configured to:
and providing the verification results of the video clips and the test data for a terminal, wherein the terminal is used for testing based on the playing of the video clips and the display of the verification results.
In one possible implementation, the apparatus further includes:
and the test data determining unit is configured to determine the test data from the candidate data based on the creation time of the test video and the generation time of the candidate data in the test data set, wherein the uploading equipment of the candidate data is the same as the uploading equipment of the test video, and the running scene of the test data is generated and recorded in the test video.
In one possible implementation, the test data determination unit is configured to:
decoding the test video, and determining the video duration of the test video;
determining a recording time period of the test video based on the video duration and the creation time;
and acquiring the candidate data with the generation time within the recording time period from the test data set as the test data.
In one possible implementation, the video clip determination unit 802 is configured to:
and when any time in the recording time period is the same as the generation time of the test data, determining the video in the target time length before and after any time in the test video as the video segment.
In one possible implementation, the apparatus further includes:
the address acquisition unit is configured to store the video clip and obtain address information of the video clip;
and a data association unit configured to associate address information of the video clip, the test data, and a verification result of the test data.
In one possible implementation, the apparatus further includes:
and the display unit is configured to respond to the test result checking instruction, play the video clip on the target page and display the check result of the test data.
The device provided by the embodiment of the disclosure verifies the test data of the target application program; responding to test data verification failure, based on the generation time of the test data and the creation time of a test video, intercepting a video fragment from the test video, wherein the test video is obtained by recording a display interface when the target application program runs, and the video fragment records a running scene of the test data which generates verification failure; based on the video clip, the test data is tested. By the device, when test data are wrong, only the test video needs to be played back, the data acquisition scene does not need to be reproduced manually, time and labor are saved, and the efficiency of problem investigation in the test process is improved.
FIG. 9 is a block diagram of an application testing apparatus, according to an example embodiment. Referring to fig. 9, the apparatus includes a video acquisition unit 901, a verification result acquisition unit 902, and a display unit 903.
A video obtaining unit 901, configured to obtain, in response to a test result viewing instruction, a video segment of a target application program, where the video segment is obtained by a server by intercepting, from a test video of the target application program, based on a generation time of test data of the target application program and a creation time of the test video of the target application program, where the test video is used to record a test process of the target application program;
A verification result obtaining unit 902, configured to obtain a verification result of the test data associated with the video segment, generate an operation scene of the test data, and record the operation scene in the video segment;
and a display unit 903, configured to display a verification result of the test data during the playing of the video clip.
In one possible implementation, the display unit 903 is configured to:
based on the playing progress of the video clip, acquiring a time stamp corresponding to the current video frame;
and when the generation time of the test data is matched with the time stamp, displaying the verification result of the test data.
The specific manner in which the various modules perform the operations in the apparatus of the above embodiments have been described in detail in connection with the embodiments of the method, and will not be described in detail herein.
FIG. 10 is a block diagram of a computer device, according to an example embodiment. The computer device 1000 may be configured or configured to vary significantly, and may include one or more processors (central processing units, CPU) 1001 and one or more memories 1002, where the memories 1002 store at least one instruction that is loaded and executed by the processors 1001 to implement the application testing method provided by the various method embodiments described above. Of course, the computer device may also have a wired or wireless network interface, a keyboard, an input/output interface, and other components for implementing the functions of the device, which are not described herein.
In an exemplary embodiment, a computer-readable storage medium is also provided, such as a memory, comprising instructions executable by a processor of a computer device to perform the above-described method. Alternatively, the storage medium may be a non-transitory computer readable storage medium, which may be, for example, ROM, random Access Memory (RAM), CD-ROM, magnetic tape, floppy disk, optical data storage device, and the like.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This disclosure is intended to cover any adaptations, uses, or adaptations of the disclosure following the general principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (16)

1. An application testing method, comprising:
determining test data of a target application program from candidate data based on the creation time of the test video of the target application program and the generation time of candidate data in a test data set, wherein uploading equipment of the candidate data is the same as uploading equipment of the test video, an operation scene for generating the test data is recorded in the test video, the operation scene is used for determining the reason of failure in verification of the test data, and the test data set stores buried point data uploaded by a terminal;
checking the test data;
responding to the test data verification failure, determining a video clip from the test video based on the generation time of the test data and the creation time of the test video, wherein the test video is obtained by recording a display interface when the target application program runs, and the video clip records the running scene of the test data which generates the verification failure;
based on a target recognition model, character recognition is carried out on each video frame image in the video segment, at least one keyword corresponding to the video segment is obtained, the video segment, the at least one keyword and a verification result of the test data are sent to a terminal, so that the terminal compares the at least one keyword with standard data corresponding to the test data in a buried data demand document, if the standard data is not included in the at least one keyword, a test result with wrong application program operation scene for generating the test data is obtained, and the terminal is used for displaying the at least one keyword, the test result and the verification result of the test data when the video segment is played.
2. The application program testing method according to claim 1, wherein the determining the test data from the candidate data of the test data set based on a creation time of the test video and a generation time of the candidate data in the test data set includes:
decoding the test video, and determining the video duration of the test video;
determining a recording time period of the test video based on the video duration and the creation time;
and acquiring the candidate data with the generation time within the recording time period from the test data set as the test data.
3. The application program testing method according to claim 2, wherein the determining a video clip from the test video based on the generation time of the test data and the creation time of the test video includes:
and when any time in the recording time period is the same as the generation time of the test data, determining the video in the target time duration before and after any time in the test video as the video clip.
4. The application program testing method according to claim 1, wherein after determining a video clip from the test video based on the generation time of the test data and the creation time of the test video, the method further comprises:
Storing the video clips to obtain address information of the video clips;
and correlating the address information of the video clip, the test data and the verification result of the test data.
5. The application program testing method according to claim 4, wherein after said associating the address information of the video clip, the test data, and the verification result of the test data, the method further comprises:
and responding to the test result checking instruction, playing the video clip on a target page, and displaying the verification result of the test data.
6. An application testing method, comprising:
responding to a test result checking instruction, acquiring a video fragment of a target application program, wherein the video fragment is obtained by intercepting the test video from a server based on the generation time of test data of the target application program and the creation time of the test video of the target application program, the test video is used for recording one test process of the target application program, the test data is determined from candidate data by the server based on the creation time of the test video and the generation time of the candidate data in the test data set, the uploading equipment of the candidate data is the same as the uploading equipment of the test video, and the test data set stores buried point data uploaded by a terminal;
Acquiring a verification result of test data associated with the video segment and at least one keyword corresponding to the video segment, generating an operation scene of the test data, and recording the operation scene in the video segment, wherein the operation scene is used for determining a reason of failure of verification of the test data, and the at least one keyword is obtained by performing character recognition on each video frame image in the video segment by the server based on a target recognition model;
comparing the at least one keyword with standard data corresponding to the test data in the embedded point data demand document, and if the at least one keyword does not comprise the standard data, obtaining a test result of the error of the application program operation scene for generating the test data, and displaying a verification result of the test data, the at least one keyword and the test result in the process of playing the video clip.
7. The application program testing method according to claim 6, wherein displaying the verification result of the test data during the playing of the video clip comprises:
acquiring a time stamp corresponding to the current video frame based on the playing progress of the video clip;
And when the generation time of the test data is matched with the time stamp, displaying a verification result of the test data.
8. An application testing apparatus, comprising:
a test data determining unit configured to determine test data of a target application program from candidate data based on creation time of a test video of the target application program and generation time of candidate data in a test data set, wherein uploading equipment of the candidate data is the same as uploading equipment of the test video, an operation scene of generating the test data is recorded in the test video, the operation scene is used for determining reasons of failure of verification of the test data, and the test data set stores buried point data uploaded by a terminal;
a verification unit configured to verify the test data;
the video segment determining unit is configured to respond to the test data verification failure, determine a video segment from the test video based on the generation time of the test data and the creation time of the test video, wherein the test video is obtained by recording a display interface when the target application program runs, and the video segment records the running scene of the test data which generates the verification failure;
The testing unit is configured to perform character recognition on each video frame image in the video segment based on a target recognition model, obtain at least one keyword corresponding to the video segment, send the video segment, the at least one keyword and a verification result of the test data to the terminal, so that the terminal compares the at least one keyword with standard data corresponding to the test data in the embedded data requirement document, and if the at least one keyword does not include the standard data, obtain a test result of an application program operation scene generating the test data with errors, and the terminal is used for displaying the at least one keyword, the test result and the verification result of the test data when the video segment is played.
9. The application program testing apparatus according to claim 8, wherein the test data determining unit is configured to:
decoding the test video, and determining the video duration of the test video;
determining a recording time period of the test video based on the video duration and the creation time;
and acquiring the candidate data with the generation time within the recording time period from the test data set as the test data.
10. The application program testing apparatus according to claim 9, wherein the video clip determining unit is configured to:
and when any time in the recording time period is the same as the generation time of the test data, determining the video in the target time duration before and after any time in the test video as the video clip.
11. The application testing apparatus of claim 8, wherein the apparatus further comprises:
the address acquisition unit is configured to store the video clips and obtain address information of the video clips;
and a data association unit configured to associate address information of the video clip, the test data, and a verification result of the test data.
12. The application testing apparatus of claim 11, wherein the apparatus further comprises:
and the display unit is configured to respond to the test result checking instruction, play the video clip on the target page and display the verification result of the test data.
13. An application testing apparatus, comprising:
the video acquisition unit is used for responding to a test result checking instruction, acquiring a video fragment of a target application program, wherein the video fragment is obtained by intercepting the test video from a server based on the generation time of test data of the target application program and the creation time of the test video of the target application program, the test video is used for recording one test process of the target application program, the test data is determined from the candidate data by the server based on the creation time of the test video and the generation time of candidate data in the test data set, the uploading equipment of the candidate data is the same as the uploading equipment of the test video, and the test data set stores buried point data uploaded by a terminal;
A verification result obtaining unit, configured to obtain a verification result of test data associated with the video segment and at least one keyword corresponding to the video segment, generate an operation scene of the test data, and record the operation scene in the video segment, where the operation scene is used to determine a cause of failure in verification of the test data, and the at least one keyword is obtained by performing character recognition on each video frame image in the video segment by the server based on a target recognition model;
and the display unit is used for comparing the at least one keyword with standard data corresponding to the test data in the embedded data demand document, and if the at least one keyword does not comprise the standard data, obtaining a test result of the wrong application program operation scene for generating the test data, and displaying a verification result of the test data, the at least one keyword and the test result in the process of playing the video clip.
14. The application testing apparatus according to claim 13, wherein the display unit is configured to:
acquiring a time stamp corresponding to the current video frame based on the playing progress of the video clip;
And when the generation time of the test data is matched with the time stamp, displaying a verification result of the test data.
15. A computer device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the operations performed by the application testing method of any one of claims 1 to 5; or operations performed by the application testing method of claim 6 or 7.
16. A computer readable storage medium, which when executed by a processor of a computer device, causes the computer device to perform the operations performed by the application testing method of any one of claims 1 to 5; or operations performed by the application testing method of claim 6 or 7.
CN202010202680.0A 2020-03-20 2020-03-20 Application program testing method and device, computer equipment and storage medium Active CN111309632B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010202680.0A CN111309632B (en) 2020-03-20 2020-03-20 Application program testing method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010202680.0A CN111309632B (en) 2020-03-20 2020-03-20 Application program testing method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111309632A CN111309632A (en) 2020-06-19
CN111309632B true CN111309632B (en) 2023-08-18

Family

ID=71157276

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010202680.0A Active CN111309632B (en) 2020-03-20 2020-03-20 Application program testing method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111309632B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111708522B (en) * 2020-06-23 2023-01-31 西安雷风电子科技有限公司 Video playing component development method and device
CN111857914B (en) * 2020-07-06 2021-10-01 上海意略明数字科技股份有限公司 Method and device for acquiring operation information of application program on terminal, storage medium and terminal
CN112580467A (en) * 2020-12-08 2021-03-30 平安国际智慧城市科技股份有限公司 Video regression testing method and device, computer equipment and storage medium
CN112653921B (en) * 2020-12-24 2023-07-04 广州市刑事科学技术研究所 Application program network behavior data analysis method, computer device and storage medium
CN112988580A (en) * 2021-03-11 2021-06-18 挂号网(杭州)科技有限公司 Test process reproduction method, device, equipment and storage medium
CN113111200B (en) * 2021-04-09 2024-05-24 百度在线网络技术(北京)有限公司 Method, device, electronic equipment and storage medium for auditing picture files

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9348727B1 (en) * 2015-11-18 2016-05-24 International Business Machines Corporation Enhancing GUI automation testing using video
CN110287101A (en) * 2019-05-22 2019-09-27 深圳壹账通智能科技有限公司 User interface automated testing method, device, computer equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9348727B1 (en) * 2015-11-18 2016-05-24 International Business Machines Corporation Enhancing GUI automation testing using video
CN110287101A (en) * 2019-05-22 2019-09-27 深圳壹账通智能科技有限公司 User interface automated testing method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN111309632A (en) 2020-06-19

Similar Documents

Publication Publication Date Title
CN111309632B (en) Application program testing method and device, computer equipment and storage medium
CN111632373B (en) Method and device for starting game and computer readable storage medium
CN113923518B (en) Tracking pixels and COOKIE for television event viewing
CN106776319B (en) Automatic test method and device
CN106547687A (en) Application testing method, apparatus and system
CN112015510B (en) Examination system management method and examination system
CN104918043A (en) Program broadcast testing method and device
CN106776323B (en) Application testing method and device
CN104809057A (en) Application test system, application test method and storage medium
CN113824987B (en) Method, medium, device and computing equipment for determining time consumption of first frame of live broadcasting room
KR20140046121A (en) System and method for testing application
CN112612690A (en) User interface information processing method and device, electronic equipment and storage medium
US20140176728A1 (en) Receiver and a transmitter
CN111506496A (en) Test data acquisition method and device, electronic equipment and storage medium
EP3754998B1 (en) Streaming media quality monitoring method and system
CN110674023B (en) Interface testing method and device
CN104093038A (en) Testing and monitoring method and device for real-time streaming media recognition service
KR20150025106A (en) Verification apparatus, terminal device, system, method and computer-readable medium for monitoring of application verification result
CN111143650B (en) Method, device, medium and electronic equipment for acquiring page data
CN117499287A (en) Web testing method, device, storage medium and proxy server
CN110460884B (en) Advertisement delivery monitoring method and device
CN114546814A (en) Recording playback method, recording playback device and storage medium
CN110674045A (en) Information tracking detection method and device, electronic equipment and storage medium
CN113297065A (en) Data processing method, game-based processing method and device and electronic equipment
CN112015652A (en) Buried point testing method, device, equipment and storage medium

Legal Events

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