Web Testing/Automation/UnittestZero

From MozillaWiki
Revision as of 16:59, 20 May 2011 by Automatedtester (talk | contribs) (Created page with "=UnittestZero= ==What is it?== UnittestZero, named after the Zero calorie drinks, is just a very basic assertion Framework. It creates a DSL over the standard assert methods bui...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

UnittestZero

What is it?

UnittestZero, named after the Zero calorie drinks, is just a very basic assertion Framework. It creates a DSL over the standard assert methods built into Python to do the asserts and return messages.

Why We Use it?