CN111367814A - Embedded point testing method and device, terminal equipment and storage medium - Google Patents

Embedded point testing method and device, terminal equipment and storage medium Download PDF

Info

Publication number
CN111367814A
CN111367814A CN202010186382.7A CN202010186382A CN111367814A CN 111367814 A CN111367814 A CN 111367814A CN 202010186382 A CN202010186382 A CN 202010186382A CN 111367814 A CN111367814 A CN 111367814A
Authority
CN
China
Prior art keywords
buried point
preset
data
point
verification 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.)
Pending
Application number
CN202010186382.7A
Other languages
Chinese (zh)
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.)
Shenzhen kaniu Technology Co.,Ltd.
Original Assignee
Shenzhen Qianhai Handy Data Service Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Qianhai Handy Data Service Co ltd filed Critical Shenzhen Qianhai Handy Data Service Co ltd
Priority to CN202010186382.7A priority Critical patent/CN111367814A/en
Publication of CN111367814A publication Critical patent/CN111367814A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the invention discloses a buried point testing method, a buried point testing device, terminal equipment and a storage medium. The buried point testing method comprises the following steps: acquiring request information of a test page; filtering buried point data from the request information according to a preset interface; comparing the data of the embedded points with a preset embedded point requirement document to obtain verification information, wherein the preset embedded point requirement document comprises preset data corresponding to the embedded points of each interface; and acquiring a buried point triggering state result according to the verification information. The terminal equipment in the embodiment of the invention can filter the buried point data from the request information of the test page, automatically compare the buried point data with the preset buried point requirement document to obtain the verification information, and obtain the buried point trigger state result according to the verification information, thereby simplifying the buried point test process and assisting the user in realizing accurate and efficient test on the buried point.

Description

