CN116756053A - Front-end project test problem reporting distribution method and system based on screen recording playback - Google Patents

Front-end project test problem reporting distribution method and system based on screen recording playback Download PDF

Info

Publication number
CN116756053A
CN116756053A CN202311056118.1A CN202311056118A CN116756053A CN 116756053 A CN116756053 A CN 116756053A CN 202311056118 A CN202311056118 A CN 202311056118A CN 116756053 A CN116756053 A CN 116756053A
Authority
CN
China
Prior art keywords
information
data
page
recording
error
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
CN202311056118.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.)
Qingdao Civil Aviation Cares Co ltd
Original Assignee
Qingdao Civil Aviation Cares 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 Qingdao Civil Aviation Cares Co ltd filed Critical Qingdao Civil Aviation Cares Co ltd
Priority to CN202311056118.1A priority Critical patent/CN116756053A/en
Publication of CN116756053A publication Critical patent/CN116756053A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • 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/3696Methods or tools to render software testable

Abstract

The invention belongs to the technical field of test scene recording and reporting, and discloses a recording playback-based front-end project test problem reporting distribution method and system. When the method is used for testing the front-end page project, the page recording function is started, and the testing process is recorded. The recording module can record the user operation and the changes of different types of pages to generate recording data, the abnormality monitoring module monitors the pages or program errors, when the errors are monitored, the recording data in a period of time before the errors occur are intercepted, other information such as error information, page recording data, developers and the like is uploaded to the server, the server analyzes and records the data, and the recording information is distributed to relevant development responsible persons. The invention provides detailed error reporting information, can greatly reduce the communication cost of developers and testers, helps the developers to quickly locate the problem, solves the problem more efficiently, and can perfectly show the operation scenes of some unnecessary problems.

Description

