Home All Groups Group Topic Archive Search About

Testing VB.net application -reg

Author
9 Feb 2006 8:55 AM
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

Author
9 Feb 2006 10:15 AM
Carlos J. Quintero [VB MVP]
Hi,

See:

Resources about test automation
http://www.mztools.com/resources_net_developers.htm#TestAutomation

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com



Show quoteHide quote
"thirumalairajan" <thiruma***@cspl.com> escribió en el mensaje
news:ukF3aaVLGHA.3728@tk2msftngp13.phx.gbl...
> 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
>
>
Author
10 Feb 2006 2:57 AM
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 Wooley