Testing Area/Behat Testing/Characteristics of a good test
From Mahara Wiki
< Testing Area | Behat Testing
How to write a good test
Template
Feature: In order to As an So I can Scenario: Or for multiple scenarios on one page
Feature
Good features clearly explain what you are trying to do. If you are using a bug from Launchpad to write the test, use the title of the bug in the title of the feature.
Feature: In order to As a So I can
Tags
Always attach a @javascript tag
Scenario
Background
Steps