Click here to Skip to main content
15,892,965 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
Hello,

Which is the best and easy to use tool for automated testing.
Posted
Updated 13-Feb-12 16:14pm
v2
Comments
Sergey Alexandrovich Kryukov 13-Feb-12 23:58pm    
Testing for what?
--SA

1 solution

This is a pointless question.

It depends on platform, language and development technology. Refer to the list above, but do not consider it as a final answer. This is just to illustrate my point: it depends.

http://en.wikipedia.org/wiki/Unit_testing[^],
http://en.wikipedia.org/wiki/XUnit[^];

http://en.wikipedia.org/wiki/NUnit[^],
http://en.wikipedia.org/wiki/JUnit[^],
http://en.wikipedia.org/wiki/CppUnit[^];

http://en.wikipedia.org/wiki/Visual_Studio_Unit_Testing_Framework[^],
http://en.wikipedia.org/wiki/MSTest[^].

Are you getting the picture? :-)

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900