CN111090592A - Automatic testing method of buried point, terminal and readable storage medium - Google Patents

Automatic testing method of buried point, terminal and readable storage medium Download PDF

Info

Publication number
CN111090592A
CN111090592A CN201911341918.1A CN201911341918A CN111090592A CN 111090592 A CN111090592 A CN 111090592A CN 201911341918 A CN201911341918 A CN 201911341918A CN 111090592 A CN111090592 A CN 111090592A
Authority
CN
China
Prior art keywords
buried
buried point
data information
point
embedded
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
CN201911341918.1A
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.)
Shanghai Pinshun Information Technology Co ltd
Original Assignee
Shanghai Pinshun 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 Shanghai Pinshun Information Technology Co ltd filed Critical Shanghai Pinshun Information Technology Co ltd
Priority to CN201911341918.1A priority Critical patent/CN111090592A/en
Publication of CN111090592A publication Critical patent/CN111090592A/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/3684Test management for test design, e.g. generating new test cases
    • 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

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)
  • Geophysics And Detection Of Objects (AREA)

Abstract

The invention discloses an automatic testing method of a buried point, which comprises the following steps: when detecting that a buried point in a page to be detected is triggered, acquiring buried point data information corresponding to the buried point; and sending the data information of the buried points to a target server, wherein the target server is used for detecting the buried points according to the received data information of the buried points. The invention also provides a terminal and a readable storage medium. According to the automatic embedded point testing method, the embedded point data information of all embedded points of the page to be tested is only sent to the target server, the embedded point detection is carried out through the target server according to the received embedded point data information, test cases do not need to be compiled for all the embedded points, time and labor are saved, and maintenance cost is saved.

Description

