Manual Tests & Gherkin
Choose your format upfront
On the Manual tests tab, pick the format before generating:- Classic steps — Action / Expected Result rows.
- Gherkin BDD — a
Given/When/Thenscenario.
Edit before push
Whatever the format, every case is editable in place:- Edit the title inline.
- Change the priority via the P1–P4 dropdown.
- Edit the content — Action / Expected steps in Classic mode, or the Given/When/Then scenario (in an editable field) in Gherkin mode.
- Delete a test case with the ✕ at the top right of the card.
Pushing to ADO
Tests are pushed via the Tested By relation and appear in the Test Coverage tab of the work item. In Gherkin mode, the ADO steps are derived from your edited scenario — keyword recognition is bilingual (English or French):Given/When/And(beforeThen) — orSoit/Étant donné/Quand/Lorsque/Et(beforeAlors) → Action step.Then/And/But(afterThen) — orAlors/Et/Mais(afterAlors) → Validation step (Verify:, orVérifier :for French stories, in the action field; the line text as the expected result).
System.Description.
You do not need an Azure DevOps Test Plans licence to push manual tests. A Basic licence is sufficient.