As a QA, it is always important to be willing to learn more about things that could help your daily activities. SQL is must-have knowledge for QAs and can be differential in your...
Often in automation, our tests need to perform actions on the database. Sometimes we need to set up some test data. Other times we need to query the database in search for test...
As software testers and automation engineers, we often think about the "Happy Path"- the path that the user will most likely take when they are using our application. When we...
After explaining how to automate data quality tests and how to test primary key constraint in your database, in this article we’ll focus on tests related to foreign key...
In this article, I will be focusing on implementing test automation on data quality, meaning testing the data structure and the data already stored in the database. Rather than,...