Software testing tool

  • Thread starter Thread starter Precious
  • Start date Start date
P

Precious

Sorry for posting in this newsgroup.
We are developing a typical vb/sql server application, which will be used by
20 users. Our test engineers are manually testing the application, as and
when new changes are made in the application. We are looking for a good
testing/regression software,
(i) which should automate the repeatedly testing modules, so that we can
ensure that "the new changes" did not affect the existing system
(ii) should be easy to learn/configure
(iii) cost effective

Thanks for any input.


J Justin
 
We use NUnit with Visual Build Pro. NUnit is a free tool and Visual Build
Pro is only a couple of hundred dollars.
 
* "Precious said:
Sorry for posting in this newsgroup.
We are developing a typical vb/sql server application, which will be used by
20 users. Our test engineers are manually testing the application, as and
when new changes are made in the application. We are looking for a good
testing/regression software,
(i) which should automate the repeatedly testing modules, so that we can
ensure that "the new changes" did not affect the existing system
(ii) should be easy to learn/configure
(iii) cost effective

<http://www.cetus-links.org/oo_dotnet.html#oo_dotnet_utilities_tools>
 
Back
Top