Automatic testing method of buried point, terminal and readable storage medium
Technical Field
The invention relates to the technical field of computers, in particular to an automatic testing method of a buried point, a terminal and a readable storage medium.
Background
With the rapid development of software technology, various software layers capable of implementing functions of image processing, chatting, video playing and the like are in a large number, and in order to research user behaviors and functional effects of software, a plurality of buried points are usually set in the software before the software is released. When a user uses software, if the user triggers a function module with a preset embedded point, the embedded point data is analyzed to obtain the quality of the software function, and then the software function is adjusted or improved. At present, in order to know whether the functions of software can be normally executed, a method for compiling UI (user interface) automation cases is often adopted, namely corresponding automation test cases are respectively compiled for all embedded points in the software, the embedded points are automatically triggered through the UI to obtain embedded point data, and then the embedded point data is verified according to the test cases corresponding to the embedded points, however, the method for compiling the UI automation cases is time-consuming, labor-consuming and high in maintenance cost.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide an automatic testing method of buried points, a terminal and a readable storage medium, and aims to solve the problems that the verification of the buried points by a method for compiling UI (user interface) automation cases is time-consuming and labor-consuming and high in maintenance cost.
In order to achieve the above object, the present invention provides an automatic testing method for a buried point, comprising the following steps:
when detecting that a buried point in a page to be detected is triggered, acquiring buried point data information corresponding to the buried point;
and sending the data information of the buried points to a target server, wherein the target server is used for detecting the buried points according to the received data information of the buried points.
Optionally, the step of sending the buried point data information to a target server includes:
acquiring a configuration file;
acquiring address information of the target server according to the configuration file;
and sending the buried point data information to the target server according to the address information.
In addition, in order to achieve the above object, the present invention further provides an automatic testing method for embedded points, which includes the following steps:
receiving buried point data information corresponding to a buried point triggered by a page to be tested;
acquiring a matching result of the buried point data information and preset buried point configuration information;
and marking the state of the buried point data information according to the matching result.
Optionally, the step of marking the state of the buried point data information according to the matching result includes:
and when the matching result is that the parameter structure of the buried point to be detected of the buried point data information is not matched with the parameter structure of the buried point in the preset buried point configuration information, marking the buried point data information as an abnormal state.
Optionally, the step of marking the state of the buried point data information according to the matching result further includes:
when the matching result is that the embedded point parameter structure to be detected of the embedded point data information is matched with the embedded point parameter structure in the preset embedded point configuration information, judging whether the embedded point parameter value to be detected of the embedded point data information is matched with the embedded point parameter value in the preset embedded point configuration information;
if the data information is matched with the data information, marking the data information of the buried point as a normal state; or,
and if not, marking the buried point data information as a value abnormal state.
Optionally, after the step of marking the state of the buried point data information according to the matching result, the method includes:
generating a buried point test report according to the buried point data information, the state of the buried point data information, the preset buried point configuration information and the matching result;
and outputting the buried point test report.
Optionally, after the step of receiving the data information of the buried point corresponding to the buried point triggered by the page to be tested, the method includes:
when the buried point data information comprises a plurality of buried points, acquiring the buried point quantity of the buried point data information;
when the number of the embedded points is matched with the preset number of the embedded points, executing the step of obtaining the matching result of the embedded point data information and the preset embedded point configuration information;
and outputting the abnormal prompt information of the buried point setting when the number of the buried points is not matched with the preset number of the buried points.
In addition, in order to achieve the above object, the present invention further provides a terminal, which includes a memory, a processor, and an automatic testing program of a buried point stored in the memory and operable on the processor, wherein the automatic testing program of the buried point, when executed by the processor, implements the steps of the automatic testing method of the buried point as described above.
In addition, to achieve the above object, the present invention further provides a readable storage medium storing an automated testing program for embedded points, which when executed by the processor implements the steps of the automated testing method for embedded points as described above.
The invention provides an automatic testing method of buried points, a client sends buried point data information corresponding to a buried point triggered in a page to be tested to a target server, receiving the buried point data information at the target server, obtaining a matching result by comparing the buried point data information with preset buried point configuration information, the embedded point automatic test method only needs to send the embedded point data information of all embedded points of the page to be tested to a target server, the target server carries out buried point detection according to the received buried point data information, and test cases do not need to be compiled for each buried point, so that time and labor are saved, and the maintenance cost is saved.
Drawings
Fig. 1 is a schematic hardware structure diagram of a terminal for implementing various embodiments of the present invention;
fig. 2 is a schematic flowchart of a first embodiment of an automated testing method for a buried point according to the present invention when a terminal device is used as a sending end in this embodiment;
fig. 3 is a schematic flowchart illustrating a second embodiment of the method for automatically testing a buried node according to the present invention when the terminal device serves as a receiving end;
FIG. 4 is a flowchart illustrating a third exemplary embodiment of a method for automated testing of buried points according to the present invention;
fig. 5 is a schematic flow chart of a fourth embodiment of the method for automatically testing a buried point according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
The terminal may be implemented in various forms. For example, the terminal described in the present invention may include terminals such as a mobile phone, a tablet computer, a notebook computer, and a palm computer.
It will be understood by those skilled in the art that the configuration according to the embodiment of the present invention can be applied to a fixed type terminal, in addition to elements particularly used for moving purposes.
Please refer to fig. 1, which is a schematic diagram of a hardware structure of a terminal for implementing various embodiments of the present invention, where the terminal may include: memory 101, processor 102, display unit 103, and communication module 104. Those skilled in the art will appreciate that the terminal configuration shown in fig. 1 is not intended to be limiting, and that the terminal may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components. The memory 101 stores therein a central control system and an automatic test program for embedded points. The processor 102 is a control center of the terminal, and the processor 102 executes the automatic testing program of the embedded point stored in the memory 101 to implement the steps of the embodiments of the automatic testing method of the embedded point of the present invention.
The Display unit 103 includes a Display panel, which may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like, and is configured to output a test result of an automatic test program for displaying a buried point after being executed by the processor 102. The communication module 104 establishes data communication with the target server through a network protocol to send the embedded point data information of the embedded point triggered by the page to be detected to the target server, so that the target server is used for detecting the embedded point according to the received embedded point data information.
Based on the hardware construction, the invention provides various embodiments of the automatic testing method of the embedded point.
Fig. 2 is a schematic flow chart of a first embodiment of the automated testing method for embedded points according to the present invention when the terminal device is used as a sending end in this embodiment. In this embodiment, the automated testing method for the buried point comprises the following steps:
step S10, when detecting that a buried point in a page to be detected is triggered, acquiring buried point data information corresponding to the buried point;
and step S20, sending the buried point data information to a target server, wherein the target server is used for carrying out buried point detection according to the received buried point data information.
It should be noted that the page to be tested may be any page in the software to be tested, for example, a landing page, a browsing page, a downloading page, an operating page, a game page, and the like. The software to be tested can be any application software or operation software in the terminal, and the like, for example, the software to be tested can be WeChat, popular comment network, drip-and-shoot vehicle or love art, and the like. The page to be tested may include one or more test objects, and the page to be tested may or may not include non-test objects. The test objects can be various functional blocks, and the non-test objects are various functional blocks except the test objects in the page to be tested. The function block may be an advertisement, a button, a menu, a radio box, a check box or a text box, etc. The test object may have a buried point, and the test object may have a single buried point, or the test object may have a plurality of buried points. The embedded point is a data acquisition method for analyzing a test object, and when the embedded point is triggered when a corresponding functional module is executed, the operating data of the test object can be acquired, and the operating data is analyzed to obtain the operating condition of the test object or the user habit when the user uses the test object, for example, the embedded point can monitor the user behavior such as the click frequency of the user click operation. The buried point data information comprises buried point parameter structure information to be detected and buried point parameter values to be detected, wherein the buried point parameter structure information to be detected comprises buried point names, parameter set fields and parameter structures. Acquiring buried point data information corresponding to buried points, wherein the buried point data information can be acquired by setting one or more fixed time; or setting an acquisition time period and periodically acquiring buried point data; whether the network state at the current time is congested or not can also be detected, and the embedded data is obtained when the network state is good is selected according to the generated embedded data amount.
In order to report the buried point data information to the designated target server, the buried point data information can be reported by modifying the local configuration file of the page to be tested. The local configuration file is a file containing a corresponding relation between a website domain name and an IP address. Specifically, the reporting address of the buried point data information can be modified into the IP address of the target server by modifying the local configuration file of the page to be tested, so that the buried point data can be reported to the target server. Step S20 includes: acquiring a configuration file; acquiring address information of the target server according to the configuration file; and sending the buried point data information to the target server according to the address information. And the target server is used for detecting the buried points according to the received buried point data information.
In the technical scheme disclosed in this embodiment, compared with a method for acquiring buried point data by automatically triggering buried points through a UI and then checking the buried point data according to a test case corresponding to the buried points, the buried point automatic test method of the present invention only needs to send the buried point data information of all the buried points of a page to be tested to a target server, and performs buried point detection according to the received buried point data information through the target server, and does not need to compile a test case for each buried point, which is time-saving, labor-saving, and maintenance cost-saving.
Referring to fig. 3, when the terminal device of the present invention is used as a receiving end, the embedded point detection is performed according to the received embedded point data information, and fig. 3 is a flowchart illustrating a second embodiment of the embedded point automatic testing method of the present invention when the terminal device of the present embodiment is used as a receiving end. In this embodiment, the automated testing method for the buried point comprises the following steps:
step S30, receiving buried point data information corresponding to a buried point triggered by a page to be tested;
step S40, obtaining the matching result of the buried point data information and the preset buried point configuration information;
and step S50, marking the state of the buried point data information according to the matching result.
It should be noted that the page to be tested may be any page in the software to be tested, for example, a landing page, a browsing page, a downloading page, an operating page, a game page, and the like. The software to be tested can be any application software or operation software in the terminal, and the like, for example, the software to be tested can be WeChat, popular comment network, drip-and-shoot vehicle or love art, and the like. The page to be tested may include one or more test objects, and the page to be tested may or may not include non-test objects. The test objects can be various functional blocks, and the non-test objects are various functional blocks except the test objects in the page to be tested. The function block may be an advertisement, a button, a menu, a radio box, a check box or a text box, etc. The test object may have a buried point, and the test object may have a single buried point, or the test object may have a plurality of buried points. The embedded point is a data acquisition method for analyzing a test object, and when the embedded point is triggered when a corresponding functional module is executed, the operating data of the test object can be acquired, and the operating data is analyzed to obtain the operating condition of the test object or the user habit when the user uses the test object, for example, the embedded point can monitor the user behavior such as the click frequency of the user click operation. The buried point data information comprises buried point parameter structure information to be detected and buried point parameter values to be detected, wherein the buried point parameter structure information to be detected comprises buried point names, parameter set fields and parameter structures. The preset embedded point configuration information comprises an embedded point parameter structure and an embedded point parameter value, wherein the embedded point parameter structure comprises an embedded point name, a parameter set field and a parameter structure.
Acquiring a matching result of the embedded point data information and preset embedded point configuration information, namely comparing the embedded point parameter structure information to be detected in the embedded point data information with the embedded point parameter structure in the preset embedded point configuration information, and comparing the embedded point parameter value to be detected in the embedded point data information with the embedded point parameter value in the preset embedded point configuration information, wherein it can be understood that the embedded point data information of the page to be detected is in a normal state only when the matching result of the secondary comparison is matched, so that the step S50 includes: when the matching result is that the parameter structure of the buried point to be detected of the buried point data information is not matched with the parameter structure of the buried point in the preset buried point configuration information, marking the buried point data information as an abnormal state; when the matching result is that the embedded point parameter structure to be detected of the embedded point data information is matched with the embedded point parameter structure in the preset embedded point configuration information, judging whether the embedded point parameter value to be detected of the embedded point data information is matched with the embedded point parameter value in the preset embedded point configuration information; if the data information is matched with the data information, marking the data information of the buried point as a normal state; or if the data information is not matched with the data information, marking the buried point data information as a value abnormal state. It can be understood that when the embedded point data information is marked as an abnormal state, the embedded point parameter structure to be detected in the embedded point data information of the page to be detected is abnormal; when the embedded point data information is marked as a value abnormal state, namely the embedded point parameter value to be detected in the embedded point data information of the page to be detected is abnormal.
In the technical scheme disclosed in this embodiment, compared with a method for acquiring buried point data by automatically triggering buried points through a UI and then checking the buried point data according to a test case corresponding to the buried points, the buried point automatic test method of the present invention only needs to receive buried point data information from all the buried points of a page to be tested, compare the buried point data information with preset buried point configuration information to acquire a matching result, and mark the state of the buried point data information as a normal state if the buried point data information is matched with the preset buried point configuration information; on the contrary, the state of the data information of the buried points is marked to be an abnormal state so as to test all the buried points of the page to be tested, and a test case does not need to be compiled aiming at each buried point, so that time and labor are saved, and the maintenance cost is saved.
Referring to fig. 4, fig. 4 is a flowchart illustrating a third embodiment of the method for automated testing of embedded nodes according to the present invention, wherein step S50 includes:
step S60, generating a buried point test report according to the buried point data information, the state of the buried point data information, the preset buried point configuration information and the matching result;
and step S70, outputting the buried point test report.
Generating a buried point test report according to the buried point data information, the state of the buried point data information, the preset buried point configuration information and the matching result, wherein the buried point test report can pass through a preset buried point test report format, and correspondingly outputting the buried point data information, the state of the buried point data information, the preset buried point configuration information and the matching result to an area associated with the preset buried point test report format respectively; the embedded point data information, the state of the embedded point data information, the preset embedded point configuration information, and the matching result may also be directly associated and stored, and then a data table format is indirectly derived to generate a test report. After the buried point test report is generated, the buried point test report is output and can be directly output to a display screen of the buried point test device; the address of the target server may also be obtained according to the configuration file, and the buried point test report is uploaded to the target server.
In the technical scheme disclosed in this embodiment, a buried point test report is generated and output by the buried point data information of the page to be tested, the state of the buried point data information, the preset buried point configuration information and the matching result, so that a tester can easily check the buried point test report to know whether the buried point in the page to be tested is abnormal or not, and improve the buried point setting program according to the abnormal condition of the buried point, so that the tester can conveniently obtain and analyze normal buried point data to know the quality of the software function, and further adjust or improve the software function.
Referring to fig. 5, fig. 5 is a flowchart illustrating a fourth embodiment of the method for automatically testing a buried node according to the present invention, wherein step S30 includes:
step S80, when the buried point data information includes a plurality of buried points, acquiring the buried point quantity of the buried point data information;
step S90, when the number of the embedded points is matched with the preset number of the embedded points, executing step S40;
and S100, outputting buried point setting abnormity prompt information when the buried point quantity is not matched with the preset buried point quantity.
The buried point data information comprises buried point parameter structure information to be detected and buried point parameter values to be detected, wherein the buried point parameter structure information to be detected comprises buried point names, parameter set fields and parameter structures. It should be noted that the buried point name can be used as a unique identifier of the buried point, and the number of the buried points in the buried point data information is obtained, which can be obtained by the number of the buried point names in the buried point data information. The preset number of the embedded points is the sum of the number of the embedded points actually set by the tester in each functional block in the page to be tested, and can be preset manually. It can be understood that, when the number of the embedded points is matched with the preset number of the embedded points, that is, the embedded point setting of the page to be tested can normally obtain the corresponding embedded point data information, the step S40 is executed: acquiring a matching result of the buried point data information and preset buried point configuration information, and marking the state of the buried point data information according to the matching result; similarly, it is easy to think that when the number of the embedded points matches the preset number of the embedded points, that is, the setting of part of the embedded points of the page to be detected fails, the embedded points are not triggered when the function block of the page to be detected executes, and the corresponding embedded point data information cannot be acquired, and the embedded point setting abnormity prompt information is output to prompt that the embedded point setting of the page to be detected needs to be improved.
In the technical scheme disclosed in this embodiment, by obtaining the number of buried points of the buried point data information sent by the page to be tested, it can be integrally tested whether the buried points set on the page to be tested are abnormal, which results in a failure in setting the buried points, and thus user operation monitoring cannot be performed on part of function blocks in the page to be tested, and by outputting the abnormal buried point setting, a tester can be prompted to check and confirm the buried point setting in the page to be tested, so as to improve the buried point setting in the page to be tested.
The present invention also provides a terminal, comprising: the automatic testing program of the embedded point is stored in the memory and can run on the processor, and when being executed by the processor, the automatic testing program of the embedded point realizes the steps of the automatic testing method of the embedded point in any embodiment.
The invention also provides a readable storage medium, wherein the readable storage medium stores the automatic testing method for the embedded point, and the automatic testing program for the embedded point realizes the steps of the automatic testing method for the embedded point in any embodiment when being executed by the processor.
In the embodiments of the terminal device and the readable storage medium provided by the present invention, all technical features of the embodiments of the automatic testing method for embedded points are included, and the contents of the expansion and explanation of the specification are basically the same as those of the embodiments of the automatic testing method for embedded points, and are not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, a controlled terminal, or a network device) to execute the method of each embodiment of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. An automatic testing method for a buried point is characterized by comprising the following steps:
when detecting that a buried point in a page to be detected is triggered, acquiring buried point data information corresponding to the buried point;
and sending the data information of the buried points to a target server, wherein the target server is used for detecting the buried points according to the received data information of the buried points.
2. The automated buried point testing method of claim 1, wherein the step of sending the buried point data information to a target server comprises:
acquiring a configuration file;
acquiring address information of the target server according to the configuration file;
and sending the buried point data information to the target server according to the address information.
3. An automatic testing method for a buried point is characterized by comprising the following steps:
receiving buried point data information corresponding to a buried point triggered by a page to be tested;
acquiring a matching result of the buried point data information and preset buried point configuration information;
and marking the state of the buried point data information according to the matching result.
4. The automated buried point testing method of claim 3, wherein the step of marking the state of the buried point data information according to the matching result comprises:
and when the matching result is that the parameter structure of the buried point to be detected of the buried point data information is not matched with the parameter structure of the buried point in the preset buried point configuration information, marking the buried point data information as an abnormal state.
5. The automated buried point testing method of claim 3, wherein the step of marking the state of the buried point data information according to the matching result further comprises:
when the matching result is that the embedded point parameter structure to be detected of the embedded point data information is matched with the embedded point parameter structure in the preset embedded point configuration information, judging whether the embedded point parameter value to be detected of the embedded point data information is matched with the embedded point parameter value in the preset embedded point configuration information;
if the data information is matched with the data information, marking the data information of the buried point as a normal state; or,
and if not, marking the buried point data information as a value abnormal state.
6. The automated buried point testing method according to claim 4 or 5, wherein the step of marking the state of the buried point data information according to the matching result is followed by:
generating a buried point test report according to the buried point data information, the state of the buried point data information, the preset buried point configuration information and the matching result;
and outputting the buried point test report.
7. The method for automatically testing buried points according to claim 3, wherein the step of receiving the buried point data information corresponding to the buried point triggered by the page to be tested comprises the following steps:
when the buried point data information comprises a plurality of buried points, acquiring the buried point quantity of the buried point data information;
when the number of the embedded points is matched with the preset number of the embedded points, executing the step of obtaining the matching result of the embedded point data information and the preset embedded point configuration information;
and outputting the abnormal prompt information of the buried point setting when the number of the buried points is not matched with the preset number of the buried points.
8. A terminal, characterized in that the terminal comprises: a memory, a processor, and a buried automated test program stored in the memory and executable on the processor, the buried automated test program when executed by the processor implementing the steps of the method of automated testing of a buried site according to any of claims 1-7.
9. A readable storage medium, wherein the readable storage medium stores thereon an automated testing program for a buried point, the automated testing program for a buried point, when executed by a processor, implementing the steps of the automated testing method for a buried point according to any one of claims 1-7.
CN201911341918.1A 2019-12-20 2019-12-20 Automatic testing method of buried point, terminal and readable storage medium Pending CN111090592A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911341918.1A CN111090592A (en) 2019-12-20 2019-12-20 Automatic testing method of buried point, terminal and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911341918.1A CN111090592A (en) 2019-12-20 2019-12-20 Automatic testing method of buried point, terminal and readable storage medium

