A collection of test cases and automation script made with java and selenium to test the AIUB website.
- HUDA,FARIHA ROWSHAN - fariharaushan3303
- SAKIB,AHMED SHAHRIAR - ahmedshahriar
- Java 1.8 - Core language
- Firefox Browser - Mozilla Firefox browser to test the script
- xPath Finder - Mozilla Add on to find xPath
- Selenium webdriver - Selenium for java
- geckodriver - geckodriver to work with Mozilla Firefox browser
- eclipse - java IDE
- Make sure your java compiler's compliance level is 1.8
- Add selenium external library to the project and apply the change
- Make sure you put the correct path (Go to 25th line) in main.java , It will be replaced by your geckodriver.exe path
System.setProperty("webdriver.gecko.driver", "C:\\Users\\username\\eclipse-workspace\\Test\\lib\\geckodriver\\geckodriver.exe");