Skip to content

amanalis/SQAProject-Automated_Testing_of_Adactin_Hotel_Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§ͺ Adactin Hotel Website - Automated Testing Project

This project demonstrates automated software testing for the Adactin Hotel Booking Website using C# .NET, Selenium WebDriver, and Behavior Driven Development (BDD) with SpecFlow.

All test executions are integrated with Allure Reporting to visualize and analyze results effectively.


πŸ”§ Tech Stack

  • Language: C# (.NET Framework)
  • Automation Tool: Selenium WebDriver
  • BDD Framework: SpecFlow (Gherkin)
  • Design Pattern: Page Object Model (POM)
  • Reporting: Allure Reports
  • Test Runner: NUnit

βœ… Tested Scenarios

πŸ” Login Page

  • Valid login with correct credentials
  • Invalid login attempt
  • Empty fields validation

🏨 Booking Page

  • Room selection and booking flow
  • Date picker validations
  • Booking confirmation

πŸ“‹ Itinerary Page

  • View existing bookings
  • Modify or cancel bookings
  • Booking details verification

πŸ“Έ Reporting

All test results are generated using Allure Reports for a rich UI-based test history and step-by-step visibility.

To view reports:

allure serve bin\Debug\net6.0\allure-results

Releases

No releases published

Packages

No packages published