Cantitate/Preț
Produs

Python Testing with Selenium: Learn to Implement Different Testing Techniques Using the Selenium WebDriver

Autor Sujay Raghavendra
en Limba Engleză Paperback – 7 noi 2020
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



Citește tot Restrânge

Preț: 24553 lei

Preț vechi: 30692 lei
-20% Nou

Puncte Express: 368

Preț estimativ în valută:
4699 4957$ 3916£

Carte disponibilă

Livrare economică 12-26 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484262481
ISBN-10: 1484262484
Pagini: 140
Ilustrații: XXI, 170 p. 20 illus.
Dimensiuni: 178 x 254 x 18 mm
Greutate: 0.35 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1: Introduction to Selenium.- Chapter 2: Getting Started.- Chapter 3: Mouse & Keyboard Actions.- Chapter 4: Web Elements.- Chapter 5: Navigation.- Chapter 6: Buttons, Checkbox, and Select List.- Chapter 7: Frames and Text Boxes.- Chapter 8: Assertions.- Chapter 9: Exception Handling.- Chapter 10: Waits.- Chapter 11: Page Objects.- Chapter 12: Using Test Cases with a Screenshot.



Notă biografică

Sujay Raghavendra works mainly in the field of data science, machine/deep learning, and artificial intelligence and is currently Executive Director of Raghavendra Training & Consultancy (RTC), a start up company based in Dharwad, Karnataka, India. RTC was co-founded with his brother Sumedh Raghavendra in 2014.
He also plans and evaluates new technological projects for research and product development to various companies at RTC. Some of his projects include analyzing pap smear filter for microscopic medical images, thermal heat sensing in hospitals, ocr for handwritten characters, satellite image analysis, network automation for maps, forecasting model, text analytics & predictions, etc. 
Raghavendra has been a consultant for helping and building research centers for technical universities and colleges and his recent interest includes automating testing cases using machine learning. He has published numerous research articles in international journals and was part of a reviewer committee in various journals and conferences. 


Textul de pe ultima copertă

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.
You will:
  • 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 


Caracteristici

This book is based on Python script using Selenium WebDriver a widely used tool for testing Different testing techniques for small or complex operations are explained along with their syntaxes Each topic and sub-topics are covered with Python scripts that can be used for any real-time projects