TestEZ

TestEZ

    ›Web Automation Test

    Web Automation Test

    • Create Page Object
    • Create Test Flow
    • Create Test Script
    • Create Test Suite
    • Export Source Code
    • Execution

    Mobile Automation

    • Coming Soon

    API Automation

    • Coming Soon

    BDD

    • Coming Soon

    Execution

    Preparation

    • NodeJS: Install the LTS version: https://nodejs.org/en/

    Run on Chrome

    Download chrome driver:

    • https://chromedriver.chromium.org/downloads

    • Important Note: Make sure you download version compatible with your current chrome.

    • Double click to run the browser driver

    Execute script

    • Open terminal in downloaded source code
    • Execute:
    npm install
    npm test testSuiteRunnerConf.js
    

    Run on Firefox

    Configuration

    • Export your source code with port 4444

    Download gecko driver:

    • https://github.com/mozilla/geckodriver/releases

    • Important Note: Make sure you download version compatible with your current firefox.

    • Double click to run the browser driver

    Execute script

    • Open terminal in downloaded source code
    • Execute:
    npm install
    npm test testSuiteRunnerConf.js
    

    Run on other browsers

    Important Note: We will test more and update later once it's stable

    ← Export Source CodeComing Soon →
    • Preparation
    • Run on Chrome
      • Download chrome driver:
      • Execute script
    • Run on Firefox
      • Configuration
      • Download gecko driver:
      • Execute script
    • Run on other browsers
    Copyright © 2021 TestEZ