Generative AI models have the potential to revolutionize the way we create content, but they…
Tag: Quality Engineering
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…
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…
Soft Assertions: Where and when we can use it?
Where we can use it? To tackle the disadvantage of Hard Assertions where we want…
Transitive and Excluded Dependency in Maven
Transitive dependency in Maven is a dependency that is automatically included in your project when…
Pickles- Living doc generator of your Gherkin feature files
You have a set of BDD feature files written in the Gherkin language but your…