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.
You could use Selenium Grid.
See this blog post describing the approach