Testing VB.net application -reg

  • Thread starter thirumalairajan
  • Start date
T

thirumalairajan

Dear friends,

We are developing an application in VB.net (Visual Studio 2005). Please
suggest an automated tool to test the application for GUI, Functional
testing etc.

The operating system is XP or Windows 2000 Prof.

rgs,
Thirumalairajan
 
J

Jim Wooley

We are developing an application in VB.net (Visual Studio 2005).
Please suggest an automated tool to test the application for GUI,
Functional testing etc.


If you have the team system edition of 2005, unit testing and code coverage
are built in. As an alternative, you can try NUnit (http://www.nunit.org/).
Additionally there is a WinForm add on at http://nunitforms.sourceforge.net/
and ASP tester at http://nunitasp.sourceforge.net/. I have not tried either
of those components so I can not attest as to how well they function.

Jim Woole
 

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

Top