diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/index.wiki index 08258f21..aef93de5 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/index.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/index.wiki @@ -5,12 +5,14 @@ {{underconstruction}} -==Overview== +==Introduction== 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 always stands up to the scrutiny of testing. +This tutorial will guide you through the use of the Eiffel Testing Framework. A [[The Eiffel Testing Framework|reference manual]] for the Framework is also available. -{{note|It is recommended, at least on your first viewing of this documentation, that you take the sections in the order in which they are presented. There are three different types of tests supported by the Eiffel Testing Framework. Each type of test is discussed on its own page. But to avoid repetition, the pages for the second and third types of tests omit some of the detail in the first and assume a familiarity with the example. }} + +{{note|It is recommended, at least on your first viewing of this tutorial, that you take the sections in the order in which they are presented. There are three different types of tests supported by the Eiffel Testing Framework. Each type of test is discussed on its own page. But to avoid repetition, the pages for the second and third types of tests omit some of the detail in the first and assume a familiarity with the example. }} diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki index 6b83e4ce..4a118c3f 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki @@ -20,7 +20,8 @@ When you use the Eiffel Testing Framework, you control things by using two compo ===The interface=== -[[Image:Empty testing tool 01]] +[[Image:Testing Framework interface after run 05]] +