Skip to main content

Posts

Featured

UI Automation UI automation using Selenium getting a good buzz since selenium had come up with Webdriver which provides useful and essential methods, properties and frameworks to automate web UI. Programming languages like Java, Python, C#, etc. are widely used with selenium to automate web applications. In this article, we are going to talk about how python can be used with selenium web driver for creating test automation scripts. How to build an automation framework A framework is basically a way of creating a kind of prototype to structure and organize your test automation scripts so that they can be easily run and maintained throughout the lifecycle of your test. Python provides various inbuilt modules with the help of which an efficient framework can be built using selenium.  Unittest Pytest Page object model Data driven testing Behaviour driver development (BDD) Using a combination of all the above framework techniques, hybrid automation fra...

Latest posts