Files
eiffel-org/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/index.wiki
halw 31470fb0a3 Author:halw
Date:2009-02-02T18:06:47.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@177 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2009-02-02 18:06:47 +00:00

14 lines
896 B
Plaintext

[[Property:title|The Eiffel Testing Framework]]
[[Property:link_title|Using AutoTest]]
[[Property:weight|-1]]
[[Property:uuid|6b900a65-85c6-9cd6-ef57-ccd4b8decbef]]
{{underconstruction}}
==Overview==
The Eiffel Testing Framework is a tool that helps you to create, manage, and run tests against your software. The Eiffel Testing Framework is accessible directly as a part of EiffelStudio, but works to a large extent behind the scenes so that it doesn't get in the way of your development activities. In other words, even though you may be accumulating a substantial collection of test software along with your project software, you can still run and deliver your project software without going to a lot of trouble separating the two. Tests managed by the Eiffel Testing Framework stay handy and can be run any time to help make sure everything still stands up to the scrutiny of testing.