Front-end project test problem reporting distribution method and system based on screen recording playback
Technical Field
The invention belongs to the technical field of test scene recording and reporting, and particularly relates to a recording playback-based front-end project test problem reporting distribution method and system.
Background
The development of the front-end project can be roughly divided into four phases: a demand phase, a development phase, a test phase and a release phase;
in the testing stage, a tester can write a test case according to a requirement prototype of the project and the UI design, and after submitting the test, the tester can test a front-end page according to the previously written test case, wherein the front-end page comprises page display, interaction effect, data accuracy, interface request and the like.
When a problem is found, a tester records a current problem (bug), creates the bug and assigns the bug to a developer of a current functional page, and the current common practice is to rely on a third party system or a self-research system to create a bug record, and add information such as scene screenshot, text description and the like to the bug; after receiving the bug information, a developer needs to examine pictures, text descriptions and the like in the bug, perform system operation according to the current description, locate the bug, often fail to accurately express an operation flow due to the speaking problem, the developer needs to find out on-the-spot communication of a tester, and the tester recalls the current operation scene according to the description information to attempt reproduction. The flow is complex, the communication cost is high, and the efficiency is low.
Chinese patent (publication No. CN115629968A, publication No. 20230120) discloses a test data recording method and apparatus, involving mobile interconnection, the method comprising: installing a rrweb screen recording tool to a mobile client; the rrweb screen recording tool is used for recording a test process; when the mobile client executes an APP test, starting a rrweb screen recording tool, recording a test process video, acquiring DOM elements and operation instructions, determining test data, and storing the test data into a database; in response to the import operation of the test cases, extracting test data from the database, and importing the test cases; the test cases are used to demonstrate the test process. The application can locate the problem more quickly by using a screen recording mode, but the application still has the technical defect of higher communication cost.
Through the above analysis, the problems and defects existing in the prior art are as follows: the prior art provides poor error reporting information effect in the modes of screenshot, text description and the like, and can not effectively reduce the communication cost of developers and testers.
Disclosure of Invention
In order to overcome the problems in the related art, the embodiment of the invention provides a reporting distribution method and a reporting distribution system for a front-end project test problem based on screen recording playback.
The technical scheme is as follows: the front-end project test problem reporting distribution method based on screen recording playback comprises the following steps:
s1, when front-end project testing is carried out, enabling a page recording function, and recording a testing process;
s2, in the test process, the recording module records the page Document and monitors the changes of different types of pages to generate recording data;
s3, when the abnormality monitoring module monitors that the page program reports errors, the recording process is terminated, and error detailed information is recorded;
s4, uploading error information, page record data and developer information to a server, analyzing and recording the data by the server, and distributing the record to a developer terminal.
In step S2, listening for different types of changes to the page includes:
DOM change, mouse movement, mouse interaction, page or element scrolling, user input, window size change;
the DOM changes include: creating and destroying nodes, changing node attributes and changing texts;
the mouse movement includes: refers to the visual position of the mouse;
the mouse interaction includes: clicking and double clicking.
Further, when the change of different types of the monitoring page occurs, the operation type and related data are recorded for each operation, the operation type and the related data are packaged into different information, a time stamp is added for the information corresponding to each change, the information data are serialized and thrown out, and data required by storage are generated.
Further, when the error occurs in the front-end page, capturing detailed information of the error through front-end abnormality monitoring, actively ending the page recording process, and intercepting page data in a period of time before the error occurs.
Further, the front-end anomaly monitoring includes:
collecting grammar errors and runtime errors through window. Onerror, and obtaining error information, stacks, error files, line numbers and column numbers;
collecting error information of resource loading failure through window.addEventListener;
the window.unhandledrejet method is rewritten, and the stack information is acquired by global snoop Unhandled Promise rejection.
Further, recording error detailed information includes: and extracting the temporarily stored abnormal information and page record data, actively generating a form, displaying a form submitting page to remind whether the test submits the test record, adding the correction responsible person and the description information by perfecting the form data, and submitting the form information to a server for storage.
Further, the form information includes: recording screen data, bug information, assigning correction responsible persons and descriptions, and storing a bug record containing the form information in a background after submitting the bug record;
the screen recording data comprises a page change record, the bug information comprises page or system error information, and the description comprises a summary.
Further, after receiving the submitted form information, the server sends a notification in the form of a mail, and the developer receiving end checks the related information of the corresponding bug data, and checks the video of the test flow, the collected detailed information of the abnormality and the description information.
Further, the viewing the video of the test flow, the collected detailed information of the abnormality and the description information includes:
creating a player instance, and creating two services, wherein the first service is used for processing time playback, and the second service is used for controlling the playing speed;
acquiring page data in the bug record, reconstructing the data into a corresponding DOM by the first service, arranging operations in the data according to time stamps, and putting the operations in an operation queue;
the second service starts a timer, continuously checks the operation queue, takes out the corresponding operation for reproduction, and restores the page change and the user operation in a video mode.
The invention further provides a front-end project test problem reporting and distributing system based on screen recording playback, which implements the front-end project test problem reporting and distributing method based on screen recording playback, and comprises the following steps:
the front end is used for carrying out DOM in the record page and saving the operation of the user as serializable data, monitoring and capturing page program error reporting and interface request error reporting, temporarily storing the record data in a period of time before the error occurs, and popping up bug information submission forms, wherein the bug information submission forms comprise screen recording information, error information, distribution personnel and description;
the server side submits bug information after the testers add the related information to generate bug record data;
the bug recording system is used for receiving bug recording data, generating video data and transmitting developers; the developer refers to the bug record information and the restored page information to play in a video mode, and understands the scene and error information of the problem.
By combining all the technical schemes, the invention has the advantages and positive effects that: when a tester tests front-end projects, the tester is a black box, and problems found in the test process are caused by browser versions, network environments, complex operation behaviors and the like after some column operations of the tester, so that when bug flows to the developer, the problems are difficult to reproduce and cannot be solved timely. For the description of the problems, the testers usually adopt the form of screenshot and text summarization, are not intuitive, and are sometimes difficult to describe and understand.
The page recording capability of the front-end project testing process provided by the invention intuitively restores the current testing process through the video form to provide detailed error reporting information, so that the communication cost of developers and testers can be greatly reduced, the developers can be helped to quickly locate the problem, the problem is more efficiently solved, the operation scenes of some unnecessary problems can be perfectly displayed, and the communication cost is greatly reduced.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure;
FIG. 1 is a schematic diagram of a report distribution method of front-end project test problems based on screen recording playback provided by an embodiment of the invention;
FIG. 2 is a flowchart of a report distribution method for front-end project test problems based on screen recording playback, which is provided by the embodiment of the invention;
FIG. 3 is a flow chart of page recording provided in an embodiment of the present invention;
FIG. 4 is a schematic diagram of a report distribution system for testing problems of a front-end project based on video playback according to an embodiment of the present invention;
in the figure: 1. a front end; 2. a server; 3. bug recording system.
Detailed Description
In order that the above objects, features and advantages of the invention will be readily understood, a more particular description of the invention will be rendered by reference to the appended drawings. In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention. The invention may be embodied in many other forms than described herein and similarly modified by those skilled in the art without departing from the spirit or scope of the invention, which is therefore not limited to the specific embodiments disclosed below.
In embodiment 1, as shown in fig. 1, a method for reporting and distributing a front-end project test problem based on video playback according to an embodiment of the present invention includes:
the tester inputs a recording starting function and a front-end project testing instruction at the front end, and simultaneously submits screen recording information and bug information to a server;
generating a bug record at a server side, and sending a bug record system;
generating video data in a bug recording system, and outputting the generated video data and the generated bug record;
the developer views the generated video data and the generated bug record in the bug record system.
The method specifically comprises the following steps: the front end stores DOM and user operation in the recording page as serializable data, monitors and captures page program error reporting, interface request error reporting and the like, temporarily stores the recording data in a period of time before the error occurs, pops up bug information submitting forms (including screen recording information, error information, distribution personnel, description and the like), submits bug information to a server (background) after a tester adds related information, generates bug recording data, and after a developer receives corresponding data, can consult bug information and system restoring page information to play in a video form, can intuitively understand the scene and error information of the problem occurrence, and rectifies and changes.
Embodiment 2, as another implementation manner of the present invention, as shown in fig. 2, a method for reporting and distributing a front-end item test problem based on video playback according to an embodiment of the present invention includes:
s1, when front-end project testing is carried out, enabling a page recording function, and recording a testing process;
s2, in the test process, the recording module records the page Document and monitors the changes of different types of pages to generate recording data;
s3, in the testing process, when the abnormality monitoring module monitors that the page program reports errors, the recording process is terminated, and error detailed information is recorded;
s4, uploading error information, page record data and developer information to a server, analyzing and recording the data by the server, and distributing the record to a developer terminal.
According to the invention, the operation scene with errors is reduced in percentage by means of page recording, anomaly monitoring and data recording, so that the workload of testers and the communication cost with developers are reduced, and the purposes of cost reduction and efficiency improvement are achieved.
In step S2, listening for different types of changes to the page includes:
DOM change, mouse movement, mouse interaction, page or element scrolling, user input, window size change; the DOM change comprises node creation, destruction, node attribute change and text change, the mouse movement comprises a visual position of a mouse, and the mouse interaction comprises clicking and double clicking.
In step S2, when the change of the monitoring page with different types occurs, the operation type and the related data are recorded for each operation, the operation type and the related data are packaged into different information, a time stamp is added to the information corresponding to each change, and the information data are serialized and thrown out to generate the data required by storage.
When the error occurs in the front-end page, capturing detailed information of the error through front-end abnormality monitoring, actively ending the page recording process, and intercepting page data in a period of time before the error occurs;
the front-end anomaly monitoring includes:
collecting grammar errors and runtime errors through window. Onerror, and obtaining error information, stacks, error files, line numbers and column numbers;
collecting error information of resource loading failure through window.addEventListener;
the window.unhandledrejet method is rewritten, and the stack information is acquired by global snoop Unhandled Promise rejection.
In step S3 of the embodiment of the present invention, the monitoring of the different types of changes of the page includes:
DOM changes (node creation, destruction, node attribute changes, text changes), mouse movements (referring to the visual position of the mouse), mouse interactions (click, hover, double click, etc.), page or element scrolling, user input, window size changes.
When the front-end page is wrong, capturing detailed information of the error through front-end abnormity monitoring, actively ending the page recording process, and throwing out the recorded page data by a recording tool.
In an embodiment of the present invention, the front-end anomaly monitoring includes:
collecting grammar errors and runtime errors through window. Onerror, and obtaining error information, stacks, error files, line numbers and column numbers;
it will be appreciated that the window. Onerror method will return relevant information: containing stack information, line number, column number, etc., the method is a global object provided by the browser client.
Collecting error information of resource (such as pictures or scripts) loading failure through window. AddEventListener ("error");
the window.unhandledrijection method is rewritten, the global monitoring is Unhandled Promise rejection, and information such as stacks is obtained; where global snoop Unhandled Promise rejection is a method in a global object provided by a browser client.
In the embodiment of the invention, in the anomaly monitoring method, when an error occurs in a page, the detailed information of the captured anomaly is temporarily stored to the generated json data, and in order to improve the accuracy of the video recording and recovering operation scene (remove the operation which may exist and is irrelevant to the current problem), only the behavior data of a period of time before the anomaly occurs is collected, and the strategy of exporting the data by setting a recording tool is provided: making a snapshot once after n times of operation or making a snapshot once every n milliseconds, so that one piece of data with larger volume is split into a plurality of smaller data, the accuracy of video is improved, the size of video data can be reduced, and the system performance is improved;
in the embodiment of the invention, after the screen recording data and the error information are acquired in the step S3 of the embodiment of the invention, the step S4 is executed, the temporarily stored abnormal information and the data required by video playback are extracted, the form is actively generated, a form submitting page is displayed to remind a tester whether to submit the test record, the tester can perfect the form data, add a correction responsible person and description information for the current record, and submit the form information to a server for storage.
In the embodiment of the invention, after the form information stored by the submitting server is received by the server, the server informs appointed rectifying personnel in the form of mail, and the rectifying personnel enters the system to check the related information of the corresponding bug data, check the video of the test flow, the collected detailed information of the abnormality and the description of the tester, and assist in positioning the problem;
wherein the form information comprises: recording screen data (page change record), bug information (page or system error information and the like), assigning correction responsible persons, description (summary) and the like, and storing a bug record (comprising the content of the form) in the background after submitting.
In the embodiment of the present invention, in the video for checking the test flow, playing the video includes:
creating a player instance, and creating two services, wherein the first service is used for processing time playback, and the second service is used for controlling the playing speed;
acquiring json data in the bug record, rebuilding the data into a corresponding DOM by using an iframe sand box function provided by HTML (hypertext markup language), arranging operations in the data according to a time stamp, and putting the operations in an operation queue;
the second service starts a timer, continuously checks the operation queue, takes out the corresponding operation for reproduction, and restores the page change and the user operation in a video mode.
In the embodiment of the invention, in the page recording, a manual mode is adopted, a tester can manually start a recording starting point according to actual needs aiming at a certain test flow, after the flow operation is finished, the recording is manually finished to report data, and the manual recording process repeats the page change recording process.
Example 3 as shown in fig. 3, as another embodiment of the present invention, the page recording provided in the embodiment of the present invention includes:
initializing a screen;
initializing various listeners, including listening to DOM changes, mouse interactions, mouse movements, page scrolling, etc.;
simultaneously obtaining a full DOM snapshot of the page, traversing nodes, adding IDs, creating a map, carrying out serialization processing on the DOM, and maintaining changes of the DOM in the map;
receiving DOM change, mouse interaction, mouse movement and page rolling data, serializing the DOM data, packaging different increment information according to different changes, packaging and throwing the packaged increment information, and generating data;
and finishing page recording.
Embodiment 4, as shown in fig. 4, the front-end project test problem reporting and distributing system based on screen recording playback provided by the embodiment of the invention includes:
the front end 1 is used for performing DOM in a record page and saving user operation as serializable data, monitoring and capturing page program error reporting, interface request error reporting and the like, temporarily storing record data in a period of time before an error occurs, and popping up bug information submission forms (including screen recording information, error information, distribution personnel, description and the like);
the server side 2 submits form information after the testers add the relevant information to generate bug record data;
a bug recording system 3 for receiving bug recording data and generating video data, and transmitting the video data to a developer; the developer refers to the bug record information and the restored page information to play in a video mode, and understands the scene and error information of the problem.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and in part, not described or illustrated in any particular embodiment, reference is made to the related descriptions of other embodiments.
The content of the information interaction and the execution process between the devices/units and the like is based on the same conception as the method embodiment of the present invention, and specific functions and technical effects brought by the content can be referred to in the method embodiment section, and will not be described herein.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-described division of the functional units and modules is illustrated, and in practical application, the above-described functional distribution may be performed by different functional units and modules according to needs, i.e. the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-described functions. The specific names of the functional units and modules are also only used for distinguishing from each other, and are not used for limiting the protection scope of the invention. For specific working processes of the units and modules in the system, reference may be made to corresponding processes in the foregoing method embodiments.
To further demonstrate the positive effects of the above embodiments, the present invention was based on the above technical solutions to perform the following experiments.
The embodiment of the invention is applied to the testing stage of the internal project, and the whole testing period is shortened by 30% compared with the testing scheme of the daily project through complete development, testing, rectification and retesting processes, so that the communication frequency between the developer and the tester is reduced by 50%.
While the invention has been described with respect to what is presently considered to be the most practical and preferred embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, but on the contrary, is intended to cover various modifications, equivalents, and alternatives falling within the spirit and scope of the invention.

