What is automated testing, and why should you care?
Automated regression maintains the baseline of product readiness to test against for every deployment
-Regression can be built for:
--Content Types
--Taxonomy
--Workflows
--User Interactions
1. Define your baseline, and what you need to test
-Is your site a series of forms? Should you run a submission with each code change? Is your site heavily permissions based? Should you check all roles with each code change?
2. Define how you will manage this
-Will you be using a build service like Jenkins or TFS? Or are you one developer pushing code through environments?
3. Define how you need your results
-Would you like results with every change that you commit, when packages are built for deployment, hourly, monthly?
4. Build it into your process
-If you work in sprints, build it into your integration and user acceptance testing time. If you work in waterfall, it is an excellent tool for regression throughout the phases of the project
5. Share and interact with the community
-Take advantage of the hard work of others who have mastered Selenium, or give away a test case that you're proud of so others can benefit
HELPFUL LINKS:
Installing Behat: https://github.com/thinkshout/ts_reci...
http://docs.behat.org/en/v2.5/quick_i...
Triggering Behat Scripts with Builds: http://codeception.com/05-24-2013/jen...
Behat Screenshot Extension: https://github.com/elvetemedve/behat-...
Web API Extension: https://github.com/Behat/WebApiExtension
Behat Command Line: http://docs.behat.org/en/v2.5/guides/...
https://www.drupalgovcon.org/program/...