CN111949516A - Page testing method and device and electronic equipment - Google Patents

Page testing method and device and electronic equipment Download PDF

Info

Publication number
CN111949516A
CN111949516A CN202010720180.6A CN202010720180A CN111949516A CN 111949516 A CN111949516 A CN 111949516A CN 202010720180 A CN202010720180 A CN 202010720180A CN 111949516 A CN111949516 A CN 111949516A
Authority
CN
China
Prior art keywords
page
current
image
page image
test
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
CN202010720180.6A
Other languages
Chinese (zh)
Inventor
徐治钦
周桂麟
冯嘉妍
吴江权
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Hard Link Network Technology Co ltd
Original Assignee
Shanghai Hard Link 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 Shanghai Hard Link Network Technology Co ltd filed Critical Shanghai Hard Link Network Technology Co ltd
Priority to CN202010720180.6A priority Critical patent/CN111949516A/en
Publication of CN111949516A publication Critical patent/CN111949516A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a page testing method, a page testing device and electronic equipment, wherein the page testing method comprises the following steps: responding to the page interception instruction, intercepting a current page image of the test webpage according to the page interception instruction, and identifying the current page image to obtain a page identifier in the current page image; and acquiring a corresponding standard page image according to the page identifier, comparing the current page image with the standard page image by using difference pixels, acquiring a pixel difference value, and generating a test result of the current page of the test webpage according to the pixel difference value.

Description

