Extent Reports is being sunset and will be replaced by ChainTest Reporting Framework. 1. What is…
Tag: Quality Engineering
Unlocking the Power of Generative AI: Techniques for Crafting Effective Prompts
Generative AI models have the potential to revolutionize the way we create content, but they…
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…