Accessibility Testing in Selenium Python

   In the previous article, we discussed accessibility testing in Playwright Java. In this article, I would like to share the implementation of Accessibility Testing in Selenium using Python programming language. The following are the prerequisites: Install Python 3.8 and above (reference: https://www.python.org/downloads/) and configure it in the system environment variable. Install PyCharm or any IDE that... Continue Reading →

Behave with Selenium

   As we know, Behavior-Driven Development (BDD) is an agile software development technique that encourages collaboration between developers, QA, and business participants. Behave is a Python Behavior Driven Development framework, we can generate BDD tests using Behave and automate them using Selenium at the same time. In this article, I would like to share the implementation... Continue Reading →

Kickstart Python Pytest with Selenium

   We discussed Selenium automation with the Python Unittest framework in my previous article; I hope you enjoyed the article and implemented the Python Unittest framework in your project. Also, we discussed Python and the advantages of Python in the previous article. In this article, we are going to discuss Selenium automation using Python 3.x and the... Continue Reading →

Kickstart Python Unittest with Selenium

   We discussed Selenium automation with C# and Kotlin in my previous article. I hope you enjoyed those articles. We know that Python is an interpreted, high-level, general-purpose programming language. Python came before Java and C# programming languages. Python 3.0, released in 2008, was a major revision of the language that is not completely backward-compatible, and... Continue Reading →

Create a website or blog at WordPress.com

Up ↑