diff --git a/documentation/current/eiffelstudio/_images/AutoTest_extracted_01.png b/documentation/current/eiffelstudio/_images/AutoTest_extracted_01.png
new file mode 100644
index 00000000..c411fbfc
Binary files /dev/null and b/documentation/current/eiffelstudio/_images/AutoTest_extracted_01.png differ
diff --git a/documentation/current/eiffelstudio/_images/AutoTest_extracted_01.png.data b/documentation/current/eiffelstudio/_images/AutoTest_extracted_01.png.data
new file mode 100644
index 00000000..04a37393
--- /dev/null
+++ b/documentation/current/eiffelstudio/_images/AutoTest_extracted_01.png.data
@@ -0,0 +1,3 @@
+title=AutoTest extracted 01
+author=halw
+path=content/autotest-extracted-01
diff --git a/documentation/current/eiffelstudio/_images/AutoTest_extracted_02.png b/documentation/current/eiffelstudio/_images/AutoTest_extracted_02.png
new file mode 100644
index 00000000..5181a3ef
Binary files /dev/null and b/documentation/current/eiffelstudio/_images/AutoTest_extracted_02.png differ
diff --git a/documentation/current/eiffelstudio/_images/AutoTest_extracted_02.png.data b/documentation/current/eiffelstudio/_images/AutoTest_extracted_02.png.data
new file mode 100644
index 00000000..f0adba46
--- /dev/null
+++ b/documentation/current/eiffelstudio/_images/AutoTest_extracted_02.png.data
@@ -0,0 +1,3 @@
+title=AutoTest extracted 02
+author=halw
+path=content/autotest-extracted-02
diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/using-extracted-tests.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/using-extracted-tests.wiki
index 88405f3d..b1993ee7 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/using-extracted-tests.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-autotest/using-extracted-tests.wiki
@@ -18,13 +18,14 @@ Extracted tests are intended to supplement the suite of manual tests that you ha
Let's use the same test system we used for manual tests to demonstrate the creation of an extracted test. The example will be slightly contrived because it will find a problem that certainly we would already have discovered had we written a comprehensive set of manual tests against the BANK_ACCOUNT class. Still, the simplicity should help keep things clear.
-If you remember, the root class for the example application contained no instructions, just a root procedure with no instructions and a declaration my_account of type BANK_ACCOUNT:
+If you remember, the root class for the example application was not very interesting, just a root procedure with a single instruction and a declaration my_account of type BANK_ACCOUNT:
make
-- Run application.
do
+ create my_account
end
my_account: BANK_ACCOUNT