Test Automation Project: Online Food Ordering Website TietEats

This repository contains automated tests for the Online Food Ordering Website TietEats. The tests are implemented using Selenium and TestNG framework.

Test Scenarios Covered

  1. Login and Register Page Automation using TestNG

    • Description: Automated tests for the login and registration pages to ensure functionality and user experience.
  2. Signup Automation with Password Constraints

    • Description: Automated tests for the signup process with specific password constraints to validate the signup functionality.
  3. Ordering Process Automation

    • Description: Automated tests for the ordering process to ensure seamless user experience and accurate order placement.

Team Members

  • Karan Chhabra (ID: 102103122)
  • Nanki Noor Singh (ID: 102103127)
  • Divesh Goel (ID: 102103146)

Requirements

  • Java Development Kit (JDK) 8 or higher
  • Maven
  • Selenium WebDriver
  • TestNG
  • WebDriver-compatible browser (Chrome, Firefox, etc.)

Setup Instructions

  1. Clone this repository to your local machine.

    git clone https://github.com/your-username/your-repository.git
  2. Navigate to the project directory.

    cd your-repository
  3. Install dependencies using Maven.

    mvn clean install
  4. Execute the tests.

    mvn test

Configuration

  • WebDriver configurations such as browser choice, timeouts, etc., can be modified in the src/test/resources/config.properties file.

Test Reports

After test execution, detailed test reports can be found in the target/surefire-reports directory.

Contributing

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License.