How to convert Class library into test project and runt the Gallio tests inside Visual Studio 2010.
Installing MBUnit and sample test case for MBUnit with Selenium
Please find the code : //sarpstechnologies.com/Selenium.txt.
How to install or set up Nunit framework in Visual Studio
Vinsys Technologies offers selenium training with C# sharp and Nunit framework. Class room and on line trainings are available, Please visit the website ...
Introduction To NUnit
Introduction to NUnit from www.kellermansoftware.com Covers * What is NUnit? * Setting up NUnit * Creating a Test Class * Running Tests Get our free NUnit ...
What I use (found on SOverflow): "You can create a blank project (Choose
console application for example) and in the property of the project you can
select DEBUG tag and select "Start External Program". Put the path of
Nunit. Than, in the start option, the command line arguments select the DLL
that contain all your test (mine is always in the nunit\bin...). Than
select "enable unmanaged code debugging" and you will be able to start the
projet inside VS and even use the debugger step-by-step."
hallo, i have some problems finding dll files in the bin\debug folder, what
could be the possible reason. i am following the instructions as displayed
on the screen