Knowing or unknowingly we all introduce code smell in our test automation code and thus…
TypeScript over JavaScript in test automation framework
Here are the key advantages of using TypeScript over JavaScript in test automation: 1. Type…
Defining the scope of our End to End tests
We all should try that our End-to-End test should NOT considerably reiterate the test efforts…
Which browsers should we use for cross-browser testing (manual/automation)?
The web browsers we should be supporting should be the ones that our client and…

Playwright: Locator vs ElementHandle
Both Locator and ElementHandle are key concepts in Playwright for dealing with web page elements,…

What is Azure DevOps Extension in Azure CLI and How to install it?
Azure DevOps Extension in Azure CLI expands the capabilities of the Azure CLI to interact…
ScenarioContext.Current vs Context Injection in Specflow
Within ScenarioContext in SpecFlow, there are two distinct ways to share data between steps in…
How to handle multiple environments in the Node.js framework?
There are multiple ways to achieve it but one of the simplest ways is to…
Clipboardy: Node.js library
Clipboardy is a popular Node.js library that provides a cross-platform solution for interacting with the…

Restriction download option in Selenium
At times, we need to visit a page in our application that automatically starts downloading…