Aug 26, 2024
Feature: Login FeatureScenario: Test login with valid credentialsGiven: PreconditionWhen: ActionThen: Expected outcome@Given, @When, @Then)<username> and <password>.Scenario Outline: Test login with valid credentials
Given user navigates to login page
When user enters <username> and <password>
Then user is navigated to registration page
Examples:
| username | password |
| ravikant | 12345 |
| chandu | 12345 |