An open API service indexing awesome lists of open source software.

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

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.

![image](https://user-images.githubusercontent.com/9497415/109855085-c5ef7f80-7c4f-11eb-8d56-ddd781a60309.png)

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