Embedded point testing method and device, terminal equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a buried point testing method and device, terminal equipment and a storage medium.
Background
In order to count and analyze the behavior of the user on the page, a method commonly adopted at present is to implant statistical code, namely a buried point, at a corresponding position of the code of the application or the page. The behavior of the user on the corresponding application or page can be tracked through the buried point, and the behavior comprises clicking, sliding, downloading, browsing and the like.
In order to ensure that the set embedded point can be normally used, after a product manager puts forward a requirement and a developer finishes programming, the embedded point needs to be tested, a piece of package capturing software such as Fiddler or Charles is usually started on test equipment, the embedded point data is obtained by the package capturing software, and the obtained embedded point data and an embedded point requirement document are manually verified in a manual mode to obtain a test result.
The inventor finds that at least the following problems exist in the prior art: in the prior art, after extra packet capturing software is usually required to be installed to acquire data of the embedded point, the data needs to be decrypted, verified, analyzed and the like manually, so that the testing process is not only tedious, but also the efficiency and quality of the embedded point testing are affected.
Disclosure of Invention
The embodiment of the invention provides a buried point testing method and device, terminal equipment and a storage medium. So as to realize accurate and efficient testing of the buried point.
In a first aspect, an embodiment of the present invention provides a buried point testing method, including: acquiring request information of a test page;
filtering buried point data from the request information according to a preset interface;
comparing the data of the embedded points with a preset embedded point requirement document to obtain verification information, wherein the preset embedded point requirement document comprises preset data corresponding to the embedded points of each interface;
and acquiring a buried point triggering state result according to the verification information.
In a second aspect, an embodiment of the present invention provides a buried point testing apparatus, including:
the request information acquisition module is used for acquiring the request information of the test page;
the buried point data acquisition module is used for filtering the buried point data from the request information according to a preset interface;
the verification information acquisition module is used for comparing the data of the embedded points with a preset embedded point requirement document to acquire verification information, wherein the embedded point requirement document comprises preset data corresponding to the embedded points of each interface;
and the buried point triggering state result acquisition module is used for acquiring a buried point triggering state result according to the verification information.
In a third aspect, an embodiment of the present invention provides a terminal device, where the terminal device includes:
one or more processors;
storage means for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the methods of any of the embodiments of the present invention.
In a fourth aspect, the embodiments of the present invention further provide a computer storage medium, on which a computer program is stored, which when executed by a processor implements the method according to any of the embodiments of the present invention.
According to the technical scheme of the embodiment of the invention, the embedded point data can be filtered from the request information of the test page, the embedded point data is automatically compared with the preset embedded point requirement document to obtain the verification information, and the embedded point trigger state result can be obtained according to the verification information, so that the embedded point test process is simplified, and a user is assisted to realize accurate and efficient test on the embedded point.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
Fig. 1a is a schematic view of an application scenario of a buried point testing method according to an embodiment of the present invention;
FIG. 1b is a flowchart of a buried point testing method according to an embodiment of the present invention;
fig. 2 is a flowchart of a buried point testing method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a buried point testing apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a terminal device according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
It should be further noted that, for the convenience of description, only some but not all of the relevant aspects of the present invention are shown in the drawings. Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently or simultaneously. In addition, the order of the operations may be re-arranged. A process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example one
Fig. 1 is a flowchart of a buried point testing method according to an embodiment of the present invention, where the present embodiment is applicable to a case of testing a buried point, and the method may be executed by a buried point testing apparatus according to an embodiment of the present invention, and the apparatus may be implemented in a software and/or hardware manner. A specific application scenario of the embodiment is shown in fig. 1a, and as shown in fig. 1b, the method specifically includes the following operations:
step 101, obtaining request information of a test page.
Optionally, the test page includes an application page or an H5 page, which is, of course, only illustrated by way of example in this embodiment and is not limited to a specific type of the test page, and the specific type of the test page is not limited in this embodiment as long as there is a buried point and the buried point is a page requested by the hypertext transfer protocol Http.
Optionally, the terminal device includes a server and a front end.
Optionally, before obtaining the request information of the test page, the method further includes: and transmitting the IP addresses of the preset port and the server to a tested terminal where the test page is located, wherein the tested terminal carries out network agent configuration according to the IP addresses of the preset port and the server.
It should be noted that, in this embodiment, the server in the terminal device provides a text transfer protocol Http proxy, that is, the IP addresses of the preset port and the server are transmitted to the terminal to be tested where the page to be tested is located, and the terminal to be tested performs network proxy configuration according to the obtained IP addresses of the preset port and the server, so that the network of the terminal to be tested can pass through the Http proxy of the server, and the server of the terminal device can intercept data of the terminal to be tested.
Specifically, the terminal device for testing in this embodiment includes a server and a front end, and the server specifically includes an agent program and a data verification program, so that in this embodiment, the embedded point is mainly tested by the server in the terminal device, and the front end is mainly used for visually displaying the test result. And before acquiring the request information of the test page for testing, the data of the embedded point requirement document needs to be imported from the front-end page to the server. Information can be transmitted in a two-way mode between a server side and a front end in the terminal device, and a WebSocket protocol is adopted for interaction, so that the front end can transmit the acquired preset embedded point requirement document and the preset interface to the server side. Certainly, the information interaction between the server and the front end may also be implemented by the front end actively polling according to the Http protocol, and therefore, the interaction manner between the server and the front end in the terminal device is not limited in this embodiment. The server side analyzes and converts a preset embedded point demand document into a JSON form and transmits the JSON form to the front end, and at the moment, the front end displays the analyzed embedded point demand document in the JSON form in a list form, wherein the list form is a schematic diagram of a list displayed by the front end and is shown in the following table 1;
TABLE 1
Figure BDA0002414347250000051
Figure BDA0002414347250000061
And 102, filtering the buried point data from the request information according to a preset interface.
Specifically, in the embodiment, the request data for operating on the application page or H5 page may be captured by the agent in the server, where the type of the request data may specifically be a Http request, since there is a lot of Http requests obtained from the application page or H5 page, and some request data are unrelated to the buried point to be tested. The server side in the terminal device filters the embedded point data from the captured request data according to the configured embedded point interface. For example, the preset interface corresponding to the buried point to be tested is a, and the data captured by the server includes: the request data A of the interface a, the request data B of the interface B and the request data C of the interface C are filtered through the preset interface a, and a verification program in a subsequent server can only verify the request data A, so that the corresponding verification speed can be improved.
And 103, comparing the buried point data with a preset buried point requirement document to obtain verification information.
The preset embedded point requirement document comprises preset data corresponding to the embedded points of each interface.
Optionally, comparing the data of the buried point with a preset buried point requirement document to obtain verification information may include: analyzing the buried point data to obtain an analysis result; and comparing the analysis result with a preset embedded point requirement document to obtain verification information.
Optionally, the verification information includes: buried point triggering state, buried point triggering times and buried point triggering sequence number.
It should be noted that the data of the embedded point obtained by filtering also needs to be converted into plaintext data by parsing, and the data verification information of the embedded point is obtained by comparing the converted plaintext data with preset data of the data required by the embedded point. Adding the verification information to the list shown in table 1 to obtain the embedded point state data list, which is a schematic diagram of the embedded point state data list as shown in table 2 below:
TABLE 2
Figure BDA0002414347250000071
When the data of the embedded point is determined to be the same as the preset data of the embedded point requirement document, the triggering state is displayed, the transverse line in the table 2 is used for marking the triggering state for displaying, the corresponding triggering times and the serial number of the embedded point are added to the data list of the embedded point state, and the visual display is carried out at the front end, so that a user can obtain the information of the embedded point test result more visually.
And 104, acquiring a buried point triggering state result according to the verification information.
And if the embedded point triggering state obtained according to the verification information in the embedded point state data list is a triggering state, indicating that the embedded point data is triggered and the tested embedded point is normally triggered, otherwise indicating that the tested embedded point is abnormal.
It should be noted that, by using the embedded point test in the embodiment, since the test efficiency and quality are improved and the configuration parameters are saved, the version iterative regression test is facilitated, and thus the period of the whole embedded point test is shortened.
The terminal equipment in the embodiment of the invention can filter the buried point data from the request information of the test page, automatically compare the buried point data with the preset buried point requirement document to obtain the verification information, and obtain the buried point trigger state result according to the verification information, thereby simplifying the buried point test process and assisting the user in realizing accurate and efficient test on the buried point.
Example two
Fig. 2 is a flowchart of a buried point testing method according to a second embodiment of the present invention, where the second embodiment is based on the above-mentioned embodiment, in the present embodiment, after comparing the buried point data with a preset buried point requirement document to obtain verification information, the method further includes: and acquiring a buried point log corresponding to the verification information. Correspondingly, the method of the embodiment specifically includes the following operations:
step 201, obtaining request information of a test page.
Step 202, filtering the buried point data from the request information according to a preset interface.
And step 203, comparing the data of the buried points with a preset buried point requirement document to obtain verification information.
And step 204, acquiring a buried point log corresponding to the verification information.
It should be noted that after the verification information is obtained, a buried point log corresponding to the verification information is also obtained and displayed at the front end, the buried point log is represented in a form of compiled code, and the buried point log refreshes interface request data and a serial number corresponding to the currently triggered buried point in real time.
And step 205, acquiring a buried point triggering state result according to the verification information.
Under the condition that the buried point test is determined to be triggered abnormally according to the verification information, the buried point log can be used for troubleshooting, the problems existing in the buried point setting can be found out in time, and therefore an effective basis is provided for test troubleshooting.
The terminal equipment in the embodiment of the invention can filter the buried point data from the request information of the test page, automatically compare the buried point data with the preset buried point requirement document to obtain the verification information, and obtain the buried point trigger state result according to the verification information, thereby simplifying the buried point test process and assisting the user in realizing accurate and efficient test on the buried point. In the embodiment, under the condition of determining abnormal buried point test, the buried point log can be used as an effective basis for checking, and the problems existing in the buried point setting can be found out in time, so that the efficiency and the accuracy of buried point repairing are improved.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a buried point testing apparatus according to a third embodiment of the present invention, where the apparatus includes: a request information obtaining module 301, a buried point data obtaining module 302, a verification information obtaining module 303 and a test result obtaining module 304.
The request information obtaining module 301 is configured to obtain request information of a test page; a buried point data obtaining module 302, configured to filter buried point data from the request information according to a preset interface; the verification information obtaining module 303 is configured to compare the embedded point data with a preset embedded point requirement document to obtain verification information, where the embedded point requirement document includes preset data corresponding to the embedded point of each interface; and the test result acquisition module 304 is configured to acquire a buried point trigger state result according to the verification information.
Optionally, the verification information obtaining module 303 is specifically configured to analyze the buried point data to obtain an analysis result; and comparing the analysis result with a preset embedded point requirement document to obtain verification information.
Optionally, the system further includes a network agent setting module, specifically configured to transmit the IP addresses of the preset port and the server to a tested terminal where the test page is located, where the tested terminal performs network agent configuration according to the IP addresses of the preset port and the server.
Optionally, the verification information includes: buried point triggering state, buried point triggering times and buried point triggering sequence number.
Optionally, the system further includes a buried point log obtaining module, which is specifically configured to obtain a buried point log corresponding to the verification information.
The device can execute the embedded point testing method provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method. For technical details not described in detail in this embodiment, reference may be made to the method provided in any embodiment of the present invention.
Example four
Fig. 4 is a schematic structural diagram of a terminal device according to an embodiment of the present invention. Fig. 4 illustrates a block diagram of an exemplary device 412 suitable for use in implementing embodiments of the present invention. The device 412 shown in fig. 4 is only an example and should not impose any limitation on the functionality or scope of use of embodiments of the present invention.
As shown in FIG. 4, device 412 is in the form of a general purpose computing device. The components of device 412 may include, but are not limited to: one or more processors 416, a memory 428, and a bus 418 that couples the various system components (including the memory 428 and the processors 416).
Bus 418 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Device 412 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by device 412 and includes both volatile and nonvolatile media, removable and non-removable media.
The memory 428 is used to store instructions. Memory 428 can include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)430 and/or cache memory 432. The device 412 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 434 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 4, commonly referred to as a "hard drive"). Although not shown in FIG. 4, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 418 by one or more data media interfaces. Memory 428 can include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 440 having a set (at least one) of program modules 442 may be stored, for instance, in memory 428, such program modules 442 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. The program modules 442 generally perform the functions and/or methodologies of the described embodiments of the invention.
The device 412 may also communicate with one or more external devices 414 (e.g., keyboard, pointing device, display 424, etc.), with one or more devices that enable a user to interact with the device 412, and/or with any devices (e.g., network card, modem, etc.) that enable the device 412 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 422. Also, the device 412 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) through the network adapter 420. As shown, network adapter 420 communicates with the other modules of device 412 over bus 418. It should be appreciated that although not shown in FIG. 4, other hardware and/or software modules may be used in conjunction with device 412, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processor 416 executes instructions stored in the memory 428 to perform various functional applications and data processing, such as implementing the embedded point test method provided by the embodiment of the present invention: acquiring request information of a test page; filtering buried point data from the request information according to a preset interface; comparing the data of the embedded points with a preset embedded point requirement document to obtain verification information, wherein the preset embedded point requirement document comprises preset data corresponding to the embedded points of each interface; and acquiring a buried point triggering state result according to the verification information.
EXAMPLE five
An embodiment five of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a buried point testing method as provided in all inventive embodiments of the present application:
acquiring request information of a test page; filtering buried point data from the request information according to a preset interface; comparing the data of the embedded points with a preset embedded point requirement document to obtain verification information, wherein the preset embedded point requirement document comprises preset data corresponding to the embedded points of each interface; and acquiring a buried point triggering state result according to the verification information.
Any combination of one or more computer-readable media may be employed. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A buried point testing method is applied to terminal equipment and is characterized by comprising the following steps:
acquiring request information of a test page;
filtering buried point data from the request information according to a preset interface;
comparing the data of the embedded points with a preset embedded point demand document to obtain verification information, wherein the preset embedded point demand document comprises preset data corresponding to the embedded points of each interface;
and acquiring a buried point triggering state result according to the verification information.
2. The method of claim 1, wherein the terminal device comprises a server and a head end,
after the comparison between the data of the embedded points and a preset embedded point requirement document is carried out to obtain the verification information, the method further comprises the following steps:
and pushing the verification information to the front end for visual display.
3. The method of claim 2, wherein comparing the burial point data with a preset burial point requirement document to obtain verification information comprises:
analyzing the buried point data to obtain an analysis result;
and comparing the analysis result with the preset embedded point requirement document to obtain verification information.
4. The method of claim 2, wherein before obtaining the request information of the test page, further comprising:
and transmitting the IP addresses of the preset port and the server to a tested terminal where the test page is located, wherein the tested terminal carries out network agent configuration according to the IP addresses of the preset port and the server.
5. The method of claim 3, wherein the verification information comprises: buried point triggering state, buried point triggering times and buried point triggering sequence number.
6. The method of claim 5, wherein after comparing the data of the burial point with a preset burial point requirement document to obtain the verification information, the method further comprises:
and acquiring a buried point log corresponding to the verification information.
7. The method of any of claims 1 to 6, wherein the test page comprises an application page or an H5 page.
8. A buried point testing device, comprising:
the request information acquisition module is used for acquiring the request information of the test page;
the buried point data acquisition module is used for filtering buried point data from the request information according to a preset interface;
the verification information acquisition module is used for comparing the data of the embedded points with a preset embedded point requirement document to acquire verification information, wherein the embedded point requirement document comprises preset data corresponding to the embedded points of each interface;
and the buried point triggering state result acquisition module is used for acquiring a buried point triggering state result according to the verification information.
9. A terminal device, characterized in that the terminal device comprises:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-7.
10. A computer storage medium on which a computer program is stored, which program, when being executed by a processor, carries out the method according to any one of claims 1-7.
CN202010186382.7A 2020-03-17 2020-03-17 Embedded point testing method and device, terminal equipment and storage medium Pending CN111367814A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010186382.7A CN111367814A (en) 2020-03-17 2020-03-17 Embedded point testing method and device, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010186382.7A CN111367814A (en) 2020-03-17 2020-03-17 Embedded point testing method and device, terminal equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111367814A true CN111367814A (en) 2020-07-03

