542 views 20 secs 0 comments

24 Testing Scenarios you should not automate with Selenium

In General
April 22, 2021


While there is a huge demand and need to run Selenium Automation Tests, the experts always suggest not to automate every possible test. Exhaustive Testing is not possible, and Automating everything is not sustainable.

Let us consider an example of Selenium WebDriver in this article and analyse what Selenium test scenarios are not greatly supported with it when used as a stand-alone tool. We will also see what all Selenium test scenarios are not best for automation.

Selenium WebDriver

Selenium WebDriver is a web automation tool, primarily works best across different browsers, browser versions, and desktop platforms (e.g. Windows, macOS, etc.). . However, if we want to automate specific test scenarios that were initially not intended to be supported with Selenium, we would be doing something wrong.

The agenda of this article is to create awareness of what Selenium test scenarios are NOT to be automated using Selenium WebDriver as a stand-alone tool.

1. Windows…



Continue reading on source link

Leave a Reply
You must be logged in to post a comment.