Thursday, September 10, 2009

Automation tests report failed result after a code push in QA,. Now what?

I am sure you have simlar issues happening like this before. Usually, you can do the following:
  • Check what had been pushed and see if they are related to the failure
  • Check the old logs/results from the last automation test and confirm if they were passed
  • Manually reproduce the error from the front end and verify you get the same result
  • Code-wise, find out what was the last time they were modified
  • Push-wise, find out what is possible being changed in the environment
  • Data-wise, figure if it is code issue or a data issue

0 comments:

Post a Comment