I am trying to determine what level of confidence my development team has in our automated test base (unit, integration, webtest). I would optimally like to get sensible answers to questions like:
- What refactorings do you expect to be covered/not covered by tests ?
- Would you trust a green build to auto-deploy for acceptance test environment ?
- Would you trust a green build to auto-deploy directly to production ?
I was hoping there were some pre-existing metrics and possibly questionnaires I could use to explore this area. My goal would be to increase the level of automated deployments, but I really only believe we can automate things the developers trust/believe in.
Anyone know any techniques to explore this ?