Family

ID=71208871

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010186382.7A Pending CN111367814A (en) 2020-03-17 2020-03-17 Embedded point testing method and device, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111367814A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112148606A (en) * 2020-09-22 2020-12-29 京东数字科技控股股份有限公司 Embedded point testing method, device, equipment and computer readable medium
CN112181821A (en) * 2020-09-24 2021-01-05 浙江大搜车软件技术有限公司 Interface test coverage detection method and device, electronic device and storage medium
CN112214407A (en) * 2020-10-10 2021-01-12 广州华多网络科技有限公司 Data verification control and execution method and corresponding device, equipment and medium
CN113300912A (en) * 2021-05-21 2021-08-24 湖南快乐阳光互动娱乐传媒有限公司 Equipment testing method and device and electronic equipment
CN113448834A (en) * 2020-09-25 2021-09-28 北京新氧科技有限公司 Buried point testing method and device, electronic equipment and storage medium
CN114598930A (en) * 2022-03-02 2022-06-07 湖南快乐阳光互动娱乐传媒有限公司 Test method, test device, electronic equipment and computer storage medium
CN115484200A (en) * 2022-09-21 2022-12-16 北京沃东天骏信息技术有限公司 Embedded point testing method, device, server, storage medium and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104915296A (en) * 2015-06-29 2015-09-16 北京金山安全软件有限公司 Buried point testing method, data query method and device
CN106844217A (en) * 2017-01-26 2017-06-13 网易(杭州)网络有限公司 Control to applying bury method and device, readable storage medium storing program for executing a little
CN107894889A (en) * 2017-10-16 2018-04-10 努比亚技术有限公司 Bury point methods, equipment and computer-readable recording medium
CN108319552A (en) * 2018-02-07 2018-07-24 优信数享(北京)信息技术有限公司 One kind burying a test method, apparatus and system
CN109960651A (en) * 2019-02-13 2019-07-02 北京达佳互联信息技术有限公司 Bury a test method, system, device and computer readable storage medium
CN110874302A (en) * 2018-08-31 2020-03-10 北京京东尚科信息技术有限公司 Method and device for determining buried point configuration information

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104915296A (en) * 2015-06-29 2015-09-16 北京金山安全软件有限公司 Buried point testing method, data query method and device
CN106844217A (en) * 2017-01-26 2017-06-13 网易(杭州)网络有限公司 Control to applying bury method and device, readable storage medium storing program for executing a little
CN107894889A (en) * 2017-10-16 2018-04-10 努比亚技术有限公司 Bury point methods, equipment and computer-readable recording medium
CN108319552A (en) * 2018-02-07 2018-07-24 优信数享(北京)信息技术有限公司 One kind burying a test method, apparatus and system
CN110874302A (en) * 2018-08-31 2020-03-10 北京京东尚科信息技术有限公司 Method and device for determining buried point configuration information
CN109960651A (en) * 2019-02-13 2019-07-02 北京达佳互联信息技术有限公司 Bury a test method, system, device and computer readable storage medium

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112148606A (en) * 2020-09-22 2020-12-29 京东数字科技控股股份有限公司 Embedded point testing method, device, equipment and computer readable medium
CN112148606B (en) * 2020-09-22 2024-05-17 京东科技控股股份有限公司 Buried point test method, buried point test device, buried point test equipment and computer readable medium
CN112181821A (en) * 2020-09-24 2021-01-05 浙江大搜车软件技术有限公司 Interface test coverage detection method and device, electronic device and storage medium
CN113448834A (en) * 2020-09-25 2021-09-28 北京新氧科技有限公司 Buried point testing method and device, electronic equipment and storage medium
CN112214407A (en) * 2020-10-10 2021-01-12 广州华多网络科技有限公司 Data verification control and execution method and corresponding device, equipment and medium
CN113300912A (en) * 2021-05-21 2021-08-24 湖南快乐阳光互动娱乐传媒有限公司 Equipment testing method and device and electronic equipment
CN113300912B (en) * 2021-05-21 2022-07-26 湖南快乐阳光互动娱乐传媒有限公司 Equipment testing method and device and electronic equipment
CN114598930A (en) * 2022-03-02 2022-06-07 湖南快乐阳光互动娱乐传媒有限公司 Test method, test device, electronic equipment and computer storage medium
CN115484200A (en) * 2022-09-21 2022-12-16 北京沃东天骏信息技术有限公司 Embedded point testing method, device, server, storage medium and system
CN115484200B (en) * 2022-09-21 2024-05-17 北京沃东天骏信息技术有限公司 Buried point testing method, buried point testing device, server, storage medium and buried point testing system

