Web Tester is an automatic test tool for web applications. Automatically operate the browser according to the created test script.
Notes: Running this application requires Java 11.
Use GUI tools to create test projects and test scripts. You can immediately try the included sample website and test script.
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.
To run test scripts in the test project at once, use the CLI tool (Maven Plugin).
cd \path\to\testproject
mvnw verify
mvnw sit-wt:open-report
cd /path/to/testproject
./mvnw verify
./mvnw sit-wt:open-report
Web Tester is released under Apache License, Version 2.0.