CN106502891A - Automatic detection method and device for user interface - Google Patents
Automatic detection method and device for user interface Download PDFInfo
- Publication number
- CN106502891A CN106502891A CN201610913162.3A CN201610913162A CN106502891A CN 106502891 A CN106502891 A CN 106502891A CN 201610913162 A CN201610913162 A CN 201610913162A CN 106502891 A CN106502891 A CN 106502891A
- Authority
- CN
- China
- Prior art keywords
- user interface
- information
- interface
- similarity
- screenshot
- 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.)
- Granted
Links
- 238000001514 detection method Methods 0.000 title claims abstract description 46
- 238000000034 method Methods 0.000 claims abstract description 30
- 238000009877 rendering Methods 0.000 claims abstract description 23
- 238000010586 diagram Methods 0.000 description 5
- 230000004048 modification Effects 0.000 description 5
- 238000012986 modification Methods 0.000 description 5
- 238000004891 communication Methods 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 2
- 230000004075 alteration Effects 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000015556 catabolic process Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
The invention discloses an automatic detection method and device for a user interface. The automatic detection method of the user interface comprises the following steps: rendering and displaying a user interface corresponding to the user interface information according to the user interface information; obtaining an interface screenshot of the user interface; and calculating the similarity between the interface screenshot and a standard picture, comparing the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, confirming that the user interface is correct, and otherwise, generating interface error information. By adopting the invention, the automatic detection of the user interface can be realized, thereby improving the efficiency and the accuracy of the process of detecting the user interface.
Description
Technical Field
The invention relates to the technical field of computers, in particular to an automatic detection method and device for a user interface.
Background
At present, in the IT industry, before a User Interface (UI) meeting User-defined requirements is developed, a public User Interface is generally developed, and then modifications meeting the User-defined requirements (such as adding or deleting a certain entry on the public User Interface, or modifying a character string in a certain entry in the public User Interface, etc.) are performed on the public User Interface. Because the modifications are all carried out in the same public version user interface code, the code block of the interface is not completely controlled, so that the modification of a certain time and the public version user interface code are modified together, and the modification carried out by a certain user appears on the user interface of another user. The public version user interface code is modified to easily cause software errors, crash and the like. Therefore, in order to avoid the phenomenon of software error breakdown caused by the fact that the code of the public user interface is modified, the public user interface is detected by adopting a manual detection method at present, the detection process is low in efficiency, and the phenomena of omission and error detection are easy to occur.
Disclosure of Invention
The invention provides an automatic detection method and device for a user interface, which can realize automatic detection of the user interface, thereby improving the efficiency and accuracy of the detection process of the user interface.
The invention provides an automatic detection method of a user interface, which specifically comprises the following steps:
rendering and displaying a user interface corresponding to the user interface information according to the user interface information;
obtaining an interface screenshot of the user interface;
and calculating the similarity between the interface screenshot and a standard picture, comparing the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, confirming that the user interface is correct, and otherwise, generating interface error information.
Further, before rendering and displaying the user interface corresponding to the user interface information according to the user interface information, the method further includes:
reading and obtaining user interface information from the configuration file; or,
sending an interface information acquisition request to a display control device, and receiving user interface information returned by the display control device.
Further, the user interface information includes custom configuration information;
rendering and displaying the user interface corresponding to the user interface information according to the user interface information, specifically including:
according to the user interface information, obtaining a user interface corresponding to the user interface information from the software to be detected;
deleting the custom configuration corresponding to the custom configuration information in the user interface according to the custom configuration information in the user interface information;
and rendering the user interface with the deleted custom configuration to a display screen for display.
Further, the calculating a similarity between the interface screenshot and a standard picture, and comparing the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, determining that the user interface is correct, otherwise, generating interface error information, specifically including:
calculating the color difference value of each pixel point in the interface screenshot and the corresponding pixel point in the standard picture, and counting the number of the pixel points of which the color difference value is greater than a preset color difference threshold value;
obtaining similarity according to the ratio of the counted number to the total number of pixel points in the interface screenshot;
and comparing the similarity with the similarity threshold, if the similarity is greater than the similarity threshold, determining that the user interface is correct, otherwise, generating interface error information.
Further, the user interface information includes an interface identification code and interface path information.
Correspondingly, the invention also provides an automatic detection device of the user interface, which specifically comprises the following steps:
the user interface display module is used for rendering and displaying a user interface corresponding to the user interface information according to the user interface information;
the interface screenshot obtaining module is used for obtaining an interface screenshot of the user interface; and the number of the first and second groups,
and the comparison detection module is used for calculating the similarity between the interface screenshot and a standard picture, comparing the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, determining that the user interface is correct, and otherwise, generating interface error information.
Further, the automatic detection device of the user interface further includes:
the interface information reading module is used for reading and obtaining user interface information from the configuration file; or,
and the interface information receiving module is used for sending an interface information acquisition request to the display control device and receiving the user interface information returned by the display control device.
Further, the user interface information includes custom configuration information;
the user interface display module specifically includes:
the user interface obtaining unit is used for obtaining a user interface corresponding to the user interface information from the software to be detected according to the user interface information;
the user-defined configuration deleting unit is used for deleting the user-defined configuration corresponding to the user-defined configuration information in the user interface according to the user-defined configuration information in the user interface information; and the number of the first and second groups,
and the interface rendering display unit is used for rendering the user interface which is deleted from the custom configuration to a display screen for display.
Further, the comparison and detection module specifically includes:
the difference pixel point counting unit is used for calculating the color difference value of each pixel point in the interface screenshot and the corresponding pixel point in the standard picture, and counting the number of the pixel points of which the color difference value is greater than a preset color difference threshold value;
the similarity obtaining unit is used for obtaining the similarity according to the ratio of the counted number to the total number of the pixel points in the interface screenshot; and the number of the first and second groups,
and the similarity judging unit is used for comparing the similarity with the similarity threshold, if the similarity is greater than the similarity threshold, the user interface is determined to be correct, and if not, the interface error information is generated.
Further, the user interface information includes an interface identification code and interface path information.
The implementation of the invention has the following beneficial effects:
according to the automatic detection method and device for the user interface, the switching and the display of the user interface are automatically controlled through the equipment according to the user interface information, the interface screenshot of the user interface is automatically intercepted, and the interface screenshot is compared with the standard picture, so that the automatic detection of the user interface can be realized, the efficiency and the accuracy of the detection process of the user interface are improved, and the labor cost is reduced.
Drawings
FIG. 1 is a schematic flow chart diagram illustrating one embodiment of a method for automatic detection of a user interface provided by the present invention;
FIG. 2 is a schematic diagram of an interface screenshot and a corresponding standard picture in an embodiment of a method for automatically detecting a user interface according to the present invention;
fig. 3 is a schematic structural diagram of an embodiment of an automatic detection apparatus of a user interface provided by the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, which is a schematic flow chart of an embodiment of the method for automatically detecting a user interface provided by the present invention, the method includes steps S11 to S13, which are specifically as follows:
s11: rendering and displaying a user interface corresponding to the user interface information according to the user interface information;
s12: obtaining an interface screenshot of the user interface;
s13: and calculating the similarity between the interface screenshot and a standard picture, comparing the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, confirming that the user interface is correct, and otherwise, generating interface error information.
It should be noted that, in the embodiment of the present invention, after the device installs the software, the device controls to switch and display different user interfaces in the software, and obtains a corresponding user interface screenshot, and then compares the obtained user interface screenshot with a corresponding standard picture, if the similarity between the user interface screenshot and the standard picture is high, it is determined that the user interface is correct, otherwise, it is determined that the user interface is wrong, and corresponding interface error information is generated.
In a preferred embodiment, after the device installs the software to be detected, user interface information is acquired, a user interface corresponding to the user interface information is acquired from the software to be detected according to the user interface information, and the user interface is rendered and displayed on a display screen of the device. And then, starting a screenshot function by the equipment to obtain an interface screenshot of the user interface. And finally, the equipment calculates the similarity between the interface screenshot and the corresponding standard picture, compares the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, confirms that the detected user interface is correct, otherwise confirms that the detected user interface is wrong, generates corresponding interface error information, and sends the interface error information to corresponding responsible personnel, so that the responsible personnel repair the detected user interface according to the interface error information after receiving the interface error information. The standard pictures are preset and stored in the equipment, and each standard picture corresponds to one user interface in the software to be detected. And reading the standard picture corresponding to the user interface to be detected according to the user interface information before comparing the interface screenshot with the standard picture by the equipment.
Particularly, the equipment comprises a test mainboard and an upper computer, and the method can be completed by the test mainboard and the upper computer together. When the software burning is carried out in a USB flash disk mode, if the test mainboard detects that the USB flash disk is connected to the local machine, the program in the USB flash disk is automatically burnt, and therefore the software to be detected is burnt into the local machine. After the burning is finished, the test mainboard acquires user interface information from the U disk or the upper computer, and accordingly renders and displays a corresponding user interface in the software to be detected according to the user interface information. And then, the test main board informs the upper computer that the user interface display is finished, and sends corresponding user interface information to the upper computer, so that the upper computer intercepts and obtains an interface screenshot by capturing the LVDS signal in the test main board, and searches a corresponding standard picture according to the received user interface information. And finally, the upper computer calculates the similarity between the standard picture and the interface screenshot obtained by interception, compares the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, confirms that the detected user interface is correct and does not process the user interface, otherwise confirms that the detected user interface is wrong, generates corresponding interface error information, and sends the interface error information to corresponding responsible personnel so that the responsible personnel modify the detected user interface according to the interface error information. It can be understood that the test motherboard can also perform software burning in other manners, such as obtaining a program of the software to be detected through network transmission, serial communication, and the like, so as to burn the software to be detected into the native machine.
The device automatically controls the switching and the display of the user interface according to the user interface information, automatically intercepts the interface screenshot of the user interface, and compares the interface screenshot with the standard picture, so that the user interface can be automatically detected, the efficiency and the accuracy of the detection process of the user interface are improved, and the labor cost is reduced.
Further, before rendering and displaying the user interface corresponding to the user interface information according to the user interface information, the method further includes:
reading and obtaining user interface information from the configuration file; or,
sending an interface information acquisition request to a display control device, and receiving user interface information returned by the display control device.
It should be noted that the device needs to obtain the user interface information from the configuration file or from the display control device before rendering and displaying the corresponding user interface according to the user interface information. The user interface information can be obtained by reading the information in the configuration file by the equipment, or by sending an interface information obtaining request to the display control device by the equipment and receiving the information returned by the display control device.
Particularly, the embodiment of the invention can be completed by the test mainboard and the upper computer together. When the software to be detected is burned to the test mainboard in a USB flash disk mode, the configuration file is stored in the USB flash disk in advance, so that the test mainboard can obtain user interface information by reading the configuration file in the USB flash disk, can also obtain the user interface information by sending an interface information obtaining request to an upper computer and receiving information returned by the upper computer through IIC or serial port and other communication modes. It can be understood that the test motherboard can also obtain the configuration file through network transmission, serial port communication and other modes.
In another preferred embodiment, the user interface information includes custom configuration information;
rendering and displaying the user interface corresponding to the user interface information according to the user interface information, specifically including:
according to the user interface information, obtaining a user interface corresponding to the user interface information from the software to be detected;
deleting the custom configuration corresponding to the custom configuration information in the user interface according to the custom configuration information in the user interface information;
and rendering the user interface with the deleted custom configuration to a display screen for display.
It should be noted that, when the user interface further includes a custom configuration generated by the user through customization, the custom configuration in the user interface needs to be deleted before the user interface is rendered to the display screen for display. When the user interface also comprises the custom configuration, the user interface information comprises the custom configuration information corresponding to the custom configuration. After the device obtains the user interface corresponding to the user interface information from the software to be detected according to the user interface information, deleting the custom configuration in the user interface according to the custom configuration information in the user interface information, and rendering the user interface with the deleted custom configuration to a display screen for displaying.
For example, if an entry added by a user is included in a user interface, the entry information (e.g., ID of the entry) of the entry is included in the user interface information. After the device obtains the user interface from the software to be tested, the device deletes the entry from the user interface according to entry information in the user interface information, and renders the user interface with the entry deleted to a display screen for display.
The user interface configuration during detection is ensured to be the original configuration by deleting the custom configuration in the user interface, so that whether the user interface is correct or not can be detected by comparing the user interface configuration with the standard image, and the correctness of the detection result can be further ensured.
Further, the calculating a similarity between the interface screenshot and a standard picture, and comparing the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, determining that the user interface is correct, otherwise, generating interface error information, specifically including:
calculating the color difference value of each pixel point in the interface screenshot and the corresponding pixel point in the standard picture, and counting the number of the pixel points of which the color difference value is greater than a preset color difference threshold value;
obtaining similarity according to the ratio of the counted number to the total number of pixel points in the interface screenshot;
and comparing the similarity with the similarity threshold, if the similarity is greater than the similarity threshold, determining that the user interface is correct, otherwise, generating interface error information.
It should be noted that, when the device compares the similarity between the interface screenshot and the standard picture, first, it compares whether the length and width of the interface screenshot are equal to those of the standard picture, if the length of the interface screenshot is not equal to that of the standard picture or the width of the interface screenshot is not equal to that of the standard picture, it determines the detected user interface error and generates corresponding interface error information, otherwise, it counts the total number of pixels with larger color difference between the interface screenshot and the standard picture, that is, it calculates the color difference between each pixel in the interface screenshot and the corresponding pixel in the standard picture, and compares the color difference with a preset color difference threshold, and if the color difference corresponding to a certain pixel is greater than the color difference threshold, it adds 1 to the total number of pixels with larger color difference between the interface screenshot and the standard picture. And then, calculating the proportion of the total number to the total number of the pixel points in the interface screenshot according to the total number of the pixel points with larger chromatic aberration between the interface screenshot and the standard picture obtained through statistics, thereby obtaining the similarity. And finally, comparing the similarity obtained by calculation with a preset similarity threshold, if the similarity is greater than the similarity threshold, confirming that the detected user interface is correct and does not process, otherwise, confirming that the detected user interface is wrong, and generating corresponding interface error information.
Fig. 2 is a schematic diagram of an interface screenshot and a corresponding standard picture. It can be understood that there are many pixel points with a large color difference between the interface screenshot and the standard picture, so that the degree of similarity between the interface screenshot and the standard picture is small, and after the device obtains the degree of similarity between the interface screenshot and the standard picture by comparison, it confirms the user interface error corresponding to the interface screenshot, generates corresponding interface error information, and sends the interface error information to the corresponding responsible person to enable the responsible person to process the user interface.
Because the similarity between the interface screenshot and the standard picture is obtained by calculating the color difference value between the corresponding pixel points between the interface screenshot and the standard picture, the process for obtaining the similarity is simple, and the efficiency of the process for detecting the user interface can be further improved.
Further, the user interface information includes an interface identification code and interface path information.
The user interface information includes an interface identification code, interface path information, and the like. Therefore, the device can obtain the corresponding user interface from the software to be detected according to the interface path information in the user interface information, and render and display the user interface to the display screen. Accordingly, the device can obtain the standard picture corresponding to the user interface according to the interface identification code in the user interface information.
According to the automatic detection method of the user interface provided by the embodiment of the invention, the switching and the display of the user interface are automatically controlled through the equipment according to the user interface information, the interface screenshot of the user interface is automatically intercepted, and the interface screenshot is compared with the standard picture, so that the automatic detection of the user interface can be realized, the efficiency and the accuracy of the detection process of the user interface are improved, and the labor cost is reduced. The user interface configuration during detection is ensured to be the original configuration by deleting the custom configuration in the user interface, so that whether the user interface is correct or not can be detected by comparing the user interface configuration with the standard image, and the correctness of the detection result can be further ensured. In addition, the similarity degree between the interface screenshot and the standard picture is obtained by calculating the color difference value between the corresponding pixel points between the interface screenshot and the standard picture, so that the process of obtaining the similarity degree is simple, and the efficiency of the process of detecting the user interface can be further improved.
Correspondingly, the invention also provides an automatic detection device of the user interface, which can realize all the processes of the automatic detection method of the user interface in the embodiment.
Referring to fig. 3, it is a schematic structural diagram of an embodiment of the automatic detection apparatus for a user interface provided in the present invention, and the specific details are as follows:
the user interface display module 31 is configured to render and display a user interface corresponding to the user interface information according to the user interface information;
an interface screenshot obtaining module 32, configured to obtain an interface screenshot of the user interface; and the number of the first and second groups,
and the comparison detection module 33 is configured to calculate a similarity between the interface screenshot and a standard picture, compare the similarity with a preset similarity threshold, determine that the user interface is correct if the similarity is greater than the similarity threshold, and otherwise generate interface error information.
Further, the automatic detection device of the user interface further includes:
the interface information reading module is used for reading and obtaining user interface information from the configuration file; or,
and the interface information receiving module is used for sending an interface information acquisition request to the display control device and receiving the user interface information returned by the display control device.
In another preferred embodiment, the user interface information includes custom configuration information;
the user interface display module 31 specifically includes:
the user interface obtaining unit is used for obtaining a user interface corresponding to the user interface information from the software to be detected according to the user interface information;
the user-defined configuration deleting unit is used for deleting the user-defined configuration corresponding to the user-defined configuration information in the user interface according to the user-defined configuration information in the user interface information; and the number of the first and second groups,
and the interface rendering display unit is used for rendering the user interface which is deleted from the custom configuration to a display screen for display.
Further, the comparison detecting module 33 specifically includes:
the difference pixel point counting unit is used for calculating the color difference value of each pixel point in the interface screenshot and the corresponding pixel point in the standard picture, and counting the number of the pixel points of which the color difference value is greater than a preset color difference threshold value;
the similarity obtaining unit is used for obtaining the similarity according to the ratio of the counted number to the total number of the pixel points in the interface screenshot; and the number of the first and second groups,
and the similarity judging unit is used for comparing the similarity with the similarity threshold, if the similarity is greater than the similarity threshold, the user interface is determined to be correct, and if not, the interface error information is generated.
Further, the user interface information includes an interface identification code and interface path information.
According to the automatic detection device for the user interface, the switching and the display of the user interface are automatically controlled through the equipment according to the user interface information, the interface screenshot of the user interface is automatically intercepted, and the interface screenshot is compared with the standard picture, so that the automatic detection of the user interface can be realized, the efficiency and the accuracy of the detection process of the user interface are improved, and meanwhile, the labor cost is reduced. The user interface configuration during detection is ensured to be the original configuration by deleting the custom configuration in the user interface, so that whether the user interface is correct or not can be detected by comparing the user interface configuration with the standard image, and the correctness of the detection result can be further ensured. In addition, the similarity degree between the interface screenshot and the standard picture is obtained by calculating the color difference value between the corresponding pixel points between the interface screenshot and the standard picture, so that the process of obtaining the similarity degree is simple, and the efficiency of the process of detecting the user interface can be further improved.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.
Claims (10)
1. A method for automatically detecting a user interface, comprising:
rendering and displaying a user interface corresponding to the user interface information according to the user interface information;
obtaining an interface screenshot of the user interface;
and calculating the similarity between the interface screenshot and a standard picture, comparing the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, confirming that the user interface is correct, and otherwise, generating interface error information.
2. The method for automatically detecting a user interface according to claim 1, wherein before rendering and displaying the user interface corresponding to the user interface information according to the user interface information, the method further comprises:
reading and obtaining user interface information from the configuration file; or,
sending an interface information acquisition request to a display control device, and receiving user interface information returned by the display control device.
3. The method for automatic detection of a user interface of claim 1, wherein the user interface information includes custom configuration information;
rendering and displaying the user interface corresponding to the user interface information according to the user interface information, specifically including:
according to the user interface information, obtaining a user interface corresponding to the user interface information from the software to be detected;
deleting the custom configuration corresponding to the custom configuration information in the user interface according to the custom configuration information in the user interface information;
and rendering the user interface with the deleted custom configuration to a display screen for display.
4. The method according to claim 1, wherein the calculating a similarity between the interface screenshot and a standard picture, comparing the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, determining that the user interface is correct, otherwise, generating interface error information specifically includes:
calculating the color difference value of each pixel point in the interface screenshot and the corresponding pixel point in the standard picture, and counting the number of the pixel points of which the color difference value is greater than a preset color difference threshold value;
obtaining similarity according to the ratio of the counted number to the total number of pixel points in the interface screenshot;
and comparing the similarity with the similarity threshold, if the similarity is greater than the similarity threshold, determining that the user interface is correct, otherwise, generating interface error information.
5. The method for automatic detection of a user interface of any one of claims 1 to 4, wherein the user interface information includes an interface identification code and interface path information.
6. An apparatus for automatic detection of a user interface, comprising:
the user interface display module is used for rendering and displaying a user interface corresponding to the user interface information according to the user interface information;
the interface screenshot obtaining module is used for obtaining an interface screenshot of the user interface; and the number of the first and second groups,
and the comparison detection module is used for calculating the similarity between the interface screenshot and a standard picture, comparing the similarity with a preset similarity threshold, if the similarity is greater than the similarity threshold, determining that the user interface is correct, and otherwise, generating interface error information.
7. The apparatus for automatically detecting a user interface of claim 6, further comprising:
the interface information reading module is used for reading and obtaining user interface information from the configuration file; or,
and the interface information receiving module is used for sending an interface information acquisition request to the display control device and receiving the user interface information returned by the display control device.
8. The apparatus for automatic detection of a user interface of claim 6, wherein the user interface information includes custom configuration information;
the user interface display module specifically includes:
the user interface obtaining unit is used for obtaining a user interface corresponding to the user interface information from the software to be detected according to the user interface information;
the user-defined configuration deleting unit is used for deleting the user-defined configuration corresponding to the user-defined configuration information in the user interface according to the user-defined configuration information in the user interface information; and the number of the first and second groups,
and the interface rendering display unit is used for rendering the user interface which is deleted from the custom configuration to a display screen for display.
9. The apparatus for automatically detecting a user interface according to claim 6, wherein the comparing and detecting module specifically includes:
the difference pixel point counting unit is used for calculating the color difference value of each pixel point in the interface screenshot and the corresponding pixel point in the standard picture, and counting the number of the pixel points of which the color difference value is greater than a preset color difference threshold value;
the similarity obtaining unit is used for obtaining the similarity according to the ratio of the counted number to the total number of the pixel points in the interface screenshot; and the number of the first and second groups,
and the similarity judging unit is used for comparing the similarity with the similarity threshold, if the similarity is greater than the similarity threshold, the user interface is determined to be correct, and if not, the interface error information is generated.
10. Automatic detection device of a user interface according to one of claims 6 to 9, characterized in that the user interface information comprises an interface identification code and interface path information.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610913162.3A CN106502891B (en) | 2016-10-19 | 2016-10-19 | Automatic detection method and device for user interface |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610913162.3A CN106502891B (en) | 2016-10-19 | 2016-10-19 | Automatic detection method and device for user interface |
Publications (2)
Publication Number | Publication Date |
---|---|
CN106502891A true CN106502891A (en) | 2017-03-15 |
CN106502891B CN106502891B (en) | 2019-05-17 |
Family
ID=58318046
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610913162.3A Active CN106502891B (en) | 2016-10-19 | 2016-10-19 | Automatic detection method and device for user interface |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106502891B (en) |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107678937A (en) * | 2017-07-26 | 2018-02-09 | 上海壹账通金融科技有限公司 | Page compatibility detection method, device, server and medium |
CN108229485A (en) * | 2018-02-08 | 2018-06-29 | 百度在线网络技术(北京)有限公司 | For testing the method and apparatus of user interface |
CN108984399A (en) * | 2018-06-29 | 2018-12-11 | 上海连尚网络科技有限公司 | Detect method, electronic equipment and the computer-readable medium of interface difference |
CN109117358A (en) * | 2017-06-23 | 2019-01-01 | 百度在线网络技术(北京)有限公司 | test method and test device for electronic equipment |
CN109446061A (en) * | 2018-09-17 | 2019-03-08 | 平安科技(深圳)有限公司 | A kind of page detection method, computer readable storage medium and terminal device |
CN109471805A (en) * | 2018-11-14 | 2019-03-15 | 网易(杭州)网络有限公司 | Resource testing method and device, storage medium, electronic equipment |
CN109783351A (en) * | 2018-12-13 | 2019-05-21 | 重庆金融资产交易所有限责任公司 | Interface detection method, apparatus and computer readable storage medium |
CN109886431A (en) * | 2019-01-25 | 2019-06-14 | 北京首都国际机场股份有限公司 | A kind of aobvious terminal automatic tour inspection system of airport boat |
CN109992518A (en) * | 2019-04-10 | 2019-07-09 | 禄鹏 | Detection method, device, electronic equipment and the storage medium at the interface UI |
CN111090580A (en) * | 2019-11-21 | 2020-05-01 | 广州品唯软件有限公司 | User interface consistency detection method and device and readable storage medium |
CN111389747A (en) * | 2020-04-26 | 2020-07-10 | 成都复星联创科技有限公司 | Bamboo strip intelligent sorting system and method based on visual identification |
CN113344824A (en) * | 2021-06-30 | 2021-09-03 | 平安资产管理有限责任公司 | Interface image comparison method and device, computer equipment and storage medium |
WO2022142080A1 (en) * | 2020-12-30 | 2022-07-07 | 稿定(厦门)科技有限公司 | Image comparison method and apparatus |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102368214A (en) * | 2011-10-17 | 2012-03-07 | 深圳和而泰智能控制股份有限公司 | Automatic interface generation method and system |
CN103389937A (en) * | 2012-05-09 | 2013-11-13 | 腾讯科技(深圳)有限公司 | Interface testing method and device |
US8904042B1 (en) * | 2003-12-30 | 2014-12-02 | Aol Inc. | System and method for subject matter notifications |
CN104978270A (en) * | 2015-07-03 | 2015-10-14 | 上海触乐信息科技有限公司 | Automatic software testing method and apparatus |
CN105260301A (en) * | 2015-09-24 | 2016-01-20 | 努比亚技术有限公司 | Visual effect comparison test device of user interfaces and realization method of visual effect comparison test device of user interfaces |
CN105955889A (en) * | 2016-05-11 | 2016-09-21 | 南京大学 | Graphic interface automated test method |
CN106021108A (en) * | 2016-05-19 | 2016-10-12 | 努比亚技术有限公司 | Application program testing device, mobile terminal and method |
-
2016
- 2016-10-19 CN CN201610913162.3A patent/CN106502891B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8904042B1 (en) * | 2003-12-30 | 2014-12-02 | Aol Inc. | System and method for subject matter notifications |
CN102368214A (en) * | 2011-10-17 | 2012-03-07 | 深圳和而泰智能控制股份有限公司 | Automatic interface generation method and system |
CN103389937A (en) * | 2012-05-09 | 2013-11-13 | 腾讯科技(深圳)有限公司 | Interface testing method and device |
CN104978270A (en) * | 2015-07-03 | 2015-10-14 | 上海触乐信息科技有限公司 | Automatic software testing method and apparatus |
CN105260301A (en) * | 2015-09-24 | 2016-01-20 | 努比亚技术有限公司 | Visual effect comparison test device of user interfaces and realization method of visual effect comparison test device of user interfaces |
CN105955889A (en) * | 2016-05-11 | 2016-09-21 | 南京大学 | Graphic interface automated test method |
CN106021108A (en) * | 2016-05-19 | 2016-10-12 | 努比亚技术有限公司 | Application program testing device, mobile terminal and method |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109117358A (en) * | 2017-06-23 | 2019-01-01 | 百度在线网络技术(北京)有限公司 | test method and test device for electronic equipment |
WO2019019358A1 (en) * | 2017-07-26 | 2019-01-31 | 上海壹账通金融科技有限公司 | Page compatibility detection method and apparatus, server, and storage medium |
CN107678937A (en) * | 2017-07-26 | 2018-02-09 | 上海壹账通金融科技有限公司 | Page compatibility detection method, device, server and medium |
CN108229485A (en) * | 2018-02-08 | 2018-06-29 | 百度在线网络技术(北京)有限公司 | For testing the method and apparatus of user interface |
CN108984399A (en) * | 2018-06-29 | 2018-12-11 | 上海连尚网络科技有限公司 | Detect method, electronic equipment and the computer-readable medium of interface difference |
CN109446061B (en) * | 2018-09-17 | 2022-06-10 | 平安科技(深圳)有限公司 | Page detection method, computer readable storage medium and terminal device |
CN109446061A (en) * | 2018-09-17 | 2019-03-08 | 平安科技(深圳)有限公司 | A kind of page detection method, computer readable storage medium and terminal device |
CN109471805A (en) * | 2018-11-14 | 2019-03-15 | 网易(杭州)网络有限公司 | Resource testing method and device, storage medium, electronic equipment |
CN109783351A (en) * | 2018-12-13 | 2019-05-21 | 重庆金融资产交易所有限责任公司 | Interface detection method, apparatus and computer readable storage medium |
CN109886431A (en) * | 2019-01-25 | 2019-06-14 | 北京首都国际机场股份有限公司 | A kind of aobvious terminal automatic tour inspection system of airport boat |
CN109886431B (en) * | 2019-01-25 | 2021-05-07 | 北京首都国际机场股份有限公司 | Automatic inspection system for airport navigation display terminal |
CN109992518A (en) * | 2019-04-10 | 2019-07-09 | 禄鹏 | Detection method, device, electronic equipment and the storage medium at the interface UI |
CN111090580A (en) * | 2019-11-21 | 2020-05-01 | 广州品唯软件有限公司 | User interface consistency detection method and device and readable storage medium |
CN111090580B (en) * | 2019-11-21 | 2023-04-18 | 广州品唯软件有限公司 | User interface consistency detection method and device and readable storage medium |
CN111389747A (en) * | 2020-04-26 | 2020-07-10 | 成都复星联创科技有限公司 | Bamboo strip intelligent sorting system and method based on visual identification |
WO2022142080A1 (en) * | 2020-12-30 | 2022-07-07 | 稿定(厦门)科技有限公司 | Image comparison method and apparatus |
CN113344824A (en) * | 2021-06-30 | 2021-09-03 | 平安资产管理有限责任公司 | Interface image comparison method and device, computer equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN106502891B (en) | 2019-05-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106502891B (en) | Automatic detection method and device for user interface | |
CN110347587B (en) | APP compatibility testing method and device, computer equipment and storage medium | |
US11099657B2 (en) | Remote information input method, device and system | |
CN111782492B (en) | Page first screen loading duration testing method and device, computer equipment and medium | |
CN110489312B (en) | Data association method and device for triggering data acquisition by control | |
CN112637842B (en) | Screen projection equipment connection method, system, equipment and storage medium | |
CN111105392B (en) | Display performance testing method and device and storage medium | |
KR20160021419A (en) | Mobile terminal test system and mobile terminal test method using the system | |
CN111124567B (en) | Operation recording method and device for target application | |
CN106648571B (en) | Method and device for calibrating application interface | |
CN111090580A (en) | User interface consistency detection method and device and readable storage medium | |
CN109753217B (en) | Dynamic keyboard operation method and device, storage medium and electronic equipment | |
CN116823608A (en) | Page image stitching method and device, computer equipment and storage medium | |
CN111309613A (en) | Application testing method, device, equipment and computer readable storage medium | |
CN116126568B (en) | Fault reproduction method, device, apparatus and readable storage medium | |
CN107515821B (en) | Control testing method and device | |
CN111026644B (en) | Operation result labeling method and device, storage medium and electronic equipment | |
CN109739752B (en) | Built-in resource testing method and device, electronic equipment and readable storage medium | |
CN114373186A (en) | Social software information interaction method, device and medium | |
CN110572641B (en) | Display equipment testing method and device and computer readable storage medium | |
CN104572450A (en) | Method and device for detecting resource allocation | |
CN108717645A (en) | Advertisement compatibility test method, device, equipment and computer readable storage medium | |
CN114860549B (en) | Buried data verification method, buried data verification device, buried data verification equipment and storage medium | |
CN106959412B (en) | Graphic display method for circuit board test | |
CN110456955B (en) | Exposed clothing detection method, device, system, equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | 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 |