Create Your First Test
Create your first TestVibe test by adding readable Gherkin-style intent in the Test Suite.
Steps
Example First Test
Feature: Sign in
Scenario: User signs in with valid credentials
Given the user is on the sign-in page
When the user enters valid credentials
And the user clicks Sign in
Then the dashboard should open
And the user name should be visible in the headerTips For A Good First Test
Where Gherkin Fits
Next
Last updated
Was this helpful?
