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 19e90dc9..565424ae 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/index.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/index.wiki @@ -15,5 +15,7 @@ This tutorial will guide you through the use of the Eiffel Testing Framework. A {{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. }} +{{SeeAlso|
[[The Eiffel Testing Framework]] reference }} + diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/autotest-interface.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/autotest-interface.wiki index 3f71ec91..d888d745 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/autotest-interface.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/autotest-interface.wiki @@ -37,7 +37,7 @@ The '''Stop all execution''' command ( [[Image:debug-stop-icon]] ) will halt all ==View Filtering== -{{note|The development of this section is on hold pending interface changes. }} +{{note|The development of this section is on hold pending changes to the interface. }} ==Tests== diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/eiffel-test-wizard.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/eiffel-test-wizard.wiki index 3eef3980..95fc3a72 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/eiffel-test-wizard.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/eiffel-test-wizard.wiki @@ -7,7 +7,7 @@ ==Introduction== -The '''New Eiffel test wizard''' creates new tests based on information a developer enters on a series of forms. There is a different thread through these forms corresponding to each of the three test types supported by the Eiffel Testing Framework. +The '''New Eiffel test wizard''' creates new tests based on information entered by a developer on a series of wizard panes. Each of the three test types supported by the Eiffel Testing Framework requires certain unique information. Therefore, there is a unique sequence of wizard panes corresponding to each test type. The '''New Eiffel test wizard''' is invoked by clicking the '''Create new tests''' button ( [[Image:create new tests]] ) on the Eiffel Testing Framework interface toolbar. @@ -21,7 +21,8 @@ The first pane of the wizard allows you to choose which type of test(s) you wish [[Image: New test wizard screen 01 01]] -==The manual test thread== +==The manual test wizard sequence== + Creating manual tests will involve using the following wizard panes. For a guided tour of this process, see [[Create a manual test]]. @@ -29,7 +30,7 @@ Creating manual tests will involve using the following wizard panes. For a guide ===The "New test class" pane=== -In this pane you provide a name and cluster for the test class that will be created. You can also indicate that the created class include redefined versions of features on_prepare (called during preparation for test execution) and on_clean (called during clean-up after test execution). +In this pane you provide a name and cluster for the test class that will be created. You can also indicate that the created class should include redefined versions of features on_prepare (called during preparation for test execution) and/or on_clean (called during clean-up after test execution). [[Image: New test wizard screen 02M 01]] @@ -48,7 +49,7 @@ For tags, there are two entry boxes with '''Add''' buttons to their right. You c On the bottom box, use the drop-down arrow to choose a predefined tag, such as associating the test with a target class and routine. -==The extracted test thread== +==The extracted test wizard sequence== The '''Extract tests from running application''' radio button is only sensitive if the system is currently running. @@ -70,7 +71,7 @@ For extracted tests, the second pane to appear is the '''New test class''' pane. This pane provides a depiction of the current call stack. Choose the routine or routines for which you want extracted tests to be created. -==The synthesized test thread== +==The synthesized test wizard sequence== Creating synthesized tests will involve using the following wizard panes. For a guided tour of this process, see [[Using synthesized tests]]. diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki index 37794044..95a38c39 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/autotest/index.wiki @@ -22,4 +22,7 @@ This documentation is intended to describe the Eiffel Testing Framework interfac When you use the Eiffel Testing Framework, you control things by using two components: '''[[The Eiffel Testing Framework Interface]]''' and '''[[The New Eiffel Test Wizard]]'''. The interface is used to access, manage, execute, and monitor tests. The New Eiffel test wizard is used to help you create new tests. +{{SeeAlso|
[[Using the Eiffel Testing Framework]] }} + + diff --git a/documentation/current/guide/index.wiki b/documentation/current/guide/index.wiki index 274c148b..ff780711 100644 --- a/documentation/current/guide/index.wiki +++ b/documentation/current/guide/index.wiki @@ -6,7 +6,7 @@ These pages are the central repository of information about Eiffel and the products and technologies of Eiffel Software. -The documentation is organized into virtual books. Each book covers an important aspect of the world of Eiffel. +The documentation is organized into virtual books. Each book covers an important aspect of the world of Eiffel.. * [[Guide]] -- Guide to Eiffel Information * [[Why Eiffel?]] -- Why Eiffel?