{"id":27172792,"url":"https://github.com/ravifel/seleniumuitestcsharp","last_synced_at":"2026-04-30T13:34:37.109Z","repository":{"id":286776842,"uuid":"960961992","full_name":"ravifel/SeleniumUITestCsharp","owner":"ravifel","description":"Selenium WebDriver | C#.Net | Workshop | (RKTestingTools)","archived":false,"fork":false,"pushed_at":"2025-04-08T09:21:24.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T10:27:12.934Z","etag":null,"topics":["csharp","nuget-packages","selenium-webdriver","test-automation","testing","visual-studio"],"latest_commit_sha":null,"homepage":"https://youtube.com/playlist?list=PLrEdqqBKCEUeJaRoupDarHUHUamcAqDj4\u0026si=-1kzq-qjM4QJ9APN","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ravifel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-04-05T13:01:18.000Z","updated_at":"2025-04-08T09:21:28.000Z","dependencies_parsed_at":"2025-04-08T10:37:38.504Z","dependency_job_id":null,"html_url":"https://github.com/ravifel/SeleniumUITestCsharp","commit_stats":null,"previous_names":["ravifel/seleniumuitestcsharp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravifel%2FSeleniumUITestCsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravifel%2FSeleniumUITestCsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravifel%2FSeleniumUITestCsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravifel%2FSeleniumUITestCsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ravifel","download_url":"https://codeload.github.com/ravifel/SeleniumUITestCsharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248020237,"owners_count":21034404,"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":["csharp","nuget-packages","selenium-webdriver","test-automation","testing","visual-studio"],"created_at":"2025-04-09T10:30:17.847Z","updated_at":"2026-04-30T13:34:37.103Z","avatar_url":"https://github.com/ravifel.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SeleniumUITestCsharp\n\nThis is the automated testing project using Selenium Web Driver with C# programming language during the Workshop on automated testing on the \"RKTestingTools\" channel on Youtube.\n\nLink to the playlist for the Selenium WebDriver + \"C#\" Workshop: https://youtube.com/playlist?list=PLrEdqqBKCEUeJaRoupDarHUHUamcAqDj4\u0026si=xeWoGkYrQUZ_uhH9\n\nLink to the YouTube channel: https://www.youtube.com/@rameshkudikala83\n\n![image](https://github.com/user-attachments/assets/cd588c1c-1bbc-45c8-a74d-803a781e3ede)\n\n------------------------------------------------------------------\n#1 Selenium WebDriver | C#.Net | Workshop\nC# seleniumwebdriver #visualstudio #testautomation #pageobjectmodel \nSteps to setUp Webdriver in Visual Studio\n\n1. Download and install Visual Studio 2022\n2. Install Latest version of .Net Framework ( If it is not installed)\n3. Open the Visual Studio and Create a Unit Test Project\n4. Create a Folder Structure for Selenium Webdriver Automation\n5. Go to Manage Nuget Packages and Install Required Selenium Libraries\n6. Clean and build the Solution.\n7. Create a Sample Test for Below Scenarios ( WebSite: https://demowebshop.tricentis.com/\n)\n\nRequired Selenium Libraries:\n![packages-installed](https://github.com/user-attachments/assets/c0618c12-a2a5-436f-a3ab-e337aa08a372)\n\n\n##### Method 1 - Basic Test #####\n\nTest Scenario:  Validate the register functionality with valid data\n\nStep1 : Launch browser and navigate to site url\n\nStep2 :   \n\nStep 3: Click on register link\n\nStep 4: Verify the register page Title\n\nStep 5: Select the gender Male\n\nStep 6: Enter FirstName\n\nStep 7 : Enter lastname\n\nStep 8: Enter email address\n\nStep 9: Enter pAssword\n\nStep 10 . Enter confirm password\n\nStep 11 . Click register button\n\nStep 12. Verify the registration successfull message \n\nStep 13. verify the email account at account\n\n------------------------------------------------------------------\n#2 Selenium WebDriver | C#.Net | Workshop\n\n##### Method 2 - Same Test with Page Object Model #####\nCreate Page Classes\nCreate Base Class - ( Re-usable Methods)\nCreate Actual Test by calling Page Objects methods\nRun  the Test\n\n------------------------------------------------------------------\n#3 Selenium WebDriver | C#.Net | Workshop\n\n1. Simplify the Page Object Model\n a. WebdriverExtensions.cs\n  i. EnterText(args)\n   ii.Click()\n  ii IsElementDisplayed()\n2. Category of Test cases.(TestCategory(\"Smoke)]\n a. Smoke Tests\n b.FunctionalTests\n  c. UnitTest\n\n3. How to Read Config Data\n\n4. Push the Local code to remote repo\ngithub Url : https://github.com/rkudikala143/SeleniumUITest\n\n------------------------------------------------------------------\n#5 Selenium WebDriver | C#.Net | Workshop\n1. Create a JSON file with data\n2. Create Data Model ( Encapsulation)\n3. Read Json Data using System.Text.Json class libraries\n4. Create a Test Scripts and read data from JSON file.\n\nGithub : https://github.com/rkudikala143/SeleniumUITest/tree/readDataFromJson\n\n------------------------------------------------------------------\n#6 Selenium WebDriver | C# -| Workshop -JsonReader(Multiple Objects)\nCreate a Json file with multiple Data Objects\nCreate a Data Model\nRead multiple Objects from JSon file.\nImplements in Selenium WebDriver with C#\n\nGithub : https://github.com/rkudikala143/SeleniumUITest/tree/readDataFromJson\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravifel%2Fseleniumuitestcsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravifel%2Fseleniumuitestcsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravifel%2Fseleniumuitestcsharp/lists"}