Page testing method and device and electronic equipment
Technical Field
The present disclosure relates to the field of page processing technologies, and in particular, to a page testing method and apparatus, and an electronic device.
Background
In the prior front-end development, after the construction of a webpage is completed, webpage testing is generally required to ensure consistency before and after the webpage is published and compatibility on various browsers and/or various terminals. In the existing webpage test, the running data of a background is extracted in the test process, and whether the webpage is abnormal or not is judged according to the running data of the background. However, the testing method needs to judge after forming complete running data of the whole testing process, so that the abnormality in the testing process cannot be found in time, and a large amount of running data needs to be stored and called when the abnormality is detected, so that the risk of data loss is high while the system running memory pressure is high and the webpage detection speed is low, and the problem of unsatisfactory webpage detection efficiency exists.
Disclosure of Invention
The present application is directed to at least one of the technical problems in the prior art, and provides a page testing method, an apparatus, a computer-readable storage medium, and an electronic device, which can find an abnormality in a webpage testing process in time, reduce data transmission amount, and improve webpage testing efficiency.
The embodiment of the application provides a page testing method, which comprises the following steps:
responding to a page interception instruction, and intercepting a current page image of a test webpage according to the page interception instruction;
identifying the current page image to obtain a page identifier in the current page image;
and acquiring a corresponding standard page image according to the page identifier, comparing the current page image with the standard page image by using difference pixels, acquiring a pixel difference value, and generating a test result of the current page of the test webpage according to the pixel difference value.
Further, the page interception instruction comprises an operation instruction for the test webpage;
intercepting a current page image of a test webpage according to the page interception instruction, wherein the intercepting comprises the following steps:
and intercepting the current page image of the test webpage after updating the page state of the test webpage according to the operation instruction.
Further, the current page image comprises a plurality of current area page images with page identifiers, and the page identifier of each current area page is unique;
the identifying the current page image to obtain the page identifier in the current page image includes:
and identifying the current page image to obtain the page identifier of each current area page image in the current page image.
Further, the obtaining a corresponding standard page image according to the page identifier, and performing difference pixel comparison between the current page image and the standard page image to obtain a pixel difference value includes:
and acquiring a standard area page image corresponding to the current area page image according to the page identifier, and comparing the current area page image with the standard area page image by using difference pixels to acquire a pixel difference value of the current area page image and the standard area page image.
Further, the method also comprises the following steps:
and when the test result is abnormal, storing the current page image and the standard page image.
Further, intercepting a current page image of the test web page according to the page interception instruction, including:
forwarding the page intercepting instruction to an external terminal so as to intercept and receive the current page image from the external terminal; and the external terminal is a terminal loaded with the test page.
Further, the method also comprises the following steps:
and when the test result is abnormal, sending the test result to a specified terminal.
Further, an embodiment of the present application provides a page testing apparatus, including:
the image intercepting module is used for responding to a page intercepting instruction and intercepting a current page image of the test webpage according to the page intercepting instruction;
the identification acquisition module is used for identifying the identification of the current page image and acquiring the page identification in the current page image;
and the image testing module is used for acquiring a corresponding standard page image according to the page identifier, comparing the current page image with the standard page image by using difference pixels, acquiring a pixel difference value and generating a testing result of the current page of the testing webpage according to the pixel difference value.
Further, an embodiment of the present application provides an electronic device, including: memory, processor and computer program stored on the memory and executable on the processor, characterized in that the processor implements the page test method as described in the above embodiments when executing the program.
Compared with the prior art, the embodiment of the invention responds to the page intercepting instruction, intercepts the current page image of the test webpage according to the page intercepting instruction, identifies the current page image, acquires the page identification in the current page image, acquires the corresponding standard page image according to the page identification, compares the current page image with the standard page image by difference pixel, acquires the pixel difference value, generates the test result of the current page of the test webpage according to the pixel difference value, realizes network test, can find abnormality in time in the webpage test process, reduces the data transmission quantity, and improves the webpage test efficiency.
Drawings
The present application is further described with reference to the following figures and examples;
FIG. 1 is a diagram of an application environment of a page test method in one embodiment of the present application;
FIG. 2 is a diagram of an application environment of a page test method in another embodiment of the present application;
FIG. 3 is a diagram of an application environment of a page test method in another embodiment of the present application;
FIG. 4 is a flowchart illustrating steps of a page test method according to an embodiment of the present application;
FIG. 5 is a flowchart of the steps of a page test method in another embodiment of the present application;
FIG. 6 is a block diagram of a page test apparatus according to an embodiment of the present application;
fig. 7 is a block diagram of a computer device in an embodiment of the present application.
Detailed Description
Reference will now be made in detail to the present embodiments of the present application, preferred embodiments of which are illustrated in the accompanying drawings, which are for the purpose of visually supplementing the description with figures and detailed description, so as to enable a person skilled in the art to visually and visually understand each and every feature and technical solution of the present application, but not to limit the scope of the present application.
In the existing webpage testing process, the running data of the background is extracted in the testing process, and whether the webpage is abnormal or not is judged according to the running data of the background. However, the testing method needs to judge after forming complete running data of the whole testing process, so that the abnormality in the testing process cannot be found in time, and a large amount of running data needs to be stored and called when the abnormality is detected, so that the risk of data loss is high while the system running memory pressure is high and the webpage detection speed is low, and the problem of unsatisfactory webpage detection efficiency exists.
To solve the above problem, fig. 1 is an application environment diagram of a page testing method in one embodiment. Referring to fig. 1, the page test method is applied to a terminal 110. The terminal 110 may be at least one of a mobile phone, a tablet computer, a notebook computer, and the like. Wherein the user inputs a page intercept instruction to the terminal 110. After receiving the page capture instruction, the terminal 110 responds to the page capture instruction, captures a current page image of the test web page according to the page capture instruction, identifies the current page image, obtains a page identifier in the current page image, obtains a corresponding standard page image according to the page identifier, compares the current page image with the standard page image by difference pixels, obtains a pixel difference value, and generates a test result of the current page of the test web page according to the pixel difference value.
Fig. 2 is a diagram of an application environment of the page test method in another embodiment. Referring to fig. 2, the page test method is applied to a page test system. The page test system includes a terminal 210 and an external terminal 220. The terminal 210 and the external terminal 220 are connected through a network. The terminal 210 may specifically be a desktop terminal or a mobile terminal, and the mobile terminal may specifically be at least one of a mobile phone, a tablet computer, a notebook computer, and the like. The external terminal 220 may be a desktop terminal or a mobile terminal, and the mobile terminal may be at least one of a mobile phone, a tablet computer, a notebook computer, and the like. Wherein the user inputs a page intercept instruction to the terminal 210. After receiving the page capture instruction, the terminal 210 forwards the page capture instruction to the external terminal 220, the external terminal 220 responds to the page capture instruction, captures a current page image of the test web page according to the page capture instruction, identifies the current page image, obtains a page identifier in the current page image, obtains a corresponding standard page image according to the page identifier, compares the current page image with the standard page image by difference pixels, obtains a pixel difference value, and generates a test result of the current page of the test web page according to the pixel difference value. The external terminal 220 returns the test result to the terminal 210.
FIG. 3 is a diagram of an application environment of the page test method in another embodiment. Referring to fig. 3, the page test method is applied to a page test system. The page test system includes a terminal 310 and a server 320. The terminal 310 and the server 320 are connected through a network. The terminal 210 may specifically be a desktop terminal or a mobile terminal, and the mobile terminal may specifically be at least one of a mobile phone, a tablet computer, a notebook computer, and the like. The server 320 may be implemented as a stand-alone server or a server cluster composed of a plurality of servers. Wherein the user inputs a page intercept instruction to the terminal 310. After receiving the page intercepting instruction, the terminal 310 responds to the page intercepting instruction, intercepts a current page image of the test web page according to the page intercepting instruction, identifies the current page image, obtains a page identifier in the current page image, obtains a corresponding standard page image according to the page identifier, compares the current page image with the standard page image by difference pixels, obtains a pixel difference value, and generates a test result of the current page of the test web page according to the pixel difference value. The terminal 310 transmits the test result to the server 320.
By the method, the network test is realized, the abnormity can be found in time in the webpage test process, the data transmission quantity is reduced, and the webpage test efficiency is improved.
Hereinafter, the page test method provided by the embodiments of the present application will be described and explained in detail through several specific embodiments.
As shown in fig. 4, it is a flowchart of steps of a page testing method in an embodiment, and specifically includes the following steps:
step 401, responding to a page intercepting instruction, and intercepting a current page image of a test webpage according to the page intercepting instruction;
the page intercepting instruction is used for calling a terminal to intercept the current page image.
When the page test is carried out, a user can input a page interception instruction to the terminal. After receiving the page interception instruction, the terminal can respond to the page interception instruction and intercept the current page image of the test webpage according to the page interception instruction.
In an embodiment of the present application, the page interception instruction includes an operation instruction for the test web page; in step 401, intercepting a current page image of the test web page according to the page interception instruction, including: and intercepting the current page image of the test webpage after updating the page state of the test webpage according to the operation instruction.
The operation instruction may be an instruction for a user to perform any operation response on the test web page, and any operation may be clicking and dragging, for example, the user clicks a character or a pattern in the test web page.
The page state may be a page image.
When the page test is carried out, the user can carry out operation on the test webpage. After the operation is performed, the terminal may generate an operation instruction in response to the operation. After the operation instruction is generated, the terminal may respond to the operation instruction and update the page state of the test web page, for example, after the user clicks (i.e., operates) a pattern in the test web page, the terminal may respond to the click operation, generate an operation instruction corresponding to the click operation, and respond to the operation instruction to amplify the pattern until the entire test web page is filled. After the page state of the test web page is updated, the terminal can intercept the current page image of the test web page. In the embodiment of the application, after the page state of the test webpage is updated according to the operation instruction, the current page image of the test webpage is intercepted, the page screenshot is captured while the webpage state is updated, the abnormity is timely acquired, a user does not need to trigger the page intercepting instruction independently, and the test efficiency is high.
In an embodiment of the present application, the intercepting a current page image of a test web page according to the page intercepting instruction includes:
forwarding the page intercepting instruction to an external terminal so as to intercept and receive the current page image from the external terminal; and the external terminal is a terminal loaded with the test page.
When the page test is carried out, a user can input a page interception instruction to the terminal. After receiving the page interception instruction, the terminal may forward the page interception instruction to an external terminal, where the external terminal is a terminal loaded with a test page. After receiving the page intercepting instruction, the external terminal can intercept the current page image of the test webpage. After intercepting the current page image, the external terminal may transmit the current page image to the terminal. In the embodiment of the application, the page intercepting instruction is forwarded to the external terminal so as to intercept and receive the current page image from the external terminal, the data volume of the page image is small, so that the data volume transmitted when the compatibility of the webpage is tested on the external terminal is small, and the testing efficiency is high.
Step 402, identifying the current page image to obtain the page identifier in the current page image;
the page identifier may be an image tag or a text tag on the page, and the page identifier corresponding to each page is different.
After obtaining the current page image, the terminal may perform image scanning on the current page image to complete identification, and obtain a page identifier in the current page image.
Step 403, acquiring a corresponding standard page image according to the page identifier, performing difference pixel comparison between the current page image and the standard page image, acquiring a pixel difference value, and generating a test result of the current page of the test webpage according to the pixel difference value.
The standard page image is an image pre-stored in the terminal, the standard page image corresponds to a page identifier, and the page identifier corresponding to each standard page image is different.
After the page identifier in the current page image is obtained, the terminal can locally compare the current page image with a standard page image corresponding to the page identifier, after the standard page image is obtained, the terminal can compare the current page image with the standard page image by using difference pixels to obtain a pixel difference value, and then judge whether the test result is normal or not according to the comparison between the set difference threshold value and the set difference threshold value (the test result is abnormal when the difference threshold value is greater than the set difference threshold value, and the test result is normal when the difference threshold value is less than the set difference threshold value), so as to generate the test result of the current page of the test webpage according to the pixel difference value.
In an embodiment of the present application, when the test result is abnormal, the current page image and the standard page image are stored.
When the test result is abnormal, the terminal can store the current page image and the standard page image, and the test result is stored and displayed so as to conveniently check the fault in the later period.
In an embodiment of the application, when the test result is abnormal, the test result is sent to a specified terminal.
When the test result is abnormal, the terminal can send the test result to the designated terminal. After receiving the test result, the designated terminal may capture error information on the page in the test result and report the error information to the background for display through an exception capture mechanism (e.g., Javascript exception capture mechanism) to help locate the problem. And the test result can be sent to a designated mail through a middle layer service (node) to remind a developer to perform problem troubleshooting.
In the embodiment of the application, by responding to the page intercepting instruction, intercepting the current page image of the test webpage according to the page intercepting instruction, identifying the current page image, acquiring the page identification in the current page image, acquiring the corresponding standard page image according to the page identification, performing difference pixel comparison on the current page image and the standard page image, acquiring the pixel difference value, and generating the test result of the current page of the test webpage according to the pixel difference value, the network test is realized, the abnormality can be found in time in the webpage test process, the data transmission quantity is reduced, and the webpage test efficiency is improved.
Referring to fig. 5, which is a flowchart illustrating a page testing method according to another embodiment of the present application, where the current page image includes a plurality of current area page images having page identifiers, and each of the current area pages has a unique page identifier, the method specifically includes the following steps:
step 501, responding to a page intercepting instruction, and intercepting a current page image of a test webpage according to the page intercepting instruction;
step 502, identifying the current page image to obtain the page identifier of each current area page image in the current page image;
after receiving the page interception instruction, the terminal can identify the current page image, identify and acquire the page identifier in each area page image in the current page. In the embodiment of the application, the current page image is identified to obtain the page identification of each current area page image in the current page image, so that the page screenshot can be captured while the webpage state is updated, and the abnormity can be timely obtained.
Step 503, obtaining a standard area page image corresponding to the current area page image according to the page identifier, performing difference pixel comparison between the current area page image and the standard area page image, obtaining a pixel difference value between the current area page image and the standard area page image, and generating a test result of the current page of the test webpage according to the pixel difference value.
After the page identifier in each area page image is obtained, the terminal may obtain, in the storage space, a standard area page image corresponding to the current area page image according to the page identifier in each area page image, perform difference pixel comparison between each area page image and the standard area page image corresponding to each area page image, obtain a pixel difference value between the current area page image and the standard area page image, and generate a test result of the current page of the test web page according to the pixel difference value.
In the embodiment of the application, a standard area page image corresponding to a current area page image is obtained according to the page identifier, the current area page image and the standard area page image are subjected to difference pixel comparison, pixel difference values of the current area page image and the standard area page image are obtained, a test result of a current page of a test webpage is generated according to the pixel difference values, image matching of each area can be carried out by using the unique page identifier, and therefore, when an anomaly occurs, the area to which the anomaly belongs can be rapidly determined, and anomaly positioning is carried out.
In another embodiment, as shown in fig. 6, there is provided a page test apparatus including:
the image intercepting module 601 is configured to respond to a page intercepting instruction, and intercept a current page image of a test web page according to the page intercepting instruction;
an identifier obtaining module 602, configured to perform identifier identification on the current page image, and obtain a page identifier in the current page image;
the image testing module 603 is configured to obtain a corresponding standard page image according to the page identifier, perform difference pixel comparison between the current page image and the standard page image, obtain a pixel difference value, and generate a test result of the current page of the test webpage according to the pixel difference value.
In one embodiment, the page interception instruction comprises an operation instruction for the test webpage;
the image capturing module 601 includes:
and the current page image intercepting submodule is used for intercepting the current page image of the test webpage after updating the page state of the test webpage according to the operation instruction.
In one embodiment, the current page image includes a plurality of current area page images having page identifiers, and the page identifier of each current area page is unique;
the identifier obtaining module 602 includes:
and the page identifier obtaining submodule is used for identifying the current page image and obtaining the page identifier of each current area page image in the current page image.
In one embodiment, the image testing module 603 includes:
and the area page image difference acquisition submodule is used for acquiring a standard area page image corresponding to the current area page image according to the page identifier, performing difference pixel comparison on the current area page image and the standard area page image, and acquiring a pixel difference value between the current area page image and the standard area page image.
In one embodiment, the page testing apparatus further includes:
and the image storage module is used for storing the current page image and the standard page image when the test result is abnormal.
In one embodiment, the image capture module 601 includes:
the page interception instruction forwarding sub-module is used for forwarding the page interception instruction to an external terminal so as to intercept and receive the current page image from the external terminal; and the external terminal is a terminal loaded with the test page.
In one embodiment, the page testing apparatus further includes:
and the test result sending module is used for sending the test result to the appointed terminal when the test result is abnormal.
In the embodiment of the application, a page interception instruction is responded, a current page image of a test webpage is intercepted according to the page interception instruction, identification recognition is carried out on the current page image, a page identification in the current page image is obtained, a corresponding standard page image is obtained according to the page identification, the current page image and the standard page image are subjected to difference pixel comparison, a pixel difference value is obtained, a test result of the current page of the test webpage is generated according to the pixel difference value, network test is achieved, anomalies can be found in time in the webpage test process, data transmission quantity is reduced, and webpage test efficiency is improved.
In one embodiment, the present application provides a computer apparatus, as shown in FIG. 7, comprising a processor, a memory, a network interface, an input device, and a display screen connected by a system bus. Wherein the memory includes a non-volatile storage medium and an internal memory. The non-volatile storage medium of the computer device stores an operating system and may also store a computer program that, when executed by the processor, causes the processor to implement the page test method. The internal memory may also store a computer program, and the computer program, when executed by the processor, may cause the processor to perform the page test method. Those skilled in the art will appreciate that the architecture shown in fig. 7 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, the page testing apparatus provided in the present application may be implemented in the form of a computer program, and the computer program may be run on a computer device as shown in fig. 7. The memory of the computer device may store therein the individual program modules constituting the page testing apparatus. The computer program constituted by the respective program modules causes the processor to execute the steps in the page test method of the embodiments of the present application described in the present specification.
In one embodiment, there is provided an electronic device including: the page testing method comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor executes the program to execute the steps of the page testing method. Here, the steps of the page test method may be the steps in the page test methods of the above embodiments.
In one embodiment, a computer-readable storage medium is provided, having stored thereon computer-executable instructions for causing a computer to perform the steps of the above-described page testing method. Here, the steps of the page test method may be the steps in the page test methods of the above embodiments.
The foregoing is a preferred embodiment of the present application, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present application, and these modifications and decorations are also regarded as the protection scope of the present application.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.

