Print Page | Close Window

Unit Testing Frameworks

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Unit Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Unit Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=456
Printed Date: 24May2024 at 6:10am


Topic: Unit Testing Frameworks
Posted By: sunita
Subject: Unit Testing Frameworks
Date Posted: 02Apr2007 at 4:30am
Unit testing frameworks, which help simplify the process of unit testing, have been developed for a http://www.answers.com/topic/list-of-unit-testing-frameworks - wide variety of languages . It is generally possible to perform unit testing without the support of specific framework by writing client code that exercises the units under test and uses assertion, exception, or early exit mechanisms to signal failure. This approach is valuable in that there is a negligible barrier to the adoption of unit testing. However, it is also limited in that many advanced features of a proper framework are missing or must be hand-coded. To address this issue the http://www.answers.com/topic/d-programming-language-1 - D programming language offers direct support for unit



Print Page | Close Window