As in, what kinds of testing? And how often do you run those automated tests?
We've started using automation for testing on my current project, and we're currently focusing on automating at least some of the use cases we use for regression testing, and plan to run them on a daily basis, as a check for the daily builds we make.
BUT, I was just wondering what others found to be more and less useful for what to actually automate.
I also feel very much like this depends upon the type of software project on which you work, so, for example, testing something like an online shopping cart where the team can release updates frequently has different needs compared to testing an operating system release.
Any thoughts?