CA3157678A1 - Method and apparatus for automatically testing visual report tool based on vuex - Google Patents

Method and apparatus for automatically testing visual report tool based on vuex

Info

Publication number
CA3157678A1
CA3157678A1 CA3157678A CA3157678A CA3157678A1 CA 3157678 A1 CA3157678 A1 CA 3157678A1 CA 3157678 A CA3157678 A CA 3157678A CA 3157678 A CA3157678 A CA 3157678A CA 3157678 A1 CA3157678 A1 CA 3157678A1
Authority
CA
Canada
Prior art keywords
vuex
report page
browser
configuration data
report
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CA3157678A
Other languages
French (fr)
Inventor
Zhengyang HUANG
Yuanyuan Qiu
Cheng Li
Qian Sun
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
10353744 Canada Ltd
Original Assignee
10353744 Canada Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 10353744 Canada Ltd filed Critical 10353744 Canada Ltd
Publication of CA3157678A1 publication Critical patent/CA3157678A1/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis

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

A method and apparatus for automatically testing a visual report tool based on vuex, which relate to the technical field of automatic testing, and can reduce testing labor costs in a regression testing stage. The method comprises: adding a vuex plug-in into a browser starting loading item, and running a browser (S1); entering a report page through an automatic script (S2); and acquiring vuex configuration data of the report page, verifying the report page according to the vuex configuration data of the report page, and generating a test report (S3). The present application is applicable to regression testing in page automatic testing.

Description

METHOD AND APPARATUS FOR AUTOMATICALLY TESTING VISUAL REPORT
TOOL BASED ON VUEX
BACKGROUND OF THE INVENTION
Technical Field [0001] The present invention relates to the technical field of automated testing, and more particularly to a vuex-based automated testing method for visualized reporting tools and apparatus thereof.
Description of Related Art
[0002] Most visualized reporting tools uses canvas for image drawing, so these tools are suitable for automated operation. However, as drawing is made on canvas directly, the conventional automated scripts based on element positioning are incapable of verifying the execution results. In other words, while report generation is automated, testing has to be done manually. Consequently, testing results cannot be fed back to the testing end effectively, making testing uncertain and labor-intensive. As a result, testing efficiency is limited and testing costs remain high.
[0003] In addition, visualized reporting tools usually provide good operation freedom and have high scene redundancy, making it almost impossible to implement automated testing for daily iterative version maintenance, so the costs for regression testing are quite huge.
[0004] Hence, testing for visualized reporting tools is disadvantageously costly.
SUMMARY OF THE INVENTION
[0005] Embodiments of the present invention provide a vuex-based automated testing method for visualized reporting tools and an apparatus thereof, which help reduce labor costs for regression testing.
[0006] To achieve the foregoing objective, embodiments of the present invention adopt the following technical schemes.

