With something like this to construct, who needs a dull resume? P.S: It’s evident that…
OpenAI Learning:- Chapter 1
Test case generator using OpenAI I made a tiny attempt to use gpt-3.5-turbo with OpenAI…
Execute Selenium Tests (C#) through Azure DevOps (CI/CD) in Browser Stack
In this article, we will be seeing how we can build a CI/CD pipeline in…
Mutation Testing
What is Mutation Testing? Mutation Testing is an approach that evaluates the quality of existing…
Code Smells and Refactoring
Knowing or unknowingly we all introduce code smell in our test automation code and thus…
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…
TypeScript over JavaScript in test automation framework
Here are the key advantages of using TypeScript over JavaScript in test automation: 1. Type…
ScenarioContext.Current vs Context Injection in Specflow
Within ScenarioContext in SpecFlow, there are two distinct ways to share data between steps in…
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…
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…