0

Please Help Me,

I use selenium WebDriver for automatically web tests. How can I make it run in multiple browsers in parallel using C#?

If there is a way to make this with a configuration file ? would be ideal.

Dumitru Chirutac
  • 617
  • 2
  • 8
  • 28
  • I found how to run tests in multiple browsers using C#, [read here](http://stackoverflow.com/questions/2388489/how-do-i-run-a-set-of-nunit-tests-with-two-different-setups) – Dumitru Chirutac Jan 12 '16 at 10:38

1 Answers1

0

You could use Selenium Grid.

See this blog post describing the approach

shamp00
  • 11,106
  • 4
  • 38
  • 81