Tag: webdriver
Test automation using pytest with Selenium WebDriver
Why Pytest When you think of selecting a framework for test automation you would probably like to have an absolute solution that fits any type of test like unit, functional, end-to-end, acceptance, and others. You would also wish this framework
XPath for Selenium Webdriver
XPath XPath in simple terms is a way of finding an element(s) in an HTML DOM by giving its path. It is useful when name or id etc is not available to be directly used to find the element. The