Selenium GRID and Nunit

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 of Firefox execution in parallel in same machine , you won’t be able to but chrome will work.

If you find this useful please don’t forget to like the page below 🙂

4 Comments

    1. Aditya

      Hi Aman,
      I created a presentation based on framework which is available on github where I am considering that you need an account to run your tests. And in that case you need separate bulid(dll) file for each account.
      I updated the ppt so it will be more clear.
      Thanks for pointing out this. Appreciate!
      Let me know if you have any question.

  1. Farrukh

    Hi Aditya,

    I someone is working with Selenium webdriver with C#, still he requires java -jar selenium-server-standalone-2.14.0.jar.
    OR There is a separate file required for C# selenium grid?
    Thanks in advance
    Farrukh

Leave a Reply