Similar Documents

Publication Publication Date Title
CN111367814A (en) Embedded point testing method and device, terminal equipment and storage medium
CN110795325B (en) Visual point burying method, device, equipment and storage medium
CN108900776B (en) Method and apparatus for determining response time
US9235640B2 (en) Logging browser data
US9003235B2 (en) Indicating coverage of web application testing
CN110069413B (en) Test data communication, test method, device, equipment and storage medium
CN110035087B (en) Method, device, equipment and storage medium for recovering account information from traffic
CN104579830A (en) Service monitoring method and device
CN110597704B (en) Pressure test method, device, server and medium for application program
CN110929128A (en) Data crawling method, device, equipment and medium
CN111309606B (en) Page exception handling method and device, computer equipment and storage medium
CN110888731B (en) Method, device, equipment and storage medium for acquiring route data
CN109165372B (en) Webpage loading method, device, equipment and storage medium
CN113362173A (en) Anti-duplication mechanism verification method, anti-duplication mechanism verification system, electronic equipment and storage medium
CN110995538A (en) Network data acquisition method, device, system, equipment and storage medium
CN109388917B (en) Hardware equipment authentication method, device, equipment and storage medium
CN116662193A (en) Page testing method and device
WO2015062003A1 (en) User interface tester
CN110602162B (en) Terminal evidence obtaining method, device, equipment and storage medium
CN111741046B (en) Data reporting method, data acquisition method, device, equipment and medium
CN114564353A (en) Data verification method and device, electronic equipment and storage medium
CN111131369B (en) APP use condition transmission method and device, electronic equipment and storage medium
CN115484200B (en) Buried point testing method, buried point testing device, server, storage medium and buried point testing system
CN115237816B (en) System function verification method and device, electronic equipment and readable storage medium
CN111651330B (en) Data acquisition method, data acquisition device, electronic equipment and computer readable 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20210421

Address after: 518000 room 602, building B, Kingdee Software Park, Keji South 12th Road, high tech Zone, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant after: Shenzhen kaniu Technology Co.,Ltd.

Address before: 518000 Guangdong city of Shenzhen province Qianhai Shenzhen Hong Kong cooperation zone before Bay Road No. 1 building 201 room A

Applicant before: Shenzhen Qianhai handy Data Service Co.,Ltd.