AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Investigate Test Failures
A breaking test is something that needs to be acted on straight away. So you should start from the failure message. This can be very helpful and you start there. If it's not enough then you add log, you're writing steps to the log. You can also add things like screenshots and page source in case of selenium. It makes it easier to understand what happened.