WebInLoop is a test automation tool specialized for running web tests.
Launch (GUI)
To start WebInLoop, simply run the provided run scripts for your platform:
- run.cmd on Windows
- run.sh on *nix WebInLoop will start in GUI mode.
Launch (CLI)
There is also a CLI mode if you launch WebInLoop from a shell like this:
- java -jar webinloop.jar -testfiles <file(s)>
To view all available command line options:
- java -jar webinloop.jar -help
Important note
You need a JDK >= 1.6 to run WebInLoop successfully.
Customize
Edit the provided *.xml property files to fit your own needs.