Tag: <span>grid</span>

Selenium GRID and Nunit

Everyone asking about how to setup Selenium GRID. We were using Visual Studio to execute script which was kind of time consuming. It used to take minium 1.5 hours after every build. After that I implemented GRID and divided  tests into groups based on category and ran in parallel and achieved 66% improvement. Not bad ;). [gview file=”http://learnseleniumtesting.com/wp-content/uploads/2012/10/SeleniumGrid_LearnSeleniumTesting1.pdf”] If you have any question, I will try to answer. If you are using webdriver and want to use grid then you need to use remote webdriver instead. Every thing will be the same. Remember: If you try to use two instances …