{"id":15177524,"url":"https://github.com/stefruseva88/selenium-web-driver","last_synced_at":"2026-02-21T19:02:20.987Z","repository":{"id":256042189,"uuid":"849887864","full_name":"StefRuseva88/selenium-web-driver","owner":"StefRuseva88","description":"Setup Selenium + NUnit. Writing Selenium Tests. Interaction with Page Elements","archived":false,"fork":false,"pushed_at":"2024-11-28T17:19:37.000Z","size":72,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-28T18:28:02.107Z","etag":null,"topics":["nunit-tests","selenium-csharp","selenium-webdriver"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StefRuseva88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-30T13:01:21.000Z","updated_at":"2024-11-28T17:19:40.000Z","dependencies_parsed_at":"2024-09-08T18:15:02.556Z","dependency_job_id":"d5fd703e-fee8-477b-9e99-aa289f443afa","html_url":"https://github.com/StefRuseva88/selenium-web-driver","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"eb9e59cef587ddcc74f7c76872edf9dca2a9f645"},"previous_names":["stefruseva88/selenium-web-driver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fselenium-web-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fselenium-web-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fselenium-web-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefRuseva88%2Fselenium-web-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefRuseva88","download_url":"https://codeload.github.com/StefRuseva88/selenium-web-driver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232542067,"owners_count":18539150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nunit-tests","selenium-csharp","selenium-webdriver"],"created_at":"2024-09-27T14:40:19.071Z","updated_at":"2025-10-17T05:52:12.690Z","avatar_url":"https://github.com/StefRuseva88.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selenium Web Driver with C# \n\n[![C#](https://img.shields.io/badge/Made%20with-C%23-239120.svg)](https://learn.microsoft.com/en-us/dotnet/csharp/)\n[![.NET](https://img.shields.io/badge/.NET-5C2D91.svg)](https://dotnet.microsoft.com/)\n[![Google Chrome](https://img.shields.io/badge/tested%20on-Google%20Chrome-4285F4.svg)](https://www.google.com/chrome/)\n[![NUnit](https://img.shields.io/badge/tested%20with-NUnit-22B2B0.svg)](https://nunit.org/)\n[![Selenium](https://img.shields.io/badge/tested%20with-Selenium-43B02A.svg)](https://www.selenium.dev/)\n\n### This is a test project for Front-End Test Automation July 2024 Course @ SoftUni\n## About\nSetup Selenium + NUnit. Writing Selenium Tests. Interaction with Page Elements.\n\n## Table of Contents\n1. [Interacting with HTML Elements](#interacting-with-html-elements)\n   - [Form Input Automation](#form-input-automation)\n   - [Working with Web Tables](#working-with-web-tables)\n   - [Drop-down Automation](#drop-down-automation)\n2. [Data-Driven Testing](#data-driven-testing)\n\n## Interacting with HTML Elements\n### 1.1 Form Input Automation\nAutomate form filling using Selenium by locating and interacting with various HTML elements. The process includes:\n- Populating input fields such as text boxes, radio buttons, and date pickers.\n- Submitting the form.\n\n### 1.2 Working with Web Tables\nWeb tables are represented by the `\u003ctable\u003e` tag and are used to display data in a structured way.\n\n**Objective:**\n- Locating the web table on the home page using XPath.\n- Tracking the table to extract product data.\n- Saving the extracted information to a CSV file.\n- Confirming that the CSV file is created and is not empty by using assertions.\n\n### 1.3 Drop-down Automation\nAutomate the interaction with dropdown menus using Selenium.\n\n**Objective:**\n- Identifying the dropdown element by its `name` attribute.\n- Utilizing the `SelectElement` class to access and interact with dropdown options.\n- Saving the dropdown information to a text file.\n- Locating the file in the `bin -\u003e Debug -\u003e net{version}` folder.\n\n## Data-Driven Testing\nImplement data-driven testing to reuse the same test logic across different data inputs, thereby increasing test efficiency.\n\n**Essential Concepts:**\n\n- Data-driven testing decouples test data from the test logic, allowing the same logic to be applied consistently across various scenarios.\n- Each test executes independently with its unique data set, which boosts the reliability of the tests.\n\n\n\n## License\nThis project is licensed under the MIT License.\n\n## Contact\nFor questions and feedback, you can reach out to the project maintainers.\n\n---\n\nHappy Testing! 🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fselenium-web-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefruseva88%2Fselenium-web-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefruseva88%2Fselenium-web-driver/lists"}