Claims (10)

1. The front-end project test problem reporting distribution method based on screen recording playback is characterized by comprising the following steps of:
s1, when front-end project testing is carried out, enabling a page recording function, and recording a testing process;
s2, in the test process, the recording module records the page Document and monitors the changes of different types of pages to generate recording data;
s3, when the abnormality monitoring module monitors that the page program reports errors, the recording process is terminated, and error detailed information is recorded;
s4, uploading error information, page record data and developer information to a server, analyzing and recording the data by the server, and distributing the record to a developer terminal.
2. The recording playback-based front-end item test question reporting allocation method of claim 1, wherein in step S2, listening to different types of changes of pages comprises:
DOM change, mouse movement, mouse interaction, page or element scrolling, user input, window size change;
the DOM changes include: creating and destroying nodes, changing node attributes and changing texts;
the mouse movement includes: refers to the visual position of the mouse;
the mouse interaction includes: clicking and double clicking.
3. The method for reporting and distributing the front-end project test problems based on screen recording playback according to claim 2, wherein when the change of different types of the monitoring page occurs, the operation type and related data are recorded for each operation, the operation type and the related data are packaged into different information, a time stamp is added for the information corresponding to each change, the information data are serialized and thrown out, and data required for storage are generated.
4. The report distribution method for testing problems of front-end items based on screen recording playback as set forth in claim 3, wherein when an error occurs in a front-end page, detailed information of the error is captured through front-end anomaly monitoring, the recording process of the page is actively ended, and page data in a period of time before the error occurs is intercepted.
5. The recording playback-based front-end project test problem reporting allocation method as claimed in claim 4, wherein the front-end anomaly monitoring comprises:
collecting grammar errors and runtime errors through window. Onerror, and obtaining error information, stacks, error files, line numbers and column numbers;
collecting error information of resource loading failure through window.addEventListener;
the window.unhandledrejet method is rewritten, and the stack information is acquired by global snoop Unhandled Promise rejection.
6. The recording playback-based front-end item test question reporting distribution method as claimed in claim 1, wherein recording error details comprises: and extracting the temporarily stored abnormal information and page record data, actively generating a form, displaying a form submitting page to remind whether the test submits the test record, adding the correction responsible person and the description information by perfecting the form data, and submitting the form information to a server for storage.
7. The recording playback-based front-end project test question reporting allocation method as claimed in claim 6, wherein the form information includes: recording screen data, bug information, assigning correction responsible persons and descriptions, and storing a bug record containing the form information in a background after submitting the bug record;
the screen recording data comprises a page change record, the bug information comprises page or system error information, and the description comprises a summary.
8. The report distribution method for front-end project test problems based on screen recording playback according to claim 6, wherein after receiving the submitted form information, the server sends a notification in the form of a mail, and the developer receiving end checks the related information of the corresponding bug data, checks the video of the test flow, the collected detailed information of the abnormality and the description information.
9. The recording playback-based front-end project test question reporting distribution method as claimed in claim 8, wherein the viewing of video of the test flow, collected detailed information of anomalies, and description information includes:
creating a player instance, and creating two services, wherein the first service is used for processing time playback, and the second service is used for controlling the playing speed;
acquiring page data in the bug record, reconstructing the data into a corresponding DOM by the first service, arranging operations in the data according to time stamps, and putting the operations in an operation queue;
the second service starts a timer, continuously checks the operation queue, takes out the corresponding operation for reproduction, and restores the page change and the user operation in a video mode.
10. A recording playback-based front-end item test problem reporting allocation system, characterized in that the system implements the recording playback-based front-end item test problem reporting allocation method as set forth in any one of claims 1 to 9, the system comprising:
the front end (1) is used for performing DOM and user operation in the record page and storing the DOM and the user operation as serializable data, monitoring and capturing page program error reporting and interface request error reporting, temporarily storing record data in a period of time before the error occurs, and popping up bug information submission forms, wherein the record information comprises screen recording information, error information, distribution personnel and description;
the server (2) submits bug information after the tester adds the related information to generate bug record data;
a bug record system (3) for receiving bug record data and generating video data, and transmitting the video data to a developer; the developer refers to the bug record information and the restored page information to play in a video mode, and understands the scene and error information of the problem.
CN202311056118.1A 2023-08-22 2023-08-22 Front-end project test problem reporting distribution method and system based on screen recording playback Pending CN116756053A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311056118.1A CN116756053A (en) 2023-08-22 2023-08-22 Front-end project test problem reporting distribution method and system based on screen recording playback

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311056118.1A CN116756053A (en) 2023-08-22 2023-08-22 Front-end project test problem reporting distribution method and system based on screen recording playback

