WO2021068609A1 - 一种基于vuex的可视化报表工具自动化测试方法及装置 - Google Patents
一种基于vuex的可视化报表工具自动化测试方法及装置 Download PDFInfo
- Publication number
- WO2021068609A1 WO2021068609A1 PCT/CN2020/105916 CN2020105916W WO2021068609A1 WO 2021068609 A1 WO2021068609 A1 WO 2021068609A1 CN 2020105916 W CN2020105916 W CN 2020105916W WO 2021068609 A1 WO2021068609 A1 WO 2021068609A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- vuex
- report page
- browser
- report
- configuration data
- Prior art date
Links
Images
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
-
- 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/3692—Test management for test results analysis
Definitions
- the invention relates to the technical field of automated testing, in particular to a method and device for automated testing of a visual report tool based on réellex.
- the current visualization report tool graphics drawing mainly adopts canvas drawing, so that the visualization report tool can be automated.
- conventional automated scripts that use element positioning methods cannot verify the execution results, that is, they can be automatically generated but cannot be automatically tested, which results in the inability to effectively feed back the test results to the tester, increasing the test Due to the uncertainty and workload, the test efficiency is difficult to improve, and the test cost is difficult to reduce.
- the embodiments of the present invention provide a method and device for automated testing of a visual report tool based on réellex, which can reduce testing labor costs in the regression testing stage.
- the method provided by the embodiment of the present invention includes:
- the adding the réellex plug-in to the browser to start the add-on and to run the browser includes:
- the ceremoniesx plug-in is introduced when configuring the startup add-on of the browser, and the ceremoniesx plug-in is used to obtain the réellex configuration data of the report page after the report page is opened in the browser.
- the obtaining the réellex configuration data of the report page includes: executing a data extraction command, determining the field where the réellex configuration data of the report page is located, and extracting the réellex configuration data of the report page.
- the verification of the report page according to the réellex configuration data of the report page includes:
- the actual value of the verification parameter in the obtained réellex configuration data is compared with the expected value, and if the actual value of the verification parameter matches the expected value, the verification is successful.
- the device provided by the embodiment of the present invention includes:
- the plug-in management module is used to start the add-on in the browser to add the réellex plug-in, and to run the browser;
- the execution module is used to enter the report page through an automated script
- the processing module is used to obtain the réellex configuration data of the report page, verify the report page according to the réellex configuration data of the report page, and generate a test report.
- the plug-in management module is specifically configured to set the drive path of the browser and direct the automated test project to the browser;
- the ceremoniesx plug-in is introduced when configuring the startup add-on of the browser, and the ceremoniesx plug-in is used to obtain the réellex configuration data of the report page after the report page is opened in the browser.
- the execution module is specifically used to enter the report page through an automated script of the selenium framework.
- the processing module is specifically configured to execute a data extraction command, determine the field where the réellex configuration data of the report page is located, and extract the réellex configuration data of the report page.
- the processing module is specifically further configured to compare the actual value of the verification parameter in the obtained réellex configuration data with the expected value, and if the actual value of the verification parameter matches the expected value, the verification is successful.
- the problem in the existing solution is that the visual report tool has a high degree of free operation, has a lot of scene redundancy, and the cost of regression testing is huge in the iterative maintenance of daily versions (automated testing cannot be used to perform regression testing).
- the design purpose of this embodiment is to improve the problem that the original visual report tool (based on canvas drawing) cannot perform automatic page testing, maximize the coverage of the automatic test scenario, and reduce the testing labor cost in the regression testing stage.
- FIG. 1 is a schematic flowchart of a method provided by an embodiment of the present invention
- FIGS 2, 3, and 4 are schematic diagrams of specific examples provided by the embodiments of the present invention.
- the embodiment of the present invention provides a ceremoniesx-based automated testing method of a visual report tool, as shown in FIG. 1, including:
- the browser in this embodiment refers to web browsers commonly used on desktops such as desktop computers, integrated computers, and notebook computers, such as IE and Chrome.
- Vue.js is a centralized state management solution.
- Vuex is a state management mode specially developed for Vue.js applications. In actual applications, the functions in the state management mode are realized by writing corresponding réellex plug-ins.
- an automated script refers to a program that is written in a specified programming language and can be run by some existing script tools. Usually, these script programs realize automatic operation after being triggered.
- the "report page” in this embodiment refers to the display or configuration page of a visual report, which is generally called a “report page” in the industry at present, such as quickBi (Ali), FanRuan, etc. on the market.
- TestNg unit test framework can be used to organize test cases and generate test reports.
- the startup of the add-on item in the browser to add the ceremoniesx plug-in and run the browser includes:
- “automated test engineering” is a common name in the industry, derived from the term "software engineering”.
- Software engineering refers to: software engineering is how to study and apply systematically, standardized, and Quantitative procedural methods to develop and maintain software, and how to combine time-tested management techniques with the best technical methods currently available.
- the “automated test project” in this embodiment refers to all The automated test scripts and their related test data are combined into a whole according to systematic and normative methods.
- “Software engineering” or “automated test engineering” is specifically expressed as computer program code, which is stored in the computer in the form of code collections and code packages.
- S1 can be expanded to:
- the automation script of the selenium framework can be used.
- the entering the report page through the automated script includes: 103. Entering the report page through the automated script of the selenium framework.
- the obtaining the réellex configuration data of the report page includes:
- Execute the data extraction command determine the field where the réellex configuration data of the report page is located, and extract the réellex configuration data of the report page.
- the verifying the report page according to the ceremoniesx configuration data of the report page includes: comparing the actual value of the verification parameter in the obtained réellex configuration data with the expected value, if the verification parameter If the actual value of is matched with the expected value, the verification is successful.
- the verification parameter refers to the field used for the verification function in the réellex configuration data, usually in the form of a value or a specific character, and the actual value of the verification parameter refers to the current actual value or character content of the verification parameter.
- testNg unit test framework executes 105 to organize test cases through the TestNg unit test framework and generate test reports.
- a visualization report creation tool drawn on canvas based on ceremonies+elementUi+echart is used to ensure the accuracy of automated test verification by verifying the rendering data and rendering configuration in its réellex configuration warehouse. So as to solve the problem that the visual report tool cannot perform verification in the automated test process in the previous solution.
- this framework uses selenium-java+vuex+TestNg, where selenium-java+TestNg handles normal automation.
- istx is responsible for the configuration management of the visual report and the configuration reading in the automated test process. The configuration reads and the preset values are checked to complete an automated test scenario.
- the automated script modifies the browser startup configuration before initializing the browser and introduces ceremoniesx.
- ChromeOptions options new ChromeOptions() in the réellex plug-in can be used;
- Map ⁇ String,Object>map (Map ⁇ String,Object>)driver.executeScript("return__VUE_DEVTOOLS_GLOBAL_HOOK__.store.state”);
- map.get(data) obtains the current rendering data, compares it with the expected result of the test, and completes an automated test case.
- the problem in the existing solution is that the visual report tool has a high degree of free operation, has a lot of scene redundancy, and the cost of regression testing is huge in the iterative maintenance of daily versions (automated testing cannot be used to perform regression testing).
- the design purpose of this embodiment is to improve the problem that the original visual report tool (based on canvas drawing) cannot perform automatic page testing, maximize the coverage of the automated test scenario, reduce the test labor cost in the regression test stage, and enable the regression test to be controlled by data .
- the pressure of script maintenance caused by the pure style modification and layout modification of the page will be less, and the test efficiency will be improved. Reduce the impact of pure style adjustment on automated scripts, reduce the manpower input for automated script maintenance, and reduce the cost of regression testing.
- the embodiment of the present invention also provides a ceremoniesx-based automatic test device for a visual report tool, including:
- the plug-in management module is used to start the add-on in the browser to add the réellex plug-in, and to run the browser;
- the execution module is used to enter the report page through an automated script
- the processing module is used to obtain the réellex configuration data of the report page, verify the report page according to the réellex configuration data of the report page, and generate a test report.
- the plug-in management module is specifically used to set the drive path of the browser and direct the automated test project to the browser;
- the ceremoniesx plug-in is introduced when configuring the startup add-on of the browser, and the ceremoniesx plug-in is used to obtain the réellex configuration data of the report page after the report page is opened in the browser.
- the execution module is specifically used to enter the report page through an automated script of the selenium framework.
- the processing module is specifically configured to execute a data extraction command, determine the field where the réellex configuration data of the report page is located, and extract the réellex configuration data of the report page.
- the processing module is specifically further configured to compare the actual value of the verification parameter in the obtained réellex configuration data with the expected value, and if the actual value of the verification parameter matches the expected value, the verification is successful.
- the problem in the existing solution is that the visual report tool has a high degree of free operation, has a lot of scene redundancy, and the cost of regression testing is huge in the iterative maintenance of daily versions (automated testing cannot be used to perform regression testing).
- the design purpose of this embodiment is to improve the problem that the original visual report tool (based on canvas drawing) cannot perform automatic page testing, maximize the coverage of the automated test scenario, reduce the test labor cost in the regression test stage, and enable the regression test to be controlled by data .
- the pressure of script maintenance caused by the pure style modification and layout modification of the page will be less, and the test efficiency will be improved. Reduce the impact of pure style adjustment on automated scripts, reduce the manpower input for automated script maintenance, and reduce the cost of regression testing.
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)
- Stored Programmes (AREA)
- Debugging And Monitoring (AREA)
Abstract
一种基于vuex的可视化报表工具自动化测试方法及装置,涉及自动化测试技术领域,能够降低回归测试阶段的测试人力成本。该方法包括:在浏览器启动加载项加入vuex插件,并运行所述浏览器(S1);通过自动化脚本进入报表页面(S2);获取所述报表页面的vuex配置数据,根据所述报表页面的vuex配置数据校验所述报表页面,并生成测试报告(S3)。适用于页面自动化测试中的回归测试。
Description
本发明涉及自动化测试技术领域,尤其涉及一种基于vuex的可视化报表工具自动化测试方法及装置。
目前的可视化报表工具图形绘制,主要采用canvas绘制,使得可视化报表工具可以进行自动化操作。但由于是canvas直接绘制的原因,采用元素定位方式的常规的自动化脚本无法对执行结果进行校验,即可以自动化生成但无法自动化测试,这就导致测试结果无法有效反馈至测试端,增加了测试的不确定性和工作量,测试效率难以提高,导致测试成本难以降低。
又由于可视化报表工具自由化操作程度高,场景冗余多,在日常版本迭代维护过程中无法采用自动化测试执行,回归测试成本巨大。
因此,目前对于可视化报表工具的测试工作,存在测试成本高的问题。
发明内容
本发明的实施例提供一种基于vuex的可视化报表工具自动化测试方法及装置,能够降低回归测试阶段的测试人力成本。
为达到上述目的,本发明的实施例采用如下技术方案:
第一方面,本发明的实施例提供的方法,包括:
在浏览器启动加载项加入vuex插件,并运行所述浏览器;
通过自动化脚本进入报表页面;
获取所述报表页面的vuex配置数据,根据所述报表页面的vuex配置数据校验所述报表页面,并生成测试报告。
具体的,所述在浏览器启动加载项加入vuex插件,并运行所述浏览器,包括:
设置所述浏览器的驱动路径,将自动化测试工程指向所述浏览器;
在配置所述浏览器的启动加载项时引入vuex插件,所述vuex插件用于在所述浏览器中打开报表页面后,获取报表页面的vuex配置数据。
具体的,所述通过自动化脚本进入报表页面,包括:通过selenium框架的自动化脚本,进入所述报表页面。
所述获取所述报表页面的vuex配置数据,包括:执行数据提取命令,确定所述报表页面的vuex配置数据所在字段,并提取所述报表页面的vuex配置数据。
具体的,所述根据所述报表页面的vuex配置数据校验所述报表页面,包括:
将所获取的vuex配置数据中的校验参数的实际值与预期值比对,若所述校验参数的实际值与所述预期值匹配则校验成功。
第二方面,本发明的实施例提供的装置,包括:
插件管理模块,用于在浏览器启动加载项加入vuex插件,并运行所述浏览器;
执行模块,用于通过自动化脚本进入报表页面;
处理模块,用于获取所述报表页面的vuex配置数据,根据所述报表页面的vuex配置数据校验所述报表页面,并生成测试报告。
具体的,所述插件管理模块,具体用于设置所述浏览器的驱动路径,将自动化测试工程指向所述浏览器;
在配置所述浏览器的启动加载项时引入vuex插件,所述vuex插件用于在所述浏览器中打开报表页面后,获取报表页面的vuex配置数据。
所述执行模块,具体用于通过selenium框架的自动化脚本,进入所述报表 页面。
所述处理模块,具体用于执行数据提取命令,确定所述报表页面的vuex配置数据所在字段,并提取所述报表页面的vuex配置数据。
所述处理模块,具体还用于将所获取的vuex配置数据中的校验参数的实际值与预期值比对,若所述校验参数的实际值与所述预期值匹配则校验成功。
现有方案中的问题在于,可视化报表工具自由化操作程度高,场景冗余多,日常版本迭代维护过程中,回归测试成本巨大(无法采用自动化测试执行回归测试)。本实施例的设计目的在于改善原有可视化报表工具(基于canvas绘图)无法进行页面自动化测试的问题,最大化的去覆盖自动化测试场景,降低回归测试阶段的测试人力成本。
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。
图1为本发明实施例提供的方法流程示意图;
图2、3、4为本发明实施例提供的具体实例的示意图。
为使本领域技术人员更好地理解本发明的技术方案,下面结合附图和具体实施方式对本发明作进一步详细描述。下文中将详细描述本发明的实施方式,所述实施方式的示例在附图中示出,其中自始至终相同或类似的标号表示相同或类似的元件或具有相同或类似功能的元件。下面通过参考附图描述的实施方式是示例性的,仅用于解释本发明,而不能解释为对本发明的限制。本技术领 域技术人员可以理解,除非特意声明,这里使用的单数形式“一”、“一个”、“所述”和“该”也可包括复数形式。应该进一步理解的是,本发明的说明书中使用的措辞“包括”是指存在所述特征、整数、步骤、操作、元件和/或组件,但是并不排除存在或添加一个或多个其他特征、整数、步骤、操作、元件、组件和/或它们的组。应该理解,当我们称元件被“连接”或“耦接”到另一元件时,它可以直接连接或耦接到其他元件,或者也可以存在中间元件。此外,这里使用的“连接”或“耦接”可以包括无线连接或耦接。这里使用的措辞“和/或”包括一个或更多个相关联的列出项的任一单元和全部组合。本技术领域技术人员可以理解,除非另外定义,这里使用的所有术语(包括技术术语和科学术语)具有与本发明所属领域中的普通技术人员的一般理解相同的意义。还应该理解的是,诸如通用字典中定义的那些术语应该被理解为具有与现有技术的上下文中的意义一致的意义,并且除非像这里一样定义,不会用理想化或过于正式的含义来解释。
本发明实施例提供一种基于vuex的可视化报表工具自动化测试方法,如图1所示,包括:
S1,在浏览器启动加载项加入vuex插件,并运行所述浏览器。
其中,本实施例中所述的浏览器,指的是IE、Chrome等目前在台式电脑、一体化电脑、笔记本电脑等桌面端常用的网页浏览器。Vue.js是一种中心化状态管理方案,Vuex是一个专为Vue.js应用程序开发的状态管理模式,在实际应用中,通过编写相应的vuex插件来实现状态管理模式中的功能。
S2,通过自动化脚本进入报表页面。
其中,自动化脚本指的是按照指定的程序语言编写的,可以通过目前已有的一些脚本工具运行的程序,通常这些脚本程序在被触发后实现自动化运行。
本实施例中的“报表页面”指的是可视化报表的展示或者配置页面,目前业内通常称为“报表页面”,比如市面上的quickBi(阿里)、帆软等。
S3,获取所述报表页面的vuex配置数据,根据所述报表页面的vuex配置数据校验所述报表页面,并生成测试报告。
具体的,可以通过TestNg单元测试框架来组织测试用例,并生成测试报告。
本实施例中,所述在浏览器启动加载项加入vuex插件,并运行所述浏览器,包括:
设置所述浏览器的驱动路径,将自动化测试工程指向所述浏览器。在配置所述浏览器的启动加载项时引入vuex插件,所述vuex插件用于在所述浏览器中打开报表页面后,获取报表页面的vuex配置数据。本实施例中的“自动化测试工程”业内的一种通常称呼,由“软件工程”一词衍生而来,软件工程指的是:软件工程是研究和应用如何以系统性的、规范化的、可定量的过程化方法去开发和维护软件,以及如何把经过时间考验而证明正确的管理技术和当前能够得到的最好的技术方法结合起来,本实施例的“自动化测试工程”指的是,所有的自动化测试脚本及其相关测试数据,按系统性、规范性等方法组合成的一个整体。“软件工程”或者“自动化测试工程”具体表现为计算机程序代码,并以代码集合、代码包的形式存储在计算机中。
例如图2所示的,S1可以扩展为:
101:设置浏览器驱动路径,使自动化测试工程运行指定的浏览器。
102:配置浏览器启动加载项引入vuex,主要用于打开主测试页面(报表页面)后,通过此插件作为媒介,通过JS执__VUE_DEVTOOLS_GLOBAL_HOOK__.store来获取报表页面的vuex配置。
其中,可以采用selenium框架的自动化脚本。所述通过自动化脚本进入报 表页面,包括:103,通过selenium框架的自动化脚本,进入所述报表页面。
所述获取所述报表页面的vuex配置数据,包括:
执行数据提取命令,确定所述报表页面的vuex配置数据所在字段,并提取所述报表页面的vuex配置数据。
例如:图2中104:通过执行String expect=(String)driver.executeScript("return__VUE_DEVTOOLS_GLOBAL_HOOK__.store.state.charts.chartsOption[0].name")获取当前可视化报表的vuex配置数据。
进一步的,所述根据所述报表页面的vuex配置数据校验所述报表页面,包括:将所获取的vuex配置数据中的校验参数的实际值与预期值比对,若所述校验参数的实际值与所述预期值匹配则校验成功。校验参数指的是vuex配置数据中的用于校验功能的字段,通常表现为数值或者特定字符的形式,校验参数的实际值指的就是校验参数当前实际的数值或者字符内容。
例如:图2中105:将获取的vuex配置与预期值比对,完成数值正确的校验。
之后执行105,通过TestNg单元测试框架来组织测试用例,并生成测试报告。
举例来说,本实施例中对基于vue+elementUi+echart采用canvas绘制的可视化报表创建工具,通过校验其vuex配置仓库中的渲染数据、渲染配置来保证自动化测试校验的准确性。从而解决之前的方案中,处理可视化报表工具在自动化测试过程中无法执行校验的问题,如图3所示的,此框架采用selenium-java+vuex+TestNg其中selenium-java+TestNg处理正常的自动化操作,vuex则负责可视化报表的配置管理及自动化测试过程中的配置读取,通过读取的配置与预设值做校验,完成一个自动化测试场景。
首先,在自动化测试工程中引入vuex插件,用于自动脚本引用。
接着,自动化脚本在初始化浏览器前修改浏览器启动配置引入vuex具体可以采用vuex插件中的ChromeOptions options=new ChromeOptions();
和,options.addExtensions(new File("\\vue.crx"));
之后,进入设计器配置页面,执行测试步骤,生成报表配置,比如图4所示的报表配置。
然后,通过executeScript脚本执行器,获取当前报表页面的vue配置将配置转化成Map<String,Object>进行二次处理如:
Map<String,Object>map=(Map<String,Object>)driver.executeScript("return__VUE_DEVTOOLS_GLOBAL_HOOK__.store.state");
或者,也可直接获取某一关键词的值如:
String expect=(String)driver.executeScript("return__VUE_DEVTOOLS_GLOBAL_HOOK__.store.state.charts.chartsOption[0].name″;
从报表中引入配置的精度直接取决于去用js在vuex获取配置的精度。
最后,从Map中获取对应key的value值与预期值进行比较,如:map.get(data)获取当前渲染数据,与测试预期结果做比较,完成一条自动化测试案例。
现有方案中的问题在于,可视化报表工具自由化操作程度高,场景冗余多,日常版本迭代维护过程中,回归测试成本巨大(无法采用自动化测试执行回归测试)。
本实施例的设计目的在于改善原有可视化报表工具(基于canvas绘图)无法进行页面自动化测试的问题,最大化的去覆盖自动化测试场景,降低回归测 试阶段的测试人力成本,使回归测试得到数据管控。较之同行业中采用页面转二进制对比法、坐标定位对比法,页面的纯样式修改及布局修改带来的脚本维护的压力会更小,也就提高了测试效率。减少纯样式调整对自动化脚本的影响,减少自动化脚本维护的人力投入,降低了回归测试成本。以及,解决了canvas直接绘制中,由于采用元素定位方式的常规的自动化脚本无法对执行结果进行校验,即可以自动化生成但无法自动化测试,导致的测试结果无法有效反馈至测试端的问题,实现了回归过程得到管控。
本发明实施例还提供一种基于vuex的可视化报表工具自动化测试装置,包括:
插件管理模块,用于在浏览器启动加载项加入vuex插件,并运行所述浏览器;
执行模块,用于通过自动化脚本进入报表页面;
处理模块,用于获取所述报表页面的vuex配置数据,根据所述报表页面的vuex配置数据校验所述报表页面,并生成测试报告。
其中,所述插件管理模块,具体用于设置所述浏览器的驱动路径,将自动化测试工程指向所述浏览器;
在配置所述浏览器的启动加载项时引入vuex插件,所述vuex插件用于在所述浏览器中打开报表页面后,获取报表页面的vuex配置数据。
所述执行模块,具体用于通过selenium框架的自动化脚本,进入所述报表页面。
所述处理模块,具体用于执行数据提取命令,确定所述报表页面的vuex配置数据所在字段,并提取所述报表页面的vuex配置数据。
所述处理模块,具体还用于将所获取的vuex配置数据中的校验参数的实际 值与预期值比对,若所述校验参数的实际值与所述预期值匹配则校验成功。
现有方案中的问题在于,可视化报表工具自由化操作程度高,场景冗余多,日常版本迭代维护过程中,回归测试成本巨大(无法采用自动化测试执行回归测试)。
本实施例的设计目的在于改善原有可视化报表工具(基于canvas绘图)无法进行页面自动化测试的问题,最大化的去覆盖自动化测试场景,降低回归测试阶段的测试人力成本,使回归测试得到数据管控。较之同行业中采用页面转二进制对比法、坐标定位对比法,页面的纯样式修改及布局修改带来的脚本维护的压力会更小,也就提高了测试效率。减少纯样式调整对自动化脚本的影响,减少自动化脚本维护的人力投入,降低了回归测试成本。以及,解决了canvas直接绘制中,由于采用元素定位方式的常规的自动化脚本无法对执行结果进行校验,即可以自动化生成但无法自动化测试,导致的测试结果无法有效反馈至测试端的问题,实现了回归过程得到管控。
本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于设备实施例而言,由于其基本相似于方法实施例,所以描述得比较简单,相关之处参见方法实施例的部分说明即可。以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应该以权利要求的保护范围为准。
Claims (10)
- 一种基于vuex的可视化报表工具自动化测试方法,其特征在于,包括:在浏览器启动加载项加入vuex插件,并运行所述浏览器;通过自动化脚本进入报表页面;获取所述报表页面的vuex配置数据,根据所述报表页面的vuex配置数据校验所述报表页面,并生成测试报告。
- 根据权利要求1所述的方法,其特征在于,所述在浏览器启动加载项加入vuex插件,并运行所述浏览器,包括:设置所述浏览器的驱动路径,将自动化测试工程指向所述浏览器;在配置所述浏览器的启动加载项时引入vuex插件,所述vuex插件用于在所述浏览器中打开报表页面后,获取报表页面的vuex配置数据。
- 根据权利要求1所述的方法,其特征在于,所述通过自动化脚本进入报表页面,包括:通过selenium框架的自动化脚本,进入所述报表页面。
- 根据权利要求3所述的方法,其特征在于,所述获取所述报表页面的vuex配置数据,包括:执行数据提取命令,确定所述报表页面的vuex配置数据所在字段,并提取所述报表页面的vuex配置数据。
- 根据权利要求1所述的方法,其特征在于,所述根据所述报表页面的vuex配置数据校验所述报表页面,包括:将所获取的vuex配置数据中的校验参数的实际值与预期值比对,若所述校验参数的实际值与所述预期值匹配则校验成功。
- 一种基于vuex的可视化报表工具自动化测试装置,其特征在于,包括:插件管理模块,用于在浏览器启动加载项加入vuex插件,并运行所述浏览器;执行模块,用于通过自动化脚本进入报表页面;处理模块,用于获取所述报表页面的vuex配置数据,根据所述报表页面的vuex配置数据校验所述报表页面,并生成测试报告。
- 根据权利要求6所述的装置,其特征在于,所述插件管理模块,具体用于设置所述浏览器的驱动路径,将自动化测试工程指向所述浏览器;在配置所述浏览器的启动加载项时引入vuex插件,所述vuex插件用于在所述浏览器中打开报表页面后,获取报表页面的vuex配置数据。
- 根据权利要求6所述的装置,其特征在于,所述执行模块,具体用于通过selenium框架的自动化脚本,进入所述报表页面。
- 根据权利要求8所述的装置,其特征在于,所述处理模块,具体用于执行数据提取命令,确定所述报表页面的vuex配置数据所在字段,并提取所述报表页面的vuex配置数据。
- 根据权利要求6所述的装置,其特征在于,所述处理模块,具体还用于将所获取的vuex配置数据中的校验参数的实际值与预期值比对,若所述校验参数的实际值与所述预期值匹配则校验成功。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CA3157678A CA3157678A1 (en) | 2019-10-11 | 2020-07-30 | Method and apparatus for automatically testing visual report tool based on vuex |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910962950.5 | 2019-10-11 | ||
CN201910962950.5A CN110908894B (zh) | 2019-10-11 | 2019-10-11 | 一种基于vuex的可视化报表工具自动化测试方法及装置 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2021068609A1 true WO2021068609A1 (zh) | 2021-04-15 |
Family
ID=69815543
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2020/105916 WO2021068609A1 (zh) | 2019-10-11 | 2020-07-30 | 一种基于vuex的可视化报表工具自动化测试方法及装置 |
Country Status (3)
Country | Link |
---|---|
CN (1) | CN110908894B (zh) |
CA (1) | CA3157678A1 (zh) |
WO (1) | WO2021068609A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114564534A (zh) * | 2022-03-01 | 2022-05-31 | 济南浪潮智投智能科技有限公司 | 基于场景的可视化配置平台及实现方法 |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110908894B (zh) * | 2019-10-11 | 2022-04-05 | 苏宁云计算有限公司 | 一种基于vuex的可视化报表工具自动化测试方法及装置 |
CN112925716B (zh) * | 2021-03-19 | 2024-01-23 | 广东好太太智能家居有限公司 | 一种可视化图像的测试方法、设备及存储介质 |
CN113468050A (zh) * | 2021-06-30 | 2021-10-01 | 杭州群核信息技术有限公司 | 基于画布的测试方法、装置、计算机设备及存储介质 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7039899B1 (en) * | 2002-03-27 | 2006-05-02 | Oracle International Corporation | System and method for automatically generating a script for testing software |
CN107562626A (zh) * | 2017-08-31 | 2018-01-09 | 国家电网公司 | 一种封装Selenium和Sikuli实现Web自动化测试的方法 |
CN107729238A (zh) * | 2017-10-09 | 2018-02-23 | 郑州云海信息技术有限公司 | 一种插件调试方法、系统、装置及计算机可读存储介质 |
CN108733499A (zh) * | 2018-05-28 | 2018-11-02 | 北京京东金融科技控股有限公司 | 浏览器页面展示数据处理方法及装置 |
CN110908894A (zh) * | 2019-10-11 | 2020-03-24 | 苏宁云计算有限公司 | 一种基于vuex的可视化报表工具自动化测试方法及装置 |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9317628B1 (en) * | 2005-12-29 | 2016-04-19 | The Mathworks, Inc. | Automatic comparison and performance analysis between different implementations |
US9910764B2 (en) * | 2013-06-24 | 2018-03-06 | Linkedin Corporation | Automated software testing |
US10423709B1 (en) * | 2018-08-16 | 2019-09-24 | Audioeye, Inc. | Systems, devices, and methods for automated and programmatic creation and deployment of remediations to non-compliant web pages or user interfaces |
CN106547689B (zh) * | 2016-10-20 | 2019-03-01 | 金航数码科技有限责任公司 | 一种基于web的自动化测试用例开发系统及方法 |
CN106874207A (zh) * | 2017-02-27 | 2017-06-20 | 税友软件集团股份有限公司 | 一种web页面的自动化测试方法及装置 |
CN107368425A (zh) * | 2017-08-25 | 2017-11-21 | 郑州云海信息技术有限公司 | 一种openstack测试方法 |
CN107861868A (zh) * | 2017-10-31 | 2018-03-30 | 郑州云海信息技术有限公司 | 一种提取自动化测试对象的方法及系统 |
US10642721B2 (en) * | 2018-01-10 | 2020-05-05 | Accenture Global Solutions Limited | Generation of automated testing scripts by converting manual test cases |
CN108829381A (zh) * | 2018-06-01 | 2018-11-16 | 浪潮软件集团有限公司 | 一种数据可视化方法及装置 |
CN110007954A (zh) * | 2019-02-27 | 2019-07-12 | 深圳点猫科技有限公司 | 基于编程语言对Vue项目进行打包的方法以及电子设备 |
CN109902020A (zh) * | 2019-03-13 | 2019-06-18 | 中南大学 | 一种用于持续监控自动化测试生成日志文件的可视化方法和系统 |
CN109902026A (zh) * | 2019-03-27 | 2019-06-18 | 北京奇艺世纪科技有限公司 | 一种接口测试信息的处理方法及测试平台 |
CN110046099A (zh) * | 2019-04-11 | 2019-07-23 | 艾伯资讯(深圳)有限公司 | 智能化软件测试系统及方法 |
-
2019
- 2019-10-11 CN CN201910962950.5A patent/CN110908894B/zh active Active
-
2020
- 2020-07-30 WO PCT/CN2020/105916 patent/WO2021068609A1/zh active Application Filing
- 2020-07-30 CA CA3157678A patent/CA3157678A1/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7039899B1 (en) * | 2002-03-27 | 2006-05-02 | Oracle International Corporation | System and method for automatically generating a script for testing software |
CN107562626A (zh) * | 2017-08-31 | 2018-01-09 | 国家电网公司 | 一种封装Selenium和Sikuli实现Web自动化测试的方法 |
CN107729238A (zh) * | 2017-10-09 | 2018-02-23 | 郑州云海信息技术有限公司 | 一种插件调试方法、系统、装置及计算机可读存储介质 |
CN108733499A (zh) * | 2018-05-28 | 2018-11-02 | 北京京东金融科技控股有限公司 | 浏览器页面展示数据处理方法及装置 |
CN110908894A (zh) * | 2019-10-11 | 2020-03-24 | 苏宁云计算有限公司 | 一种基于vuex的可视化报表工具自动化测试方法及装置 |
Non-Patent Citations (1)
Title |
---|
JIANG ROBERT: "Report Automated Testing - Black Box Testing", TESTER HOME, 6 November 2017 (2017-11-06), XP055798724, Retrieved from the Internet <URL:https://testerhome.com/topics/10742> * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114564534A (zh) * | 2022-03-01 | 2022-05-31 | 济南浪潮智投智能科技有限公司 | 基于场景的可视化配置平台及实现方法 |
CN114564534B (zh) * | 2022-03-01 | 2023-09-29 | 山东浪潮新基建科技有限公司 | 基于场景的可视化配置平台及实现方法 |
Also Published As
Publication number | Publication date |
---|---|
CA3157678A1 (en) | 2021-04-15 |
CN110908894B (zh) | 2022-04-05 |
CN110908894A (zh) | 2020-03-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2021068609A1 (zh) | 一种基于vuex的可视化报表工具自动化测试方法及装置 | |
US9804946B2 (en) | System and method for providing automated computer language translation and verification | |
US8887135B2 (en) | Generating test cases for functional testing of a software application | |
CN109739766B (zh) | 一种快速搭建fpga数字仿真模型的系统及方法 | |
Gojare et al. | Analysis and design of selenium webdriver automation testing framework | |
US9043759B1 (en) | System and method for generating software unit tests simultaneously with API documentation | |
CN110347598B (zh) | 一种测试脚本生成方法、装置、服务器及存储介质 | |
WO2021036697A1 (zh) | 投产方法、装置、设备和存储介质 | |
WO2017020459A1 (zh) | 一种为宿主配置插件包的方法与装置 | |
US8930923B2 (en) | Generating debugging extension source code utilizing debugging information | |
US20150261766A1 (en) | Method and apparatus for determining a range of files to be migrated | |
US9003231B1 (en) | System for instantiating service instances for testing in a known state | |
CN107003931B (zh) | 将测试验证从测试执行分离 | |
CN109800147B (zh) | 一种测试案例生成方法及终端设备 | |
CN108923997B (zh) | 一种基于python的云服务节点自动测试方法及装置 | |
WO2024007481A1 (zh) | 安全芯片的故障检测方法、装置、电子设备及介质 | |
US11853196B1 (en) | Artificial intelligence driven testing | |
CN117033249A (zh) | 一种测试用例生成方法、装置、计算机设备及存储介质 | |
CN111367890A (zh) | 一种数据迁移的方法、装置、计算机设备及可读存储介质 | |
CN106919374B (zh) | 一种脚本生成方法和装置 | |
CN111966575B (zh) | 一种航空机载显示软件的图形自动化测试方法 | |
US10338891B2 (en) | Migration between model elements of different types in a modeling environment | |
WO2021100156A1 (ja) | テストデータ生成装置、テストデータ生成方法、及びプログラム | |
US20160026637A1 (en) | Search method, search device, and storage medium | |
TW202217640A (zh) | 在作業系統標記物件標籤及產生安全政策的方法及系統 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 20873646 Country of ref document: EP Kind code of ref document: A1 |
|
ENP | Entry into the national phase |
Ref document number: 3157678 Country of ref document: CA |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 20873646 Country of ref document: EP Kind code of ref document: A1 |