CN110442511B - Visual embedded point testing method and device - Google Patents

Visual embedded point testing method and device Download PDF

Info

Publication number
CN110442511B
CN110442511B CN201910554450.8A CN201910554450A CN110442511B CN 110442511 B CN110442511 B CN 110442511B CN 201910554450 A CN201910554450 A CN 201910554450A CN 110442511 B CN110442511 B CN 110442511B
Authority
CN
China
Prior art keywords
target page
buried point
information
detected
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.)
Active
Application number
CN201910554450.8A
Other languages
Chinese (zh)
Other versions
CN110442511A (en
Inventor
胡晓
王金保
李成
陶莉
孙迁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Suning Cloud Computing Co ltd
SuningCom Co ltd
Original Assignee
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 Suning Cloud Computing Co Ltd filed Critical Suning Cloud Computing Co Ltd
Priority to CN201910554450.8A priority Critical patent/CN110442511B/en
Publication of CN110442511A publication Critical patent/CN110442511A/en
Application granted granted Critical
Publication of CN110442511B publication Critical patent/CN110442511B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/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

Abstract

The invention discloses a visual embedded point testing method and device, relates to the technical field of computers, and aims to realize visualization of embedded point testing results and improve embedded point testing efficiency. The method comprises the following steps: dynamically injecting a monitoring script into a target page of a buried point to be detected to acquire buried point information in the target page; intercepting a log message reported by a to-be-detected buried point in a target page through a plug-in RST; and receiving the buried point information and the log message to obtain a buried point test result, and visually displaying the buried point test result in a tool window form. The device applies the method in the scheme.

Description

Visual embedded point testing method and device
Technical Field
The invention relates to the technical field of computers, in particular to a visual embedded point testing method and device.
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.
Through embedding points, the behavior of the user on the corresponding application or page can be tracked, wherein the behavior comprises clicking, sliding, downloading, browsing and the like; the statistics of the data of the plurality of buried points can track the continuous behavior of the user, and the collected data can be input into the established model to obtain the operation behavior of the user. Through embedding points, statistical data such as page browsing amount, independent visitor number, IP, page residence time, page operation time, page access times, button click times, file download times and the like can be obtained through statistics, and the statistical data can be used as a basis for application or page development and optimization.
The existing embedded point detection is mostly a manual test scheme, for example, a point embedding party checks whether corresponding data has a report record through a control console of a browser according to a help document flow provided by a point embedding technology developer, and then analyzes whether the embedded point is normal or not, and the embedded point test scheme has the defects of high professional requirement on testers, low test efficiency and difficult operation for non-professional technicians.
Disclosure of Invention
The invention aims to provide a visual embedded point testing method and device, which can realize visualization of embedded point testing results and improve embedded point testing efficiency.
In order to achieve the above object, an aspect of the present invention provides a visual embedded point testing method, including:
dynamically injecting a monitoring script into a target page of a buried point to be detected to acquire buried point information in the target page;
intercepting a log message reported by a to-be-detected buried point in a target page through a plug-in RST;
and receiving the buried point information and the log message to obtain a buried point test result, and visually displaying the buried point test result in a tool window form.
Preferably, the method further comprises the following steps:
and limiting the default jump behavior of the target page in the browser so that the default jump behavior is only used for executing jump in the tool window.
Preferably, the method for limiting the default jump behavior of the target page in the browser so that the target page only executes the jump in the tool window comprises the following steps:
when the target page is a tag skip, acquiring a click event of the target page through a monitoring script, and positioning a latest parent tag of the clicked event;
extracting a target jump address based on the href attribute of the latest parent label, returning to a tool window, executing corresponding jump behaviors by the tool window and carrying out buried point test on a new target page again;
when the target page is a non-tag jump, intercepting an access log in the target page through a plug-in RST;
and extracting a target jump address based on a curl field of the access log, returning to the tool window, executing corresponding jump behaviors by the tool window and carrying out buried point test on a new target page again.
Further, before dynamically injecting a monitoring script into the target page of the buried point to be detected to acquire the buried point information in the target page, the method further includes:
and installing a plug-in RST in the browser and simultaneously starting an interception and monitoring function.
Preferably, the method for dynamically injecting the monitoring script into the target page to be detected with the buried point to acquire the buried point information in the target page includes:
when the target page is detected, informing an acquisition script in the target page to pull a monitoring script;
and traversing the DOM tree of the target page by using the monitoring script to obtain the DOM element of the current page, analyzing and sorting to obtain the embedded point information, and returning the embedded point information to the tool window.
Preferably, the method for intercepting the log messages reported by the to-be-detected buried points in the target page through the plug-in RST comprises the following steps:
intercepting an http request reported by a buried point to be detected in a target page through a webRequest API in a plug-in RST to obtain a log message corresponding to the buried point to be detected.
Illustratively, the buried point information includes import information and/or location information of a collection script in a target page, and the log message includes one or more of log detail data, field dimension value information, and pit bit information.
Preferably, the method for receiving the buried point information and the log message to obtain a buried point test result and visually displaying the buried point test result in a tool window form includes:
and integrating and outputting one or more of the lead-in information, the position information, the log detailed data, the field dimension value information and the pit position information of the acquisition script, and displaying and outputting the integrated information in an independent window form.
Preferably, the monitoring script interacts with the tool window data in a Postmessage mode, and the plug-in RST interacts with the tool window data in the Postmessage mode through a sendMessage API.
Compared with the prior art, the visual embedded point testing method provided by the invention has the following beneficial effects:
the visual embedded point testing method provided by the invention comprises the steps of firstly constructing a tool, then dynamically injecting a monitoring script into a target page containing embedded points to be detected by using the tool to acquire embedded point information in the target page, and intercepting log messages reported by the embedded points to be detected in the target page through a plug-in RST (first-class version), wherein the embedded point information comprises introduction information and position information of the acquisition script in the target page, the log messages comprise log detailed data, field dimension value information and pit position information, and finally, the acquired embedded point information and the log messages are collected and integrated to obtain an embedded point testing result which is visually displayed in a tool window form.
Therefore, the target page is embedded into the tool, the visual display of the target page embedded point test result can be realized, the whole process is convenient and efficient, and the method can be completed without professional technicians.
Another aspect of the present invention provides a visual embedded point testing apparatus, which is applied to the visual embedded point testing method mentioned in the above technical solution, and the apparatus includes:
the acquisition module is used for dynamically injecting a monitoring script into a target page of the buried point to be detected so as to acquire buried point information in the target page;
the intercepting module is used for dynamically injecting a monitoring script into a target page of the buried point to be detected so as to acquire buried point information in the target page;
and the display output module is used for receiving the embedded point information and the log message to obtain an embedded point test result and visually displaying the embedded point test result in a tool window form.
Compared with the prior art, the visual embedded point testing device provided by the invention has the same beneficial effect as the visual embedded point testing method provided by the technical scheme, and the detailed description is omitted here.
A third aspect of the present invention provides a computer-readable storage medium having a computer program stored thereon, the computer program, when executed by a processor, performing the steps of the above visual buried point testing method.
Compared with the prior art, the beneficial effect of the computer-readable storage medium provided by the invention is the same as that of the visual embedded point testing method provided by the technical scheme, and the detailed 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 do not limit the invention. In the drawings:
fig. 1 is a schematic flow chart of a visual embedded point testing method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of an execution logic of the visual embedded point testing method according to an 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 and fig. 2, the present embodiment provides a visual embedded point testing method, including:
dynamically injecting a monitoring script into a target page of a buried point to be detected so as to acquire buried point information in the target page; intercepting a log message reported by a to-be-detected buried point in a target page through a plug-in RST; and receiving the embedded point information and the log message to obtain an embedded point test result, and visually displaying the embedded point test result in a tool window form.
According to the visual embedded point testing method, a tool is constructed, then a monitoring script is dynamically injected into a target page containing embedded points to be detected by the tool to acquire embedded point information in the target page, a plug-in RST is used for intercepting log messages reported by the embedded points to be detected in the target page, wherein the embedded point information comprises introduction information and position information of the acquisition script in the target page, the log messages comprise log detailed data, field dimension value information and pit position information, finally the acquired embedded point information and the log messages are collected and integrated to obtain embedded point testing results, and the embedded point testing results are visually displayed in a tool window form.
Therefore, the target page is embedded into the tool, the visual display of the target page embedded point test result can be realized, the whole process is convenient and efficient, and the method can be completed without professional technicians.
In order to implement the continuous testing of the buried point of the new target page after the jump, the above embodiment further includes:
and limiting the default jump behavior of the target page in the browser so that the default jump behavior is only used for executing jump in the tool window.
The specific process is that when the target page is a tag jump, a click event of the target page is obtained through a monitoring script, and the nearest parent-level tag of the clicked event is positioned; extracting a target jump address based on the href attribute of the latest parent label, returning to the tool window, executing corresponding jump behaviors by the tool window and carrying out buried point test on a new target page again; when the target page is a non-tag jump, intercepting an access log in the target page through a plug-in RST; and extracting a target jump address based on a curl field of the access log, returning to the tool window, executing corresponding jump behaviors by the tool window, and performing buried point test on a new target page again.
When the target page is the label skip, monitoring a body click event of the target page through a monitoring script, finding out a latest parent label of a clicked element by bubbling, acquiring an href attribute (including a target skip address) of the current latest parent label, then returning to a tool window through Postmessage, at the moment, forbidding a default skip behavior of the latest parent label in a browser, and after receiving the href attribute of the click element of the target page, setting the target skip address in the tool window as a new target page address by the tool window so as to realize the test of a buried point of the new target page address through the tool window and repeat the steps; when the target page is a non-tag jump, such as js jump, form jump and the like, intercepting an http request reported by a buried point to be detected in the target page through a plug-in RST, acquiring an access log corresponding to the buried point to be detected, extracting a curl field (including a target jump address) of the access log, returning the curl field to a tool window through Postmessage, setting the target jump address in the tool window as a new target page address, and finally testing the buried point of the new target page address through the tool window so as to repeat the steps.
In the embodiment, the user can complete and continuously skip a series of pages and check the buried point condition of the skipped pages, so that the convenience and the efficiency of buried point detection are further improved.
It can be understood that, in the above embodiment, before dynamically injecting a monitoring script into a target page to be detected with a buried point to acquire buried point information in the target page, the method further includes:
and installing a plug-in RST in the browser and simultaneously starting an interception and monitoring function. Therein, the plug-in RST is also called plug-in SN _ RSTool.
In the above embodiment, the method for dynamically injecting the monitoring script into the target page of the buried point to be detected to acquire the buried point information in the target page includes:
when the target page is detected, informing an acquisition script in the target page to pull a monitoring script; and traversing the DOM tree of the target page by using the monitoring script to obtain the DOM element of the current page, and obtaining the embedded point information after analysis and arrangement and returning the embedded point information to the tool window.
In the above embodiment, the method for intercepting the log messages reported by the to-be-detected buried point in the target page through the plug-in RST includes:
intercepting an http request reported by a buried point to be detected in a target page through a webRequest API in a plug-in RST to obtain a log message corresponding to the buried point to be detected.
It needs to be noted that before intercepting an http request, whether a plug-in RST is installed in a user terminal needs to be verified, the step is to judge whether the plug-in RST is installed in a user terminal through message transmission between a verification tool and the plug-in RST, and when the verification result is that the plug-in RST is installed completely, verify whether the plug-in RST installed in the user terminal is the latest version, if not, prompt the user to update the plug-in RST, and finally verify whether a plug-in RST interception monitoring function is started, and when not, prompt the user to start the interception monitoring function; through the self-checking process, the interception and monitoring function of the plug-in RST can be ensured to be normally used.
In the above embodiment, the method for receiving the buried point information and the log message to obtain the buried point test result and visually displaying the buried point test result in the form of the tool window includes:
and integrating and outputting one or more of the lead-in information, the position information, the log detail data, the field dimension value information and the pit position information of the acquisition script (acquisition js), and displaying and outputting the integrated information in an independent window form.
Specifically, the content displayed and output in the independent window includes whether the acquisition js is introduced into the target page or is introduced repeatedly, whether the introduced acquisition js is in a specified position and whether a correct environment is introduced, whether field dimension value information is registered in the buried point management, and the pit position information of all the buried points in the current target page is labeled at the corresponding position of the page.
It should be added that, in the above embodiment, the monitoring script interacts with the tool window data in a Postmessage manner, and the plug-in RST interacts with the tool window data in the Postmessage manner through the sendMessage API.
For the convenience of understanding, the above implementation process is now exemplified by Chrome:
firstly, installing and starting an interception and monitoring function of a Chrome plug-in RST;
inputting a target page URL address of a buried point to be detected into a tool;
dynamically injecting a monitoring script into a target page by the tool;
monitoring a Script to acquire a Script tag on a target page, collecting the introduction condition of the acquisition Script and forbidding the behavior of jumping new windows of all dom elements;
the plug-in RST intercepts an HTTP request related to a target page embedded point to acquire a log message reported by the corresponding embedded point;
and the tool collects the detection results of the buried points and clearly displays the detection results in the form of independent windows according to the configured detection rules.
Example two
The embodiment provides a visual buried point testing device, includes:
the acquisition module is used for dynamically injecting a monitoring script into a target page of the buried point to be detected so as to acquire buried point information in the target page;
the intercepting module is used for dynamically injecting a monitoring script into a target page of the buried point to be detected so as to acquire buried point information in the target page;
and the display output module is used for receiving the buried point information and the log message to obtain a buried point test result and visually displaying the buried point test result in a tool window form.
Compared with the prior art, the beneficial effects of the visual embedded point testing device provided by the embodiment of the invention are the same as the beneficial effects of the visual embedded point testing method provided by the first embodiment, and the details are not repeated herein.
EXAMPLE III
The present embodiment provides a computer-readable storage medium, on which a computer program is stored, and the computer program is executed by a processor to perform the steps of the indoor positioning method.
Compared with the prior art, the beneficial effects of the computer-readable storage medium provided by the embodiment are the same as those of the visual embedded point testing method provided by the technical scheme, and 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 (9)

1. A visual buried point testing method is characterized by comprising the following steps:
dynamically injecting a monitoring script into a target page of a buried point to be detected so as to acquire buried point information in the target page;
intercepting a log message reported by a to-be-detected buried point in a target page through a plug-in RST;
receiving the buried point information and the log message to obtain a buried point test result, and visually displaying the buried point test result in a tool window form;
the method for dynamically injecting the monitoring script into the target page of the buried point to be detected to acquire the buried point information in the target page comprises the following steps:
when the target page is detected, informing an acquisition script in the target page to pull a monitoring script;
and traversing the DOM tree of the target page by using the monitoring script to obtain the DOM element of the current page, and obtaining the embedded point information after analysis and arrangement and returning the embedded point information to the tool window.
2. The method of claim 1, further comprising:
and limiting the default jump behavior of the target page in the browser so that the default jump behavior is only used for executing jump in the tool window.
3. The method of claim 2, wherein the step of limiting the default jump behavior of the target page in the browser to only execute jumps in the tool window comprises:
when the target page is a tag skip, acquiring a click event of the target page through a monitoring script, and positioning a nearest parent tag of the clicked event;
extracting a target jump address based on the href attribute of the latest parent label and returning the target jump address to the tool window, executing corresponding jump behaviors by the tool window and carrying out buried point test on a new target page again;
when the target page is a non-tag jump, intercepting an access log in the target page through a plug-in RST;
and extracting a target jump address based on a curl field of the access log, returning to the tool window, executing corresponding jump behaviors by the tool window, and performing buried point test on a new target page again.
4. The method according to claim 3, wherein before the dynamically injecting a monitoring script into the target page to be detected with the embedded point to acquire the embedded point information in the target page, the method further comprises:
and installing a plug-in RST in the browser and simultaneously starting an interception and monitoring function.
5. The method according to claim 1, wherein the method for intercepting the log messages reported by the buried points to be detected in the target page through the plug-in RST comprises the following steps:
intercepting an http request reported by a buried point to be detected in a target page through a webRequestAPI in a plug-in RST to obtain a log message corresponding to the buried point to be detected.
6. The method according to claim 1, wherein the buried point information includes introduction information and/or location information of a collection script in a target page, and the log message includes one or more of log detail data, field dimension value information, and pit bit information.
7. The method of claim 6, wherein receiving the buried point information and the log message to obtain a buried point test result, and visually displaying the buried point test result in a tool window comprises:
and integrating and outputting one or more of the lead-in information, the position information, the log detailed data, the field dimension value information and the pit position information of the acquisition script, and displaying and outputting the integrated information in an independent window form.
8. An apparatus for implementing the visual embedded point testing method of claim 1, comprising:
the acquisition module is used for dynamically injecting a monitoring script into a target page of the buried point to be detected so as to acquire buried point information in the target page;
the intercepting module is used for intercepting the log message reported by the buried point to be detected in the target page through the plug-in RST;
and the display output module is used for receiving the embedded point information and the log message to obtain an embedded point test result and visually displaying the embedded point test result in a tool window form.
9. 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.
CN201910554450.8A 2019-06-25 2019-06-25 Visual embedded point testing method and device Active CN110442511B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910554450.8A CN110442511B (en) 2019-06-25 2019-06-25 Visual embedded point testing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910554450.8A CN110442511B (en) 2019-06-25 2019-06-25 Visual embedded point testing method and device

Publications (2)

Publication Number Publication Date
CN110442511A CN110442511A (en) 2019-11-12
CN110442511B true CN110442511B (en) 2022-11-18

Family

ID=68428226

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910554450.8A Active CN110442511B (en) 2019-06-25 2019-06-25 Visual embedded point testing method and device

Country Status (1)

Country Link
CN (1) CN110442511B (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111190572A (en) * 2019-12-26 2020-05-22 北京五八信息技术有限公司 Visualization method and device for page buried point data, electronic equipment and storage medium
CN111309574B (en) * 2020-02-17 2023-09-05 北京百度网讯科技有限公司 Information processing method, device and equipment
CN111444099A (en) * 2020-03-27 2020-07-24 携程计算机技术(上海)有限公司 Data inconsistency analysis method, system, electronic device and storage medium
CN111782503B (en) * 2020-05-20 2024-04-19 北京皮尔布莱尼软件有限公司 Application buried point test method and mobile terminal
CN111651324B (en) * 2020-06-02 2023-09-01 上海泛微网络科技股份有限公司 Log collection method and device
CN111782495A (en) * 2020-06-29 2020-10-16 京东数字科技控股有限公司 Method and device for acquiring buried point data
CN112148606A (en) * 2020-09-22 2020-12-29 京东数字科技控股股份有限公司 Embedded point testing method, device, equipment and computer readable medium
CN113448834A (en) * 2020-09-25 2021-09-28 北京新氧科技有限公司 Buried point testing method and device, electronic equipment and storage medium
CN112000587B (en) * 2020-10-29 2021-11-23 四川新网银行股份有限公司 Test man-hour automatic statistical method based on associated object operation statistics
CN112650963A (en) * 2020-12-25 2021-04-13 北京达佳互联信息技术有限公司 Webpage point burying method and device, electronic equipment and computer readable storage medium
CN113254315B (en) * 2021-06-07 2021-11-05 杭州网易云音乐科技有限公司 Reporting method of embedded point information, embedded point method, device, medium and electronic equipment
CN113885995A (en) * 2021-10-18 2022-01-04 上海哔哩哔哩科技有限公司 Data processing method and device
CN115883647A (en) * 2022-11-29 2023-03-31 京东科技信息技术有限公司 Service log recording method, system, device, terminal, server and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572043A (en) * 2013-10-16 2015-04-29 阿里巴巴集团控股有限公司 Method and device for embedding points for controls of client application in real time
CN107145489A (en) * 2016-03-01 2017-09-08 阿里巴巴集团控股有限公司 A kind of information statistical method and device of the client application based on cloud platform
CN107832216A (en) * 2017-11-08 2018-03-23 无线生活(杭州)信息科技有限公司 One kind buries a method of testing and device
CN108304176A (en) * 2017-12-14 2018-07-20 广东数果科技有限公司 Point methods are buried in a kind of visualization of cross-platform mobile terminal
CN108600094A (en) * 2018-05-11 2018-09-28 深圳壹账通智能科技有限公司 Message pushes monitor method, device, computer equipment and the storage medium of process

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572043A (en) * 2013-10-16 2015-04-29 阿里巴巴集团控股有限公司 Method and device for embedding points for controls of client application in real time
CN107145489A (en) * 2016-03-01 2017-09-08 阿里巴巴集团控股有限公司 A kind of information statistical method and device of the client application based on cloud platform
CN107832216A (en) * 2017-11-08 2018-03-23 无线生活(杭州)信息科技有限公司 One kind buries a method of testing and device
CN108304176A (en) * 2017-12-14 2018-07-20 广东数果科技有限公司 Point methods are buried in a kind of visualization of cross-platform mobile terminal
CN108600094A (en) * 2018-05-11 2018-09-28 深圳壹账通智能科技有限公司 Message pushes monitor method, device, computer equipment and the storage medium of process

Also Published As

Publication number Publication date
CN110442511A (en) 2019-11-12

Similar Documents

Publication Publication Date Title
CN110442511B (en) Visual embedded point testing method and device
CN106844217B (en) Method and device for embedding point of applied control and readable storage medium
CN107423048B (en) Data collection method, device, medium and computing equipment
CN104407980B (en) Mobile solution automatic test device and method
CN108717393A (en) A kind of applied program testing method and mobile terminal
CN106776338B (en) Test method, test device and server
CN105068921A (en) App comparative analysis based Android application store credibility evaluation method
US11436133B2 (en) Comparable user interface object identifications
CN105302706A (en) Application test method and apparatus
WO2017044069A1 (en) Automatic regression identification
CN106959919B (en) Software testing method and device based on testing path diagram
CN112328499A (en) Test data generation method, device, equipment and medium
CN114491560A (en) Vulnerability detection method and device, storage medium and electronic equipment
CN108399129B (en) H5 page performance detection method
CN107430590B (en) System and method for data comparison
CN107038117B (en) Web automatic testing method based on definition-reference between event processing functions
KR20100069147A (en) Method and apparatus for testing quality of website
CN103368762A (en) Testing method, system and device for big data comparison
CN117493188A (en) Interface testing method and device, electronic equipment and storage medium
CN112084108A (en) Test script generation method and device and related components
CN112631704A (en) Interface element identification method and device, storage medium and electronic equipment
CN109101414B (en) Massive UI test generation method and device based on buried point data
CN110740081A (en) Data visualization method for page performance of standard multiple companies
US11544179B2 (en) Source traceability-based impact analysis
CN114385514A (en) Method, equipment and storage medium for detecting webpage elements

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: No.1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing, Jiangsu Province, 210000

Patentee after: Jiangsu Suning cloud computing Co.,Ltd.

Address before: No.1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing, Jiangsu Province, 210000

Patentee before: Suning Cloud Computing Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20231222

Address after: 210000, 1-5 story, Jinshan building, 8 Shanxi Road, Nanjing, Jiangsu.

Patentee after: SUNING.COM Co.,Ltd.

Address before: No.1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing, Jiangsu Province, 210000

Patentee before: Jiangsu Suning cloud computing Co.,Ltd.