Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Unit Test Software

Reply
 
Old 08-18-2008   #1 (permalink)
ReneMarxis


 
 

Unit Test Software

Hello

Can anyone tell me if there exist some tools for doing automated unit
tests?
What i need is something like NUnit ore #unit but with the possebility
to feed the tests from external, eg. some xml file and get the results
also as file.

The project i am going to use it is very big and automated unit tests
arebe very required.

I am using the Team Edition of VS 2005 (with VB)

_thanks rene

My System SpecsSystem Spec
Old 08-18-2008   #2 (permalink)
sloan


 
 

Re: Unit Test Software


At the end of the day, things like NUnit are frameworks.

You have to write the tests. if you're tests need to get something from
xml, so be it...you gotta write it.
Writing tests takes time. Its not a short-term-gain endeavor.

"Automated" does not mean auto generate for you.

Automated means you code 'em up, and with a push of a button or some other
action (CruiseControl.Net?) you get results back without going through them
line by line.




"ReneMarxis" <rene.marxis@xxxxxx> wrote in message
news:232202f8-c739-47d2-a536-d9928b49bbd1@xxxxxx
Quote:

> Hello
>
> Can anyone tell me if there exist some tools for doing automated unit
> tests?
> What i need is something like NUnit ore #unit but with the possebility
> to feed the tests from external, eg. some xml file and get the results
> also as file.
>
> The project i am going to use it is very big and automated unit tests
> arebe very required.
>
> I am using the Team Edition of VS 2005 (with VB)
>
> _thanks rene

My System SpecsSystem Spec
Old 08-19-2008   #3 (permalink)
ReneMarxis


 
 

Re: Unit Test Software

On 18 Aug., 20:51, "sloan" <sl...@xxxxxx> wrote:
Quote:

> At the end of the day, things like NUnit are frameworks.
>
> You have to write the tests. *if you're tests need to get something from
> xml, so be it...you gotta write it.
> Writing tests takes time. *Its not a short-term-gain endeavor.
>
> "Automated" does not mean auto generate for you.
>
> Automated means you code 'em up, and with a push of a button or some other
> action (CruiseControl.Net?) you get results back without going through them
> line by line.
>
Yes sloan i know tests have to be written by our self and preaparing
them the right way normaly takes more time like coding the stuff
itself. I was asking for some allready implemented framework eg. like
NUnit that covers most of the required functionalities (input/output).
CruiseControl.Net was one good idea. Thanks.

I did allready use this kind of software before in one big company. It
was some software from rational that was used to do unit tests and run
code covarege tests. Hoewer we used this under Unix and for a c/c++
application.

My question was more if there are some good tools also for .Net. Money
is not a problem at all.
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Using it to Test Software Virtual PC
How to unit test a Dataset? .NET General
separate long test from unit tests in vsts .NET General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46