Publications (1)

Publication Number Publication Date
CN116756053A true CN116756053A (en) 2023-09-15

Family

ID=87948310

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311056118.1A Pending CN116756053A (en) 2023-08-22 2023-08-22 Front-end project test problem reporting distribution method and system based on screen recording playback

Country Status (1)

Country Link
CN (1) CN116756053A (en)

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101727386A (en) * 2008-10-30 2010-06-09 新奥特硅谷视频技术有限责任公司 Method for processing BUG in software procedure
CN106528079A (en) * 2016-09-23 2017-03-22 北京五八信息技术有限公司 Method and device for monitoring running state of React Native code
CN109727137A (en) * 2018-12-18 2019-05-07 杭州茂财网络技术有限公司 A kind of log reporting method and system based on consumer's risk evaluation and test
CN110147327A (en) * 2019-05-23 2019-08-20 浙江传媒学院 A kind of web automatic test management method based on more granularities
CN110309029A (en) * 2019-06-29 2019-10-08 深圳乐信软件技术有限公司 Acquisition method, device, computer equipment and the storage medium of abnormal data
CN111752793A (en) * 2020-05-27 2020-10-09 中国平安财产保险股份有限公司 System abnormity monitoring method and device, computer equipment and storage medium
CN111897713A (en) * 2020-06-22 2020-11-06 广州市玄武无线科技股份有限公司 Friendly prompt method and system based on PAAS platform front-end engine abnormity
CN112256524A (en) * 2020-09-27 2021-01-22 湖南映客互娱网络信息有限公司 Web front-end monitoring method and system based on screen recording playback
CN112306793A (en) * 2020-04-07 2021-02-02 北京沃东天骏信息技术有限公司 Method and device for monitoring webpage
CN112527643A (en) * 2020-12-11 2021-03-19 杭州安恒信息技术股份有限公司 Front-end error detection method and device, electronic equipment and readable storage medium
CN112527748A (en) * 2020-12-24 2021-03-19 北京百度网讯科技有限公司 Method, device, equipment and storage medium for analyzing user operation behaviors
CN113868005A (en) * 2021-09-27 2021-12-31 城云科技(中国)有限公司 Method and device for monitoring webpage abnormity
CN114168456A (en) * 2021-11-19 2022-03-11 江苏物联网研究发展中心 Front-end performance automatic testing method based on 3D-GIS
CN114579446A (en) * 2022-03-04 2022-06-03 平安壹钱包电子商务有限公司 Data processing method and device, computer equipment and computer readable storage medium
WO2022142315A1 (en) * 2021-01-04 2022-07-07 深圳壹账通智能科技有限公司 Video processing method and apparatus, electronic device, and storage medium
CN115586941A (en) * 2022-11-08 2023-01-10 平安壹钱包电子商务有限公司 Mobile terminal RN page screen recording playback method and device
CN115629968A (en) * 2022-10-12 2023-01-20 中国银行股份有限公司 Test data recording method and device
CN115658500A (en) * 2022-10-24 2023-01-31 中信百信银行股份有限公司 Vue-based front-end error log uploading method and system in hybrid development
CN116069535A (en) * 2022-12-21 2023-05-05 广州欢聚时代信息科技有限公司 Abnormality monitoring method and device, equipment and medium thereof
CN116320586A (en) * 2023-04-04 2023-06-23 北京商银微芯科技有限公司 Operation video generation method and device
CN116521552A (en) * 2023-05-04 2023-08-01 上海微盟企业发展有限公司 Method, device and equipment for acquiring test defects and readable storage medium

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101727386A (en) * 2008-10-30 2010-06-09 新奥特硅谷视频技术有限责任公司 Method for processing BUG in software procedure
CN106528079A (en) * 2016-09-23 2017-03-22 北京五八信息技术有限公司 Method and device for monitoring running state of React Native code
CN109727137A (en) * 2018-12-18 2019-05-07 杭州茂财网络技术有限公司 A kind of log reporting method and system based on consumer's risk evaluation and test
CN110147327A (en) * 2019-05-23 2019-08-20 浙江传媒学院 A kind of web automatic test management method based on more granularities
CN110309029A (en) * 2019-06-29 2019-10-08 深圳乐信软件技术有限公司 Acquisition method, device, computer equipment and the storage medium of abnormal data
CN112306793A (en) * 2020-04-07 2021-02-02 北京沃东天骏信息技术有限公司 Method and device for monitoring webpage
CN111752793A (en) * 2020-05-27 2020-10-09 中国平安财产保险股份有限公司 System abnormity monitoring method and device, computer equipment and storage medium
CN111897713A (en) * 2020-06-22 2020-11-06 广州市玄武无线科技股份有限公司 Friendly prompt method and system based on PAAS platform front-end engine abnormity
CN112256524A (en) * 2020-09-27 2021-01-22 湖南映客互娱网络信息有限公司 Web front-end monitoring method and system based on screen recording playback
CN112527643A (en) * 2020-12-11 2021-03-19 杭州安恒信息技术股份有限公司 Front-end error detection method and device, electronic equipment and readable storage medium
CN112527748A (en) * 2020-12-24 2021-03-19 北京百度网讯科技有限公司 Method, device, equipment and storage medium for analyzing user operation behaviors
WO2022142315A1 (en) * 2021-01-04 2022-07-07 深圳壹账通智能科技有限公司 Video processing method and apparatus, electronic device, and storage medium
CN113868005A (en) * 2021-09-27 2021-12-31 城云科技(中国)有限公司 Method and device for monitoring webpage abnormity
CN114168456A (en) * 2021-11-19 2022-03-11 江苏物联网研究发展中心 Front-end performance automatic testing method based on 3D-GIS
CN114579446A (en) * 2022-03-04 2022-06-03 平安壹钱包电子商务有限公司 Data processing method and device, computer equipment and computer readable storage medium
CN115629968A (en) * 2022-10-12 2023-01-20 中国银行股份有限公司 Test data recording method and device
CN115658500A (en) * 2022-10-24 2023-01-31 中信百信银行股份有限公司 Vue-based front-end error log uploading method and system in hybrid development
CN115586941A (en) * 2022-11-08 2023-01-10 平安壹钱包电子商务有限公司 Mobile terminal RN page screen recording playback method and device
CN116069535A (en) * 2022-12-21 2023-05-05 广州欢聚时代信息科技有限公司 Abnormality monitoring method and device, equipment and medium thereof
CN116320586A (en) * 2023-04-04 2023-06-23 北京商银微芯科技有限公司 Operation video generation method and device
CN116521552A (en) * 2023-05-04 2023-08-01 上海微盟企业发展有限公司 Method, device and equipment for acquiring test defects and readable storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
张大方等: "《"互联网+"背景下高等教育信息化的改革与创新研究》", pages: 270 - 271 *
罗清宙等: "基于回放机制的并发程序中的错误重现方法", 《计算机工程与设计》, vol. 31, no. 13, pages 3029 - 3031 *

