- This feature ensures that users can log in to the Amazon Web application using valid credentials.
- This scenario is designed to validate the user login process for multiple test cases.
- The repository includes the following:
- Feature Files: .feature files containing Gherkin syntax for scenarios.
- Example: amazon_signin.feature
- Step Definitions: Code files (Java, Python, etc.) implementing test steps.
- Example: signin_steps.py or SigninSteps.java
- Configuration Files: Settings for browser drivers, framework, and dependencies.
- Example: config.properties, chromedriver.exe
- Fork the repository and create a feature branch.
- Write or update test scenarios following the Gherkin syntax.
- Submit a pull request for review.