Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Selenium with Python - A Beginner’s Guide: Get started with Selenium using Python as a Programming Language

Posted By: AvaxKevin
Selenium with Python - A Beginner’s Guide: Get started with Selenium using Python as a Programming Language


Selenium with Python - A Beginner’s Guide: Get started with Selenium using Python as a Programming Language by Pallavi R Sharma
English | 2019 | ASIN: B07YPV2H5W | 46 Pages | PDF | 3.42 MB


Step by step directions to get started with Selenium using Python as a programming language

Key Features
● Get introduced to the world of Selenium
● Understand the concept of locators in Selenium
● Learn how to write scripts using Selenium WebDriver in Python
● Learn the concepts of synchronization
● Learn how to handle different HTML elements like form, table, alert, frame, and dropdown
● Learn about design patterns like the page object model, data-driven tests, and adding assertions

Description
Selenium is the most popular open source test automation tool available in the market. In the last decade, its usage has dramatically increased in the IT sector across all types of organizations. The reason for its popularity is mainly because it supports multiple programming languages, test executions on multiple browsers and operating systems. In this book, we will learn about the different components of Selenium.
We will discuss the concepts of WebDriver and learn how to apply test automation concepts with it to automate the testing of our application. We will learn the process of recognizing the test objects on the screen and writing Selenium commands using Python as a programming language
We will also discuss how to use design patterns like the page object mode and data-driven testing to ensure building a robust test framework, which is modular and scalable in nature.

What will you learn
The objective is to introduce the world of Selenium to a manual tester who knows Python as a programming language. You will learn to demystify the concept of identifying test objects and writing Selenium commands to create robust test scripts. This book will help learn to automate different HTML elements, which we come across in the web applications we need to test. You will understand how to build a good test suite by learning the concept of design patterns like the page object model and data-driven tests to ensure maintainability of code.

Who this book is for
This book is for people who have experience in manual testing and knowledge in Python as a programming language.
This book will also be helpful for a developer who knows Python as a programming language and is looking for test automation as a career option.