Claims (9)

1. A page testing method is characterized by comprising the following steps:
responding to a page interception instruction, and intercepting a current page image of a test webpage according to the page interception instruction;
identifying the current page image to obtain a page identifier in the current page image;
and acquiring a corresponding standard page image according to the page identifier, comparing the current page image with the standard page image by using difference pixels, acquiring a pixel difference value, and generating a test result of the current page of the test webpage according to the pixel difference value.
2. The page testing method according to claim 1, wherein the page intercepting instruction comprises an operation instruction for the test web page;
intercepting a current page image of a test webpage according to the page interception instruction, wherein the intercepting comprises the following steps:
and intercepting the current page image of the test webpage after updating the page state of the test webpage according to the operation instruction.
3. The page testing method according to claim 1, wherein said current page image includes a plurality of current area page images having page identifiers, and the page identifier of each of said current area pages is unique;
the identifying the current page image to obtain the page identifier in the current page image includes:
and identifying the current page image to obtain the page identifier of each current area page image in the current page image.
4. The method according to claim 3, wherein the obtaining a corresponding standard page image according to the page identifier, and performing difference pixel comparison between the current page image and the standard page image to obtain a pixel difference value comprises:
and acquiring a standard area page image corresponding to the current area page image according to the page identifier, and comparing the current area page image with the standard area page image by using difference pixels to acquire a pixel difference value of the current area page image and the standard area page image.
5. The page testing method according to claim 1 or 4, further comprising:
and when the test result is abnormal, storing the current page image and the standard page image.
6. The method for testing the page according to claim 1, wherein intercepting the current page image of the test web page according to the page interception instruction comprises:
forwarding the page intercepting instruction to an external terminal so as to intercept and receive the current page image from the external terminal; and the external terminal is a terminal loaded with the test page.
7. The page testing method according to claim 1, further comprising:
and when the test result is abnormal, sending the test result to a specified terminal.
8. A page testing apparatus, comprising:
the image intercepting module is used for responding to a page intercepting instruction and intercepting a current page image of the test webpage according to the page intercepting instruction;
the identification acquisition module is used for identifying the identification of the current page image and acquiring the page identification in the current page image;
and the image testing module is used for acquiring a corresponding standard page image according to the page identifier, comparing the current page image with the standard page image by using difference pixels, acquiring a pixel difference value and generating a testing result of the current page of the testing webpage according to the pixel difference value.
9. An electronic device, comprising: memory, processor and computer program stored on the memory and executable on the processor, characterized in that the processor implements the page test method according to any of claims 1 to 7 when executing the program.
CN202010720180.6A 2020-07-23 2020-07-23 Page testing method and device and electronic equipment Pending CN111949516A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010720180.6A CN111949516A (en) 2020-07-23 2020-07-23 Page testing method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010720180.6A CN111949516A (en) 2020-07-23 2020-07-23 Page testing method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN111949516A true CN111949516A (en) 2020-11-17

