Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.67 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.67 KB

TestCases-AIUB

A collection of test cases and automation script made with java and selenium to test the AIUB website.

Authors

Prerequisites

Notes

  • Make sure your java compiler's compliance level is 1.8

alt_text

  • Add selenium external library to the project and apply the change

alt text

  • 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");