— Behavioural test is an acceptance test written in plain language that users can write and understand
— Explain the context, event and outcome in given-when-then format
— Can be written before, during or after development
— Writing behavioural tests before development is BDD (behaviour-driven development). Helps developers know when they’re done.
— Set of behaviour tests is a form of contract between users and app builders
— Can be slow to execute until automated and don’t reveal root cause
To adjust the volume hover the cursor over the volume bar
Add A Comment