Similar Documents

Publication Publication Date Title
US8312322B2 (en) System for automated generation of computer test procedures
US10810074B2 (en) Unified error monitoring, alerting, and debugging of distributed systems
Sprenkle et al. Automated replay and failure detection for web applications
US7627821B2 (en) Recording/playback tools for UI-based applications
US8037457B2 (en) Method and system for generating and displaying function call tracker charts
US7698691B2 (en) Server application state
US20080127108A1 (en) Common performance trace mechanism
US8037458B2 (en) Method and system for providing a common structure for trace data
WO2017124808A1 (en) Fault information reproduction method and reproduction apparatus
CN103049371A (en) Testing method and testing device of Android application programs
Roehm et al. Monitoring user interactions for supporting failure reproduction
EP2038752A4 (en) Method and apparatus for monitoring and synchronizing user interface events with network data
Zaidman et al. Understanding Ajax applications by connecting client and server-side execution traces
CN110750458A (en) Big data platform testing method and device, readable storage medium and electronic equipment
Moran et al. On-device bug reporting for android applications
GB2356783A (en) Monitoring of services provided over a network
US10846212B2 (en) Evidence gathering system and method
US9892028B1 (en) System and method for debugging of webcasting applications during live events
CN111506470A (en) Browser error detection and alarm method, device, equipment and storage medium
JP2010256997A (en) Error reproduction system and error reproduction investigation method for field trouble, and scenario execution program
JP6238221B2 (en) Apparatus, method and program for monitoring execution of software
JP5545761B2 (en) Failure analysis support system, failure analysis support method, and failure analysis support program
US20120221967A1 (en) Dashboard object validation
CN111475423A (en) Data entry method and device, electronic equipment and readable storage medium
CN116521552A (en) Method, device and equipment for acquiring test defects and readable storage medium

Legal Events

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