CN110471841B - Method, device, medium and electronic equipment for comparing drawing information - Google Patents

Method, device, medium and electronic equipment for comparing drawing information Download PDF

Info

Publication number
CN110471841B
CN110471841B CN201910628422.6A CN201910628422A CN110471841B CN 110471841 B CN110471841 B CN 110471841B CN 201910628422 A CN201910628422 A CN 201910628422A CN 110471841 B CN110471841 B CN 110471841B
Authority
CN
China
Prior art keywords
drawing information
standard
test
event
sequence
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
CN201910628422.6A
Other languages
Chinese (zh)
Other versions
CN110471841A (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.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN201910628422.6A priority Critical patent/CN110471841B/en
Publication of CN110471841A publication Critical patent/CN110471841A/en
Application granted granted Critical
Publication of CN110471841B publication Critical patent/CN110471841B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Artificial Intelligence (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Debugging And Monitoring (AREA)
  • Electrically Operated Instructional Devices (AREA)

Abstract

The application provides a method, a device, a medium and electronic equipment for comparing drawing information. The method comprises the following steps: respectively acquiring first standard drawing information from the standard drawing information set according to a preset comparison sequence; acquiring first test drawing information comprising second sequence parameters from a test drawing information set according to first sequence parameters of the first standard drawing information respectively, wherein the second sequence parameters are equal to the first sequence parameters; comparing whether the first test drawing information is identical to the first standard drawing information; if the comparison error information is different, the first comparison error information is obtained. According to the method and the device, the event monitoring, recording and playback are carried out in the mode of setting the script program in the page file, so that the workload of development is reduced, and the development difficulty and the development cost are reduced. The first standard drawing information or the first test drawing information is generated by capturing the events related to drawing, so that the problems of low drawing test efficiency and inaccurate test results are solved.

Description

Method, device, medium and electronic equipment for comparing drawing information
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a medium, and an electronic device for comparing drawing information.
Background
In the development of software products, software testing is a very important stage in the software development engineering, and the stability of the products is ensured through the software testing.
End-to-end testing (E2E for short) is often used for testing Web products. The E2E requires developers to add test code to the software that controls the operational flow. Thus, the E2E test process is complicated and the debugging is difficult. A number of record playback tools are thereby also created.
The recording and playback tool only needs a tester to manually operate on a stable product, and the recording and playback tool automatically records events such as mouse click, mouse movement, keyboard input and the like. And after the operation is finished, a correct operation result can be obtained. When testing the new function, recording the event of the new function and obtaining the operation result of the new function. Playback is performed and then it is compared whether the operation result of the new function is consistent with the correct operation result. And if the two data are consistent, the test is passed.
Some record playback tools are currently available on the market, which are software based on the Web automated test toolset (e.g., selenium tools).
These record playback tools are mainly aimed at document object models (DOM for short), but for comparison results (e.g. spreadsheets) rendered using canvas, there is a lack of means for comparison. For example, on a normal hypertext parameter language (HTML) page that does not contain canvas, a click button pop-up menu is recorded, after playback, the click button pops up the menu, and the record playback tool based on the selenium tool can determine whether this operation is normal by looking for whether this menu exists.
But for the chart drawn on the canvas, both the correct operation result and the test operation result are in the form of images. If the two images are compared using a pixel-by-pixel method, a high false positive rate results.
Disclosure of Invention
The present application is directed to a method, an apparatus, a medium, and an electronic device for comparing drawing information, which can solve at least one technical problem mentioned above. The specific scheme is as follows:
according to a first aspect of the specific embodiments of the present application, the present application provides a method for comparing drawing information, including:
respectively acquiring first standard drawing information from the standard drawing information set according to a preset comparison sequence;
acquiring first test drawing information comprising second sequence parameters from a test drawing information set according to first sequence parameters of the first standard drawing information respectively, wherein the second sequence parameters are equal to the first sequence parameters;
comparing whether the first test drawing information is identical to the first standard drawing information;
if not, the first comparison error information is obtained.
Optionally, the preset comparison sequence refers to a sequence of the first relative time of the first standard drawing information; the first relative time is an occurrence time from a start of a standard operation to the standard operation triggering a first event associated with the first standard drawing information;
The step of respectively obtaining the first standard drawing information from the standard drawing information set according to the preset comparison sequence comprises the following steps:
and respectively acquiring first standard drawing information from the standard drawing information set according to the sequence of the first relative time.
Optionally, the first sequence parameter refers to the first relative time; the second sequence parameter refers to a second relative time; the second relative time is an occurrence time from a start of a test operation to the standard operation triggering a second event associated with the first test drawing information;
the obtaining, from a test plot information set, the first test plot information including a second order parameter according to the first order parameter of the first standard plot information, and the second order parameter being equal to the first order parameter, includes:
first test plot information including the second relative time is obtained from a set of test plot information according to the first relative time of the first standard plot information, and the second relative time is equal to the first relative time.
Optionally, the preset comparison sequence is a sequence from small to large of the first drawing sequence number of the first standard drawing information; the first drawing sequence number is a sequence number for sequentially acquiring the first standard drawing information in the standard operation process;
The step of respectively obtaining the first standard drawing information from the standard drawing information set according to the preset comparison sequence comprises the following steps:
and respectively acquiring first standard drawing information from the standard drawing information set according to the sequence of the first drawing sequence numbers from small to large.
Optionally, the first sequence parameter refers to the first drawing sequence number; the second sequence parameter refers to a second drawing sequence number; the second drawing sequence number is a sequence number for sequentially acquiring the first test drawing information in the test operation process;
the obtaining, from a test plot information set, the first test plot information including a second order parameter according to the first order parameter of the first standard plot information, and the second order parameter being equal to the first order parameter, includes:
and acquiring first test drawing information comprising the second drawing sequence number from the test drawing information set according to the first drawing sequence number of the first standard drawing information, wherein the second drawing sequence number is equal to the first drawing sequence number.
Optionally, before the first standard drawing information is respectively obtained from the standard drawing information set according to the preset comparison sequence, the method further includes:
Acquiring a standard drawing information set according to each first event which is triggered in the standard operation process and is associated with drawing;
and controlling a test operation process according to the standard drawing information set, and acquiring the test drawing information set according to each second event which is triggered in the test operation process and is associated with drawing.
Optionally, the acquiring the standard drawing information set according to each first event associated with drawing triggered in the standard operation process includes:
a first monitoring script program arranged in a standard page text captures each first event triggered by the standard operation;
respectively acquiring the first standard drawing information according to each first event; the first standard drawing information at least comprises the first sequence parameter, the first event and standard drawing information;
and generating the standard drawing information set according to all the first standard drawing information.
Optionally, the first sequence parameter refers to a first relative time; the first relative time is a time from a start of a standard operation to a trigger of the first event;
the controlling the testing operation process according to the standard drawing information set, and obtaining the testing drawing information set according to each second event related to drawing triggered in the testing operation process, including:
Respectively acquiring the first standard drawing information from a standard drawing information set according to the sequence of the first relative time;
after the first relative time of each piece of first standard drawing information occurs, a first script program arranged in a standard page text sends a trigger message to the test page according to the first event of the first standard drawing information, and captures the second event responding to the trigger message;
respectively acquiring the first test drawing information according to each second event; the first test drawing information at least comprises the second relative time, the second event and the test drawing information; the second relative time is a time from a start of a test operation to triggering the second event;
and generating the test drawing information set according to all the first test drawing information.
Optionally, the first standard drawing information further includes a first time interval; the first time interval is a time interval between the current first event and a previous first event; the first sequence parameter comprises a first drawing sequence number; the first drawing sequence number is a sequence number for sequentially acquiring the first standard drawing information in the standard operation process;
The controlling the testing operation process according to the standard drawing information set, and obtaining the testing drawing information set according to each second event related to drawing triggered in the testing operation process, including:
respectively acquiring the first standard drawing information from a standard drawing information set according to the sequence of the first drawing sequence number from small to large;
after the first time interval of each piece of first standard drawing information occurs, a second script program arranged in a test page text sends a trigger message to the test page according to the first event of the first standard drawing information, and captures the second event responding to the trigger message;
respectively acquiring the first test drawing information according to each second event; the first test drawing information at least comprises the second time interval, the second drawing serial number, the second event and the test drawing information; the second time interval is a time interval between the current second event and a previous second event; the second drawing sequence number is a sequence number for sequentially acquiring the first test drawing information in the test operation process;
And generating the test drawing information set according to all the first test drawing information.
Optionally, the test drawing information is difference information from the previous test drawing information.
Optionally, the standard drawing information is difference information from the previous standard drawing information.
According to a second aspect of the specific embodiments of the present application, the present application provides an apparatus for comparing drawing information, including:
the standard drawing information acquisition unit is used for respectively acquiring first standard drawing information from the standard drawing information set according to a preset comparison sequence;
the test drawing information acquisition unit is used for acquiring first test drawing information comprising second sequence parameters from the test drawing information set according to the first sequence parameters of the first standard drawing information respectively, wherein the second sequence parameters are equal to the first sequence parameters;
a comparison unit, configured to compare whether the first test drawing information is the same as the first standard drawing information;
and the error reporting unit is used for acquiring first comparison error information if the output result of the comparison unit is NO.
According to a third aspect of the present application, there is provided a computer readable storage medium having stored thereon a computer program which when executed by a processor implements a method of comparing drawing information as described in any of the first aspects.
According to a fourth aspect of the specific embodiments of the present application, the present application provides an electronic device, including: one or more processors; storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement a method of aligning drawing information as claimed in any of the first aspects.
Compared with the prior art, the scheme provided by the embodiment of the application has at least the following beneficial effects:
the application provides a method, a device, a medium and electronic equipment for comparing drawing information. The method comprises the following steps: respectively acquiring first standard drawing information from the standard drawing information set according to a preset comparison sequence; acquiring first test drawing information comprising second sequence parameters from a test drawing information set according to first sequence parameters of the first standard drawing information respectively, wherein the second sequence parameters are equal to the first sequence parameters; comparing whether the first test drawing information is identical to the first standard drawing information; if the comparison error information is different, the first comparison error information is obtained. According to the method and the device, the event monitoring, recording and playback are carried out in the mode of setting the script program in the page file, so that the workload of development is reduced, and the development difficulty and the development cost are reduced. The first standard drawing information or the first test drawing information is generated by capturing the events related to drawing, so that the problems of low drawing test efficiency and inaccurate test results are solved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and together with the description, serve to explain the principles of the application. It is apparent that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained from these drawings without inventive effort for a person of ordinary skill in the art. In the drawings:
FIG. 1 illustrates a flow chart of a method of comparing drawing information according to an embodiment of the present application;
FIG. 2 shows a block diagram of a unit of an apparatus for comparing drawing information according to an embodiment of the present application;
fig. 3 shows a schematic diagram of an electronic device connection structure according to an embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the present application more apparent, the present application will be described in further detail below with reference to the accompanying drawings, wherein it is apparent that the described embodiments are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
The terminology used in the embodiments of the application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in the examples and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise, the "plurality" generally includes at least two.
It should be understood that the term "and/or" as used herein is merely one relationship describing the association of the associated objects, meaning that there may be three relationships, e.g., a and/or B, may represent: a exists alone, A and B exist together, and B exists alone. In addition, the character "/" herein generally indicates that the front and rear associated objects are an "or" relationship.
It should be understood that although the terms first, second, third, etc. may be used in describing the technical names in the embodiments of the present disclosure, the technical names should not be limited to the terms. These terms are only used to distinguish technical names. For example, a first check signature may also be referred to as a second check signature, and similarly, a second check signature may also be referred to as a first check signature, without departing from the scope of embodiments of the present disclosure.
The words "if", as used herein, may be interpreted as "at … …" or "at … …" or "in response to a determination" or "in response to a detection", depending on the context. Similarly, the phrase "if determined" or "if detected (stated condition or event)" may be interpreted as "when determined" or "in response to determination" or "when detected (stated condition or event)" or "in response to detection (stated condition or event), depending on the context.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a product or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such product or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a commodity or device comprising such element.
Alternative embodiments of the present application are described in detail below with reference to the accompanying drawings.
The first embodiment provided in the present application is an embodiment of a method for comparing drawing information.
An embodiment of the present application will be described in detail below with reference to fig. 1, where fig. 1 is a flowchart of a method for comparing drawing information provided in an embodiment of the present application.
For the chart drawn on the canvas, both the correct operation result and the test operation result are in the form of images. If the two images are compared using a pixel-by-pixel method, a high false positive rate results.
According to the embodiment of the application, the drawing information is acquired by triggering the event related to drawing, and then whether the standard drawing information and the test drawing information are identical is compared, so that whether the test is normal is judged.
Before comparing drawing information, the embodiment of the application comprises the following steps:
step S101, acquiring the standard drawing information set according to each first event associated with drawing triggered in the standard operation process.
The recording step is mainly completed in the step.
A standard operational procedure is a procedure that runs and operates under normal conditions of software.
The standard drawing information set includes a plurality of first standard drawing information.
The standard drawing information set may be a data table, and the first standard drawing information is a record in the data table.
The standard drawing information set may also be a file, and the first standard drawing information is a record in the file.
The first standard drawing information is information associated with a drawing that triggers and is acquired by a first event associated with the drawing during standard operation.
Optionally, the acquiring the standard drawing information set according to each first event associated with drawing triggered in the standard operation process includes the following steps:
step S101-1, a first monitoring script program arranged in a standard page text captures each first event triggered by the standard operation.
The script program is an extension of a batch file, is a program for storing a plain text, and is generally a combination of a series of determined control computer operation actions, in which a certain logic branch can be implemented.
Normally the script program is set in the page text. The usual ones are: javaScript, VBScript, actionScript, MAX Script, ASP, JSP, PHP, etc.
The first snoop script program globally snoops a first event associated with the drawing and generates first standard drawing information after capturing the first event.
Step S101-2, respectively acquiring the first standard drawing information according to each first event; the first standard drawing information at least comprises a first sequence parameter, a first event and standard drawing information.
The first sequence parameter in the first standard drawing information is mainly used as reference data so as to acquire a second sequence parameter associated with the first sequence parameter from the test drawing information set, thereby acquiring first test drawing information, and comparing whether the first test drawing information is identical with the first standard drawing information or not.
The standard drawing information set may be a data table, and the first standard drawing information is a record in the data table.
The standard drawing information set may also be a file, and the first standard drawing information is a record in the file.
The first event includes a first event type and first event information. For example, the mouse clicks on an event of a straight drawing tool, and when drawing a straight line in a canvas, the mouse clicks on an event of a start position and an event of an end position.
The first event is used as a part of the first standard drawing information, and is mainly used for improving the distinguishing degree of the first standard drawing information and avoiding the repetition of the standard drawing information to cause judgment errors.
Alternatively, the first event may represent the first event type and the first event information by means of codes, respectively, thereby simplifying the information amount and improving the efficiency of data processing.
Standard drawing information, i.e., information associated with a drawing entered in the canvas of a page. For example, when drawing a straight line in a canvas, the starting position and the ending position of the straight line, the thickness value, the color value, etc. of the straight line input by a keyboard.
Optionally, the standard drawing information is difference information from the previous standard drawing information. Therefore, the processing amount of data can be reduced, and the testing efficiency is improved.
The first standard drawing information is acquired according to each first event, namely, each first event associated with drawing is generated, and the first standard drawing information associated with the first event is generated.
And step S101-3, generating the standard drawing information set according to all the first standard drawing information.
That is, the acquired first standard drawing information is stored in the standard drawing information set. For example, the acquired first standard drawing information is stored in a standard drawing information table, or the acquired first standard drawing information is stored in a standard drawing information file.
Step S102, controlling a test operation process according to the standard drawing information set, and acquiring the test drawing information set according to each second event which is triggered in the test operation process and is associated with drawing.
The test plot information set includes a plurality of first test plot information.
This step is mainly completed as a playback step.
The embodiment of the application provides a first application scene for the step of playback.
The first order parameter refers to a first relative time.
The first relative time is a time from a start of a standard operation to a trigger of the first event. For example, starting from a standard operation, when the first event is triggered when the timer reaches 5 minutes, then 5 minutes is the first relative time; when the first event is triggered again when 8 minutes are counted, 8 minutes are the first relative time.
The method comprises the steps of controlling a test operation process according to the standard drawing information set, and acquiring the test drawing information set according to each second event which is triggered in the test operation process and is associated with drawing, and comprises the following steps:
step S102-11, respectively obtaining the first standard drawing information from the standard drawing information set according to the sequence of the first relative time.
The sequence of the first relative time is the sequence of the first relative time of the first standard drawing information stored in the standard drawing information set.
Step S102-12, after the first relative time of each piece of first standard drawing information occurs, a first script program arranged in standard page text sends a trigger message to a test page according to the first event of the first standard drawing information, and captures the second event responding to the trigger message.
After the first relative time of each first standard drawing information occurs, the trigger message is sent, because the trigger message is sent only according to events, only a short time is needed for completing the operations, the playback of the events can be quickly completed, and the operation scene cannot be restored in percentage without the time interval of the trigger events of an operator during recording. For example, a right-click mouse click may pop up a menu and then click on an item in the menu. If the events are directly played back in sequence, the menu is not popped up in a short time, and the operation of clicking the menu is continuously played back, so that high-fidelity restoration cannot be realized.
Therefore, the first relative time has the effect of controlling the comparison sequence and ensuring high-fidelity reproduction.
And the first script program arranged in the standard page text sends a trigger message to the test page according to the first event of the first standard drawing information, and captures the second event responding to the trigger message. That is, the first script program sends a trigger message associated with the first event to the test page. The trigger message would normally trigger a second event having the same effect as the first event, but in an abnormal case, a second event having a different effect from the first event may be generated.
Step S102-13, respectively acquiring the first test drawing information according to each second event; the first test drawing information at least comprises second relative time, second event and test drawing information.
The second relative time is a time from a start of a test operation to a trigger of the second event.
The second relative time in the first test plot information is primarily used as reference data to correlate with the first relative time of the first standard plot information to compare whether the first test plot information is the same as the first test plot information.
The test plot information set may be a data table and the first test plot information is a record in the data table.
The test plot information set may also be a file, and the first test plot information is a record in the file.
The second event includes a second event type and second event information. For example, the mouse clicks on an event of a straight drawing tool, and when drawing a straight line in a canvas, the mouse clicks on an event of a start position and an event of an end position.
The second event is used as a part of the first test drawing information, and is mainly used for improving the distinguishing degree of the first test drawing information and avoiding the repetition of the standard drawing information to cause judgment errors.
Optionally, the second event may represent the second event type and the second event information by means of codes, so that the information amount is simplified and the efficiency of data processing is improved.
Drawing information, i.e., information associated with a drawing entered in the canvas of a page, is tested. For example, when drawing a straight line in a canvas, the starting position and the ending position of the straight line, the thickness value, the color value, etc. of the straight line input by a keyboard.
Optionally, the test drawing information is difference information from the previous test drawing information. Therefore, the processing amount of data can be reduced, and the testing efficiency is improved.
The first test drawing information is acquired according to each second event, namely, each second event associated with drawing is generated, and the first test drawing information associated with the second event is generated.
And step S102-14, generating the test drawing information set according to all the first test drawing information.
That is, the acquired first test drawing information is saved in the test drawing information set. For example, the acquired first test drawing information is stored in a test drawing information table, or the acquired first test drawing information is stored in a test drawing information file.
The embodiment of the application provides a second application scene for the step of playback.
The first standard plot information includes a first time interval, a first sequence parameter, a first event, and standard plot information.
The first time interval is a time interval between the current first event and a previous first event.
The first order parameter includes a first drawing sequence number. The first drawing sequence number is a sequence number for sequentially acquiring the first standard drawing information in the standard operation process.
The second application scene adopts the first drawing sequence number to control the comparison sequence, and high-fidelity restoration playback is ensured through a first time interval.
The method comprises the steps of controlling a test operation process according to the standard drawing information set, and acquiring the test drawing information set according to each second event which is triggered in the test operation process and is associated with drawing, and comprises the following steps:
step S102-21, respectively acquiring the first standard drawing information from the standard drawing information set according to the sequence of the first drawing sequence number from small to large.
Step S102-22, after the first time interval of each piece of first standard drawing information occurs, a second script program arranged in test page text sends a trigger message to the test page according to the first event of the first standard drawing information, and captures the second event responding to the trigger message.
That is, the second script program sends a trigger message associated with the first event to the test page. The trigger message would normally trigger a second event having the same effect as the first event, but in an abnormal case, a second event having a different effect from the first event may be generated.
Step S102-23, respectively acquiring the first test drawing information according to each second event; the first test drawing information at least comprises a second time interval, a second drawing serial number, a second event and test drawing information.
The second time interval is a time interval between the current second event and a previous second event.
The second drawing sequence number is a sequence number for sequentially acquiring the first test drawing information in the test operation process.
And step S102-24, generating the test drawing information set according to all the first test drawing information.
The embodiment of the application provides a method for comparing drawing information, which comprises the following steps:
step S103, respectively acquiring first standard drawing information from the standard drawing information set according to a preset comparison sequence.
Under normal conditions, the first standard drawing information of the standard drawing information set and the first test drawing information of the test drawing information set are in one-to-one correspondence, and the purpose of setting the preset comparison sequence is to conveniently obtain the comparison information. For example, the order of storage of the first standard drawing information in the standard drawing information set is in accordance with the first standard drawing information.
Step S104, obtaining first test drawing information including second sequence parameters from the test drawing information set according to the first sequence parameters of the first standard drawing information, wherein the second sequence parameters are equal to the first sequence parameters.
Step S105, comparing whether the first test drawing information is the same as the first standard drawing information.
That is, the first standard drawing information with the same first order parameter and the second order parameter are compared with the first test drawing information respectively.
Step S106, if the comparison result is different, the first comparison error information is obtained.
The first comparison error information may be comparison difference information of the first test drawing information and the first standard drawing information, and each comparison difference information generated by the comparison information is stored in a file in the form of a report for reading. The tester may be alerted to the test anomaly simply by means of a pop-up box.
The embodiment of the application provides a first application scene aiming at a method for comparing drawing information.
The preset comparison sequence refers to the sequence of the first relative time of the first standard drawing information.
The first relative time is an occurrence time from a start of the standard operation to a trigger of the standard operation for a first event associated with the first standard drawing information.
The step of respectively obtaining the first standard drawing information from the standard drawing information set according to the preset comparison sequence comprises the following steps:
and respectively acquiring first standard drawing information from the standard drawing information set according to the sequence of the first relative time.
The first order parameter refers to the first relative time.
The second order parameter refers to a second relative time.
The second relative time is an occurrence time from a start of the test operation to a trigger of the standard operation for a second event associated with the first test drawing information.
The obtaining, from a test plot information set, the first test plot information including a second order parameter according to the first order parameter of the first standard plot information, and the second order parameter being equal to the first order parameter, includes:
first test plot information including the second relative time is obtained from a set of test plot information according to the first relative time of the first standard plot information, and the second relative time is equal to the first relative time.
The embodiment of the application provides a second application scene aiming at the method for comparing drawing information.
The preset comparison sequence is the sequence from small to large of the first drawing sequence number of the first standard drawing information.
The first drawing sequence number is a sequence number for sequentially acquiring the first standard drawing information in the standard operation process.
The step of respectively obtaining the first standard drawing information from the standard drawing information set according to the preset comparison sequence comprises the following steps:
and respectively acquiring first standard drawing information from the standard drawing information set according to the sequence of the first drawing sequence numbers from small to large.
The first sequence parameter refers to a first drawing sequence number.
The second order parameter refers to a second drawing sequence number.
The second drawing sequence number is a sequence number for sequentially acquiring the first test drawing information in the test operation process.
The obtaining, from a test plot information set, the first test plot information including a second order parameter according to the first order parameter of the first standard plot information, and the second order parameter being equal to the first order parameter, includes:
and acquiring first test drawing information comprising the second drawing sequence number from the test drawing information set according to the first drawing sequence number of the first standard drawing information, wherein the second drawing sequence number is equal to the first drawing sequence number.
According to the method and the device for monitoring, recording and playing back the events in the mode of setting the script program in the page file, the workload of development is reduced, and the development difficulty and the development cost are reduced. The first standard drawing information or the first test drawing information is generated by capturing the events related to drawing, so that the problems of low drawing test efficiency and inaccurate test results are solved.
Corresponding to the first embodiment provided in the present application, the present application also provides a second embodiment, namely a device for comparing drawing information. Since the second embodiment is substantially similar to the first embodiment, the description is relatively simple, and the relevant portions will be referred to the corresponding descriptions of the first embodiment. The device embodiments described below are merely illustrative.
Fig. 2 shows an embodiment of an apparatus for comparing drawing information provided in the present application. Fig. 2 is a block diagram of a unit of an apparatus for comparing drawing information according to an embodiment of the present application.
Referring to fig. 2, the present application provides a device for comparing drawing information, including: the standard drawing information unit 201 is acquired, the test drawing information unit 202 is acquired, the comparison unit 203 is acquired, and the error reporting unit 204 is acquired.
An standard drawing information acquisition unit 201, configured to acquire first standard drawing information from the standard drawing information set according to a preset comparison sequence;
an acquisition test drawing information unit 202, configured to acquire first test drawing information including second order parameters from a test drawing information set according to first order parameters of the first standard drawing information, where the second order parameters are equal to the first order parameters;
A comparing unit 203, configured to compare whether the first test drawing information is the same as the first standard drawing information;
the error reporting unit 204 is configured to obtain the first comparison error information if the output result of the comparison unit is "no".
Optionally, the preset comparison sequence refers to a sequence of the first relative time of the first standard drawing information; the first relative time is an occurrence time from a start of a standard operation to the standard operation triggering a first event associated with the first standard drawing information;
optionally, in the standard drawing information acquisition unit 201, it includes:
the first standard drawing information acquisition subunit is used for respectively acquiring first standard drawing information from the standard drawing information set according to the sequence of the first relative time.
Optionally, the first sequence parameter refers to the first relative time; the second sequence parameter refers to a second relative time; the second relative time is an occurrence time from a start of a test operation to the standard operation triggering a second event associated with the first test drawing information;
optionally, in the acquiring test drawing information unit 202, it includes:
A first obtaining first test drawing information subunit, configured to obtain, from a test drawing information set, first test drawing information including the second relative time according to the first relative time of the first standard drawing information, where the second relative time is equal to the first relative time.
Optionally, the preset comparison sequence is a sequence from small to large of the first drawing sequence number of the first standard drawing information; the first drawing sequence number is a sequence number for sequentially acquiring the first standard drawing information in the standard operation process;
optionally, in the standard drawing information acquisition unit 201, it includes:
and the second acquisition first standard drawing information subunit is used for respectively acquiring the first standard drawing information from the standard drawing information set according to the sequence from the first drawing sequence number to the second drawing sequence number.
Optionally, the first sequence parameter refers to the first drawing sequence number; the second sequence parameter refers to a second drawing sequence number; the second drawing sequence number is a sequence number for sequentially acquiring the first test drawing information in the test operation process;
optionally, in the acquiring test drawing information unit 202, it includes:
And a second test drawing information acquisition subunit, configured to acquire, from a test drawing information set, first test drawing information including the second drawing sequence number according to the first drawing sequence number of the first standard drawing information, where the second drawing sequence number is equal to the first drawing sequence number.
Optionally, the apparatus further includes:
a standard drawing information set acquisition unit, configured to acquire a standard drawing information set according to each first event associated with drawing triggered in a standard operation process;
and the test drawing information set acquisition unit is used for controlling a test operation process according to the standard drawing information set and acquiring the test drawing information set according to each second event which is triggered in the test operation process and is associated with drawing.
Optionally, in the standard drawing information set acquisition unit, the method includes:
a first event capturing subunit, configured to capture each first event triggered by the standard operation by a first listening script program set in a standard page text;
a third drawing information obtaining subunit, configured to obtain first drawing information according to each first event; the first standard drawing information at least comprises the first sequence parameter, the first event and standard drawing information;
And the first standard drawing information generation subunit is used for generating the standard drawing information set according to all the first standard drawing information.
Optionally, the first sequence parameter refers to a first relative time; the first relative time is a time from a start of a standard operation to a trigger of the first event;
optionally, in the test standard drawing information set unit, it includes:
a fourth obtaining first standard drawing information subunit, configured to obtain the first standard drawing information from a standard drawing information set according to the sequence of the first relative time;
a first capturing second event subunit, configured to send, after the first relative time of each piece of first standard drawing information occurs, a trigger message to a test page according to the first event of the first standard drawing information by a first script program set in a standard page text, and capture the second event in response to the trigger message;
a third test drawing information acquisition subunit, configured to acquire the first test drawing information according to each second event; the first test drawing information at least comprises the second relative time, the second event and the test drawing information; the second relative time is a time from a start of a test operation to triggering the second event;
And the first generation test drawing information set subunit is used for generating the test drawing information set according to all the first test drawing information.
Optionally, the first standard drawing information further includes a first time interval; the first time interval is a time interval between the current first event and a previous first event; the first sequence parameter comprises a first drawing sequence number; the first drawing sequence number is a sequence number for sequentially acquiring the first standard drawing information in the standard operation process;
optionally, in the test standard drawing information set unit, it includes:
a fifth drawing information obtaining subunit, configured to obtain, from a drawing information set, the first drawing information according to the order of the first drawing sequence numbers from small to large;
a second capturing second event subunit, configured to send, after the first time interval of each piece of first standard drawing information occurs, a trigger message to a test page according to the first event of the first standard drawing information by using a second script program that is set in a test page text, and capture the second event that responds to the trigger message;
A fourth test drawing information acquisition subunit, configured to acquire the first test drawing information according to each second event; the first test drawing information at least comprises the second time interval, the second drawing serial number, the second event and the test drawing information; the second time interval is a time interval between the current second event and a previous second event; the second drawing sequence number is a sequence number for sequentially acquiring the first test drawing information in the test operation process;
and the second generation test drawing information set subunit is used for generating the test drawing information set according to all the first test drawing information.
Optionally, the test drawing information is difference information from the previous test drawing information.
Optionally, the standard drawing information is difference information from the previous standard drawing information.
According to the method and the device, the event monitoring, recording and playback are carried out in the mode of setting the script program in the page file, so that the workload of development is reduced, and the development difficulty and the development cost are reduced. The first standard drawing information or the first test drawing information is generated by capturing the events related to drawing, so that the problems of low drawing test efficiency and inaccurate test results are solved.
The embodiment of the application provides a third embodiment, namely an electronic device, which is used for comparing drawing information, and the electronic device comprises: at least one processor; and a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the one processor to enable the at least one processor to perform the method of comparing drawing information as described in the first embodiment.
The fourth embodiment is a computer storage medium storing computer executable instructions for performing the method for comparing drawing information according to any of the above method embodiments.
Referring now to fig. 3, a schematic diagram of an electronic device suitable for use in implementing embodiments of the present disclosure is shown. The terminal devices in the embodiments of the present disclosure may include, but are not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and stationary terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 3 is merely an example and should not be construed to limit the functionality and scope of use of the disclosed embodiments.
Referring to fig. 3, the electronic device may include a processing means (e.g., a central processing unit, a graphic processor, etc.) 301, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 302 or a program loaded from a storage means 308 into a Random Access Memory (RAM) 303. In the RAM 303, various programs and data required for the operation of the electronic device are also stored. The processing device 301, the ROM 302, and the RAM 303 are connected to each other via a bus 304. An input/output (I/O) interface 305 is also connected to bus 304.
In general, the following devices may be connected to the I/O interface 305: input devices 306 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 307 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 308 including, for example, magnetic tape, hard disk, etc.; and communication means 309. The communication means 309 may allow the electronic device to communicate with other devices wirelessly or by wire to exchange data. While fig. 3 shows an electronic device having various means, it is to be understood that not all of the illustrated means are required to be implemented or provided. More or fewer devices may be implemented or provided instead.
In particular, according to embodiments of the present disclosure, the processes described above with reference to flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method shown in the flowcharts. In such an embodiment, the computer program may be downloaded and installed from a network via a communication device 309, or installed from a storage device 308, or installed from a ROM 302. The above-described functions defined in the methods of the embodiments of the present disclosure are performed when the computer program is executed by the processing means 301.
It should be noted that the computer readable medium described in the present disclosure may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present disclosure, however, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, fiber optic cables, RF (radio frequency), and the like, or any suitable combination of the foregoing.
The computer readable medium may be contained in the electronic device; or may exist alone without being incorporated into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring at least two internet protocol addresses; sending a node evaluation request comprising the at least two internet protocol addresses to node evaluation equipment, wherein the node evaluation equipment selects an internet protocol address from the at least two internet protocol addresses and returns the internet protocol address; receiving an Internet protocol address returned by the node evaluation equipment; wherein the acquired internet protocol address indicates an edge node in the content distribution network.
Alternatively, the computer-readable medium carries one or more programs that, when executed by the electronic device, cause the electronic device to: receiving a node evaluation request comprising at least two internet protocol addresses; selecting an internet protocol address from the at least two internet protocol addresses; returning the selected internet protocol address; wherein the received internet protocol address indicates an edge node in the content distribution network.
Computer program code for carrying out operations of the present disclosure may be written in one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units involved in the embodiments of the present disclosure may be implemented by means of software, or may be implemented by means of hardware. The name of the unit does not in any way constitute a limitation of the unit itself, for example the first acquisition unit may also be described as "unit acquiring at least two internet protocol addresses".

Claims (13)

1. A method of comparing drawing information, the method being applied to software testing, comprising:
respectively acquiring first standard drawing information from the standard drawing information set according to a preset comparison sequence;
acquiring first test drawing information comprising second sequence parameters from a test drawing information set according to first sequence parameters of the first standard drawing information respectively, wherein the second sequence parameters are equal to the first sequence parameters, and the first sequence parameters refer to first relative time; the first relative time is a time from a start of a standard operation to a trigger of the first event;
comparing whether the first test drawing information is identical to the first standard drawing information;
if not, acquiring first comparison error information;
before the first standard drawing information is respectively obtained from the standard drawing information set according to the preset comparison sequence, the method further comprises:
Acquiring a standard drawing information set according to each first event which is triggered in the standard operation process and is associated with drawing;
and controlling a test operation process according to the standard drawing information set, and acquiring the test drawing information set according to each second event which is triggered in the test operation process and is associated with drawing.
2. The method of claim 1, wherein the predetermined comparison order refers to a first relative time order of the first standard drawing information; the first relative time is an occurrence time from a start of a standard operation to the standard operation triggering a first event associated with the first standard drawing information;
the step of respectively obtaining the first standard drawing information from the standard drawing information set according to the preset comparison sequence comprises the following steps:
and respectively acquiring first standard drawing information from the standard drawing information set according to the sequence of the first relative time.
3. The method of claim 2, wherein the first sequence parameter is the first relative time; the second sequence parameter refers to a second relative time; the second relative time is an occurrence time from a start of a test operation to the standard operation triggering a second event associated with the first test drawing information;
The obtaining, from a test plot information set, the first test plot information including a second order parameter according to the first order parameter of the first standard plot information, and the second order parameter being equal to the first order parameter, includes:
first test plot information including the second relative time is obtained from a set of test plot information according to the first relative time of the first standard plot information, and the second relative time is equal to the first relative time.
4. The method of claim 1, wherein the predetermined alignment order is an order of a first drawing sequence number of the first standard drawing information from small to large; the first drawing sequence number is a sequence number for sequentially acquiring the first standard drawing information in the standard operation process;
the step of respectively obtaining the first standard drawing information from the standard drawing information set according to the preset comparison sequence comprises the following steps:
and respectively acquiring first standard drawing information from the standard drawing information set according to the sequence of the first drawing sequence numbers from small to large.
5. The method of claim 4, wherein the first order parameter is the first drawing sequence number; the second sequence parameter refers to a second drawing sequence number; the second drawing sequence number is a sequence number for sequentially acquiring the first test drawing information in the test operation process;
The obtaining, from a test plot information set, the first test plot information including a second order parameter according to the first order parameter of the first standard plot information, and the second order parameter being equal to the first order parameter, includes:
and acquiring first test drawing information comprising the second drawing sequence number from the test drawing information set according to the first drawing sequence number of the first standard drawing information, wherein the second drawing sequence number is equal to the first drawing sequence number.
6. The method of claim 1, wherein the obtaining the standard drawing information set based on each first event associated with drawing triggered during standard operation comprises:
a first monitoring script program arranged in a standard page text captures each first event triggered by the standard operation;
respectively acquiring the first standard drawing information according to each first event; the first standard drawing information at least comprises the first sequence parameter, the first event and standard drawing information;
and generating the standard drawing information set according to all the first standard drawing information.
7. The method of claim 6, wherein controlling the testing operation process according to the standard drawing information set and acquiring the test drawing information set according to each drawing-associated second event triggered during the testing operation process comprises:
Respectively acquiring the first standard drawing information from a standard drawing information set according to the sequence of the first relative time;
after the first relative time of each piece of first standard drawing information occurs, a first script program arranged in a standard page text sends a trigger message to a test page according to the first event of the first standard drawing information, and captures the second event responding to the trigger message;
respectively acquiring the first test drawing information according to each second event; the first test drawing information at least comprises second relative time, the second event and the test drawing information; the second relative time is a time from a start of a test operation to triggering the second event;
and generating the test drawing information set according to all the first test drawing information.
8. The method of claim 6, wherein the first standard mapping information further comprises a first time interval; the first time interval is a time interval between the current first event and a previous first event; the first sequence parameter comprises a first drawing sequence number; the first drawing sequence number is a sequence number for sequentially acquiring the first standard drawing information in the standard operation process;
The controlling the testing operation process according to the standard drawing information set, and obtaining the testing drawing information set according to each second event related to drawing triggered in the testing operation process, including:
respectively acquiring the first standard drawing information from a standard drawing information set according to the sequence of the first drawing sequence number from small to large;
after the first time interval of each piece of first standard drawing information occurs, a second script program arranged in a test page text sends a trigger message to a test page according to the first event of the first standard drawing information, and captures the second event responding to the trigger message;
respectively acquiring the first test drawing information according to each second event; the first test drawing information at least comprises a second time interval, a second drawing serial number, the second event and test drawing information; the second time interval is a time interval between the current second event and a previous second event; the second drawing sequence number is a sequence number for sequentially acquiring the first test drawing information in the test operation process;
and generating the test drawing information set according to all the first test drawing information.
9. The method according to any one of claims 7-8, wherein the test drawing information is difference information from the previous test drawing information.
10. The method of claim 9, wherein the standard drawing information is difference information from the previous standard drawing information.
11. An apparatus for comparing drawing information, the apparatus being for use in a software test, comprising:
the standard drawing information acquisition unit is used for respectively acquiring first standard drawing information from the standard drawing information set according to a preset comparison sequence;
the test drawing information acquisition unit is used for acquiring first test drawing information comprising second sequence parameters from the test drawing information set according to first sequence parameters of the first standard drawing information respectively, wherein the second sequence parameters are equal to the first sequence parameters, and the first sequence parameters refer to first relative time; the first relative time is a time from a start of a standard operation to a trigger of the first event;
a comparison unit, configured to compare whether the first test drawing information is the same as the first standard drawing information;
the error reporting unit is used for acquiring first comparison error information if the output result of the comparison unit is NO;
The apparatus further comprises: a standard drawing information set acquisition unit, configured to acquire a standard drawing information set according to each first event associated with drawing triggered in a standard operation process;
and the test drawing information set acquisition unit is used for controlling a test operation process according to the standard drawing information set and acquiring the test drawing information set according to each second event which is triggered in the test operation process and is associated with drawing.
12. A computer readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the method according to any one of claims 1 to 10.
13. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs which when executed by the one or more processors cause the one or more processors to implement the method of any of claims 1 to 10.
CN201910628422.6A 2019-07-12 2019-07-12 Method, device, medium and electronic equipment for comparing drawing information Active CN110471841B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910628422.6A CN110471841B (en) 2019-07-12 2019-07-12 Method, device, medium and electronic equipment for comparing drawing information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910628422.6A CN110471841B (en) 2019-07-12 2019-07-12 Method, device, medium and electronic equipment for comparing drawing information

Publications (2)

Publication Number Publication Date
CN110471841A CN110471841A (en) 2019-11-19
CN110471841B true CN110471841B (en) 2024-01-12

Family

ID=68508063

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910628422.6A Active CN110471841B (en) 2019-07-12 2019-07-12 Method, device, medium and electronic equipment for comparing drawing information

Country Status (1)

Country Link
CN (1) CN110471841B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107203463A (en) * 2016-03-16 2017-09-26 阿里巴巴集团控股有限公司 Method, interface method for drafting and the device of interface detection
CN108733290A (en) * 2018-05-21 2018-11-02 张宗良 Drawing control method, device and electronic equipment
CN109685872A (en) * 2018-09-25 2019-04-26 平安科技(深圳)有限公司 Animation producing method, device, equipment and computer readable storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5957986B2 (en) * 2012-03-14 2016-07-27 日本電気株式会社 Drawing support apparatus, drawing support method, and drawing support program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107203463A (en) * 2016-03-16 2017-09-26 阿里巴巴集团控股有限公司 Method, interface method for drafting and the device of interface detection
CN108733290A (en) * 2018-05-21 2018-11-02 张宗良 Drawing control method, device and electronic equipment
CN109685872A (en) * 2018-09-25 2019-04-26 平安科技(深圳)有限公司 Animation producing method, device, equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN110471841A (en) 2019-11-19

Similar Documents

Publication Publication Date Title
CN107967209B (en) Method for detecting error in front-end webpage code, detection equipment and server
CN109446025B (en) Operation behavior playback method and device, electronic equipment and readable medium
CN112882953B (en) Automatic demonstration method and system of application program based on android debug bridge
CN110377341B (en) Method, device, medium and electronic equipment for monitoring no-response exception
WO2020096665A2 (en) System error detection
WO2017206476A1 (en) Method, device and apparatus for detecting cpu occupation
CN108241560B (en) Memory test method and device and electronic equipment
CN110990842A (en) Recurrence method and device of small probability event, storage medium and electronic equipment
CN110889116B (en) Advertisement interception method and device and electronic equipment
CN110489333B (en) Method, device, medium and electronic equipment for debugging data based on inspector
CN110717122A (en) Page performance acquisition method and device and electronic equipment
CN112527643A (en) Front-end error detection method and device, electronic equipment and readable storage medium
CN110471841B (en) Method, device, medium and electronic equipment for comparing drawing information
CN111736919A (en) Buried point inspection method and device and electronic equipment
CN110162982B (en) Method and device for detecting illegal rights, storage medium and electronic equipment
US10169216B2 (en) Simulating sensors
CN116662193A (en) Page testing method and device
CN110134601A (en) A kind of software pressure surveys coverage measure method, system, medium and electronic equipment
CN114968644A (en) System software dump method and device, electronic equipment and readable storage medium
CA3141546A1 (en) Log-based testing method, device, and computer system
CN110569184B (en) Test method and terminal equipment
CN109756393B (en) Information processing method, system, medium, and computing device
CN113760631A (en) Page loading duration determination method, device, equipment and storage medium
CN112749078A (en) Buried point testing method and device
CN113986517B (en) API call log acquisition 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
GR01 Patent grant
GR01 Patent grant