https://github.com/erossini/seleniumtest
https://github.com/erossini/seleniumtest
csharp selenium selenium-csharp selenium-webdriver testing uitest
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erossini/seleniumtest
- Owner: erossini
- Created: 2021-03-03T18:33:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T11:53:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T10:07:13.347Z (about 1 year ago)
- Topics: csharp, selenium, selenium-csharp, selenium-webdriver, testing, uitest
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium Grid Test with C#
I explain how I have created UITest with C#, Selenium and Selenium Grid for the AdminLTE integration and other projects.
So, speeding up the test execution process is on every test engineer’s mind when working with a custom Selenium framework. Even more so if you’re working on a long-term project, and if you are dealing with a tight regression period.
Therefore, when in need to perform testing on different browsers, versions, and operating systems, the good news is that the solution is already out there.

The complete post is on [PureSourceCode](https://www.puresourcecode.com/dotnet/uitest-with-c-and-selenium-grid/).