Selenium Tesing is done on Loan Approval System which is present in other repository. Configure the webapp.
Import SeleniumTest as JAVA project in Eclipse IDE.
Build the given JAR files into this project.
Run as JAVA application.
GeckoDriver is used for browser interaction with ForeFox Browser.
TEST CASES - 1)TestTitle of page 2)TestTitle after Page Redirection when a link is clicked 3)LoginTest a)username = "",password = "" b)username = "admin",password = "" c)username = "admin",password = "admin" d)username = "admin",password = "admin123"
Test Report is generated as a text file.