How to do Parallel Testing using Selenium Webdriver and C#

1,836 views
Skip to first unread message

Ajay

unread,
Apr 12, 2015, 5:08:16 PM4/12/15
to webd...@googlegroups.com

Hi Every One,


I understand  that , if we doing Automation using Java and Selenium, we can use TestNG for parallel execution.

But I have to use C# and Selenium for my automation and am using Nunit  for the Test Execution..But is there any way to execute test case in parallel using Nunit.

I need to execute the same script in multiple silos at the same time ?What you guys will do to achieve this?

Appreciate any ideas, thoughts or tools.


Thanks
Ajay.

darrell

unread,
Apr 13, 2015, 7:52:49 AM4/13/15
to webd...@googlegroups.com

Ajay Ajay

unread,
Apr 16, 2015, 9:46:10 AM4/16/15
to webd...@googlegroups.com
Thanks Darrel for the information..

 I read the information given in the link. But I had a clarification in the pre-requisite mentioned .
I am not doing unit testing. I am doing functional regression testing using  Selenium  web driver with C# and Nunit and using Nunit  Test Fixtures to run my test.

Is this any different from unit testing?? or can I apply the same technique in my functional regression test suit.

Appreciate any opinions in this regard.. 

Thanks,
Ajay.

--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+...@googlegroups.com.
To post to this group, send email to webd...@googlegroups.com.
Visit this group at http://groups.google.com/group/webdriver.
For more options, visit https://groups.google.com/d/optout.

darrell

unread,
Apr 17, 2015, 10:15:09 AM4/17/15
to webd...@googlegroups.com
The difference between unit testing and using NUnit to run Selenium tests is the content of the setup, fixtures and teardown. So you can use NUnit to do Selenium testing. In unit testing i would create a Mock in the setup and I would tear down the Mock in the teardown. With Selenium I might open a browser in the setup and close the browser in the teardown.

Ajay Ajay

unread,
Apr 21, 2015, 4:18:41 PM4/21/15
to webd...@googlegroups.com
Thanks Darrel..

Reply all
Reply to author
Forward
0 new messages