I install Selenium to study automation testing, and I chose C # .Net as my language. I downloaded the .Net client driver from this page - http://seleniumhq.org/download/ that is, I downloaded:
Now, when I follow the steps, it says that I need to create a class library in Visual Studio, and then add a link to some NUnit and Selenium DLL files. Well, I installed NUnit, created a class library, and trying to reference the dll, I cannot find a few of them that need to be added. If someone has encountered a similar problem before or knows where I can find these files, please help.
Files to be added: -
http://seleniumhq.org/docs/appendix_installing_dotnet_driver_client.html#configuring-selenium-rc-net-reference
I have on my machine:
i.e. I have only ThoughtWorks.Selenium.Core.dll
I found NUnit.framework.dll and NUnit.nmock.dll in the NUnit folder.
Issue: I don't have or am not able to find the following dll's: nunit.core.dll nmock.dll ThoughtWorks.Selenium.IntegrationTests.dll ThoughtWorks.Selenium.UnitTests.dll.
Please offer.
source share