Hi there.
We’ve recently undergone a bit of an Agile transformation, up-ing our agile game! Part of this involved a lot more planning and preparing tickets before bringing into sprint.
We’ve also improved our QA scenario planning. We now have a separate Testing section on all Jira tickets where we have bullet pointed test scenarios that the whole team is aware of (helping the whole team test better). However these still tend to focus on the manual tests that QA will do.
The next step we are busy trialing is putting these test scenarios into a table format, and having columns stating whether the test will be:
• Automated (new test, update existing test or no automation)
• Test Type (unit, UI or manual)
• Who will do the testing (dev or QA)
We’re still working out the kinks but so far it seems to be helping.
I was wondering:
- How does everyone else go about about planning automation and manual testing?
- How do you decide if something should be automated or done manually?