I am totally new to web application automation testing. I am learning Selenium from YouTube videos and developing frameworks. While looking into the videos, I could find most of them cover only testing the application.
I found very few videos which state about interacting with the database and verifying them. I just wanted to know how can this be implemented on real-time projects? In these projects, will they help in some automating scenarios like configuring the UI, then validating it in the database, coming back to the UI, continuing the UI flow or will it be simply only verifying the UI?
I want to know more about how can I carry out database testing.
Any information on this will be of great help!