Do you need to test your webpage, dekstop application or both at the same time? You are at the right place. This project is starting point for your test automation from java by using JUnit.
Project is based on AutoIt and Selenium.
This project contains following software or libraries:
- AutoIt - https://www.autoitscript.com/site/autoit/
- Selenium - http://www.seleniumhq.org/
- geckodriver - https://github.com/mozilla/geckodriver/releases
- chromedriver - https://sites.google.com/a/chromium.org/chromedriver/
- JACOB - https://sourceforge.net/projects/jacob-project/
- autoitx4java - https://code.google.com/archive/p/autoitx4java/
Prerequisite for installation or work with project:
- Installed JDK, eclipse and properly configured environment variables on windows
- Knowledge of java development
Instructions for use:
- Download and install AutoIt - https://www.autoitscript.com/site/autoit/downloads/
- Make git clone or download project
- Import project as existing maven project in eclipse or similar java IDE
- Run project as JUnit tests or run each test separately