Testing VB.net application -reg

  • Thread starter Thread starter thirumalairajan
  • Start date 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
 
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
 
Back
Top