Family

ID=73340975

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010720180.6A Pending CN111949516A (en) 2020-07-23 2020-07-23 Page testing method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN111949516A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113886745A (en) * 2021-09-30 2022-01-04 北京百度网讯科技有限公司 Page picture testing method and device and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109784369A (en) * 2018-12-14 2019-05-21 深圳壹账通智能科技有限公司 H5 page test method and device, electronic equipment, storage medium
CN110309049A (en) * 2019-05-21 2019-10-08 平安普惠企业管理有限公司 Web page contents monitor method, device, computer equipment and storage medium
CN110399291A (en) * 2019-06-20 2019-11-01 平安普惠企业管理有限公司 User Page test method and relevant device based on image recognition

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109784369A (en) * 2018-12-14 2019-05-21 深圳壹账通智能科技有限公司 H5 page test method and device, electronic equipment, storage medium
CN110309049A (en) * 2019-05-21 2019-10-08 平安普惠企业管理有限公司 Web page contents monitor method, device, computer equipment and storage medium
CN110399291A (en) * 2019-06-20 2019-11-01 平安普惠企业管理有限公司 User Page test method and relevant device based on image recognition

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113886745A (en) * 2021-09-30 2022-01-04 北京百度网讯科技有限公司 Page picture testing method and device and electronic equipment
CN113886745B (en) * 2021-09-30 2022-09-13 北京百度网讯科技有限公司 Page picture testing method and device and electronic equipment