Date Recue/Date Received 2022-04-11
[0007] In a first aspect, an embodiment of the present invention provides a method that comprises:
[0008] adding a vuex plug-in into a start add-in menu of a browser, and running the browser;
[0009] entering a report page through an automation script; and
[0010] acquiring vuex configuration data of the report page, verifying the report page according to the vuex configuration data of the report page, and generating a testing report.
[0011] Specifically, the step of adding a vuex plug-in into a start add-in menu of a browser, and running the browser comprises:
[0012] setting a driving path of the browser, and directing automated testing engineering to the browser; and
[0013] introducing the vuex plugin during configuration of the start add-in menu of the browser, in which the vuex plug-in is used to acquire vuex configuration data of the report page after the report page is opened in the browser.
[0014] Specifically, the step of entering a report page through an automation script comprises:
entering the report page through an automation script of a selenium framework.
[0015] The step of acquiring vuex configuration data of the report page comprises: executing a data extraction instruction, identifying in which field the vuex configuration data of the report page are located, and extracting the vuex configuration data of the report page.
[0016] Specifically, the step of verifying the report page according to the vuex configuration data of the report page comprises:
[0017] comparing actual values of verification parameters in the acquired vuex configuration data with estimated values, and determining that verification is successful if the actual values of the verification parameters match the estimated values.
[0018] In a second aspect, an embodiment of the present invention provides an apparatus that comprises:
[0019] an plug-in managing module, for adding a vuex plug-in into a start add-in menu of a browser, and running the browser;
[0020] an executing module, for entering a report page through an automation script; and
[0021] a processing module, for acquiring vuex configuration data of the report page, verifying the report page according to the vuex configuration data of the report page, and generating Date Recue/Date Received 2022-04-11 a testing report.
[0022] Specifically, the plug-in managing module is particularly for setting a driving path of the browser, and directing automated testing engineering to the browser; and
[0023] introducing the vuex plug-in during configuration of the start add-in menu of the browser, in which the vuex plug-in is used to acquire vuex configuration data of the report page after the report page is opened in the browser.
[0024] The executing module is particularly for entering the report page through an automation script of a selenium framework.
[0025] The processing module is particularly for executing a data extraction instruction, identifying in which field the vuex configuration data of the report page are located, and extracting the vuex configuration data of the report page.
[0026] The processing module is further particularly for comparing actual values of verification parameters in the acquired vuex configuration data with estimated values, and determining that verification is successful if the actual values of the verification parameters match the estimated values.
[0027] The problem of the existing schemes is that visualized reporting tools usually provide good operation freedom and have high scene redundancy, making regression testing required by daily iterative version maintenance quite costly (or to say, it is almost impossible to implement automated testing for regression testing). The present invention is made to solve the problems related to incapability performing page testing automatically for visualized reporting tools (based on canvas graphics) by covering automated testing scenes to the maximum possible extent, so as to reduce labor costs required by the regression testing stage.
BRIEF DESCRIPTION OF THE DRAWINGS
[0028] To better illustrate the technical schemes as disclosed in the embodiments of the present invention, accompanying drawings referred in the description of the embodiments below are introduced briefly. It is apparent that the accompanying drawings as recited in the Date Recue/Date Received 2022-04-11 following description merely provide a part of possible embodiments of the present invention, and people of ordinary skill in the art would be able to obtain more drawings according to those provided herein without paying creative efforts, wherein:
[0029] FIG. 1 is a flowchart of a method according to one embodiment of the present invention;
and
[0030] FIGs. 2, 3, and 4 are schematic drawings of examples of embodiments of the present invention.
DETAILED DESCRIPTION OF THE INVENTION
[0031] For enabling people skilled in the art to better understand the technical schemes of the present invention, the following description will be made with reference to the accompanying drawings and specific embodiments. The embodiments detailed below are such depicted in the accompanying drawings that identical or similar features or features having identical or similar function bear similar labels. The embodiments described below and shown in the accompanying drawings are exemplary and intended to merely explain the present invention, and should not be interpreted as limitations to the present invention. People skilled in the art would appreciate that, unless stated otherwise, singular terms used herein, such as "a," "an," "one," and "this" or "that" may include plurality. It is also to be understood that, in the present invention, use of the wording "comprise"
means that the features, integers, steps, operations, elements and/or components following the wording are present, but this shall not another or other features, integers, steps, operations, elements, components and/or combinations thereof are also present or added. It is to be understood that when an element is described as "connected to" or "coupled to" other elements, the element may be directly connected to or coupled to the other elements, or may have one or more intermediate elements existing therebetween.
Additionally, as used herein, "connection" or "coupling" may include wired or wireless one. As used here, the wording "and/or" is intended to include any one and a combination of any relevant elements listed in the list composed of the wording. People skilled in the Date Recue/Date Received 2022-04-11 art would appreciate that, unless defined otherwise, terms used herein (including technical and scientific terminology) shall have the meaning as generally understood by people of ordinary skill in the fields relevant to the present invention. Further to be understood is that those terms as defined in general dictionaries shall be interpreted in a way consistent to the context of the relevant art, and unless defined as herein, will not be interpreted in an idealized or extremely formal manner.
[0032] As one embodiment of the present invention, a vuex-based automated testing method for visualized reporting tools, as shown in FIG. 1, comprises the following steps.
[0033] At Si, a vuex plug-in is added into a start add-in menu of a browser, and the browser is run.
[0034] Therein, the browser refers to a webpage browser commonly used in desktop computers, all-in-one computers, and laptop computers, such as IE and Chrome. Vuejs is a centralized state management scheme. Vuex is a state management mode specially developed for the Vuejs application. In practical use, the functions of the state management mode may be realized through a vuex plug-in programmed correspondingly.
[0035] S2 is about entering a report page through an automation script.
[0036] Therein, the automation script refers to a program that is written using a specified program language and can be run through some existing script tools. These script programs when triggered can usually realize automated running.
[0037] In the present embodiment, the "report page" refers to a page that is for displaying or configuring visualized reports, and known in the industry as a "report page,"
such as quickBi (Alibaba Cloud) and FineReport.
[0038] S3 involves acquiring vuex configuration data of the report page, verifying the report page according to the vuex configuration data of the report page, and generating a testing report.
[0039] Specifically, the unit testing framework TestNg may be used to organize test cases and generate the testing report.
[0040] In the present embodiment, the step of adding a vuex plug-in into a start add-in menu of a browser, and running the browser comprises:
Date Recue/Date Received 2022-04-11
[0041] setting a driving path of the browser, and directing automated testing engineering to the browser. introducing the vuex plug-in during configuration of the start add-in menu of the browser, in which the vuex plug-in is used to acquire vuex configuration data of the report page after the report page is opened in the browser. In the present embodiment, the term "automated testing engineering" is commonly used in the industry and is derived from the term "software engineering." Software engineering refers to research and application of how to develop and maintain software in a systematical, normalized, measurable, and procedural manner, and how to combine time-proven management technologies and state-of-the-art technical methods. In the present embodiment, the term "automated testing engineering" refer to an integer formed by combining all automated testing scripts and related testing data into a whole in a systematical and/or normalized way. The term "software engineering" or "automated testing engineering" is embodies as computer program codes, which are stored in a computer in the form of a code set or a code package.
[0042] For example, as shown in FIG. 2, 51 may be expanded as follows:
[0043] 101: setting a driving path for the browser, and making automated testing engineering run the designated browser; and
[0044] 102: configuring a start add-in menu of the browser by introducing a vuex plug-in, so that after the main tested page (i.e., the report page) is opened, the plug-in acts as a medium to acquire vuex configuration of the report page by having JS execute VUE DEVTOOLS GLOBAL HOOK. store.
[0045] Therein, an automation script of the selenium framework may be used.
The step of entering a report page through an automation script comprises: 103, entering the report page through an automation script of a selenium framework.
[0046] The step of acquiring vuex configuration data of the report page comprises:
[0047] executing a data extraction instruction, identifying in which field the vuex configuration data of the report page are located, and extracting the vuex configuration data of the report page.
[0048] For example, referring to FIG. 2, Step 104 is about acquiring vuex configuration data of Date Recue/Date Received 2022-04-11 the current visualized report by executing String expect =
(String)driver.executeScriptC
return VUE DEVTOOLS GLOBAL HOOK .store.state.charts.chartsOption[0].name").
[0049] Further, the step of verifying the report page according to the vuex configuration data of the report page comprises: comparing actual values of verification parameters in the acquired vuex configuration data with estimated values, and determining that verification is successful if the actual values of the verification parameters match the estimated values.
Herein, the verification parameters refer to fields in the vuex configuration data used for verification functions, and their contents are usually in the form of numeral values or specific characters. The actual values of the verification parameters refer to the current actual contents, i.e., values or characters.
[0050] For example, referring to FIG. 2, Step 104 is about comparing the acquired vuex configuration with estimated values, and finishing verification with confirmation of the correct values.
[0051] Then a step 105 is performed by using the unit testing framework TestNg to organize test cases, and generate a testing report.
[0052] For instance, in the present embodiment, verification is performed on rendering data and rendering configuration in the vuex configuration warehouse of a visualized report that is based on vue + elementUi + echart and uses canvas to draw, so as to ensure accuracy of automated testing verification. Thereby, the problem of the prior art that verification cannot be performing during automated testing of visualized reporting tools.
As shown in FIG. 3, this framework uses selenium-java + vuex + TestNg, therein selenium-java +
TestNg processes normal automated operation, and vuex takes care of configuration management of visualized reports and configuration reading during automated testing.
The read configuration is verified against preset values, so as to complete an automated testing scene.
[0053] First, a vuex plug-in is introduced into automated testing engineering for automation script reference.
[0054] Then, before initialization of the browser, the automation script changes the start Date Recue/Date Received 2022-04-11 configuration of the browser by introducing vuex. Specifically, ChromeOptions options = new ChromeOptions();
[0055] and options.addExtensions(new File("\\ vue.crx"));
[0056] in the vuex plug-in are used. Subsequently, in the designer configuration page, testing is executed so as to generate report configuration, such as the report configuration shown in FIG. 4.
[0057] Afterward, through the script executor executeScript, vue configuration of the current report page is required, and converted to Map<String, Object> for further processing, like:
[0058] Map<String, Object> map = (Map<String, Object>) driver
[0059] .executeScript("return VUE DEVTOOLS GLOBAL HOOK . store.state") ;
[0060] Alternatively, the value of some keyword may be acquired directly, such as:
[0061] String expect = (String) driver. executeScript ("return VUE DEVTOOLS
GLOBAL
HOOK_. store. state. charts. chartsOption [0]. name";
[0062] The precision of the configuration introduced from the report is directly determined by the precision applied when the configuration is acquired at vuex using js.
[0063] At last, the value of the corresponding key is acquired from Map and compared with the estimated values. For example, map.get(data) is used to acquire the current rendering data, and the acquired data are compared with the estimated testing result, so as to complete an automated test case.
[0064] The problem of the existing schemes is that visualized reporting tools usually provide good operation freedom and have high scene redundancy, making regression testing required by daily iterative version maintenance quite costly (or to say, it is almost impossible to implement automated testing for regression testing).
[0065] The present invention is made to solve the problems related to incapability performing page testing automatically for visualized reporting tools (based on canvas graphics) by covering automated testing scenes to the maximum possible extent, so as to reduce labor costs required by the regression testing stage, and provide data control for regression testing. As compared to the conventional approach used in the industry about converting pages for binary comparison or coordinate positioning comparison, the present invention Date Recue/Date Received 2022-04-11 only involves changing the style and layout of a page, and therefore significantly reduces workloads for maintaining the script, thereby improving testing efficiency.
The present invention also reduces the effect of pure-style adjustment upon the automation script, and this leads to decreased human input for maintenance of the automation script, thereby reducing costs for regression testing. Additionally, a conventional automation script based on element positioning is incapable of verification during drawing is performed on the canvas. In other words, the known approach allows automated report generation but does not support automated testing, so the testing result cannot be effectively fed back to the testing end. The present invention solves this problem and thereby provides control over the regression process.
[0066] Embodiments of the present invention further provide a vuex-based automated testing apparatus for visualized reporting tools, which comprises:
[0067] a plug-in managing module, for adding a vuex plug-in into a start add-in menu of a browser, and running the browser;
[0068] an executing module, for entering a report page through an automation script; and
[0069] a processing module, for acquiring vuex configuration data of the report page, verifying the report page according to the vuex configuration data of the report page, and generating a testing report.
[0070] Therein, the plug-in managing module is particularly for setting a driving path of the browser, and directing automated testing engineering to the browser; and
[0071] introducing the vuex plug-in during configuration of the start add-in menu of the browser, in which the vuex plug-in is used to acquire vuex configuration data of the report page after the report page is opened in the browser.
[0072] The executing module is particularly for entering the report page through an automation script of a selenium framework.
[0073] The processing module is particularly for executing a data extraction instruction, identifying in which field the vuex configuration data of the report page are located, and extracting the vuex configuration data of the report page.
[0074] The processing module is further particularly for comparing actual values of verification Date Recue/Date Received 2022-04-11 parameters in the acquired vuex configuration data with estimated values, and determining that verification is successful if the actual values of the verification parameters match the estimated values.
[0075] The problem of the existing schemes is that visualized reporting tools usually provide good operation freedom and have high scene redundancy, making regression testing required by daily iterative version maintenance quite costly (or to say, it is almost impossible to implement automated testing for regression testing).
[0076] The present embodiment is designed to overcome the problem that automated testing of pages is unachievable with the existing visualized reporting tools (based on canvas graphics), and to cover automated testing scenes to the maximum possible extent, so as to reduce labor costs required by regression testing and to manage regression testing. As compared to the conventional approach used in the industry about converting pages for binary comparison or coordinate positioning comparison, the present invention only involves changing the style and layout of a page, and therefore significantly reduces workloads for maintaining the script, thereby improving testing efficiency.
The present invention also reduces the effect of pure-style adjustment upon the automation script, and this leads to decreased human input for maintenance of the automation script, thereby reducing costs for regression testing. Additionally, a conventional automation script based on element positioning is incapable of verification during drawing is performed on the canvas. In other words, the known approach allows automated report generation but does not support automated testing, so the testing result cannot be effectively fed back to the testing end. The present invention solves this problem and thereby provides control over the regression process.
[0077] The embodiments disclosed herein are described in a progressive sense, and therefore a part in one embodiment may having its details complemented by the description for its counter parts in other embodiments. Every embodiment is such described that it only emphasizes what differentiates it from the other embodiments. Particularly, for a system or an embodiment directed to a system, the subject matter may be described in a simplified way as more details may be learned from the embodiment about its relevant method. The present invention has been described with reference to the preferred Date Recue/Date Received 2022-04-11 embodiments and it is understood that the embodiments are not intended to limit the scope of the present invention. Moreover, as the contents disclosed herein should be readily understood and can be implemented by a person skilled in the art, all equivalent changes or modifications which do not depart from the concept of the present invention should be encompassed by the appended claims. Hence, the scope of the present invention shall only be defined by the appended claims.

Date Recue/Date Received 2022-04-11

Claims (10)

What is claimed is:
1. A vuex-based automated testing method for visualized reporting tools, comprising:
adding a vuex plug-in into a start add-in menu of a browser, and running the browser;
entering a report page through an automation script; and acquiring vuex configuration data of the report page, verifying the report page according to the vuex configuration data of the report page, and generating a testing report.
2. The method of claim 1, wherein the step of adding a vuex plug-in into a start add-in menu of a browser, and running the browser comprises:
setting a driving path of the browser, and directing automated testing engineering to the browser;
and introducing the vuex plug-in during configuration of the start add-in menu of the browser, in which the vuex plug-in is used to acquire vuex configuration data of the report page after the report page is opened in the browser.
3. The method of claim 1, wherein the step of entering a report page through an automation script comprises: entering the report page through an automation script of a selenium framework.
4. The method of claim 3, wherein the step of acquiring vuex configuration data of the report page comprises:
executing a data extraction instruction, identifying in which field the vuex configuration data of the report page are located, and extracting the vuex configuration data of the report page.
5. The method of claim 1, wherein the step of verifying the report page according to the vuex configuration data of the report page comprises:
comparing actual values of verification parameters in the acquired vuex configuration data with estimated values, and determining that verification is successful if the actual values of the verification parameters match the estimated values.
6. A vuex-based automated testing apparatus for visualized reporting tools, comprising:
an plug-in managing module, for adding a vuex plug-in into a start add-in menu of a browser, and running the browser;
an executing module, for entering a report page through an automation script;
and a processing module, for acquiring vuex configuration data of the report page, verifying the report page according to the vuex configuration data of the report page, and generating a testing report.
7. The apparatus of claim 6, wherein the plug-in managing module is particularly for setting a driving path of the browser, and directing automated testing engineering to the browser; and introducing the vuex plug-in during configuration of the start add-in menu of the browser, in which the vuex plug-in is used to acquire vuex configuration data of the report page after the report page is opened in the browser.
8. The apparatus of claim 6, wherein the executing module is particularly for entering the report page through an automation script of a selenium framework.
9. The apparatus of claim 8, wherein the processing module is particularly for executing a data extraction instruction, identifying in which field the vuex configuration data of the report page are located, and extracting the vuex configuration data of the report page.
10. The apparatus of claim 6, wherein the processing module is further particularly for comparing actual values of verification parameters in the acquired vuex configuration data with estimated values, and determining that verification is successful if the actual values of the verification parameters match the estimated values.
CA3157678A 2019-10-11 2020-07-30 Method and apparatus for automatically testing visual report tool based on vuex Pending CA3157678A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN201910962950.5 2019-10-11
CN201910962950.5A CN110908894B (en) 2019-10-11 2019-10-11 Visual report tool automatic testing method and device based on vuex
PCT/CN2020/105916 WO2021068609A1 (en) 2019-10-11 2020-07-30 Method and apparatus for automatically testing visual report tool based on vuex

Publications (1)

Publication Number Publication Date
CA3157678A1 true CA3157678A1 (en) 2021-04-15

Family

ID=69815543

Family Applications (1)

Application Number Title Priority Date Filing Date
CA3157678A Pending CA3157678A1 (en) 2019-10-11 2020-07-30 Method and apparatus for automatically testing visual report tool based on vuex

Country Status (3)

Country Link
CN (1) CN110908894B (en)
CA (1) CA3157678A1 (en)
WO (1) WO2021068609A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110908894B (en) * 2019-10-11 2022-04-05 苏宁云计算有限公司 Visual report tool automatic testing method and device based on vuex
CN112925716B (en) * 2021-03-19 2024-01-23 广东好太太智能家居有限公司 Visual image testing method, visual image testing equipment and storage medium
CN113468050A (en) * 2021-06-30 2021-10-01 杭州群核信息技术有限公司 Canvas-based testing method and device, computer equipment and storage medium
CN114564534B (en) * 2022-03-01 2023-09-29 山东浪潮新基建科技有限公司 Visual configuration platform based on scene and implementation method

Family Cites Families (18)

* Cited by examiner, † Cited by third party
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
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 (en) * 2016-10-20 2019-03-01 金航数码科技有限责任公司 A kind of automatic test cases development system and method based on web
CN106874207A (en) * 2017-02-27 2017-06-20 税友软件集团股份有限公司 The automated testing method and device of a kind of web page
CN107368425A (en) * 2017-08-25 2017-11-21 郑州云海信息技术有限公司 A kind of openstack method of testings
CN107562626B (en) * 2017-08-31 2020-06-02 国家电网公司 Method for realizing Web automatic test by encapsulating Selenium and Sikuli
CN107729238A (en) * 2017-10-09 2018-02-23 郑州云海信息技术有限公司 A kind of plug-in unit adjustment method, system, device and computer-readable recording medium
CN107861868A (en) * 2017-10-31 2018-03-30 郑州云海信息技术有限公司 A kind of method and system for extracting automation test object
US10642721B2 (en) * 2018-01-10 2020-05-05 Accenture Global Solutions Limited Generation of automated testing scripts by converting manual test cases
CN108733499A (en) * 2018-05-28 2018-11-02 北京京东金融科技控股有限公司 Browser page display data processing method and processing device
CN108829381A (en) * 2018-06-01 2018-11-16 浪潮软件集团有限公司 Data visualization method and device
CN110007954A (en) * 2019-02-27 2019-07-12 深圳点猫科技有限公司 The method and electronic equipment that language is packaged Vue project based on programming
CN109902020A (en) * 2019-03-13 2019-06-18 中南大学 A kind of method for visualizing and system for lasting monitoring automation Self -adaptive journal file
CN109902026A (en) * 2019-03-27 2019-06-18 北京奇艺世纪科技有限公司 A kind of processing method and test platform of interface testing information
CN110046099A (en) * 2019-04-11 2019-07-23 艾伯资讯(深圳)有限公司 Intelligent software test macro and method
CN110908894B (en) * 2019-10-11 2022-04-05 苏宁云计算有限公司 Visual report tool automatic testing method and device based on vuex

Also Published As

Publication number Publication date
CN110908894B (en) 2022-04-05
WO2021068609A1 (en) 2021-04-15
CN110908894A (en) 2020-03-24

Similar Documents

Publication Publication Date Title
CA3157678A1 (en) Method and apparatus for automatically testing visual report tool based on vuex
US7617486B2 (en) Method and system to automate software testing using sniffer side and browser side recording and a toolbar interface
US8015239B2 (en) Method and system to reduce false positives within an automated software-testing environment
US8887135B2 (en) Generating test cases for functional testing of a software application
CN106933887B (en) Data visualization method and device
US11201806B2 (en) Automated analysis and recommendations for highly performant single page web applications
US20150278389A1 (en) Web page editing method, apparatus, and medium
US20180060050A1 (en) System and method for cross-building and maximizing performance of non-native applications using host resources
US9715372B2 (en) Executable guidance experiences based on implicitly generated guidance models
CN114064503A (en) UI automation test method and device, electronic equipment and storage medium
US11615016B2 (en) System and method for executing a test case
CN107766228B (en) Multi-language-based automatic testing method and device
CN111930629A (en) Page testing method and device, electronic equipment and storage medium
US11709761B2 (en) Automated browser testing assertion on native file formats
EP3425510B1 (en) Automated testing method for application program user interface, electronic device, system, and storage medium
US20220138089A1 (en) Smart test executor
US20140149989A1 (en) Apparatus and method for extracting restriction condition
US9575878B2 (en) Data-driven testing without data configuration
CN110515653B (en) Document generation method and device, electronic equipment and computer readable storage medium
EP1868099B1 (en) Bug management tool
US9086891B2 (en) Centralized system to transform a language neutral string content into a format of a desired platform
JP6214818B2 (en) Command management apparatus, command management method, and command management program
CN113778434A (en) Multilingual document management method, device, electronic equipment and storage medium
CN103514093B (en) Embedded system character library method of testing and device
CN117033249A (en) Test case generation method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
EEER Examination request

Effective date: 20220916

EEER Examination request

Effective date: 20220916

EEER Examination request

Effective date: 20220916

EEER Examination request

Effective date: 20220916