
pytest quick tip: Adding CLI options
Quick intro to adding CLI arguments to a pytest test suite in the context of pytest-selenium. Source: Codementor
Quick intro to adding CLI arguments to a pytest test suite in the context of pytest-selenium. Source: Codementor
Ever wondered how to get page source in Selenium WebDriver using Python? In this blog, we explore how to make Selenium WebDriver get page source Read More
In this blog, we will see some of the significant enhancements in Selenium 4. Also, we will cover some of the features that are deprecated Read More
This blog will talk about how to upgrade from Selenium 3 to Selenium 4 using Maven and Gradle, with a demonstration of the same. Source: Read More
Selenium automation has made life much easier for automation testers, especially with cases like Python Selenium switch tab automation. In this blog, we dig deeper Read More
In this tutorial, you will learn how to group test cases in TestNG along with the demonstration with relevant TestNG group examples. Source: Codementor
Want to find broken links on your website? Here’s how you can do broken link testing on your website using Selenium in Java, C#, Python, Read More
Here are the 12 Software testing trends to watch for in 2021: 1. Codeless Automated Testing. 2. ML and AI for Automation. 3. Automated Testing Read More
In this blog, we compared two of the most commonly used JavaScript testing frameworks – to help you pick the right test automation framework for Read More
In this tutorial, you will learn about generating reports in NUnit along with some new features and advantages of Extent Reports. Source: Codementor