CN112486841A - Method and device for checking data collected by buried point - Google Patents

Method and device for checking data collected by buried point Download PDF

Info

Publication number
CN112486841A
CN112486841A CN202011491540.6A CN202011491540A CN112486841A CN 112486841 A CN112486841 A CN 112486841A CN 202011491540 A CN202011491540 A CN 202011491540A CN 112486841 A CN112486841 A CN 112486841A
Authority
CN
China
Prior art keywords
page
parameters
test
point
buried
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
CN202011491540.6A
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.)
Jiangsu Suning Cloud Computing Co ltd
Original Assignee
Jiangsu Suning Cloud Computing Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangsu Suning Cloud Computing Co ltd filed Critical Jiangsu Suning Cloud Computing Co ltd
Priority to CN202011491540.6A priority Critical patent/CN112486841A/en
Publication of CN112486841A publication Critical patent/CN112486841A/en
Priority to CA3142579A priority patent/CA3142579A1/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

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)
  • Debugging And Monitoring (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method and a device for checking buried point collected data, relates to the technical field of buried point testing, and can effectively solve the problems that the check rule of an access log in a testing environment and a production environment is not unified and the check result is inaccurate. The method comprises the following steps: unifying the verification rules of data collected by buried points in a test environment and a production environment, and configuring page parameters and service parameters of a test page; acquiring embedded point acquisition data of a page to be detected from a test environment at regular time, and/or acquiring embedded point acquisition data of the page to be detected from a production environment at regular time; searching page parameters and service parameters corresponding to the test page based on the embedded point collected data, verifying the embedded point collected data according to a verification rule, and outputting a verification result. The device is applied with the method provided by the scheme.

Description

Method and device for checking data collected by buried point
Technical Field
The invention relates to the technical field of buried point testing, in particular to a method and a device for checking buried point collected data.
Background
Data acquisition is the first step of a big data technology, and the quality of buried points directly influences the construction of downstream storage bins, the composition of character portrait and the like. Therefore, it is especially important to improve the quality of the buried point, and the following two main methods are used for checking the data collected by the existing buried point:
1. the front end directly checks, and the defects are that the check rule modification needs to be carried out by front end release, and the method is not flexible enough, has low universality and cannot check a large batch of pages. Meanwhile, front-end performance is affected for a website with high concurrency.
2. The back end checks the off-line data, and the disadvantage is that the checking rule has differences between environments due to the fact that the testing environment and the production environment are not communicated, and the accuracy of the checking result is often influenced. If the verification rule of the production environment is synchronized to the test environment, the problems of untimely synchronization and high cost exist.
Disclosure of Invention
The invention aims to provide a method and a device for checking data collected by a buried point, which can effectively solve the problems that the check rules of access logs in a test environment and a production environment are not unified and the check result is inaccurate.
In order to achieve the above object, a first aspect of the present invention provides a method for verifying data collected from a buried point, including:
unifying the verification rules of data collected by buried points in a test environment and a production environment, and configuring page parameters and service parameters of a test page;
acquiring embedded point acquisition data of a page to be detected from a test environment at regular time, and/or acquiring embedded point acquisition data of the page to be detected from a production environment at regular time;
searching page parameters and service parameters of a corresponding test page based on the buried point collected data, verifying the buried point collected data according to the verification rule, and outputting a verification result.
Preferably, the method for configuring the page parameter and the service parameter of the test page includes:
configuring page parameters including basic information of a test page and embedded point parameter information in a page management system, wherein the basic information at least includes page codes of the test page, and the embedded point parameter information includes a plurality of embedded point test parameters;
and configuring service parameters of the test page in a service management system, wherein the service parameters comprise service description information and check rule information.
Preferably, the method for acquiring the buried point acquisition data of the page to be tested from the test environment at regular time and/or the method for acquiring the buried point acquisition data of the page to be tested from the production environment at regular time comprises the following steps:
acquiring an access log from a test environment and a production environment at regular time, wherein the access log comprises buried point acquisition data; and/or, regularly acquiring an off-line table from a production environment, wherein the off-line table comprises buried point acquisition data;
the embedded point acquisition data comprises basic information and embedded point parameter information of the page to be detected.
Preferably, the method for searching page parameters and service parameters of a corresponding test page based on the buried point collected data, verifying the buried point collected data according to the verification rule, and outputting the verification result includes:
checking whether page parameters in the embedded point acquisition data obtained from the page to be detected have page codes or not, and if not, outputting a check result of the non-embedded point of the page;
and if the verification result exists, matching out the embedded point parameters and the service parameters of the corresponding test page from the page management system based on the page codes, comparing the embedded point acquisition data with the embedded point parameters and the service parameters in the test page in a one-to-one correspondence mode according to the verification rule, and outputting the verification result according to the comparison result.
Preferably, the method for comparing the embedded point collected data with the embedded point parameters and the service parameters in the test page in a one-to-one correspondence manner according to the verification rules and outputting the verification result according to the comparison result includes:
identifying buried point items in the buried point acquisition data and corresponding parameters of each buried point item, and judging whether the buried point items are necessary buried points in a corresponding test page and whether the corresponding parameters of the buried point items are fixed parameters;
for the buried point items of which the buried point items are necessary buried points and the corresponding parameters are fixed parameters, comparing the fixed parameters with the corresponding buried point parameters in the test page respectively, outputting a check result that the parameters of the buried point items are inconsistent with the parameters of the page when the comparison result is inconsistent, and outputting a check result that the check result is passed when the comparison result is consistent;
and for the embedded point items of which the embedded point items are necessary embedded points and the corresponding parameters are non-fixed parameters, comparing the non-fixed parameters with the service parameters respectively, outputting a verification result to pass when the comparison result passes, and outputting the verification result to fail when the comparison result does not pass.
Preferably, the method for comparing the non-fixed parameters with the service parameters respectively comprises:
identifying the category of each non-fixed parameter, extracting a rule corresponding to the category from the checking rule information of the business parameters to check each non-fixed parameter, and outputting a checking result to pass after each non-fixed parameter passes the checking, or else outputting a checking result to fail;
the category of the checking rule information comprises a dimension rule, a self-defined enumeration rule and a regular rule.
Preferably, the method further comprises the following steps:
and visually informing the verification result to a corresponding embedded point responsible person, and giving an alarm prompt.
Compared with the prior art, the method for verifying the data collected by the buried point has the following beneficial effects:
according to the embedded point collected data verification method provided by the invention, firstly, the verification rules of the embedded point collected data in the test environment and the production environment are unified, and the page parameters and the service parameters of the test page are configured at the same time, after the operations are completed, the embedded point collected data of the page to be tested can be obtained from the test environment at regular time, and/or the embedded point collected data of the page to be tested can be obtained from the production environment at regular time, then the page parameters and the service parameters of the corresponding test page are searched based on the embedded point collected data, the embedded point collected data are verified according to the verification rules, and the verification result is output.
Therefore, the invention adopts a scheme of back-end test, can provide a uniform check rule for the data collected by the buried points generated in the test environment and the production environment, and further can overcome the condition of inconsistent accuracy of check results caused by the difference between the environments.
A second aspect of the present invention provides a device for checking data collected from a buried point, which is applied to the method for checking data collected from a buried point in the foregoing technical solution, and the device includes:
the configuration unit is used for unifying the verification rules of the data acquired by the buried points in the test environment and the production environment and configuring the page parameters and the service parameters of the test page;
the acquisition unit is used for acquiring the buried point acquisition data of the page to be detected from the test environment at regular time and/or acquiring the buried point acquisition data of the page to be detected from the production environment at regular time;
and the checking unit is used for searching page parameters and service parameters of a corresponding test page based on the buried point collected data, checking the buried point collected data according to the checking rule and outputting a checking result.
Preferably, the method further comprises the following steps:
and the prompting unit is used for sending the information that the verification result does not pass to the corresponding embedded point responsible person and giving an alarm prompt.
Compared with the prior art, the beneficial effects of the buried point collected data verification device provided by the invention are the same as those of the buried point collected data verification method provided by the technical scheme, and the description is omitted here.
A third aspect of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to execute the steps of the above-mentioned buried point collected data verification method.
Compared with the prior art, the beneficial effects of the computer-readable storage medium provided by the invention are the same as those of the buried point collected data verification method provided by the technical scheme, and the description is omitted here.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention and not to limit the invention. In the drawings:
FIG. 1 is a schematic flow chart of a data verification method for buried point acquisition according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating an exemplary technical architecture of a method for verifying data collected from a buried point according to an embodiment of the present invention;
fig. 3 is an exemplary diagram of an overall service logic of the method for verifying the data collected by the buried point in the embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Referring to fig. 1-3, the present embodiment provides a method for verifying data collected from a buried point, including:
unifying the verification rules of data collected by buried points in a test environment and a production environment, and configuring page parameters and service parameters of a test page; acquiring embedded point acquisition data of a page to be detected from a test environment at regular time, and/or acquiring embedded point acquisition data of the page to be detected from a production environment at regular time; searching page parameters and service parameters of a corresponding test page based on the buried point collected data, verifying the buried point collected data according to the verification rule, and outputting a verification result.
In the method for verifying the data collected by the embedded point, firstly, the verification rules of the data collected by the embedded point in the test environment and the production environment are unified, and the page parameter and the service parameter of the test page are configured at the same time, after the operations are completed, the data collected by the embedded point of the page to be tested can be obtained from the test environment at regular time, and/or the data collected by the embedded point of the page to be tested can be obtained from the production environment at regular time, then the page parameter and the service parameter of the corresponding test page are searched based on the data collected by the embedded point, the data collected by the embedded point is verified according to the verification rules, and the verification result is output.
Therefore, the scheme of back-end testing is adopted in the embodiment, a uniform verification rule can be provided for the data collected by the embedded points generated in the testing environment and the production environment, and the condition that the accuracy of the verification result is inconsistent due to the difference between the environments can be overcome.
In the above embodiment, the method for configuring the page parameter and the service parameter of the test page includes:
configuring page parameters including basic information of a test page and embedded point parameter information in a page management system, wherein the basic information at least includes page codes of the test page, and the embedded point parameter information includes a plurality of embedded point test parameters; and configuring service parameters of the test page in the service management system, wherein the service parameters comprise service description information and check rule information.
In specific implementation, the page management system is configured with page parameters of a plurality of test pages, the service management system is configured with service parameters of a plurality of test pages, and different test pages can come from different sites, wherein the basic information generally includes information such as page codes, page names, affiliated product lines, and the like. The embedded point parameter information is used for recording parameters of the test page needing embedded points, such as page classification, commodity class, page tag, page title, commodity code, shop code, supplier code and the like. The service description information includes basic information of service parameters, such as parameter english abbreviation, parameter chinese name, service scene description, applicable service domain, and the like. The check rule information can be divided into three major categories, such as dimension rules, custom enumeration rules and regular rules.
In the above embodiment, the method for acquiring the buried point acquisition data of the page to be tested from the test environment at regular time and/or acquiring the buried point acquisition data of the page to be tested from the production environment at regular time includes:
acquiring an access log from a test environment and a production environment at regular time, wherein the access log comprises buried point acquisition data; and/or, regularly acquiring an off-line table from the production environment, wherein the off-line table comprises buried point acquisition data; the embedded point acquisition data comprises basic information and embedded point parameter information of the page to be detected.
During specific implementation, the test environment comprises an actual test environment and a pre-production environment, the data volume generated by the test environment is small, the access logs can be directly extracted for verification, the access logs of the actual test environment and the pre-production environment are aggregated and then stored in a third-party storage platform, the data of the test environment and the pre-production environment are further guaranteed not to pollute the data of the production environment, and in addition, the third-party storage platform provides a cross-domain access function. The production environment generates a large amount of data, and an access log needs to be extracted from the offline table for verification. It can be understood that, since the data of the access log in the test environment is not washed and is obtained by direct extraction, the verification result is more accurate.
In the above embodiment, the method for searching for the page parameter and the service parameter of the corresponding test page based on the buried point collected data, verifying the buried point collected data according to the verification rule, and outputting the verification result includes:
checking whether page parameters in the embedded point acquisition data obtained from the page to be detected have page codes or not, and outputting a checking result of the non-embedded point of the page if the page parameters do not have the page codes; and if the verification result exists, matching out the embedded point parameters and the service parameters of the corresponding test page from the page management system based on the page codes, comparing the embedded point acquisition data with the embedded point parameters and the service parameters in the test page in a one-to-one correspondence mode according to the verification rule, and outputting the verification result according to the comparison result.
In specific implementation, for a piece of data collected by a buried point, whether a page code exists or not is checked, if the page code does not exist, and the check result is 'page non-buried point', namely, the check does not pass. If the page code exists, matching is carried out in the page management system, if the page code does not exist, the verification result is that the page parameter is not configured, and the service party is reminded to register the page in the page management system. If the embedded point data can be matched, the embedded point data acquisition is correspondingly matched and verified one by one according to the embedded point parameters and the service parameters set in the page management system according to the verification rules, all the embedded point test parameters in the embedded point data acquisition can be matched in the embedded point parameters and the service parameters, and when the corresponding parameter values meet the threshold range, the embedded point data acquisition passes the verification, otherwise, the embedded point data acquisition fails the verification.
Further, in the above embodiment, the method for comparing the embedded point collected data with the embedded point parameters and the service parameters in the test page in a one-to-one correspondence manner according to the verification rules and outputting the verification result according to the comparison result includes:
identifying buried point items in the buried point acquisition data and corresponding parameters of each buried point item, and judging whether the buried point items are necessary buried points in the corresponding test page and whether the corresponding parameters of the buried point items are fixed parameters; for the buried point items with the buried point items as necessary buried points and the corresponding parameters as fixed parameters, the fixed parameters are respectively compared with the corresponding buried point parameters in the test page, if the comparison results are inconsistent, the check result that the parameters of the buried point items are inconsistent with the parameters of the page is output, and if the comparison results are consistent, the check result is output to pass; and for the embedded point items of which the embedded point items are necessary embedded points and the corresponding parameters are non-fixed parameters, comparing the non-fixed parameters with the service parameters respectively, outputting a verification result to pass when the comparison result passes, and outputting the verification result to fail when the comparison result does not pass.
When the method is implemented specifically, whether a buried point item in buried point acquisition data is a necessary buried point in a corresponding test page or not needs to be judged, the necessary buried point is recorded in page parameters in the corresponding test page, for the buried point item of which the buried point item is the necessary buried point and the corresponding parameter is a fixed parameter, the fixed parameter is respectively compared with the corresponding buried point parameters in the test page, a verification result that the parameters of the buried point item are inconsistent with the parameters of the page is output when the comparison result is inconsistent, and the verification result is output when the comparison result is completely consistent. And for the embedded point item of which the embedded point item is a necessary embedded point and the corresponding parameter is a non-fixed parameter, comparing the non-fixed parameter with the service parameter respectively, and outputting a verification result to pass when the non-fixed parameter is in the range of the corresponding service parameter, or else outputting the verification result to fail.
Specifically, the method for comparing the non-fixed parameters with the service parameters in the above embodiment includes:
identifying the category of each non-fixed parameter, extracting a rule corresponding to the category from the checking rule information of the business parameters to check each non-fixed parameter, and outputting a checking result to pass after each non-fixed parameter passes the checking, or else outputting the checking result to fail; the category of the check rule information includes dimension rules, custom enumeration rules and regular rules.
In specific implementation, the categories of the non-fixed parameters are divided into dimension parameters, custom enumeration parameters and regular parameters, for example, the dimension parameters include mobile phone brand dimensions, operator dimensions and the like, the custom enumeration parameters are parameters defined by a user, and the regular parameters are order number digits. The dimension parameters can be managed through a dimension library, for example, an external Http interface is provided through a data warehouse, so that unified dimension management is realized. And self-defining the enumeration parameters, and managing the required enumeration parameters in the service management system. For regular parameters, such as the parameters of some alphanumerics, regular matching rules can be set in the traffic management system. For example, the error types of the check result can be classified into the following categories:
error coding Type of error
1 Page parameter not configured
2 Page encoding without page burying
3 Parameter value is different from page parameter configuration tableTo make
4 Enumeration rules in which a parameter value does not conform to the value
5 The parameters are not configured in the page parameter table
In the above embodiment, the method further includes: and visually informing the verification result to a corresponding embedded point responsible person for warning prompt.
In the above embodiment, if the verification result does not pass, the error reporting data is stored in the database of the production environment and provided for the front-end visual viewing. Meanwhile, the platform can send the responsible person who buries the point to the concrete page, and the responsible person can see the verification result of the page in charge after clicking the link to enter the platform. And modifying the corresponding page point burying careless mistakes, and improving the point burying quality. For special cases, the buried point does not need to be modified, or does not want to be notified again, and can be chosen to be ignored, and the notification is stopped.
In summary, the embodiment provides the embedded point verification of two data sources, namely the test environment and the production environment, and different configurations of multiple pages of multiple sites are realized by flexibly configuring the page parameters and the service parameters. Meanwhile, the test environment and the production environment adopt a unified verification rule, and the consistency of the verification result is ensured. And timely, accurate and visual verification result display is provided for the buried point party, and corresponding notification is made.
Example two
This embodiment provides a data verifying attachment is gathered to buried point, includes:
the configuration unit is used for unifying the verification rules of the data acquired by the buried points in the test environment and the production environment and configuring the page parameters and the service parameters of the test page;
the acquisition unit is used for acquiring the buried point acquisition data of the page to be detected from the test environment at regular time and/or acquiring the buried point acquisition data of the page to be detected from the production environment at regular time;
and the checking unit is used for searching page parameters and service parameters of a corresponding test page based on the buried point collected data, checking the buried point collected data according to the checking rule and outputting a checking result.
Preferably, the method further comprises the following steps:
and the prompting unit is used for sending the information that the verification result does not pass to the corresponding embedded point responsible person and giving an alarm prompt.
Compared with the prior art, the beneficial effects of the buried point collected data verification device provided by the embodiment of the invention are the same as those of the buried point collected data verification method provided by the first embodiment, and are not repeated herein.
EXAMPLE III
The present embodiment provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of the above-mentioned buried point collected data verification method are executed.
Compared with the prior art, the beneficial effect of the computer-readable storage medium provided by the embodiment is the same as that of the buried point collected data verification method provided by the technical scheme, and details are not repeated herein.
It will be understood by those skilled in the art that all or part of the steps in the method for implementing the invention may be implemented by hardware instructions related to a program, the program may be stored in a computer-readable storage medium, and when executed, the program includes the steps of the method of the embodiment, and the storage medium may be: ROM/RAM, magnetic disks, optical disks, memory cards, and the like.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (10)

1. A method for verifying data collected by a buried point is characterized by comprising the following steps:
unifying the verification rules of data collected by buried points in a test environment and a production environment, and configuring page parameters and service parameters of a test page;
acquiring embedded point acquisition data of a page to be detected from a test environment at regular time, and/or acquiring embedded point acquisition data of the page to be detected from a production environment at regular time;
searching page parameters and service parameters of a corresponding test page based on the buried point collected data, verifying the buried point collected data according to the verification rule, and outputting a verification result.
2. The method of claim 1, wherein the method for configuring the page parameters and the service parameters of the test page comprises:
configuring page parameters including basic information of a test page and embedded point parameter information in a page management system, wherein the basic information at least includes page codes of the test page, and the embedded point parameter information includes a plurality of embedded point test parameters;
and configuring service parameters of the test page in a service management system, wherein the service parameters comprise service description information and check rule information.
3. The method of claim 1 or 2, wherein the step of periodically acquiring the buried point collecting data of the page to be tested from the test environment and/or the step of periodically acquiring the buried point collecting data of the page to be tested from the production environment comprises:
acquiring an access log from a test environment and a production environment at regular time, wherein the access log comprises buried point acquisition data; and/or, regularly acquiring an off-line table from a production environment, wherein the off-line table comprises buried point acquisition data;
the embedded point acquisition data comprises basic information and embedded point parameter information of the page to be detected.
4. The method according to claim 2, wherein the method for searching page parameters and service parameters of a corresponding test page based on the embedded point collected data, verifying the embedded point collected data according to the verification rule, and outputting the verification result comprises:
checking whether page parameters in the embedded point acquisition data obtained from the page to be detected have page codes or not, and if not, outputting a check result of the non-embedded point of the page;
and if the verification result exists, matching out the embedded point parameters and the service parameters of the corresponding test page from the page management system based on the page codes, comparing the embedded point acquisition data with the embedded point parameters and the service parameters in the test page in a one-to-one correspondence mode according to the verification rule, and outputting the verification result according to the comparison result.
5. The method according to claim 4, wherein the embedded point collected data is compared with the embedded point parameters and the service parameters in the test page in a one-to-one correspondence manner according to the verification rule, and the method for outputting the verification result according to the comparison result comprises the following steps:
identifying buried point items in the buried point acquisition data and corresponding parameters of each buried point item, and judging whether the buried point items are necessary buried points in a corresponding test page and whether the corresponding parameters of the buried point items are fixed parameters;
for the buried point items of which the buried point items are necessary buried points and the corresponding parameters are fixed parameters, comparing the fixed parameters with the corresponding buried point parameters in the test page respectively, outputting a check result that the parameters of the buried point items are inconsistent with the parameters of the page when the comparison result is inconsistent, and outputting a check result that the check result is passed when the comparison result is consistent;
and for the embedded point items of which the embedded point items are necessary embedded points and the corresponding parameters are non-fixed parameters, comparing the non-fixed parameters with the service parameters respectively, outputting a verification result to pass when the comparison result passes, and outputting the verification result to fail when the comparison result does not pass.
6. The method of claim 5, wherein the comparing the non-fixed parameters with the traffic parameters respectively comprises:
identifying the category of each non-fixed parameter, extracting a rule corresponding to the category from the checking rule information of the business parameters to check each non-fixed parameter, and outputting a checking result to pass after each non-fixed parameter passes the checking, or else outputting a checking result to fail;
the category of the checking rule information comprises a dimension rule, a self-defined enumeration rule and a regular rule.
7. The method of claim 6, further comprising:
and visually informing the verification result to a corresponding embedded point responsible person, and giving an alarm prompt.
8. The utility model provides a buried point collection data verifying attachment which characterized in that includes:
the configuration unit is used for unifying the verification rules of the data acquired by the buried points in the test environment and the production environment and configuring the page parameters and the service parameters of the test page;
the acquisition unit is used for acquiring the buried point acquisition data of the page to be detected from the test environment at regular time and/or acquiring the buried point acquisition data of the page to be detected from the production environment at regular time;
and the checking unit is used for searching page parameters and service parameters of a corresponding test page based on the buried point collected data, checking the buried point collected data according to the checking rule and outputting a checking result.
9. The apparatus of claim 8, further comprising:
and the prompting unit is used for sending the information that the verification result does not pass to the corresponding embedded point responsible person and giving an alarm prompt.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of the claims 1 to 7.
CN202011491540.6A 2020-12-16 2020-12-16 Method and device for checking data collected by buried point Pending CN112486841A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202011491540.6A CN112486841A (en) 2020-12-16 2020-12-16 Method and device for checking data collected by buried point
CA3142579A CA3142579A1 (en) 2020-12-16 2021-12-16 Method and apparatus for validation of event tracking acquired data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011491540.6A CN112486841A (en) 2020-12-16 2020-12-16 Method and device for checking data collected by buried point

Publications (1)

Publication Number Publication Date
CN112486841A true CN112486841A (en) 2021-03-12

Family

ID=74916561

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011491540.6A Pending CN112486841A (en) 2020-12-16 2020-12-16 Method and device for checking data collected by buried point

Country Status (2)

Country Link
CN (1) CN112486841A (en)
CA (1) CA3142579A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114579433A (en) * 2022-02-15 2022-06-03 北京达佳互联信息技术有限公司 Page parameter checking method, device, electronic equipment, medium and program product
CN115442225A (en) * 2022-08-01 2022-12-06 上海数禾信息科技有限公司 Method and device for reporting buried point log and method and device for monitoring buried point quality

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106066826A (en) * 2016-05-24 2016-11-02 北京金山安全软件有限公司 Automatic testing method and device for buried point and terminal
CN106844217A (en) * 2017-01-26 2017-06-13 网易(杭州)网络有限公司 Control to applying bury method and device, readable storage medium storing program for executing a little
CN107832216A (en) * 2017-11-08 2018-03-23 无线生活(杭州)信息科技有限公司 One kind buries a method of testing and device
CN107995283A (en) * 2017-11-29 2018-05-04 上海恺英网络科技有限公司 A kind of data bury the method, equipment and system of point analysis
CN110647512A (en) * 2019-09-29 2020-01-03 北京思维造物信息科技股份有限公司 Data storage and analysis method, device, equipment and readable medium
CN110825594A (en) * 2018-08-07 2020-02-21 北京优酷科技有限公司 Data reporting and issuing method, client and server
CN111090592A (en) * 2019-12-20 2020-05-01 上海品顺信息科技有限公司 Automatic testing method of buried point, terminal and readable storage medium
CN111338613A (en) * 2020-03-03 2020-06-26 中国工商银行股份有限公司 Front-end point burying method and device based on jsp

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106066826A (en) * 2016-05-24 2016-11-02 北京金山安全软件有限公司 Automatic testing method and device for buried point and terminal
CN106844217A (en) * 2017-01-26 2017-06-13 网易(杭州)网络有限公司 Control to applying bury method and device, readable storage medium storing program for executing a little
CN107832216A (en) * 2017-11-08 2018-03-23 无线生活(杭州)信息科技有限公司 One kind buries a method of testing and device
CN107995283A (en) * 2017-11-29 2018-05-04 上海恺英网络科技有限公司 A kind of data bury the method, equipment and system of point analysis
CN110825594A (en) * 2018-08-07 2020-02-21 北京优酷科技有限公司 Data reporting and issuing method, client and server
CN110647512A (en) * 2019-09-29 2020-01-03 北京思维造物信息科技股份有限公司 Data storage and analysis method, device, equipment and readable medium
CN111090592A (en) * 2019-12-20 2020-05-01 上海品顺信息科技有限公司 Automatic testing method of buried point, terminal and readable storage medium
CN111338613A (en) * 2020-03-03 2020-06-26 中国工商银行股份有限公司 Front-end point burying method and device based on jsp

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114579433A (en) * 2022-02-15 2022-06-03 北京达佳互联信息技术有限公司 Page parameter checking method, device, electronic equipment, medium and program product
CN115442225A (en) * 2022-08-01 2022-12-06 上海数禾信息科技有限公司 Method and device for reporting buried point log and method and device for monitoring buried point quality

Also Published As

Publication number Publication date
CA3142579A1 (en) 2022-06-16

Similar Documents

Publication Publication Date Title
CN107665171B (en) Automatic regression testing method and device
CN110908890A (en) Automatic test method and device for interface
CN107316156B (en) Data processing method, device, server and storage medium
CN112486841A (en) Method and device for checking data collected by buried point
CN111159272A (en) Data quality monitoring and early warning method and system based on data warehouse and ETL
CN105630656A (en) Log model based system robustness analysis method and apparatus
CN110471912B (en) Employee attribute information verification method and device and terminal equipment
CN111177139A (en) Data quality verification monitoring and early warning method and system based on data quality system
CN111694815A (en) Database anomaly detection method and device
CN113391256B (en) Electric energy meter metering fault analysis method and system of field operation terminal
CN111274056B (en) Self-learning method and device for fault library of intelligent electric energy meter
CN109947797B (en) Data inspection device and method
CN112631889A (en) Portrayal method, device and equipment for application system and readable storage medium
CN115576831A (en) Test case recommendation method, device, equipment and storage medium
CN112346938B (en) Operation auditing method and device, server and computer readable storage medium
CN114493159A (en) Node position checking method and device based on MES system
CN109710651B (en) Data type identification method and device
CN112416904A (en) Electric power data standardization processing method and device
CN104077659A (en) RFID test information representation method and management system
CN116028481B (en) Data quality detection method, device, equipment and storage medium
CN115438036B (en) Data redundancy processing system and method for unified index database of power grid
CN115470149A (en) Database preprocessing function testing method, device, equipment and storage medium
CN117909392A (en) Intelligent data asset inventory method and system
CN112749541A (en) Data verification system, method, device, electronic equipment and computer readable medium
CN115794628A (en) Interface test coverage report positioning display method and device, electronic 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