I am trying to execute tests in parallel in multiple browser in .Net ecosystem using Selenium Grid and PNUnit as framework.
I have established the hub and nodes but I am not able to execute the tests in parallel. Can someone help me with this issue or point me to a resource from which I can learn to execute parallel tests across machines/browsers using PNUnit?
I also read a lot about Gallio but again I am not finding a tutorial that explains how to establish the tests to run on multiple machines.
Thanks, Shaun