Similar Documents

Publication Publication Date Title
CN109934957A (en) Show the method, device and mobile terminal of the distribution of vehicle ECU system and state
CN108363662A (en) A kind of applied program testing method, storage medium and terminal device
US10084637B2 (en) Automatic task tracking
CN110069413B (en) Test data communication, test method, device, equipment and storage medium
CN109344062A (en) The cross-domain method for jumping test of the page and terminal device
CN111949517A (en) Remote real machine testing method and device and electronic equipment
CN111258913A (en) Automatic algorithm testing method and device, computer system and readable storage medium
CN111159039A (en) Service simulation method, system, device and storage medium
CN113076253A (en) Test method and test device
CN111399732B (en) Webpage screenshot method and device, computer equipment and storage medium
CN111554219A (en) Display equipment testing method and device, electronic product and storage medium
CN111694550B (en) Page display control method, device and system
CN112817816B (en) Embedded point processing method and device, computer equipment and storage medium
CN111949516A (en) Page testing method and device and electronic equipment
CN116755984A (en) Data processing method, device, electronic equipment and storage medium
CN114826886B (en) Disaster recovery method and device for application software and electronic equipment
CN114915565B (en) Network debugging method and system
US20230377309A1 (en) Methods and systems for automated cross-browser user interface testing
CN114039760B (en) Security testing method and device, computer equipment and storage medium
CN116048959A (en) Website testing method, device, equipment and storage medium
CN108108369B (en) Method and device for processing calling error of common interface library
CN113760707A (en) Interface testing method, device, equipment and computer readable storage medium
CN110704218A (en) Data processing method, data processing device, computer equipment and storage medium
CN116304399B (en) Visual processing method, device and system for test cases
CN112671814A (en) Cross-platform equipment development method, device and system

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