Question2Answer Automation Toolkit

This project automates the registration of users using data from an Excel file. It leverages Selenium WebDriver to interact with the registration page and handle user registrations.

Features

  • Reads user data (username and email) from an Excel file.
  • Automatically registers users on a specified website.
  • Handles password input securely.
  • Supports default and custom file paths for the Excel file.
  • Logs the registration process and identifies any errors.

Prerequisites