Python Testing with Selenium
eBook - ePub

Python Testing with Selenium

Learn to Implement Different Testing Techniques Using the Selenium WebDriver

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Python Testing with Selenium

Learn to Implement Different Testing Techniques Using the Selenium WebDriver

About this book

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

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Python Testing with Selenium by Sujay Raghavendra in PDF and/or ePUB format, as well as other popular books in Computer Science & Cyber Security. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Introduction to Selenium
  4. 2. Getting Started
  5. 3. Mouse and Keyboard Actions
  6. 4. Web Elements
  7. 5. Navigation
  8. 6. Buttons
  9. 7. Frames and Textboxes
  10. 8. Assertions
  11. 9. Exceptions
  12. 10. Waits
  13. 11. Page Objects
  14. 12. Using Test Cases with a Screenshot
  15. Correction to: Introduction to Selenium
  16. Back Matter