Sample automation code using Selenium Web-driver and Selenium Framework
-
SeleniumWebDriver: Code for selenium automation using web-driver. Tests for:
- Web Navigation
- Form Attributes
- Tables using xpath
-
Selenium Framework Basic Testing: Created 2 maven projects. Tests project contains dependency to TestsFramework. This separates tests from underlying logic. Makes it easy to maintain. This project provides basic Selenium Framework structure and test for basic web navigation.
-
Login Page Test Using Selenium Framework Implemented parameterized tests for login checks, and asserts appropriate error message Implemented Junit and TestNG