Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 931 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 931 Bytes

Amazon Sign-in Functionality - Scenario Outline

  • This feature ensures that users can log in to the Amazon Web application using valid credentials.

Scenario Outline: Verify User Login Functionality

  • This scenario is designed to validate the user login process for multiple test cases.

File Structure

  • 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

Contribution Guidelines

  1. Fork the repository and create a feature branch.
  2. Write or update test scenarios following the Gherkin syntax.
  3. Submit a pull request for review.

Keep Testing and Building! 🚀