mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 14:52:03 +01:00
Removed section: that says AutoTest requires experimental mode.
Updated wikipage AutoTest. (Signed-off-by:javier). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2264 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
[[Property:title|AutoTest]]
|
||||
[[Property:weight|-1]]
|
||||
[[Property:uuid|1d8cc843-238e-feaa-cfa6-629f080ffba7]]
|
||||
==Introduction==
|
||||
|
||||
AutoTest is a facility within EiffelStudio that helps developers create, manage, and execute software tests.
|
||||
|
||||
This documentation is intended to describe the AutoTest interface and capabilities. In addition to this material, you will find a tutorial entitled [[Using AutoTest]] in [[Introducing EiffelStudio]]. The tutorial employs a simple example that is used to work step-by-step through AutoTest's different facilities. The tutorial also explains testing basics and recommendations for using AutoTest. Lastly, the tutorial contains definitions for terminology used in both the tutorial and in these reference pages. It is recommended that you become familiar with these definitions, specifically:
|
||||
|
||||
#[[Testing: Background and basics#Test classes and tests|Test classes and tests]]
|
||||
#[[Testing: Background and basics#Types of tests|The types of test supported by AutoTest]]
|
||||
#[[Testing: Background and basics#Anatomy of a test|Target classes and target routines]]
|
||||
#[[Execute tests#About test results|Test results]]
|
||||
|
||||
|
||||
|
||||
==Components==
|
||||
|
||||
When you use AutoTest, you control things by using two components: '''[[The AutoTest Interface]]''' and '''[[The 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.
|
||||
|
||||
|
||||
{{Caution|At this time, AutoTest will work only for project targets in the classic Eiffel environment. This means that projects targeted to Microsoft .Net will not be able to use AutoTest.}}
|
||||
|
||||
|
||||
{{Recommended|During the transition to void-safe Eiffel, projects can be built using '''experimental''' mode. This mode is as stable as '''non-experimental''' mode, but includes some facilities that might break existing code in a few circumstances. However, since version 6.5, EiffelStudio itself is built in experimental mode, so '''we recommend that you use AutoTest only on projects also built using experimental mode'''. Experimental mode can be invoked by using the "-experiment" option from the command line, or on Microsoft Windows by following the '''Start''' menu path to EiffelStudio and selecting experimental mode. }}
|
||||
|
||||
|
||||
{{SeeAlso|<br/>[[Using AutoTest]] }}
|
||||
|
||||
|
||||
|
||||
[[Property:modification_date|Tue, 25 Aug 2020 20:25:04 GMT]]
|
||||
[[Property:publication_date|Tue, 25 Aug 2020 20:25:04 GMT]]
|
||||
[[Property:title|AutoTest]]
|
||||
[[Property:weight|-1]]
|
||||
[[Property:uuid|1d8cc843-238e-feaa-cfa6-629f080ffba7]]
|
||||
==Introduction==
|
||||
|
||||
AutoTest is a facility within EiffelStudio that helps developers create, manage, and execute software tests.
|
||||
|
||||
This documentation is intended to describe the AutoTest interface and capabilities. In addition to this material, you will find a tutorial entitled [[Using AutoTest]] in [[Introducing EiffelStudio]]. The tutorial employs a simple example that is used to work step-by-step through AutoTest's different facilities. The tutorial also explains testing basics and recommendations for using AutoTest. Lastly, the tutorial contains definitions for terminology used in both the tutorial and in these reference pages. It is recommended that you become familiar with these definitions, specifically:
|
||||
|
||||
#[[Testing: Background and basics#Test classes and tests|Test classes and tests]]
|
||||
#[[Testing: Background and basics#Types of tests|The types of test supported by AutoTest]]
|
||||
#[[Testing: Background and basics#Anatomy of a test|Target classes and target routines]]
|
||||
#[[Execute tests#About test results|Test results]]
|
||||
|
||||
|
||||
|
||||
==Components==
|
||||
|
||||
When you use AutoTest, you control things by using two components: '''[[The AutoTest Interface]]''' and '''[[The 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.
|
||||
|
||||
|
||||
{{Caution|At this time, AutoTest will work only for project targets in the classic Eiffel environment. This means that projects targeted to Microsoft .Net will not be able to use AutoTest.}}
|
||||
|
||||
|
||||
|
||||
{{SeeAlso|<br/>[[Using AutoTest]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user