Skip to content

aasthamewar/selenium-automation-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

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

Repository files navigation

πŸš€ Selenium Form Automation (C#)

This project demonstrates how to use Selenium WebDriver with C# to automate filling


βœ… Project Overview

This automation script performs the following steps:

  • Opens the Chrome browser
  • Navigates to the CloudQA form
  • Fills in required fields:
    • First Name
    • Gender (Female)
    • Mobile Number
    • Date of Birth
    • Subject (Maths)
    • Uploads a file from local storage
  • Waits for each element to load to ensure stability
  • Closes the browser after execution

πŸ’» Technologies Used

Tool Purpose
C# (.NET 8) Primary programming language
Selenium WebDriver Browser automation
ChromeDriver Connects Selenium to Chrome
XPath & WebDriverWait Stable element detection
VS Code Code editor
Git & GitHub Version control and sharing

πŸ“ Folder Structure

SeleniumTest/
β”œβ”€β”€ Program.cs          # Main automation script
β”œβ”€β”€ SeleniumTest.csproj # .NET project file
└── bin/obj/            # Build outputs

About

Automation script using C# and Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages