CN111881054A - User interface automation test method, system, equipment and storage medium - Google Patents
User interface automation test method, system, equipment and storage medium Download PDFInfo
- Publication number
- CN111881054A CN111881054A CN202010774140.XA CN202010774140A CN111881054A CN 111881054 A CN111881054 A CN 111881054A CN 202010774140 A CN202010774140 A CN 202010774140A CN 111881054 A CN111881054 A CN 111881054A
- Authority
- CN
- China
- Prior art keywords
- user interface
- verification point
- current screenshot
- image comparison
- 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
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/3668—Testing of software
- G06F11/3672—Test management
- G06F11/3688—Test management for test execution, e.g. scheduling of test suites
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/22—Matching criteria, e.g. proximity measures
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Evolutionary Biology (AREA)
- Evolutionary Computation (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Bioinformatics & Computational Biology (AREA)
- Artificial Intelligence (AREA)
- Life Sciences & Earth Sciences (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Debugging And Monitoring (AREA)
Abstract
本发明提供了用户界面自动化测试方法、系统、设备及存储介质,该方法包括:基于用户界面的UI对象建立至少一图像比对验证点,图像比对验证点与至少部分代码相关联,每个图像比对验证点对应用户界面中的局部区域,设置每个图像比对验证点的标准图片。通过图像比对验证点将局部区域截图获得当前截图,建立当前截图与当前截图比对验证点的映射关系。当通过图形比对判断当前截图与当前截图的图像比对验证点的标准图片不同,则检测生成当前截图相关联的代码是否存在错误,若是,则维持该图像比对验证点的标准图片不变,若否,则将图像比对验证点的标准图片替换为当前截图,本发明能够实现UI自动化测试的效果。
The present invention provides a user interface automated testing method, system, device and storage medium. The method includes: establishing at least one image comparison verification point based on a UI object of the user interface, the image comparison verification point is associated with at least part of the code, each The image comparison verification point corresponds to the local area in the user interface, and the standard picture of each image comparison verification point is set. The current screenshot is obtained by taking a screenshot of the local area through the image comparison verification point, and the mapping relationship between the current screenshot and the current screenshot comparison verification point is established. When it is judged through graphic comparison that the current screenshot is different from the standard image of the image comparison verification point of the current screenshot, it is detected whether there is an error in the code associated with the generation of the current screenshot, and if so, the standard image of the image comparison verification point is maintained unchanged. , if not, replace the standard picture of the image comparison verification point with the current screenshot, and the present invention can realize the effect of UI automation test.
Description
技术领域technical field
本发明涉及UI自动化测试领域,具体地说,涉及用户界面自动化测试方法、系统、设备及存储介质。The present invention relates to the field of UI automation testing, in particular, to a user interface automatic testing method, system, device and storage medium.
背景技术Background technique
UI设计(或称界面设计)是指对软件的人机交互、操作逻辑、界面美观的整体设计。UI设计分为实体UI和虚拟UI,互联网常用的UI设计是虚拟UI,UI即User Interface(用户界面)的简称。好的UI设计不仅是让软件变得有个性有品位,还要让软件的操作变得舒适简单、自由,充分体现软件的定位和特点。UI design (or interface design) refers to the overall design of software human-computer interaction, operation logic, and beautiful interface. UI design is divided into physical UI and virtual UI. The commonly used UI design on the Internet is virtual UI, and UI is the abbreviation of User Interface. A good UI design not only makes the software personal and tasteful, but also makes the operation of the software comfortable, simple and free, fully reflecting the positioning and characteristics of the software.
目前,在进行UI自动化测试过程中,验证预期结果主要是通过获取控件的值来实现的。这样做的弊端主要有以下几点:At present, in the process of UI automation testing, the verification of the expected result is mainly achieved by obtaining the value of the control. The main disadvantages of doing this are as follows:
(1)UI控件经常随着需求的变动而变化,测试人员需要经常维护测试用例,成本比较大。(1) UI controls often change with changes in demand, and testers need to maintain test cases frequently, which is costly.
(2)无法验证UI的样式。(2) The style of the UI cannot be verified.
(3)在验证点多的情况下,需要编写大量的测试用例,进一步增加了编写和维护测试用例的成本。所以,对于UI自动化测试需要一种新的验证方式来避免上面这些弊端,提高测试效率,降低维护成本。(3) In the case of many verification points, a large number of test cases need to be written, which further increases the cost of writing and maintaining test cases. Therefore, a new verification method is needed for UI automation testing to avoid the above drawbacks, improve test efficiency, and reduce maintenance costs.
因此,本发明提供了一种用户界面自动化测试方法、系统、设备及存储介质。Therefore, the present invention provides a user interface automated testing method, system, device and storage medium.
发明内容SUMMARY OF THE INVENTION
针对现有技术中的问题,本发明的目的在于提供用户界面自动化测试方法、系统、设备及存储介质,克服了现有技术的困难,解决了UI自动化测试面临的维护以及验证困难的问题,能够实现运用图像,文本以及AI等对比方式对UI自动化测试的验证点进行验证的效果。In view of the problems in the prior art, the purpose of the present invention is to provide a user interface automated testing method, system, equipment and storage medium, overcome the difficulties of the prior art, solve the maintenance and verification difficulties faced by the UI automated testing, and can Realize the effect of verifying the verification points of UI automation testing by comparison methods such as images, texts, and AI.
本发明的实施例提供一种用户界面自动化测试方法,包括以下步骤:An embodiment of the present invention provides an automated testing method for a user interface, comprising the following steps:
S101、基于用户界面的UI对象建立至少一图像比对验证点,所述图像比对验证点与至少部分代码相关联,每个所述图像比对验证点对应所述用户界面中的局部区域,设置每个所述图像比对验证点的标准图片。S101, establishing at least one image comparison verification point based on the UI object of the user interface, the image comparison verification point is associated with at least part of the code, and each image comparison verification point corresponds to a local area in the user interface, Set standard pictures for each of the image comparison verification points.
S102、通过图像比对验证点将所述局部区域截图获得当前截图,建立所述当前截图与所述当前截图比对验证点的映射关系。S102 , taking a screenshot of the local area through the image comparison verification point to obtain a current screenshot, and establishing a mapping relationship between the current screenshot and the current screenshot comparison verification point.
S103、通过图形比对判断所述当前截图与所述当前截图所述的图像比对验证点的标准图片是否不同,若是,则执行步骤S104,若否,则结束。S103: Determine whether the current screenshot is different from the standard picture of the image comparison verification point described in the current screenshot through graphic comparison, and if so, execute step S104, and if not, end.
S104、检测生成所述当前截图相关联的代码是否存在错误,若是,则执行步骤S105,若否,则执行步骤S106。S104. Detect whether there is an error in the code associated with the generation of the current screenshot, if yes, execute step S105, and if not, execute step S106.
S105、维持该图像比对验证点的标准图片不变。S105, maintaining the standard picture of the image comparison verification point unchanged.
S106、将所述图像比对验证点的标准图片替换为当前截图。S106. Replace the standard picture of the image comparison verification point with the current screenshot.
优选地,所述步骤S102中,建立所述当前截图、所述当前截图比对验证点以及UI对象的三者的映射关系。Preferably, in the step S102, a mapping relationship among the current screenshot, the current screenshot comparison verification point and the UI object is established.
优选地,所述步骤S103中,包括通过第一种颜色覆盖所述用户界面中当前截图与验证点的标准图片相同的UI对象所在的区域,以及通过不同于所述第一种颜色的第二种颜色覆盖所述用户界面中当前截图与验证点的标准图片不同的UI对象所在的区域。Preferably, the step S103 includes covering the area where the UI object in the user interface where the current screenshot is the same as the standard picture of the verification point by a first color, and using a second color different from the first color The colors cover the area of the UI object where the current screenshot is different from the standard picture of the verification point in the user interface.
优选地,所述步骤S103中,包括通过第三种颜色覆盖所述用户界面中与验证点的标准图片不同的当前截图所对应的代码。Preferably, the step S103 includes covering the code corresponding to the current screenshot in the user interface that is different from the standard picture of the verification point by a third color.
优选地,所述步骤S105中,还包括生成报错信息,所述报错信息至少包括UI对象、所述当前截图相关联的代码与所述当前截图。Preferably, the step S105 further includes generating error reporting information, where the error reporting information includes at least a UI object, a code associated with the current screenshot, and the current screenshot.
优选地,所述步骤S105中,包括输出所述当前截图相关联的代码与所述当前截图,建立错误代码样本集合。Preferably, the step S105 includes outputting the code associated with the current screenshot and the current screenshot, and establishing an error code sample set.
优选地,所述步骤S105中,所述UI对象为以下中的任意一种或组合:Preferably, in the step S105, the UI object is any one or a combination of the following:
按钮。button.
文本。text.
图像。image.
图标。icon.
数据域。data field.
广告位。advertising space.
优选地,所述步骤S101中,通过Airtest SDK或者Selenium SDK在代码中编写图像对比验证点。Preferably, in the step S101, the image comparison verification point is written in the code through the Airtest SDK or the Selenium SDK.
优选地,所述步骤S103中,将所述当前截图与所述当前截图所述的图像比对验证点的标准图片发送到Watcher比对平台,通过Watcher比对平台进行图形比对,获得比对结果。Preferably, in the step S103, the current screenshot and the standard picture of the image comparison verification point described in the current screenshot are sent to the Watcher comparison platform, and the graphic comparison is performed through the Watcher comparison platform to obtain a comparison. result.
本发明的实施例还提供一种用户界面自动化测试系统,用于实现上述的用户界面自动化测试方法,所述用户界面自动化测试系统包括:An embodiment of the present invention also provides an automated user interface testing system for implementing the above-mentioned automated user interface testing method, and the automated user interface testing system includes:
对象预设模块,基于用户界面的UI对象建立至少一图像比对验证点,所述图像比对验证点与部分代码相关联,每个所述图像比对验证点对应所述用户界面中的局部区域,设置每个所述图像比对验证点的标准图片。The object preset module establishes at least one image comparison verification point based on the UI object of the user interface, the image comparison verification point is associated with a part of the code, and each image comparison verification point corresponds to a part of the user interface. area, set a standard picture for each of the image comparison verification points.
映射关系模块,通过图像比对验证点将所述局部区域截图获得当前截图,建立所述当前截图与所述当前截图比对验证点的映射关系。The mapping relationship module obtains a current screenshot by taking a screenshot of the local area through the image comparison verification point, and establishes a mapping relationship between the current screenshot and the current screenshot comparison verification point.
图形比对模块,通过图形比对判断所述当前截图与所述当前截图所述的图像比对验证点的标准图片是否不同,若是,则执行错误检测模块,若否,则结束。The graphic comparison module judges whether the current screenshot is different from the standard picture of the image comparison verification point described in the current screenshot through graphic comparison, and if so, executes the error detection module, and if not, ends.
错误检测模块,检测生成所述当前截图相关联的代码是否存在错误,若是,则执行第一执行模块,若否,则执行第二执行模块。The error detection module detects whether there is an error in the code associated with the generation of the current screenshot, if yes, executes the first execution module, and if not, executes the second execution module.
第一执行模块,维持该图像比对验证点的标准图片不变。The first execution module maintains the standard picture of the image comparison verification point unchanged.
第二执行模块,将所述图像比对验证点的标准图片替换为当前截图。The second execution module replaces the standard picture of the image comparison verification point with the current screenshot.
本发明的实施例还提供一种用户界面自动化测试设备,包括:Embodiments of the present invention also provide a user interface automated testing device, including:
处理器。processor.
存储器,其中存储有所述处理器的可执行指令。a memory in which executable instructions for the processor are stored.
其中,所述处理器配置为经由执行所述可执行指令来执行上述用户界面自动化测试方法的步骤。Wherein, the processor is configured to execute the steps of the above-mentioned automated user interface testing method by executing the executable instructions.
本发明的实施例还提供一种计算机可读存储介质,用于存储程序,所述程序被执行时实现上述用户界面自动化测试方法的步骤。Embodiments of the present invention also provide a computer-readable storage medium for storing a program, when the program is executed, the steps of the above-mentioned automated user interface testing method are implemented.
本发明的用户界面自动化测试方法、系统、设备及存储介质,解决了UI自动化测试面临的维护以及验证困难的问题,能够实现运用图像,文本以及AI等对比方式对UI自动化测试的验证点进行验证的效果,提高测试人员编写UI自动化测试的效率,降低了UI自动化用例维护成本和误报率,便于测试人员或相关人员可以很直观,高效的查看和了解出现问题的地方,加快了检查BUG的效率。The user interface automatic testing method, system, equipment and storage medium of the present invention solve the maintenance and verification difficulties faced by UI automatic testing, and can realize the verification of UI automatic testing verification points by using images, texts, AI and other comparison methods. It improves the efficiency of testers writing UI automation tests, reduces the maintenance cost and false positive rate of UI automation use cases, and facilitates testers or related personnel to intuitively and efficiently view and understand where problems occur, speeding up the detection of bugs. efficiency.
附图说明Description of drawings
通过阅读参照以下附图对非限制性实施例所作的详细描述,本发明的其它特征、目的和优点将会变得更明显。Other features, objects and advantages of the present invention will become more apparent upon reading the detailed description of non-limiting embodiments with reference to the following drawings.
图1是本发明的用户界面自动化测试方法的流程图。FIG. 1 is a flow chart of the user interface automatic testing method of the present invention.
图2是本发明的用户界面自动化测试系统的模块示意图。FIG. 2 is a schematic block diagram of the user interface automatic testing system of the present invention.
图3是本发明的用户界面自动化测试设备的结构示意图。以及FIG. 3 is a schematic structural diagram of the user interface automatic testing device of the present invention. as well as
图4是本发明一实施例的计算机可读存储介质的结构示意图。FIG. 4 is a schematic structural diagram of a computer-readable storage medium according to an embodiment of the present invention.
具体实施方式Detailed ways
现在将参考附图更全面地描述示例实施方式。然而,示例实施方式能够以多种形式实施,且不应被理解为限于在此阐述的实施方式。相反,提供这些实施方式使得本发明将全面和完整,并将示例实施方式的构思全面地传达给本领域的技术人员。在图中相同的附图标记表示相同或类似的结构,因而将省略对它们的重复描述。Example embodiments will now be described more fully with reference to the accompanying drawings. However, example embodiments can be embodied in various forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The same reference numerals in the drawings denote the same or similar structures, and thus their repeated descriptions will be omitted.
图1是本发明的用户界面自动化测试方法的流程图。如图1所示,本发明的实施例提供一种用户界面自动化测试方法,包括以下步骤:FIG. 1 is a flow chart of the user interface automatic testing method of the present invention. As shown in Figure 1, an embodiment of the present invention provides a user interface automated testing method, comprising the following steps:
S101、基于用户界面的UI对象建立至少一图像比对验证点,图像比对验证点与至少部分代码相关联,每个图像比对验证点对应用户界面中的局部区域,设置每个图像比对验证点的标准图片。S101, establishing at least one image comparison verification point based on the UI object of the user interface, the image comparison verification point is associated with at least part of the code, each image comparison verification point corresponds to a local area in the user interface, and each image comparison verification point is set Standard picture of verification point.
S102、通过图像比对验证点将局部区域截图获得当前截图,建立当前截图与当前截图比对验证点的映射关系。S102 , taking a screenshot of a local area through the image comparison verification point to obtain a current screenshot, and establishing a mapping relationship between the current screenshot and the current screenshot comparison verification point.
S103、通过图形比对判断当前截图与当前截图的图像比对验证点的标准图片是否不同,若是,则执行步骤S104,若否,则执行步骤S107。S103: Determine whether the current screenshot is different from the standard picture of the image comparison verification point of the current screenshot through graphic comparison, if yes, execute step S104, if not, execute step S107.
S104、检测生成当前截图相关联的代码是否存在错误,若是,则执行步骤S105,若否,则执行步骤S106。S104. Detect whether there is an error in the code associated with the generation of the current screenshot, if yes, go to step S105, and if not, go to step S106.
S105、维持该图像比对验证点的标准图片不变。S105, maintaining the standard picture of the image comparison verification point unchanged.
S106、将图像比对验证点的标准图片替换为当前截图。S106. Replace the standard picture of the image comparison verification point with the current screenshot.
S107、结束。S107. End.
本发明解决了UI自动化测试面临的维护以及验证困难的问题,能够实现运用图像,文本以及AI等对比方式对UI自动化测试的验证点进行验证的效果。The invention solves the maintenance and verification difficulties faced by the UI automation test, and can realize the effect of using images, texts, AI and other comparison methods to verify the verification points of the UI automation test.
在一个优选方案中,步骤S102中,建立当前截图、当前截图比对验证点以及UI对象的三者的映射关系,以便后续步骤中,发现与标准图片不同时,能够快速准确地找到相关的UI对象,确定需要检查错误对象的时间,加快了用户界面自动化测试的效率。In a preferred solution, in step S102, a mapping relationship among the current screenshot, the current screenshot comparison verification point and the UI object is established, so that in the subsequent steps, when it is found that it is different from the standard picture, the relevant UI can be quickly and accurately found objects, determine when to check for faulty objects, speeding up the efficiency of automated testing of user interfaces.
在一个优选方案中,步骤S103中,包括通过第一种颜色覆盖用户界面中当前截图与验证点的标准图片相同的UI对象所在的区域,以及通过不同于第一种颜色的第二种颜色覆盖用户界面中当前截图与验证点的标准图片不同的UI对象所在的区域。In a preferred solution, step S103 includes covering the area where the UI object where the current screenshot is the same as the standard picture of the verification point in the user interface is covered with a first color, and covering with a second color different from the first color The area where the current screenshot in the user interface is different from the standard image of the verification point is located.
在一个优选方案中,步骤S103中,包括通过第三种颜色覆盖用户界面中与验证点的标准图片不同的当前截图所对应的代码。In a preferred solution, step S103 includes covering the code corresponding to the current screenshot in the user interface that is different from the standard picture of the verification point by a third color.
在一个优选方案中,步骤S105中,还包括生成报错信息,报错信息至少包括UI对象、当前截图相关联的代码与当前截图,以便后续步骤中,发现与标准图片不同时,能够快速准确地找到相关的UI对象,确定需要检查bug的代码,大大缩短了bug检查的时间,加快了用户界面自动化测试的效率。In a preferred solution, in step S105, it also includes generating error report information, and the error report information includes at least the UI object, the code associated with the current screenshot, and the current screenshot, so that in the subsequent steps, when it is found that it is different from the standard picture, it can be quickly and accurately found. Related UI objects determine the code that needs to be checked for bugs, which greatly shortens the time for bug checking and speeds up the efficiency of automated user interface testing.
在一个优选方案中,步骤S105中,包括输出当前截图相关联的代码与当前截图,建立错误代码样本集合。In a preferred solution, step S105 includes outputting the code associated with the current screenshot and the current screenshot, and establishing an error code sample set.
在一个优选方案中,步骤S105中,UI对象为以下中的任意一种或组合:按钮、文本、图像、图标、数据域、广告位。In a preferred solution, in step S105, the UI object is any one or a combination of the following: button, text, image, icon, data field, and advertising space.
在一个优选方案中,步骤S101中,通过Airtest SDK或者Selenium SDK在代码中编写图像对比验证点。In a preferred solution, in step S101, an image comparison verification point is written in the code through Airtest SDK or Selenium SDK.
在一个优选方案中,步骤S103中,将当前截图与当前截图的图像比对验证点的标准图片发送到Watcher比对平台,通过Watcher比对平台进行图形比对,获得比对结果。In a preferred solution, in step S103, the standard picture of the current screenshot and the image comparison verification point of the current screenshot is sent to the Watcher comparison platform, and the graphics comparison is performed through the Watcher comparison platform to obtain the comparison result.
本发明通过对Airtest,Selenium,OpenCV,YOLO等现有技术进行整合,实现了运用图像,文本以及AI等对比方式对UI自动化测试的验证点进行验证的目的。By integrating the existing technologies such as Airtest, Selenium, OpenCV, YOLO and the like, the present invention realizes the purpose of verifying the verification points of the UI automation test by using image, text and AI comparison methods.
在本发明中,用户在编写UI自动化测试用例过程中,通过Airtest SDK或者Selenium SDK提供的方法来编写图像对比验证点.当测试用例第一次执行后,验证点会截取相应的截图并上传到Watcher平台,第一次执行的验证点图片会标记为基准图.In the present invention, in the process of writing UI automation test cases, the user writes the image comparison verification point through the method provided by Airtest SDK or Selenium SDK. When the test case is executed for the first time, the verification point will capture the corresponding screenshot and upload it to On the Watcher platform, the image of the verification point executed for the first time will be marked as the benchmark image.
当测试用例进行回归测试时,验证点新截取的图片就会跟基准图进行对比,对比结果相同的验证通过,比对结果有差异的验证点,需要测试人员确认是否为Bug,如果是Bug,则记录Bug,基准图可以不做改动。如果不是Bug而是UI变更引起的,则需要把新截图置为新基准图。When the test case is subjected to regression testing, the newly captured image of the verification point will be compared with the benchmark image. If the comparison result is the same, the verification point is passed. If the comparison result is different, the tester needs to confirm whether it is a bug. If it is a bug, Then record the bug, and the benchmark map can be left unchanged. If it is not caused by a bug but by a UI change, you need to set the new screenshot as the new baseline image.
本发明主要由Airtest SDK,Watcher平台以及Watcher图像比对服务几个部分构成:The present invention is mainly composed of Airtest SDK, Watcher platform and Watcher image comparison service:
其中,Airtest是一个开源的UI自动化测试框架,支持Android,IOS,Web等平台的UI自动化测试.为了使Airtest支持本发明的验证测试技术,本发明提供了Airtest SDK这个Python框架包。通过在自动化测试工程中引入Airtest SDK,自动化用例可以很简便的插入验证点.Among them, Airtest is an open source UI automation testing framework, which supports UI automation testing of Android, IOS, Web and other platforms. In order to enable Airtest to support the verification testing technology of the present invention, the present invention provides the Airtest SDK, a Python framework package. By introducing the Airtest SDK into the automated test project, automated use cases can easily insert verification points.
Watcher比对平台是一个Web站点,主要负责图像比对,比对测试结果展示,测试配置等工作.在Watcher比对平台中,我们可以很直观的查看比对的最终结果,测试用例的简短信息,并对成功/失败/新增的用例用颜色和图标加以区分。Watcher图像比对服务是一个RESTFUL的服务站点,对外提供了一系列的服务用于进行图像对比,并返回对比结果。The Watcher comparison platform is a Web site, which is mainly responsible for image comparison, comparison test results display, test configuration, etc. In the Watcher comparison platform, we can intuitively view the final results of the comparison and the short information of the test cases. , and distinguish success/failure/added use cases with colors and icons. The Watcher image comparison service is a RESTFUL service site that provides a series of services for image comparison and returns the comparison results.
对于对比失败的测试用例,仍然需要测试或开发人员进行审查确认,相关人员可以在比较结果详情页中查看对比的详细结果。如果测试用例实际为通过,则将结果标记为通过,如需替换基准图,则亦可以选择将最新截图替换为基准图。如果测试结果实际为失败,则将结果标记为失败并记录缺陷,For test cases that fail the comparison, the test or developer still needs to review and confirm, and the relevant personnel can view the detailed results of the comparison on the comparison result details page. If the test case is actually passed, mark the result as passed, and if you need to replace the benchmark image, you can also choose to replace the latest screenshot with the benchmark image. If the test result is actually a failure, mark the result as failed and log the defect,
在对测试结果进行审查的过程中,也可以对测试用例的对比设置进行修改,比如设置忽略区域,设置阈值等。In the process of reviewing the test results, the comparison settings of the test cases can also be modified, such as setting ignore areas, setting thresholds, etc.
本发明中的视觉测试的关键在于图像比对,那么图像比对算法的优劣就成为了视觉测试是否成功的关键所在。Watcher提供了多种图像对比的模式,分别为精准比对(像素)、模板比对、内容比对以及AI比对。The key of the visual test in the present invention lies in the image comparison, so the quality of the image comparison algorithm becomes the key to the success of the visual test. Watcher provides a variety of image comparison modes, namely precise comparison (pixels), template comparison, content comparison and AI comparison.
在一个优选例中,精准比对是通过像素比对来实现的,也是Watcher默认和最常用的比对方式。这里我们使用OpenCV中的算法来实现。精确比对的优势在于比较比较全面,页面的样式,内容都在比较范围之内,但有时过于灵敏,稍微有些样式的变动就会影响比对的结果。所以对于有些页面或区域,也可以选择内容比对的方式。内容比对主要通过图像的文字识别实现,In a preferred example, accurate comparison is achieved by pixel comparison, which is the default and most commonly used comparison method of Watcher. Here we use the algorithm in OpenCV to implement. The advantage of accurate comparison is that it is more comprehensive. The style and content of the page are within the comparison range, but sometimes it is too sensitive, and a slight change in the style will affect the comparison result. Therefore, for some pages or areas, you can also choose the way of content comparison. The content comparison is mainly realized through the text recognition of the image,
模板比对是先在基线截图中圈出需要比对的区域截图,然后在最新截图中根据该区域截图进行图像模板匹配的一种对比方式,也是通过OpenCV的算法实现。Template comparison is to first circle the screenshot of the region to be compared in the baseline screenshot, and then perform image template matching according to the screenshot of the region in the latest screenshot, which is also realized by the algorithm of OpenCV.
AI比对是Watcher中的一种尚在探索试用阶段的比对方式,通过AI图像识别技术,我们即可以智能的忽略正常差异的部分(比如日期,控件大小变化等),也可以识别出存在异常的部分(比如图像缺失,文字堆叠等),使用YOLOv3实现。AI comparison is a comparison method in Watcher that is still in the trial phase. Through AI image recognition technology, we can intelligently ignore normal differences (such as dates, changes in control size, etc.) Abnormal parts (such as missing images, text stacking, etc.) are implemented using YOLOv3.
本发明中的Watcher提供了从SDK到图像对比&结果展示再到确认的一整套的视觉测试解决方案。通过该解决方案,主要取得了如下几点的效果:提高测试人员编写UI自动化测试的效率,降低了UI自动化用例维护成本和误报率,测试人员或相关人员可以很直观,高效的查看和了解出现问题的地方。The Watcher in the present invention provides a complete set of visual testing solutions from SDK to image comparison & result display to confirmation. Through this solution, the following effects are mainly achieved: improve the efficiency of testers writing UI automation tests, reduce the maintenance cost and false positive rate of UI automation use cases, and testers or related personnel can view and understand intuitively and efficiently where the problem occurs.
本发明的用户界面自动化测试方法解决了UI自动化测试面临的维护以及验证困难的问题,能够实现运用图像,文本以及AI等对比方式对UI自动化测试的验证点进行验证的效果,提高测试人员编写UI自动化测试的效率,降低了UI自动化用例维护成本和误报率,便于测试人员或相关人员可以很直观,高效的查看和了解出现问题的地方,加快了检查BUG的效率。The user interface automatic testing method of the present invention solves the problems of maintenance and verification difficulties faced by UI automatic testing, can realize the effect of using images, texts, AI and other comparison methods to verify the verification points of UI automatic testing, and improves the tester's ability to write UI. The efficiency of automated testing reduces the maintenance cost and false positive rate of UI automation use cases, so that testers or related personnel can intuitively and efficiently view and understand where problems occur, and speed up the efficiency of checking bugs.
图2是本发明的用户界面自动化测试系统的模块示意图。如图2所示,本发明的实施例还提供一种用户界面自动化测试系统,用于实现上述的用户界面自动化测试方法,用户界面自动化测试系统9包括:FIG. 2 is a schematic block diagram of the user interface automatic testing system of the present invention. As shown in FIG. 2 , an embodiment of the present invention also provides a user interface automatic testing system for implementing the above-mentioned user interface automatic testing method, and the user interface automatic testing system 9 includes:
对象预设模块91,基于用户界面的UI对象建立至少一图像比对验证点,图像比对验证点与部分代码相关联,每个图像比对验证点对应用户界面中的局部区域,设置每个图像比对验证点的标准图片。The object preset
映射关系模块92,通过图像比对验证点将局部区域截图获得当前截图,建立当前截图与当前截图比对验证点的映射关系。The
图形比对模块93,通过图形比对判断当前截图与当前截图的图像比对验证点的标准图片是否不同,若是,则执行错误检测模块94,若否,则结束。The
错误检测模块94,检测生成当前截图相关联的代码是否存在错误,若是,则执行第一执行模块95,若否,则执行第二执行模块96。The
第一执行模块95,维持该图像比对验证点的标准图片不变。The
第二执行模块96,将图像比对验证点的标准图片替换为当前截图。The
本发明的用户界面自动化测试系统解决了UI自动化测试面临的维护以及验证困难的问题,能够实现运用图像,文本以及AI等对比方式对UI自动化测试的验证点进行验证的效果,提高测试人员编写UI自动化测试的效率,降低了UI自动化用例维护成本和误报率,便于测试人员或相关人员可以很直观,高效的查看和了解出现问题的地方,加快了检查BUG的效率。The user interface automatic testing system of the present invention solves the problems of maintenance and verification difficulties faced by UI automatic testing, and can realize the effect of using images, texts, AI and other comparison methods to verify the verification points of the UI automatic testing, and improve the tester's ability to write UI. The efficiency of automated testing reduces the maintenance cost and false positive rate of UI automation use cases, so that testers or related personnel can intuitively and efficiently view and understand where problems occur, and speed up the efficiency of checking bugs.
本发明实施例还提供一种用户界面自动化测试设备,包括处理器。存储器,其中存储有处理器的可执行指令。其中,处理器配置为经由执行可执行指令来执行的用户界面自动化测试方法的步骤。The embodiment of the present invention also provides a user interface automatic testing device, which includes a processor. A memory in which executable instructions for the processor are stored. Wherein, the processor is configured to execute the steps of the user interface automation testing method via executing the executable instructions.
如上所示,该实施例解决了UI自动化测试面临的维护以及验证困难的问题,能够实现运用图像,文本以及AI等对比方式对UI自动化测试的验证点进行验证的效果,提高测试人员编写UI自动化测试的效率,降低了UI自动化用例维护成本和误报率,便于测试人员或相关人员可以很直观,高效的查看和了解出现问题的地方,加快了检查BUG的效率。As shown above, this embodiment solves the problems of maintenance and verification difficulties faced by UI automation testing, and can achieve the effect of using images, text, and AI to verify the verification points of UI automation testing, and improve the tester's ability to write UI automation. The efficiency of testing reduces the maintenance cost and false positive rate of UI automation use cases, so that testers or related personnel can intuitively and efficiently view and understand where problems occur, and speed up the efficiency of checking bugs.
所属技术领域的技术人员能够理解,本发明的各个方面可以实现为系统、方法或程序产品。因此,本发明的各个方面可以具体实现为以下形式,即:完全的硬件实施方式、完全的软件实施方式(包括固件、微代码等),或硬件和软件方面结合的实施方式,这里可以统称为“电路”、“模块”或“平台”。As will be appreciated by one skilled in the art, various aspects of the present invention may be implemented as a system, method or program product. Therefore, various aspects of the present invention can be embodied in the following forms: a complete hardware implementation, a complete software implementation (including firmware, microcode, etc.), or a combination of hardware and software aspects, which may be collectively referred to herein as implementations "Circuit", "Module" or "Platform".
图3是本发明的用户界面自动化测试设备的结构示意图。下面参照图3来描述根据本发明的这种实施方式的电子设备600。图3显示的电子设备600仅仅是一个示例,不应对本发明实施例的功能和使用范围带来任何限制。FIG. 3 is a schematic structural diagram of the user interface automatic testing device of the present invention. The
如图3所示,电子设备600以通用计算设备的形式表现。电子设备600的组件可以包括但不限于:至少一个处理单元610、至少一个存储单元620、连接不同平台组件(包括存储单元620和处理单元610)的总线630、显示单元640等。As shown in FIG. 3,
其中,存储单元存储有程序代码,程序代码可以被处理单元610执行,使得处理单元610执行本说明书上述电子处方流转处理方法部分中描述的根据本发明各种示例性实施方式的步骤。例如,处理单元610可以执行如图1中所示的步骤。The storage unit stores program codes, which can be executed by the
存储单元620可以包括易失性存储单元形式的可读介质,例如随机存取存储单元(RAM)6201和/或高速缓存存储单元6202,还可以进一步包括只读存储单元(ROM)6203。The
存储单元620还可以包括具有一组(至少一个)程序模块6205的程序/实用工具6204,这样的程序模块6205包括但不限于:操作系统、一个或者多个应用程序、其它程序模块以及程序数据,这些示例中的每一个或某种组合中可能包括网络环境的实现。The
总线630可以为表示几类总线结构中的一种或多种,包括存储单元总线或者存储单元控制器、外围总线、图形加速端口、处理单元或者使用多种总线结构中的任意总线结构的局域总线。The
电子设备600也可以与一个或多个外部设备700(例如键盘、指向设备、蓝牙设备等)通信,还可与一个或者多个使得用户能与该电子设备600交互的设备通信,和/或与使得该电子设备600能与一个或多个其它计算设备进行通信的任何设备(例如路由器、调制解调器等等)通信。这种通信可以通过输入/输出(I/O)接口650进行。并且,电子设备600还可以通过网络适配器660与一个或者多个网络(例如局域网(LAN),广域网(WAN)和/或公共网络,例如因特网)通信。网络适配器660可以通过总线630与电子设备600的其它模块通信。应当明白,尽管图中未示出,可以结合电子设备600使用其它硬件和/或软件模块,包括但不限于:微代码、设备驱动器、冗余处理单元、外部磁盘驱动阵列、RAID系统、磁带驱动器以及数据备份存储平台等。The
本发明实施例还提供一种计算机可读存储介质,用于存储程序,程序被执行时实现的用户界面自动化测试方法的步骤。在一些可能的实施方式中,本发明的各个方面还可以实现为一种程序产品的形式,其包括程序代码,当程序产品在终端设备上运行时,程序代码用于使终端设备执行本说明书上述电子处方流转处理方法部分中描述的根据本发明各种示例性实施方式的步骤。Embodiments of the present invention further provide a computer-readable storage medium for storing a program, and the steps of an automated user interface testing method implemented when the program is executed. In some possible implementations, various aspects of the present invention can also be implemented in the form of a program product, which includes program code, when the program product runs on a terminal device, the program code is used to cause the terminal device to execute the above-mentioned description in this specification. The steps according to various exemplary embodiments of the present invention are described in the section of the electronic prescription flow processing method.
如上所示,该实施例解决了UI自动化测试面临的维护以及验证困难的问题,能够实现运用图像,文本以及AI等对比方式对UI自动化测试的验证点进行验证的效果,提高测试人员编写UI自动化测试的效率,降低了UI自动化用例维护成本和误报率,便于测试人员或相关人员可以很直观,高效的查看和了解出现问题的地方,加快了检查BUG的效率。As shown above, this embodiment solves the problems of maintenance and verification difficulties faced by UI automation testing, and can achieve the effect of using images, text, and AI to verify the verification points of UI automation testing, and improve the tester's ability to write UI automation. The efficiency of testing reduces the maintenance cost and false positive rate of UI automation use cases, so that testers or related personnel can intuitively and efficiently view and understand where problems occur, and speed up the efficiency of checking bugs.
图4是本发明的计算机可读存储介质的结构示意图。参考图4所示,描述了根据本发明的实施方式的用于实现上述方法的程序产品800,其可以采用便携式紧凑盘只读存储器(CD-ROM)并包括程序代码,并可以在终端设备,例如个人电脑上运行。然而,本发明的程序产品不限于此,在本文件中,可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。FIG. 4 is a schematic structural diagram of a computer-readable storage medium of the present invention. Referring to FIG. 4, a
程序产品可以采用一个或多个可读介质的任意组合。可读介质可以是可读信号介质或者可读存储介质。可读存储介质例如可以为但不限于电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。可读存储介质的更具体的例子(非穷举的列表)包括:具有一个或多个导线的电连接、便携式盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. The readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus or device, or a combination of any of the above. More specific examples (non-exhaustive list) of readable storage media include: electrical connections with one or more wires, portable disks, hard disks, random access memory (RAM), read only memory (ROM), erasable programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage devices, magnetic storage devices, or any suitable combination of the foregoing.
计算机可读存储介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了可读程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。可读存储介质还可以是可读存储介质以外的任何可读介质,该可读介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。可读存储介质上包含的程序代码可以用任何适当的介质传输,包括但不限于无线、有线、光缆、RF等等,或者上述的任意合适的组合。A computer-readable storage medium may include a data signal propagated in baseband or as part of a carrier wave with readable program code embodied thereon. Such propagated data signals may take a variety of forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing. A readable storage medium can also be any readable medium other than a readable storage medium that can transmit, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. Program code embodied on a readable storage medium may be transmitted using any suitable medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
可以以一种或多种程序设计语言的任意组合来编写用于执行本发明操作的程序代码,程序设计语言包括面向对象的程序设计语言—诸如Java、C++等,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算设备上执行、部分地在用户设备上执行、作为一个独立的软件包执行、部分在用户计算设备上部分在远程计算设备上执行、或者完全在远程计算设备或服务器上执行。在涉及远程计算设备的情形中,远程计算设备可以通过任意种类的网络,包括局域网(LAN)或广域网(WAN),连接到用户计算设备,或者,可以连接到外部计算设备(例如利用因特网服务提供商来通过因特网连接)。Program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including object-oriented programming languages—such as Java, C++, etc., as well as conventional procedural programming Language - such as the "C" language or similar programming language. The program code may execute entirely on the user computing device, partly on the user device, as a stand-alone software package, partly on the user computing device and partly on a remote computing device, or entirely on the remote computing device or server execute on. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a local area network (LAN) or a wide area network (WAN), or may be connected to an external computing device (eg, using an Internet service provider business via an Internet connection).
综上,本发明的用户界面自动化测试方法、系统、设备及存储介质,解决了UI自动化测试面临的维护以及验证困难的问题,能够实现运用图像,文本以及AI等对比方式对UI自动化测试的验证点进行验证的效果,提高测试人员编写UI自动化测试的效率,降低了UI自动化用例维护成本和误报率,便于测试人员或相关人员可以很直观,高效的查看和了解出现问题的地方,加快了检查BUG的效率。To sum up, the user interface automatic testing method, system, device and storage medium of the present invention solve the maintenance and verification difficulties faced by UI automatic testing, and can realize the verification of UI automatic testing using image, text, AI and other comparison methods The effect of point verification improves the efficiency of testers writing UI automation tests, reduces the maintenance cost and false positive rate of UI automation use cases, and facilitates testers or related personnel to intuitively and efficiently view and understand where the problem occurs, speeding up Check the efficiency of BUG.
以上内容是结合具体的优选实施方式对本发明所作的进一步详细说明,不能认定本发明的具体实施只局限于这些说明。对于本发明所属技术领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干简单推演或替换,都应当视为属于本发明的保护范围。The above content is a further detailed description of the present invention in combination with specific preferred embodiments, and it cannot be considered that the specific implementation of the present invention is limited to these descriptions. For those of ordinary skill in the technical field of the present invention, without departing from the concept of the present invention, some simple deductions or substitutions can be made, which should be regarded as belonging to the protection scope of the present invention.
Claims (12)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010774140.XA CN111881054B (en) | 2020-08-04 | 2020-08-04 | User interface automated testing methods, systems, equipment and storage media |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010774140.XA CN111881054B (en) | 2020-08-04 | 2020-08-04 | User interface automated testing methods, systems, equipment and storage media |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN111881054A true CN111881054A (en) | 2020-11-03 |
| CN111881054B CN111881054B (en) | 2023-12-22 |
Family
ID=73210552
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202010774140.XA Active CN111881054B (en) | 2020-08-04 | 2020-08-04 | User interface automated testing methods, systems, equipment and storage media |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN111881054B (en) |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113468066A (en) * | 2021-07-21 | 2021-10-01 | 上海幻电信息科技有限公司 | User interface testing method and device |
| CN114020616A (en) * | 2021-10-29 | 2022-02-08 | 携程旅游网络技术(上海)有限公司 | Reduction comparison method and system for client user behaviors, electronic device and medium |
| CN114116512A (en) * | 2021-12-03 | 2022-03-01 | 展讯通信(天津)有限公司 | Test methods, apparatus, electronic equipment and storage media |
| CN114266331A (en) * | 2021-12-24 | 2022-04-01 | 北京华瑞网研科技有限公司 | Method and system for inquiring and verifying article coding information |
| CN114897893A (en) * | 2022-07-12 | 2022-08-12 | 苏州景昱医疗器械有限公司 | Automatic screenshot testing method and related device |
| CN115100138A (en) * | 2022-06-21 | 2022-09-23 | 北京银河方圆科技有限公司 | Medical image testing method and system |
| CN116578438A (en) * | 2023-07-13 | 2023-08-11 | 建信金融科技有限责任公司 | Automatic detection method and device suitable for aging transformation |
| US12147330B2 (en) | 2021-09-22 | 2024-11-19 | International Business Machines Corporation | Smart test data workload generation |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101183400A (en) * | 2007-12-21 | 2008-05-21 | 威盛电子股份有限公司 | Method and system for debugging and verifying graphic hardware design |
| CN101620565A (en) * | 2008-07-04 | 2010-01-06 | 福建升腾资讯有限公司 | Method for automatically testing functions of terminal system |
| CN102841845A (en) * | 2012-07-30 | 2012-12-26 | 广东欧珀移动通信有限公司 | Automatic testing method of Android device software |
| US20170068857A1 (en) * | 2015-09-07 | 2017-03-09 | Lg Electronics Inc. | Mobile Terminal And Method For Operating The Same |
| CN109800153A (en) * | 2018-12-14 | 2019-05-24 | 深圳壹账通智能科技有限公司 | Mobile application test method and device, electronic equipment, storage medium |
-
2020
- 2020-08-04 CN CN202010774140.XA patent/CN111881054B/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101183400A (en) * | 2007-12-21 | 2008-05-21 | 威盛电子股份有限公司 | Method and system for debugging and verifying graphic hardware design |
| CN101620565A (en) * | 2008-07-04 | 2010-01-06 | 福建升腾资讯有限公司 | Method for automatically testing functions of terminal system |
| CN102841845A (en) * | 2012-07-30 | 2012-12-26 | 广东欧珀移动通信有限公司 | Automatic testing method of Android device software |
| US20170068857A1 (en) * | 2015-09-07 | 2017-03-09 | Lg Electronics Inc. | Mobile Terminal And Method For Operating The Same |
| CN109800153A (en) * | 2018-12-14 | 2019-05-24 | 深圳壹账通智能科技有限公司 | Mobile application test method and device, electronic equipment, storage medium |
Cited By (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113468066A (en) * | 2021-07-21 | 2021-10-01 | 上海幻电信息科技有限公司 | User interface testing method and device |
| US12147330B2 (en) | 2021-09-22 | 2024-11-19 | International Business Machines Corporation | Smart test data workload generation |
| CN114020616A (en) * | 2021-10-29 | 2022-02-08 | 携程旅游网络技术(上海)有限公司 | Reduction comparison method and system for client user behaviors, electronic device and medium |
| CN114116512A (en) * | 2021-12-03 | 2022-03-01 | 展讯通信(天津)有限公司 | Test methods, apparatus, electronic equipment and storage media |
| CN114266331A (en) * | 2021-12-24 | 2022-04-01 | 北京华瑞网研科技有限公司 | Method and system for inquiring and verifying article coding information |
| CN115100138A (en) * | 2022-06-21 | 2022-09-23 | 北京银河方圆科技有限公司 | Medical image testing method and system |
| CN114897893A (en) * | 2022-07-12 | 2022-08-12 | 苏州景昱医疗器械有限公司 | Automatic screenshot testing method and related device |
| CN116578438A (en) * | 2023-07-13 | 2023-08-11 | 建信金融科技有限责任公司 | Automatic detection method and device suitable for aging transformation |
| CN116578438B (en) * | 2023-07-13 | 2023-09-08 | 建信金融科技有限责任公司 | Automatic detection method and device suitable for aging transformation |
Also Published As
| Publication number | Publication date |
|---|---|
| CN111881054B (en) | 2023-12-22 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN111881054A (en) | User interface automation test method, system, equipment and storage medium | |
| US9135150B2 (en) | Automated execution of functional test scripts on a remote system within a unit testing framework | |
| CN112527382B (en) | Methods for deploying pipeline engine systems, continuous integration methods and devices | |
| CN113778898A (en) | User interface automatic testing method and device, electronic equipment and storage medium | |
| US20170052877A1 (en) | Generic test automation for graphical user interface (gui) applications | |
| CN110471838A (en) | Method of calibration, device, computer equipment and the storage medium of test case | |
| CN104518924A (en) | Automatic testing and result comparison method and system | |
| CN106550038B (en) | A data configuration diagnosis system and method of a digital control system | |
| CN113656301A (en) | An interface testing method, device, equipment and storage medium | |
| CN113268407A (en) | Page testing method and device, computer storage medium and electronic equipment | |
| CN111258875A (en) | Interface testing method and system, electronic device, storage medium | |
| CN108572895A (en) | A Stability Test Method for Automatically Checking the Configuration of Software and Hardware under Linux | |
| CN110888641B (en) | Script automatic generation method and device, server and storage medium | |
| CN111694684B (en) | Abnormal construction method and device of storage device, electronic device and storage medium | |
| CN116609718A (en) | Ammeter aging character-moving test method and device, electronic equipment and storage medium | |
| CN114816670A (en) | A detection method, device, electronic device and storage medium for a virtual machine | |
| CN114064504A (en) | Detection method, device, medium and computing equipment for full link pressure measurement data isolation | |
| CN113821424A (en) | Operation recording and playback method and device of application software and electronic equipment | |
| CN113742240B (en) | User interface testing method, device, storage medium and electronic device | |
| CN112306723A (en) | Operation information acquisition method and device applied to small program | |
| CN109522174A (en) | Control adb enabled method, apparatus, terminal and storage medium | |
| CN113569182B (en) | Data processing method, device, storage medium and electronic device | |
| CN113986142B (en) | Disk failure monitoring method, device, computer equipment and storage medium | |
| CN120371699B (en) | Script-free UI (user interface) automatic testing system and method based on hong Monte-go system | |
| CN112988593B (en) | Code analysis method, device, computer 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 |
