Capa

PYTHON TESTING WITH SELENIUM IBD

APRESS
11 / 2020
9781484262481
Inglês

Sinopse

Implement different testing techniques using Selenium WebDriver with the Python programming language. This quick reference provides simple functional test cases with a syntax-based approach for Selenium WebDriver.áYouâÇÖll begin by reviewing the basics of Selenium WebDriver and its architectural design history and then move on to the configuration and installation of Selenium library for different web browsers, including the basic commands needed to start test scripts in various browsers.á YouâÇÖll review action commands of keyboard and mouse for testing user interactions in a web page and see how hyperlinks are tested.áThe book also examines various web elements using eight different locators provided by Selenium to help you choose the one best suited to your needs. All Python scripts are ready to test real examples, all of which are explained thoroughly with problem statements. YouâÇÖll use different Python design patterns to automate test scripts that can be incorporated with Selenium.á ááIn the end, Python Testing with Selenium will provide you with the expertise to write your own test cases in future.What YouâÇÖll Learn Install and configure Selenium WebDriver with Python for different web-browsersá Review basic commands of Selenium Locate web elementsá Work with UI based web elements Assert web elements and handle exceptions Write test scripts in Page Object Model Write test cases with Unittest frameworká Who This Book Is ForááPython developers/testers who want to test their web applications