Publications (1)

Publication Number Publication Date
CN111090592A true CN111090592A (en) 2020-05-01

Family

ID=70395938

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911341918.1A Pending CN111090592A (en) 2019-12-20 2019-12-20 Automatic testing method of buried point, terminal and readable storage medium

Country Status (1)

Country Link
CN (1) CN111090592A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111736919A (en) * 2020-06-19 2020-10-02 北京字节跳动网络技术有限公司 Buried point inspection method and device and electronic equipment
CN111813655A (en) * 2020-06-02 2020-10-23 广州多益网络股份有限公司 Embedded point testing method and device, embedded point management system and storage medium
CN112148606A (en) * 2020-09-22 2020-12-29 京东数字科技控股股份有限公司 Embedded point testing method, device, equipment and computer readable medium
CN112486841A (en) * 2020-12-16 2021-03-12 江苏苏宁云计算有限公司 Method and device for checking data collected by buried point
CN113377671A (en) * 2021-06-29 2021-09-10 山东派盟网络科技有限公司 Group control method, device and equipment
CN113590447A (en) * 2021-08-02 2021-11-02 北京百度网讯科技有限公司 Buried point processing method and device
CN113918437A (en) * 2021-11-23 2022-01-11 企查查科技有限公司 User behavior data analysis method and device, computer equipment and storage medium

