This is a migrated thread and some comments may be shown as answers.

How to Compile ‘NUnit Extention.dll’ the sources against your version of NUnit

5 Answers 116 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Siddi
Top achievements
Rank 1
Siddi asked on 27 Jun 2013, 09:27 AM

How to Compile ‘NUnit Extention.dll’ the sources against your version of NUnit

I am planning to use ‘Unit Testing Web Extensions with NUnit’ , I have gone through the user guide Link http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/getting-started/using-nunit.aspx and I have installed NUnit(2.5.7) and downloaded the ‘NUnit Extention surce file

But how to Compile the sources against version of NUnit. Please guide me the steps how to do the compilation and I am using Visual Studio 2012.

5 Answers, 1 is accepted

Sort by
0
Boyan Boev
Telerik team
answered on 27 Jun 2013, 12:36 PM
Hi Siddi,

Find attached the upgraded nUnitExention, which you can compile in VS2012.

Let me know if this helps.

Regards,
Boyan Boev
Telerik
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
Siddi
Top achievements
Rank 1
answered on 28 Jun 2013, 07:32 AM
Hi Boyan,

Thanks for reply

I am new to VSTS as well as Telerik framework. can you please guide me the steps how to compile attached file with VSTS and Nunit.
It will be great help if you provide me an example from creating project.
0
Velin Koychev
Telerik team
answered on 01 Jul 2013, 10:58 AM
Hi Siddi,

All you have to do is to add references to the nunit.core and nunit.core.interfaces dll files from your version of NUnit. You can find them in C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\lib 
After that you have to copy the ArtOfTest.WebAii.NUnitExtension.dll from the project's bin\Debug folder and paste it in the C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\addins folder. 
I have recorded a short video as demonstration of the process.  You can also find attached the  ArtOfTest.WebAii.NUnitExtension.dll that should work with NUnit 2.5.7.

Looking forward to hearing from you.

Regards,
Velin Koychev
Telerik
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
Charlotte
Top achievements
Rank 1
answered on 28 Mar 2019, 12:05 PM

How to Compile the sources against your version of NUnit with NUnit 3.11 ?

First of all I can't open the ArtOfTest.WebAii.NUnitExtension.sln in Visual Studio 2017 to add the nunit.core and nunit.core.interfaces dll files as reference.

Secondly I can't find any addins folder in NUnit 3.11.

Thank you for your Support!

0
Elena
Telerik team
answered on 02 Apr 2019, 03:12 PM
Hi Charlotte,

Thank you for contacting us. 

We managed to investigate the encountered issue on our end and it turns out that NUnit is completely redesigned after its version 3.0 and higher. Therefore the current extension available in our documentation is not compatible with the latest NUnit versions. If you need to build this you can use any NUnit version prior 3.0. 

However, using this extension is not mandatory and depending on how your tests are build, you may not need to use it. Can you, please, elaborate further on the current implementation you are using? You can also prepare a sample project or unit test to share as an example - this will ease us in understanding the details of the test setup you have on your end. 

Please, let me know in case you have any further questions. Thank you for your understanding. 

Regards,
Elena Tsvetkova
Progress Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Tags
General Discussions
Asked by
Siddi
Top achievements
Rank 1
Answers by
Boyan Boev
Telerik team
Siddi
Top achievements
Rank 1
Velin Koychev
Telerik team
Charlotte
Top achievements
Rank 1
Elena
Telerik team
Share this question
or