Skip to content

ahmedshahriar/TestCases-AIUB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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