Skip to content

sitoolkit/sit-wt-all

Repository files navigation

Web Tester

Web Tester is an automatic test tool for web applications. Automatically operate the browser according to the created test script.

  • You can create test scripts with non-programming.
  • You can also use test scripts recorded with Selenium IDE.
  • Evidence (screenshot and operation log) is created automatically for the screen operation executed.
  • Selenium and Appium are used for browser operation.

Notes: Running this application requires Java 11.

Quick Start

GUI

Use GUI tools to create test projects and test scripts. You can immediately try the included sample website and test script.

  1. Download jar file.
  2. Execute it by double clicking.
  3. Select a directory to create your test project.
  4. Select Sample Menu > Start to start sample web site and get sample test script.
  5. Select Test Menu > Run / Debug to start test.

If JNI error dialog occurs, may be using older version Java.
Open properties of "sit-wt-app.jar", change "Opens with" to "javaw.exe" of Java 11.

CLI

To run test scripts in the test project at once, use the CLI tool (Maven Plugin).

Windows

cd \path\to\testproject
mvnw verify
mvnw sit-wt:open-report

MacOS

cd /path/to/testproject
./mvnw verify
./mvnw sit-wt:open-report

Lisence

Web Tester is released under Apache License, Version 2.0.