DEV Community

Cover image for Selenium Python Tutorial Series
Dilpreet Johal
Dilpreet Johal

Posted on • Updated on

Selenium Python Tutorial Series

In this tutorial series, we will be learning Web Automation using Python and SeleniumBase framework. We will be covering everything from setting up your project from scratch to all the way to integrate it with CI/CD.

🤖 What is SeleniumBase?

SeleniumBase is a web automation framework built with Python, pytest, and Webdriver. Since it’s an entire framework it comes with some great in-built features such as –

  • All the capabilities of pytest, unittest, and nose for test discovery and running
  • Has inbuilt smart wait methods to make your tests reliable
  • Includes great logging tools for dashboards, reports, and screenshots
  • Run tests in headless mode, or even run tests in parallel to optimize your run time
  • And many other great features….

So when you get started with writing your UI tests, your only job is to focus on writing tests, rest all the setup and configuration SeleniumBase takes to care of for us so that we don’t have to reinvent the wheel again every time.

đź’» What we will be covering in this series?

  • SeleniumBase Introduction
  • Setup and Installation
  • Write tests using SeleniumBase and Python
  • Learning the APIs for SeleniumBase
  • Building a test automation framework
    • Implement the Page Object Model
    • Learning various wait methods
    • Setting up reporting and logging
  • Cross-browser and Parallel testing
  • CI/CD integration using Jenkins

There’s quite a bit we will be covering in this series. Hope you all are excited to begin your next learning journey with me. 🙌

As for the pre-requisite for this series, you will need to have some basic familiarity with Python or any programming language as well as basic familiarity with web automation would be helpful too, the rest we will cover in this series.


Check out the video below to learn everything we will be covering in this series –


👇 You can also check out my other tutorial series here –


📧 Subscribe to my mailing list to get access to more content like this
đź‘Ť Follow automationbro on Twitter for the latest updates

...

I love coffees! And, if this post helped you out and you would like to support my work, you can do that by clicking on the button below and buying me a cup of coffee -

Buy me a coffee

You can also support me by liking and sharing this content.

Thanks for reading!

Top comments (0)