Unit testing.

  • Thread starter Thread starter Liza K.
  • Start date Start date
L

Liza K.

can we do unit testing like checking the functionality of button in Mic-ACT?

Please provide me the solution. I need urgent help.

Liza
 
http://www.nunit.org/

NUnit is a unit-testing framework for all .Net languages. Initially ported
from JUnit, the current version, 2.1 is the latest update of this xUnit
based unit testing tool for Microsoft .NET. It is written entirely in C# and
has been completely redesigned to take advantage of many .NET language
features, for example custom attributes and other reflection related
capabilities. NUnit brings xUnit to all .NET languages.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
Hi Jan

Thanks for helping me.

I have tried this also but it does not work.

if u know about HarnessIt ( web testing engine ) ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top