As a continuation to my previous article on tech buzzwords, in this one, I will further share useful resources for learning about concepts like Spring Boot, GraphQL, SaaS, and...
In our day to day work, we keep hearing all sorts of terms and names that relate to technology, software development, and frameworks. But sometimes we don't have time to look up...
In this second installment in my Maven-related articles, we will continue to look at more Maven basics with some interesting features, starting with some more dependency...
Maven is a highly popular tool used by developers and testers to create, build, and run code projects and to manage the project dependencies. As testers, we can also use it to run...
Your test automation project is not working alone, it always requires some sort of dependencies. These are nothing more than libraries that help you with certain tasks. For...
We run our automated tests either on our local machines or in CI systems. In some cases, we cannot see what the tests are doing. When it is an API test, unless it provides some...
Running automated tests in parallel can be a time saver. When we have TestNG tests, we have multiple options for running our tests in such a way. We only need to perform a few...
We all write a lot of code. Sometimes we are not sure of what the best version of the code will be, so we try different tweaks. Some of these tweaks might be great. But in some...