{"id":19620668,"url":"https://github.com/nakov/data-driven-tests-nunit-selenium","last_synced_at":"2026-06-15T05:34:35.730Z","repository":{"id":146212949,"uuid":"337519389","full_name":"nakov/Data-Driven-Tests-NUnit-Selenium","owner":"nakov","description":"Data-Driven Tests with C#, NUnit and Selenium","archived":false,"fork":false,"pushed_at":"2021-02-09T19:59:15.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-15T05:34:32.168Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nakov.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":"2021-02-09T19:53:40.000Z","updated_at":"2021-02-09T19:59:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8020c1d-0495-4fb5-88b3-eaac6c91b370","html_url":"https://github.com/nakov/Data-Driven-Tests-NUnit-Selenium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nakov/Data-Driven-Tests-NUnit-Selenium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakov%2FData-Driven-Tests-NUnit-Selenium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakov%2FData-Driven-Tests-NUnit-Selenium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakov%2FData-Driven-Tests-NUnit-Selenium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakov%2FData-Driven-Tests-NUnit-Selenium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nakov","download_url":"https://codeload.github.com/nakov/Data-Driven-Tests-NUnit-Selenium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakov%2FData-Driven-Tests-NUnit-Selenium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34349925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-11T11:19:38.883Z","updated_at":"2026-06-15T05:34:35.714Z","avatar_url":"https://github.com/nakov.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-Driven Tests with C#, NUnit and Selenium\n\nData-Driven Testing == running the same test case with multiple data \nThis example demonstrates how to write data-driven NUnit tests:\n - Parameterized tests with `[TestCase]`\n - Excel-based tests: `[TestCaseSource]`\n - Data-driven Selenium tests (based on Selenium + `[TestCase]`)\n\n## Code Examples\n\n```cs\n[TestCase(\"BG\", \"1000\", \"Sofija\")]\n[TestCase(\"BG\", \"5000\", \"Veliko Turnovo\")]\n[TestCase(\"CA\", \"M5S\", \"Toronto\")]\n[TestCase(\"GB\", \"B1\", \"Birmingham\")]\n[TestCase(\"DE\", \"01067\", \"Dresden\")]\npublic void TestZippopotamus(\n    string countryCode, string zipCode, string expectedPlace)\n{\n   ...\n}\n```\n\n## Screenshots\n\n![image](https://user-images.githubusercontent.com/1689586/107420677-d6657c00-6b21-11eb-9f43-75cb64aced9b.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakov%2Fdata-driven-tests-nunit-selenium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnakov%2Fdata-driven-tests-nunit-selenium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakov%2Fdata-driven-tests-nunit-selenium/lists"}