Citations (7)

* 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
CN106066826A (en) * 2016-05-24 2016-11-02 北京金山安全软件有限公司 Automatic testing method and device for buried point and terminal
CN107688530A (en) * 2017-04-06 2018-02-13 平安科技(深圳)有限公司 Method for testing software and device
CN109960651A (en) * 2019-02-13 2019-07-02 北京达佳互联信息技术有限公司 Bury a test method, system, device and computer readable storage medium
CN110347582A (en) * 2019-05-21 2019-10-18 平安银行股份有限公司 Bury a test method and device
CN110362480A (en) * 2019-06-19 2019-10-22 平安普惠企业管理有限公司 Client buries a test method, device, equipment and storage medium
CN110502415A (en) * 2019-08-27 2019-11-26 北京思维造物信息科技股份有限公司 One kind burying a setting method, device and equipment

Patent Citations (7)

* 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
CN106066826A (en) * 2016-05-24 2016-11-02 北京金山安全软件有限公司 Automatic testing method and device for buried point and terminal
CN107688530A (en) * 2017-04-06 2018-02-13 平安科技(深圳)有限公司 Method for testing software and device
CN109960651A (en) * 2019-02-13 2019-07-02 北京达佳互联信息技术有限公司 Bury a test method, system, device and computer readable storage medium
CN110347582A (en) * 2019-05-21 2019-10-18 平安银行股份有限公司 Bury a test method and device
CN110362480A (en) * 2019-06-19 2019-10-22 平安普惠企业管理有限公司 Client buries a test method, device, equipment and storage medium
CN110502415A (en) * 2019-08-27 2019-11-26 北京思维造物信息科技股份有限公司 One kind burying a setting method, device and equipment

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111813655A (en) * 2020-06-02 2020-10-23 广州多益网络股份有限公司 Embedded point testing method and device, embedded point management system and storage medium
CN111736919A (en) * 2020-06-19 2020-10-02 北京字节跳动网络技术有限公司 Buried point inspection method and device and electronic equipment
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
CN112486841A (en) * 2020-12-16 2021-03-12 江苏苏宁云计算有限公司 Method and device for checking data collected by buried point
CN112486841B (en) * 2020-12-16 2024-07-26 江苏苏宁云计算有限公司 Method and device for verifying buried point acquisition data
CN113377671A (en) * 2021-06-29 2021-09-10 山东派盟网络科技有限公司 Group control method, device and equipment
CN113590447A (en) * 2021-08-02 2021-11-02 北京百度网讯科技有限公司 Buried point processing method and device
CN113590447B (en) * 2021-08-02 2024-04-19 北京百度网讯科技有限公司 Buried point processing method and device
CN113918437A (en) * 2021-11-23 2022-01-11 企查查科技有限公司 User behavior data analysis method and device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111090592A (en) Automatic testing method of buried point, terminal and readable storage medium
CN110221872B (en) Page jump method and device, electronic equipment and storage medium
US10929266B1 (en) Real-time visual playback with synchronous textual analysis log display and event/time indexing
CN111026645B (en) User interface automatic test method and device, storage medium and electronic equipment
CN110708210B (en) Cloud test configuration method and device, computer equipment and storage medium
CN111240973B (en) Equipment testing method and system based on simulation and readable storage medium
CN111045952A (en) Software testing method, flow playback device, terminal equipment and readable storage medium
CN105302722B (en) CTS automatic testing method and device
CN108134708B (en) Method and device for monitoring third-party interface
CN111045944A (en) Regression testing method, device and system and computer readable storage medium
CN107678948B (en) Test case generation method, terminal and storage medium
CN110928770B (en) Software testing method, device, system, storage medium and electronic equipment
CN105389263A (en) Method, system and equipment for monitoring application software permissions
CN107491321A (en) A kind of processing method and processing device for being used to realize automatic software updating
CN111611140B (en) Report verification method and device for buried point data, electronic equipment and storage medium
CN111104324B (en) Method and device for generating test cases and computer readable storage medium
CN112148606B (en) Buried point test method, buried point test device, buried point test equipment and computer readable medium
CN111654495B (en) Method, apparatus, device and storage medium for determining traffic generation source
CN111104331B (en) Software management method, terminal device and computer readable storage medium
CN111061637B (en) Interface testing method, interface testing device and storage medium
CN112882948A (en) Stability testing method, device and system for application and storage medium
WO2013161522A1 (en) Log collection server, log collection system, log collection method
CN114077540A (en) Interface test system and interface test method
CN113806160A (en) Method, device, equipment and storage medium for monitoring configuration file
JP7230951B2 (en) Mobile terminal, information processing system, control method, and program

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