Selenium TestCases with Holmium in Python
Holmium introduce concept of Page Objects reduces the coupling and allow test authors to separate the layout of the page under test and the functional behaviour being tested.This separation also results in more maintainable test code.
In this demo I have made a Simple Test Case with Holmium for Demo Purpose.
