What is Mutation Testing? Mutation Testing is an approach that evaluates the quality of existing…
Category: Quality Engineering
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…
TestNG/JUnit: assertTrue vs assertEquals for text verification
We all do text validation in our automation tests to validate whether the returned value…
DevOps
Continue Reading
How to pass a variable value between Azure Pipeline jobs (within the same stage)?
Since the jobs operate in different namespaces, passing variable values between them is unlike passing…
DevOps
Continue Reading
Sensitive Data in Azure Pipelines – Azure Variable Groups (Benefits and Real-World Examples)
Secret variables are variables that are encrypted and can be used in pipelines without having…
Quality Engineering
Continue Reading
Git Tip 💡
> Git aliases: Making aliases for popular commands to save time in the terminal is…