← Back to team overview

kubuntu-council team mailing list archive

[Merge] ~andersson123/ubuntu-manual-tests:u-d-i-changes-amend-testcases into ubuntu-manual-tests:main

 

Tim Andersson has proposed merging ~andersson123/ubuntu-manual-tests:u-d-i-changes-amend-testcases into ubuntu-manual-tests:main.

Requested reviews:
  Ubuntu Testcase Admins (ubuntu-testcase)

For more details, see:
https://code.launchpad.net/~andersson123/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/461455
-- 
Your team Ubuntu Testcase Admins is requested to review the proposed merge of ~andersson123/ubuntu-manual-tests:u-d-i-changes-amend-testcases into ubuntu-manual-tests:main.
diff --git a/definitions/canary_desktop_cases.xml b/definitions/canary_desktop_cases.xml
index d41d332..ea5f98e 100644
--- a/definitions/canary_desktop_cases.xml
+++ b/definitions/canary_desktop_cases.xml
@@ -14,17 +14,8 @@
   </ut:template>
 
   <ut:test id="session-start">
-    Test-case Live Session Start
-    <dl>
-      <dt>Boot up the image</dt>
-        <dd>FAMILY boot screen is displayed</dd>
-      <dt>When the installer starts select your language in the left column</dt>
-        <dd>Language is selected, all labels are changed to translated versions</dd>
-      <dt>Click on 'Continue'</dt>
-        <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-      <dt>Click on the 'Try FAMILY' icon to select the option and click on the 'Continue' button</dt>
-        <dd>The default desktop is displayed</dd>
-    </dl>
+    <dt>Click on the 'Try FAMILY' icon to select the option and click on the 'Continue' button</dt>
+      <dd>The default desktop is displayed</dd>
     Test-case Live Session Usage
     <dl>
       <dt>Use and execute the default applications found for the desktop environment being run</dt>
@@ -55,8 +46,8 @@
   </ut:test>
 
   <ut:test id="try-or-install">
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
   </ut:test>
 
   <ut:test id="safe-graphics">
@@ -64,7 +55,7 @@
       <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
   </ut:test>
 
-  <ut:test id="start">
+  <!-- <ut:test id="start">
     <dt>Click on 'Continue'</dt>
       <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
     <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
@@ -82,10 +73,9 @@
       </dd>
     <dt>Click on 'Next'</dt>
       <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
-  </ut:test>
+  </ut:test> -->
 
   <ut:test id="select-installation-type">
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   </ut:test>
 
@@ -107,10 +97,7 @@
     <dt>Select the drive you wish to partition and use the Add '+', Change 'Change', and Delete '-' buttons to create your desired scheme</dt>
       <dd>The screen updates showing your desired partitions and mount points</dd>
       <em>Make sure that your scheme also includes a separate /home partition</em>
-    <dt>Once you have your required partitioning scheme laid out, click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Once you have your required partitioning scheme laid out, click on 'Next'</dt>
   </ut:test>
 
   <ut:test id="resize">
@@ -262,17 +249,6 @@
       <dd>Pick your desired language.</dd>
   </ut:test>
 
-  <ut:case id="1760_Install (entire disk)">
-    <ut:include ref="grub" />
-    <ut:include ref="try-or-install" />
-    <ut:include ref="choose-language"/>
-    <ut:include ref="start" />
-    <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
-    <ut:include ref="reboot-ubuntu" />
-  </ut:case>
-
   <ut:test id="reuse-postinst">
     <dt>Login, and check the following command runs without any errors:</dt>
       <dd>cat /home/$USER/dummy_file</dd>
@@ -367,87 +343,209 @@
     <dt>Continue installation as normal, and reboot once finished.</dt>
   </ut:test>
 
+  <ut:test id="a11y-panel">
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  </ut:test>
+
+  <ut:test id="keyboard-layout">
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  </ut:test>
+
+  <ut:test id="network-connect">
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
+      <dd>
+         <li>Wired connection</li>
+         <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
+         <li>Connect to a hidden Wi-Fi network</li>
+         <li>I don't want to connect to internet for now</li>
+      </dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  </ut:test>
+
+  <ut:test id="applications-and-updates">
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
+  </ut:test>
+
+  <ut:test id="installation-type-vanilla">
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
+  </ut:test>
+
+  <ut:test id="account-setup">
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  </ut:test>
+
+  <ut:test id="timezone">
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  </ut:test>
+
+  <ut:test id="ready-to-install">
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
+  </ut:test>
+
+
+  <!-- done -->
+  <ut:case id="1760_Install (entire disk)">
+    <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
+    <ut:include ref="try-or-install" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
+    <ut:include ref="select-installation-type" />
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
+    <ut:include ref="reboot-ubuntu" />
+  </ut:case>
+
+
+  <!-- done -->
   <ut:case id="1761_Install (manual partitioning)">
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
     <ut:include ref="custom-partition"><ut:define name="partition-instruction"></ut:define></ut:include>
-    <ut:include ref="setup" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1762_Install (auto-resize)">
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
     <ut:include ref="resize" />
-    <ut:include ref="setup" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1763_Install (entire disk with lvm and encryption)">
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
     <ut:include ref="disk-lvm-encryption" />
-    <ut:include ref="setup" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1764_Install (Safe Graphics mode)">
     <ut:include ref="grub" />
     <ut:include ref="safe-graphics" />
-    <ut:include ref="start" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
+    <ut:include ref="try-or-install" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1765_Install RST">
     <ut:include ref="rst-config" />
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
-    <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="rst-screen" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
-    <ut:include ref="reboot-ubuntu" /> 
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
+    <ut:include ref="reboot-ubuntu" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1766_Install Bitlocker">
     <ut:include ref="bitlocker-config" />
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
-    <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="bitlocker-screen" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
-    <ut:include ref="reboot-ubuntu" /> 
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
+    <ut:include ref="reboot-ubuntu" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1767_Live Session">
+    <ut:include ref="bitlocker-config" />
+    <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
+    <ut:include ref="try-or-install" />
     <ut:include ref="session-start" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1768_Install (manual partitioning re-using home partition)">
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
     <ut:include ref="reuse-partition" />
-    <ut:include ref="setup" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
     <ut:include ref="reuse-home-initial-check"/>
     <ut:include ref="reuse-home-setup-test-file"/>
@@ -455,6 +553,7 @@
     <ut:include ref="reuse-postinst" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1769_Non-English Installation No Network">
     <p>The goal of this test case is to check that localization support is
       functional during the installation, and that language packs are 
@@ -462,17 +561,25 @@
       informational message is shown prompting users to connect to the
       Internet to fully install language support for those languages not included.</p>
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <p>Make sure the language selected is NOT English, and that all text in the installer is accurately translated and nothing is in English.</p>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <p>Make sure in the following slide, that you disable internet access.</p>
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-    <ut:include ref="enable-full-disk-encryption-tpm"/>
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
-    <ut:include ref="reboot-ubuntu" />
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
     <dt>Verify that your system is localized and that the calendar shows the regional settings correctly</dt>
-    <ut:include ref="tpm-on-boot" />
+    <ut:include ref="ready-to-install" />
+    <ut:include ref="reboot-ubuntu" />
+    <dt>Make sure the desktop environment is in your desired language with all text accurately translated.</dt>
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1770_Install (Screen Reader)">
     <p>This is an installation using the Screen-Reader as done by a visually blind individual. 
        Please cover your monitor, lay it face down or turn it off during this installation.
@@ -480,34 +587,46 @@
         As you press Enter to continue on each page, it can take several minutes to advance
         to the next installer page.</p>
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <dt>Ensure that in the Accessibility slide you enable the screen reader in the drop down.</dt>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <dt>Wait to hear the drums and press Alt+Super+S to start the screen-reader</dt>
-    <dd>The screen reader should be active now and read elements allow a keyboard navigation without screen</dd>
-        <dd>If doing this test on a VM, ensure the screen reader is enabled in the vm and not the host system.</dd>
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
     <dd>The screen reader should still be active</dd>
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1771_Install UEFI SecureBoot nVidia">
     <p>This test is to ensure that the image boots in UEFI, that the
        resulting installation can boot in UEFI as well, regardless of network
        availability and that nVidia proprietary drivers are installed and loaded.</p>
     <dt>Boot up the image in UEFI mode with <b>Secure Boot enabled</b></dt>
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <dt>Disconnect from any network using the top panel controls.</dt>
-    <ut:include ref="start" />
-    <dt>Check 'Install third-party software for graphics and Wi-Fi hardware'</dt>
+    <ut:include ref="keyboard-layout" />
+    <dt>In the next slide, disconnect from any network using the top panel controls.</dt>
+    <ut:include ref="network-connect" />
+    <dt>In the next slide, check 'Install third-party software for graphics and Wi-Fi hardware'</dt>
+    <ut:include ref="applications-and-updates" />
     <dt>Click on 'Continue'</dt>
     <dd>The 'Configure secure boot' screen is displayed</dd>
     <dt>Enter a security key and confirm it</dt>
     <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
+    <ut:include ref="reboot-ubuntu" />
     <dt>Allow the machine to reboot</dt>
      <dd>A blue screen titled 'Perform MOK management' is displayed</dd>
     <dt>In the list of commands select 'Enroll MOK'</dt>
@@ -548,48 +667,61 @@ yes
         <dd>Verify that settings are displayed and you can configure the card</dd>
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1772_Install (erase and re-install)">
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-    <ut:include ref="custom-partition">
-      <ut:define name="partition-instruction">
-        <dt>Ensure that your scheme also has a separated /home partition included</dt>
-          <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
-      </ut:define>
-    </ut:include>
-    <ut:include ref="setup" />
+    <dt>Ensure that your scheme also has a separated /home partition included</dt>
+      <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
     <dt>Login as the user you created, or ensure that you are auto-logged in as the user created during setup if you checked the auto-login option</dt>
         <dd>The new user's desktop is presented</dd>
     <dt>Create a new folder on the desktop by right clicking on it and title it 'test', open Firefox and browse to a couple of sites</dt>
         <dd>Now you have a test folder on the desktop and some browsing history, this will be needed to check if erasing and reinstall of FAMILY will wipe them out </dd>
     <dt>Reboot using the iso with a CD/DVD or USB Key to perform a reinstall of FAMILY</dt>
+    <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-<!-- Canary doesn't have the 'reuse' option at the moment?-->
-    <ut:include ref="custom-partition">
-      <ut:define name="partition-instruction">
-        <dt>Use the same /home partition than in the first installation and unsure the format checkbox is not selected</dt>
-          <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
-      </ut:define>
-    </ut:include>
-    <ut:include ref="setup" />
+    <dt>Use the same /home partition than in the first installation and ensure the format checkbox is selected</dt>
+      <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
+    <dt>Ensure that the test directory is no longer in the ~ directory.</dt>
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1773_Non-English Installation Online and CJK Input">
     <p>The goal of this test case is to check that localization support is functional during the installation, that language packs are downloaded and installed correctly from the Internet and that the input methods for either Chinese, Japanese or Korean are working.</p>
     <ut:include ref="grub" />
-    <ut:include ref="try-or-install" />
+    <ut:include ref="choose-language"/>
     <dt>Select a CJK language (Chinese, Japanese, Korean)</dt>
       <dd>Check that the strings are correctly showing translated and with the right font</dd>
-    <ut:include ref="start" />
+    <ut:include ref="a11y-panel" />
+    <ut:include ref="try-or-install" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
     <dt>Verify that your system is localized</dt>
     <dt>Verify that the input method works correctly by entering text in the editor. The input method of choice should be available from the panel and typing in the editor should properly display the ibus chars selector.</dt>
@@ -600,89 +732,152 @@ yes
     <p>The goal of this test case is to check that the Easy Install option in VMWare Player works correctly with the Ubuntu image.</p>
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1781_Install (entire disk with TPM encryption)">
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
     <ut:include ref="enable-full-disk-encryption-tpm"/>
     <ut:include ref="hw-requirements"/>
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
     <ut:include ref="tpm-on-boot" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1782_Install no TPM option without TPM support">
+    <dt>In this test case, make sure that the machine you're installing on does not have the HW requirements for TPM FDE.</dt>
     <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
     <ut:include ref="no-tpm-reason-no-tpm"/>
-    <ut:include ref="hardware-backed-full-disk-encryption-no-tpm-not-available"/>
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
-    <ut:include ref="reboot-ubuntu" />
+    <dt>That's it. If the checkbox isn't available, this testcase has passed.</dt>
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1784_Install (entire disk with ZFS)">
-    <ut:include ref="start" />
+    <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
+    <ut:include ref="try-or-install" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
     <ut:include ref="entire-disk-zfs" />
-    <ut:include ref="setup" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-zfs" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1785_Install (entire disk with lvm and encryption)">
-    <ut:include ref="start" />
+    <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
+    <ut:include ref="try-or-install" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
     <ut:include ref="entire-disk-lvm" />
-    <ut:include ref="setup" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
+    <dt>After you reboot, you should be prompted to enter your security key before getting to the login screen.</dt>
     <ut:include ref="reboot-ubuntu" />
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1786_Non-English Installation Online">
     <p>The goal of this test case is to check that localization support is functional during the installation, that language packs are downloaded and installed correctly from the Internet and that the input methods for either Chinese, Japanese or Korean are working.</p>
     <ut:include ref="grub" />
+    <dt>In the following slide, make sure to select a language of your choice which is NOT English.</dt>
+    <ut:include ref="choose-language"/>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
     <dt>Verify that your system is localized</dt>
     <dt>Verify that the input method works correctly by entering text in the editor. The input method of choice should be available from the panel and typing in the editor should properly display the ibus chars selector.</dt>
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1787_Non-English Live Session and Installation; No Network">
     <dt>Before doing this test, make sure when booting into the live session you've selected a non-english language. You must also make sure the machine you're installing on has no internet access.</dt>
-    <ut:include ref="session-start" />
+    <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
     <dt>Verify that the language you've selected is being used in the live session.</dt>
     <dt>Verify applications and basic functionality work in the live session, then click the install icon.</dt>
+      <dd>You should also disable network access here.</dd>
+    <ut:include ref="a11y-panel" />
+    <ut:include ref="try-or-install" />
+    <ut:include ref="session-start" />
+    <dt>Ensure that the live session is localised with the right language you previously selected.</dt>
+    <dt>Click the installer icon to now continue with the installation</dt>
+    <ut:include ref="choose-language"/>
+    <dt>Ensure the installer is still in the selected language.</dt>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <dt>In the following slide, ensure you disable network connectivity - it should've been done already.</dt>
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
+    <dt>Ensure after rebooting, that the installed desktop is still in the correct language with all translations being accurate and complete.</dt>
   </ut:case>
 
+  <!-- done -->
   <ut:case id="1788_Non-English Live Session and Installation; Full Network Support">
     <dt>Before doing this test, make sure when booting into the live session you've selected a non-english language.</dt>
-    <ut:include ref="session-start" />
+    <ut:include ref="grub" />
+    <ut:include ref="choose-language"/>
     <dt>Verify that the language you've selected is being used in the live session.</dt>
     <dt>Verify applications and basic functionality work in the live session, then click the install icon.</dt>
+    <ut:include ref="a11y-panel" />
+    <ut:include ref="try-or-install" />
+    <ut:include ref="session-start" />
+    <dt>Ensure that the live session is localised with the right language you previously selected.</dt>
+    <dt>Click the installer icon to now continue with the installation</dt>
+    <ut:include ref="choose-language"/>
+    <dt>Ensure the installer is still in the selected language.</dt>
+    <ut:include ref="a11y-panel" />
     <ut:include ref="try-or-install" />
-    <ut:include ref="start" />
+    <ut:include ref="keyboard-layout" />
+    <ut:include ref="network-connect" />
+    <ut:include ref="applications-and-updates" />
     <ut:include ref="select-installation-type" />
-    <ut:include ref="entire-disk" />
-    <ut:include ref="setup" />
+    <ut:include ref="installation-type-vanilla" />
+    <ut:include ref="account-setup" />
+    <ut:include ref="timezone" />
+    <ut:include ref="ready-to-install" />
     <ut:include ref="reboot-ubuntu" />
-  </ut:case>
-
-  <ut:case id="1789_Install Screen Reader">
-    <dt>For this test, you must boot the iso and after hearing the Ubuntu start up sound, press super+alt+s to activate the screen reader.</dt>
-    <dt>After you've activated the screen reader, you must navigate through the install process doing a "Install (Entire Disk)" install, reboot and verify everthing works as intended.</dt>
+    <dt>Ensure after rebooting, that the installed desktop is still in the correct language with all translations being accurate and complete.</dt>
   </ut:case>
 
 </ut:configuration>
diff --git a/testcases/image/1760_Install (entire disk) b/testcases/image/1760_Install (entire disk)
index ebf29de..7be0650 100644
--- a/testcases/image/1760_Install (entire disk)
+++ b/testcases/image/1760_Install (entire disk)
@@ -17,65 +17,62 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
-  
-    
     <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
       <dd>Pick your desired language.</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1761_Install (manual partitioning) b/testcases/image/1761_Install (manual partitioning)
index 16694ea..0fa6d7b 100644
--- a/testcases/image/1761_Install (manual partitioning)
+++ b/testcases/image/1761_Install (manual partitioning)
@@ -17,30 +17,41 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
@@ -55,25 +66,20 @@
     <dt>Click 'Start Installing'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1762_Install (auto-resize) b/testcases/image/1762_Install (auto-resize)
index e4d1cb6..0922b9f 100644
--- a/testcases/image/1762_Install (auto-resize)
+++ b/testcases/image/1762_Install (auto-resize)
@@ -17,30 +17,41 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
@@ -59,25 +70,20 @@
     <dt>Click 'Start Installing'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1763_Install (entire disk with lvm and encryption) b/testcases/image/1763_Install (entire disk with lvm and encryption)
index 9d6aa99..0df94af 100644
--- a/testcases/image/1763_Install (entire disk with lvm and encryption)
+++ b/testcases/image/1763_Install (entire disk with lvm and encryption)
@@ -17,30 +17,41 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
@@ -67,25 +78,20 @@
         <dd>The 'Where are you?' screen is displayed</dd>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1764_Install (Safe Graphics mode) b/testcases/image/1764_Install (Safe Graphics mode)
index 99165ec..653a68c 100644
--- a/testcases/image/1764_Install (Safe Graphics mode)
+++ b/testcases/image/1764_Install (Safe Graphics mode)
@@ -21,57 +21,62 @@
       <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
+  
+    
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1765_Install RST b/testcases/image/1765_Install RST
index d04f0cb..13d2b34 100644
--- a/testcases/image/1765_Install RST
+++ b/testcases/image/1765_Install RST
@@ -23,104 +23,67 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
-      <dd>
-         <li>Wired connection</li>
-         <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
-         <li>Connect to a hidden Wi-Fi network</li>
-         <li>I don't want to connect to internet for now</li>
-      </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
-  
-    
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Installation type' screen is displayed</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
   
     
-      <dd>The 'Turn off RST' screen is displayed and there is no way to continue the installation</dd>
-    <dt>Scan the QR code with a phone</dt>
-      <dd>Verify that the page help.ubuntu.com/rst opens with detailed information about RST and how to disable it.</dd>
-    <dt>Follow the instructions on the page OR disable RST from UEFI firmware</dt>
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
       <dd>The system boots properly and loads into FAMILY showing username selected</dd>
-   
+  
   
     </dl>
     <p>If <strong>all</strong> actions produce the expected results described,
diff --git a/testcases/image/1766_Install Bitlocker b/testcases/image/1766_Install Bitlocker
index 46ec8ea..e69e4ac 100644
--- a/testcases/image/1766_Install Bitlocker
+++ b/testcases/image/1766_Install Bitlocker
@@ -20,104 +20,67 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
-      <dd>
-         <li>Wired connection</li>
-         <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
-         <li>Connect to a hidden Wi-Fi network</li>
-         <li>I don't want to connect to internet for now</li>
-      </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
-  
-    
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Installation type' screen is displayed</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
   
     
-      <dd>The 'Turn off BitLocker' screen is displayed and there is no way to continue the installation</dd>
-    <dt>Scan the QR code with a phone</dt>
-      <dd>Verify that the page help.ubuntu.com/rst opens with detailed information about RST and how to disable it.</dd>
-    <dt>Follow the instructions on the page OR disable RST from UEFI firmware</dt>
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
       <dd>The system boots properly and loads into FAMILY showing username selected</dd>
-   
+  
   
     </dl>
     <p>If <strong>all</strong> actions produce the expected results described,
diff --git a/testcases/image/1767_Live Session b/testcases/image/1767_Live Session
index 27da137..a723649 100644
--- a/testcases/image/1767_Live Session
+++ b/testcases/image/1767_Live Session
@@ -7,17 +7,33 @@
     <dl>
       
     
-    Test-case Live Session Start
-    <dl>
-      <dt>Boot up the image</dt>
-        <dd>FAMILY boot screen is displayed</dd>
-      <dt>When the installer starts select your language in the left column</dt>
-        <dd>Language is selected, all labels are changed to translated versions</dd>
-      <dt>Click on 'Continue'</dt>
-        <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-      <dt>Click on the 'Try FAMILY' icon to select the option and click on the 'Continue' button</dt>
-        <dd>The default desktop is displayed</dd>
-    </dl>
+   <dt>Try installing on a machine with a Windows installation and a bitlocker partition</dt>
+  
+    
+    <dt>Boot up the image</dt>
+      <dd>If you see the GRUB boot menu you should see the following:</dd>
+      <dd>
+         <li>'Try or Install FAMILY'</li>
+         <li>'FAMILY (safe graphics)'</li>
+         <li>'OEM install (for manufacturers)'</li>
+         <li>'Test memory' (only on BIOS systems)</li>
+      </dd>
+  
+    
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
+  
+    
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>Click on the 'Try FAMILY' icon to select the option and click on the 'Continue' button</dt>
+      <dd>The default desktop is displayed</dd>
     Test-case Live Session Usage
     <dl>
       <dt>Use and execute the default applications found for the desktop environment being run</dt>
diff --git a/testcases/image/1768_Install (manual partitioning re-using home partition) b/testcases/image/1768_Install (manual partitioning re-using home partition)
index 6310748..921f688 100644
--- a/testcases/image/1768_Install (manual partitioning re-using home partition)
+++ b/testcases/image/1768_Install (manual partitioning re-using home partition)
@@ -17,30 +17,41 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
-  
-    
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
+  
+    
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
@@ -49,31 +60,23 @@
     <dt>Select the drive you wish to partition and use the Add '+', Change 'Change', and Delete '-' buttons to create your desired scheme</dt>
       <dd>The screen updates showing your desired partitions and mount points</dd>
       <em>Make sure that your scheme also includes a separate /home partition</em>
-    <dt>Once you have your required partitioning scheme laid out, click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-    <dt>Click 'Start Installing'</dt>
-  
-    
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>Once you have your required partitioning scheme laid out, click on 'Next'</dt>
+  
+    
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1769_Non-English Installation No Network b/testcases/image/1769_Non-English Installation No Network
index 84abe45..fd27a47 100644
--- a/testcases/image/1769_Non-English Installation No Network
+++ b/testcases/image/1769_Non-English Installation No Network
@@ -22,79 +22,71 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
+    <p>Make sure the language selected is NOT English, and that all text in the installer is accurately translated and nothing is in English.</p>
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    <p>Make sure in the following slide, that you disable internet access.</p>
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Installation type' screen is displayed</dd>
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on "Advanced features"</dt>
-      <dd>Click on the tickbox for "Enhanced secure-boot"</dd>
-      <dd>Click on the tickbox for Hardware-backed full disk encryption</dd>
-      <dd>Click "Ok"</dd>
-    <dt>Click Continue</dt>
+      <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
   
     
-    <dt>Allow the machine to reboot</dt>
-      <dd>The system boots properly and loads into FAMILY showing username selected</dd>
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
   
     <dt>Verify that your system is localized and that the calendar shows the regional settings correctly</dt>
     
-    <dt>After rebooting, log in to the installed system and run `snap list`, and check that the `pc-kernel` package is installed.</dt>
-    <dt>Open up a terminal window, and try to run this command: `sudo apt install linux-image-generic`.</dt>
-      <dd>You should get a response which includes this message: `boot-managed-by-snapd : Conflicts: linux-image`</dd>
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>Allow the machine to reboot</dt>
+      <dd>The system boots properly and loads into FAMILY showing username selected</dd>
   
+    <dt>Make sure the desktop environment is in your desired language with all text accurately translated.</dt>
   
     </dl>
     <p>If <strong>all</strong> actions produce the expected results described,
diff --git a/testcases/image/1770_Install (Screen Reader) b/testcases/image/1770_Install (Screen Reader)
index 6637f29..414f875 100644
--- a/testcases/image/1770_Install (Screen Reader)
+++ b/testcases/image/1770_Install (Screen Reader)
@@ -22,64 +22,63 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
-    <dt>Wait to hear the drums and press Alt+Super+S to start the screen-reader</dt>
-    <dd>The screen reader should be active now and read elements allow a keyboard navigation without screen</dd>
-        <dd>If doing this test on a VM, ensure the screen reader is enabled in the vm and not the host system.</dd>
+    <dt>Ensure that in the Accessibility slide you enable the screen reader in the drop down.</dt>
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1771_Install UEFI SecureBoot nVidia b/testcases/image/1771_Install UEFI SecureBoot nVidia
index be74857..149451b 100644
--- a/testcases/image/1771_Install UEFI SecureBoot nVidia
+++ b/testcases/image/1771_Install UEFI SecureBoot nVidia
@@ -21,66 +21,71 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
-    <dt>Disconnect from any network using the top panel controls.</dt>
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    <dt>In the next slide, disconnect from any network using the top panel controls.</dt>
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    <dt>In the next slide, check 'Install third-party software for graphics and Wi-Fi hardware'</dt>
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
-    <dt>Check 'Install third-party software for graphics and Wi-Fi hardware'</dt>
     <dt>Click on 'Continue'</dt>
     <dd>The 'Configure secure boot' screen is displayed</dd>
     <dt>Enter a security key and confirm it</dt>
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>Allow the machine to reboot</dt>
+      <dd>The system boots properly and loads into FAMILY showing username selected</dd>
   
     <dt>Allow the machine to reboot</dt>
      <dd>A blue screen titled 'Perform MOK management' is displayed</dd>
diff --git a/testcases/image/1772_Install (erase and re-install) b/testcases/image/1772_Install (erase and re-install)
index 055c415..b570662 100644
--- a/testcases/image/1772_Install (erase and re-install)
+++ b/testcases/image/1772_Install (erase and re-install)
@@ -17,66 +17,60 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
-  
-    
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
+  
+    
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
+    <dt>Ensure that your scheme also has a separated /home partition included</dt>
+      <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
     
-    <dt>Select 'Manual Partitioning' and click 'Next'</dt>
-      <dd>A screen showing the current hard disks and partition layouts is displayed</dd>
-    <dt>Select the drive you wish to partition and use the Add '+', Change 'Change', and Delete '-' buttons to create your desired scheme</dt>
-      <dd>The screen updates showing your desired partitions and mount points</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
     
-        <dt>Ensure that your scheme also has a separated /home partition included</dt>
-          <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
-      
-    <dt>Once you have your required partitioning scheme laid out, click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-    <dt>Click 'Start Installing'</dt>
-  
-    
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
@@ -88,72 +82,76 @@
         <dd>Now you have a test folder on the desktop and some browsing history, this will be needed to check if erasing and reinstall of FAMILY will wipe them out </dd>
     <dt>Reboot using the iso with a CD/DVD or USB Key to perform a reinstall of FAMILY</dt>
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Boot up the image</dt>
+      <dd>If you see the GRUB boot menu you should see the following:</dd>
+      <dd>
+         <li>'Try or Install FAMILY'</li>
+         <li>'FAMILY (safe graphics)'</li>
+         <li>'OEM install (for manufacturers)'</li>
+         <li>'Test memory' (only on BIOS systems)</li>
+      </dd>
+  
+    
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
-
+    <dt>Use the same /home partition than in the first installation and ensure the format checkbox is selected</dt>
+      <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
     
-    <dt>Select 'Manual Partitioning' and click 'Next'</dt>
-      <dd>A screen showing the current hard disks and partition layouts is displayed</dd>
-    <dt>Select the drive you wish to partition and use the Add '+', Change 'Change', and Delete '-' buttons to create your desired scheme</dt>
-      <dd>The screen updates showing your desired partitions and mount points</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
     
-        <dt>Use the same /home partition than in the first installation and unsure the format checkbox is not selected</dt>
-          <dd>You will need the separated /home partition to verify that erasing and reinstalling FAMILY will wipe it out</dd>
-      
-    <dt>Once you have your required partitioning scheme laid out, click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-    <dt>Click 'Start Installing'</dt>
-  
-    
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
       <dd>The system boots properly and loads into FAMILY showing username selected</dd>
   
+    <dt>Ensure that the test directory is no longer in the ~ directory.</dt>
   
     </dl>
     <p>If <strong>all</strong> actions produce the expected results described,
diff --git a/testcases/image/1773_Non-English Installation Online and CJK Input b/testcases/image/1773_Non-English Installation Online and CJK Input
index e28be24..2441141 100644
--- a/testcases/image/1773_Non-English Installation Online and CJK Input
+++ b/testcases/image/1773_Non-English Installation Online and CJK Input
@@ -18,63 +18,64 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
     <dt>Select a CJK language (Chinese, Japanese, Korean)</dt>
       <dd>Check that the strings are correctly showing translated and with the right font</dd>
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1781_Install (entire disk with TPM encryption) b/testcases/image/1781_Install (entire disk with TPM encryption)
index 3fb4fbd..aec6294 100644
--- a/testcases/image/1781_Install (entire disk with TPM encryption)
+++ b/testcases/image/1781_Install (entire disk with TPM encryption)
@@ -17,30 +17,41 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
@@ -54,34 +65,20 @@
     <dt>In order to do full disk encryption with TPM, you either need to make sure you're using a piece of hardware that has TPM functionality, or you can install with a VM, making sure you have the correct options set to emulate a TPM backed system.</dt>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1782_Install no TPM option without TPM support b/testcases/image/1782_Install no TPM option without TPM support
index bdf9b5d..7796785 100644
--- a/testcases/image/1782_Install no TPM option without TPM support
+++ b/testcases/image/1782_Install no TPM option without TPM support
@@ -6,6 +6,7 @@
     <p><em>Proceed in your native language if you wish. Instructions will remain in English.</em></p>
     <dl>
       
+    <dt>In this test case, make sure that the machine you're installing on does not have the HW requirements for TPM FDE.</dt>
     
     <dt>Boot up the image</dt>
       <dd>If you see the GRUB boot menu you should see the following:</dd>
@@ -17,75 +18,47 @@
       </dd>
   
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
-      <dd>
-         <li>Wired connection</li>
-         <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
-         <li>Connect to a hidden Wi-Fi network</li>
-         <li>I don't want to connect to internet for now</li>
-      </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
   
     
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Installation type' screen is displayed</dd>
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
   
     
-    <dt>For this check, please use a system with no TPM enabled hardware</dt>
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
   
     
-    <dt>Click on "Advanced features"</dt>
-      <dd>The tickbox for enabling full disk encryption with TPM should be unselectable and there should be a message detailing the fact the system is not compatible with TPM.</dd>
-      <dd>Click "Ok"</dd>
-    <dt>Click Continue</dt>
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
+      <dd>
+         <li>Wired connection</li>
+         <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
+         <li>Connect to a hidden Wi-Fi network</li>
+         <li>I don't want to connect to internet for now</li>
+      </dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+      <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Allow the machine to reboot</dt>
-      <dd>The system boots properly and loads into FAMILY showing username selected</dd>
+    <dt>For this check, please use a system with no TPM enabled hardware</dt>
   
+    <dt>That's it. If the checkbox isn't available, this testcase has passed.</dt>
   
     </dl>
     <p>If <strong>all</strong> actions produce the expected results described,
diff --git a/testcases/image/1784_Install (entire disk with ZFS) b/testcases/image/1784_Install (entire disk with ZFS)
index 64a32da..196d1a8 100644
--- a/testcases/image/1784_Install (entire disk with ZFS)
+++ b/testcases/image/1784_Install (entire disk with ZFS)
@@ -7,26 +7,51 @@
     <dl>
       
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>Boot up the image</dt>
+      <dd>If you see the GRUB boot menu you should see the following:</dd>
+      <dd>
+         <li>'Try or Install FAMILY'</li>
+         <li>'FAMILY (safe graphics)'</li>
+         <li>'OEM install (for manufacturers)'</li>
+         <li>'Test memory' (only on BIOS systems)</li>
+      </dd>
+  
+    
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
+  
+    
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
@@ -48,25 +73,20 @@
     <dt>Click on the Next button</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1785_Install (entire disk with lvm and encryption) b/testcases/image/1785_Install (entire disk with lvm and encryption)
index 739316e..5a61269 100644
--- a/testcases/image/1785_Install (entire disk with lvm and encryption)
+++ b/testcases/image/1785_Install (entire disk with lvm and encryption)
@@ -7,26 +7,51 @@
     <dl>
       
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>Boot up the image</dt>
+      <dd>If you see the GRUB boot menu you should see the following:</dd>
+      <dd>
+         <li>'Try or Install FAMILY'</li>
+         <li>'FAMILY (safe graphics)'</li>
+         <li>'OEM install (for manufacturers)'</li>
+         <li>'Test memory' (only on BIOS systems)</li>
+      </dd>
+  
+    
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
+  
+    
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
@@ -54,26 +79,22 @@
     <dt>Click on the Next button</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
+    <dt>After you reboot, you should be prompted to enter your security key before getting to the login screen.</dt>
     
     <dt>Allow the machine to reboot</dt>
       <dd>The system boots properly and loads into FAMILY showing username selected</dd>
diff --git a/testcases/image/1786_Non-English Installation Online b/testcases/image/1786_Non-English Installation Online
index c84c2b1..092f0a1 100644
--- a/testcases/image/1786_Non-English Installation Online
+++ b/testcases/image/1786_Non-English Installation Online
@@ -17,62 +17,64 @@
          <li>'Test memory' (only on BIOS systems)</li>
       </dd>
   
+    <dt>In the following slide, make sure to select a language of your choice which is NOT English.</dt>
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
+  
+    
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
diff --git a/testcases/image/1787_Non-English Live Session and Installation; No Network b/testcases/image/1787_Non-English Live Session and Installation; No Network
index 6d965de..f3fb49e 100644
--- a/testcases/image/1787_Non-English Live Session and Installation; No Network
+++ b/testcases/image/1787_Non-English Live Session and Installation; No Network
@@ -8,86 +8,106 @@
       
     <dt>Before doing this test, make sure when booting into the live session you've selected a non-english language. You must also make sure the machine you're installing on has no internet access.</dt>
     
-    Test-case Live Session Start
-    <dl>
-      <dt>Boot up the image</dt>
-        <dd>FAMILY boot screen is displayed</dd>
-      <dt>When the installer starts select your language in the left column</dt>
-        <dd>Language is selected, all labels are changed to translated versions</dd>
-      <dt>Click on 'Continue'</dt>
-        <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-      <dt>Click on the 'Try FAMILY' icon to select the option and click on the 'Continue' button</dt>
-        <dd>The default desktop is displayed</dd>
-    </dl>
+    <dt>Boot up the image</dt>
+      <dd>If you see the GRUB boot menu you should see the following:</dd>
+      <dd>
+         <li>'Try or Install FAMILY'</li>
+         <li>'FAMILY (safe graphics)'</li>
+         <li>'OEM install (for manufacturers)'</li>
+         <li>'Test memory' (only on BIOS systems)</li>
+      </dd>
+  
+    
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
+  
+    <dt>Verify that the language you've selected is being used in the live session.</dt>
+    <dt>Verify applications and basic functionality work in the live session, then click the install icon.</dt>
+      <dd>You should also disable network access here.</dd>
+    
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>Click on the 'Try FAMILY' icon to select the option and click on the 'Continue' button</dt>
+      <dd>The default desktop is displayed</dd>
     Test-case Live Session Usage
     <dl>
       <dt>Use and execute the default applications found for the desktop environment being run</dt>
         <dd>All applications should function without error</dd>
     </dl>
   
-    <dt>Verify that the language you've selected is being used in the live session.</dt>
-    <dt>Verify applications and basic functionality work in the live session, then click the install icon.</dt>
+    <dt>Ensure that the live session is localised with the right language you previously selected.</dt>
+    <dt>Click the installer icon to now continue with the installation</dt>
+    
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
+  
+    <dt>Ensure the installer is still in the selected language.</dt>
+    
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
   
+    <dt>In the following slide, ensure you disable network connectivity - it should've been done already.</dt>
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
       <dd>The system boots properly and loads into FAMILY showing username selected</dd>
   
+    <dt>Ensure after rebooting, that the installed desktop is still in the correct language with all translations being accurate and complete.</dt>
   
     </dl>
     <p>If <strong>all</strong> actions produce the expected results described,
diff --git a/testcases/image/1788_Non-English Live Session and Installation; Full Network Support b/testcases/image/1788_Non-English Live Session and Installation; Full Network Support
index a474168..2bfdbf8 100644
--- a/testcases/image/1788_Non-English Live Session and Installation; Full Network Support
+++ b/testcases/image/1788_Non-English Live Session and Installation; Full Network Support
@@ -8,86 +8,104 @@
       
     <dt>Before doing this test, make sure when booting into the live session you've selected a non-english language.</dt>
     
-    Test-case Live Session Start
-    <dl>
-      <dt>Boot up the image</dt>
-        <dd>FAMILY boot screen is displayed</dd>
-      <dt>When the installer starts select your language in the left column</dt>
-        <dd>Language is selected, all labels are changed to translated versions</dd>
-      <dt>Click on 'Continue'</dt>
-        <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-      <dt>Click on the 'Try FAMILY' icon to select the option and click on the 'Continue' button</dt>
-        <dd>The default desktop is displayed</dd>
-    </dl>
+    <dt>Boot up the image</dt>
+      <dd>If you see the GRUB boot menu you should see the following:</dd>
+      <dd>
+         <li>'Try or Install FAMILY'</li>
+         <li>'FAMILY (safe graphics)'</li>
+         <li>'OEM install (for manufacturers)'</li>
+         <li>'Test memory' (only on BIOS systems)</li>
+      </dd>
+  
+    
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
+  
+    <dt>Verify that the language you've selected is being used in the live session.</dt>
+    <dt>Verify applications and basic functionality work in the live session, then click the install icon.</dt>
+    
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
+    
+    <dt>Click on the 'Try FAMILY' icon to select the option and click on the 'Continue' button</dt>
+      <dd>The default desktop is displayed</dd>
     Test-case Live Session Usage
     <dl>
       <dt>Use and execute the default applications found for the desktop environment being run</dt>
         <dd>All applications should function without error</dd>
     </dl>
   
-    <dt>Verify that the language you've selected is being used in the live session.</dt>
-    <dt>Verify applications and basic functionality work in the live session, then click the install icon.</dt>
+    <dt>Ensure that the live session is localised with the right language you previously selected.</dt>
+    <dt>Click the installer icon to now continue with the installation</dt>
+    
+    <dt>Upon reaching the desktop environment, you should be greeted with the "Choose your language" screen.</dt>
+      <dd>Pick your desired language.</dd>
+  
+    <dt>Ensure the installer is still in the selected language.</dt>
+    
+    <dt>You should be greeted with a panel where you are prompted to set any of your needed or desired accessibility options.</dt>
+      <dd>Click through the options, (Seeing, Hearing, Typing, Pointing and clicking, Zoom) and make sure the drop down options are fully functional.</dd>
+  
+    
+    <dt>You're greeted with the 'Try or install FAMILY' slide. The 'FAMILY' logo should be on the left hand side.</dt>
+      <dd>Select "Install Ubuntu" to continue with the installation process, or "Try Ubuntu" to boot into a live session.</dd>
+  
     
-    <dt>Select the 'Try or Install FAMILY' option and press Enter</dt>
-      <dd>The system boots properly and loads the installer displaying the Welcome dialog with language selection and the mascot logo on the right.'</dd>
+    <dt>You should be greeted with a slide asking you to confirm your keyboard layout.</dt>
+      <dd>Feel free to either select your desired layout, or use the auto-detect feature at the bottom.</dd>
+    <dt>Proceed by clicking "Next"</dt>
   
     
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Try or Install' screen is displayed with 'try FAMILY' and 'Install FAMILY' buttons</dd>
-    <dt>Click on the release notes hyperlink to confirm that a browser launches and you are taken to the release notes discourse page.</dt>
-    <dt>Click on the 'Install FAMILY' icon to select the option and click on the Continue button</dt>
-      <dd>The 'Keyboard layout' screen appears</dd>
-      <dd>The proposed keyboard corresponds with your keyboard</dd>
-    <dt>Select your keyboard layout and click on Continue</dt>
-      <dd>The 'Connect to a network' screen is displayed</dd>
-      <dd>The screen should reflect the current status and display those elements</dd>
+    <dt>The 'Connect to a network' screen should now be displayed</dt>
+    <dd>The screen should reflect the current status and display the following options (unless you're in a VM):</dd>
       <dd>
          <li>Wired connection</li>
          <li>Connect to a Wi-Fi network followed by a scrollable list of available APs, displaying an active one colored with a leading checkmark</li>
          <li>Connect to a hidden Wi-Fi network</li>
          <li>I don't want to connect to internet for now</li>
       </dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dd>
+    <dd>If you ARE installing in a VM, you should check that the VM automatically has internet access. This is usually via a "wired connection".</dd>
+    <dd>If you're testing a testcase that requires no internet access, make sure the install medium does not have internet access by configuring it properly in this slide.</dd>
+    <dt>Click "Next"</dt>
+  
+    
+    <dt>The 'Applications and updates' screen is displayed, listing normal and minimal installation, as well as options for installing updates, third party software and additional media formats.</dt>
+    <dd>Select any options pertinent to the testcase - though "Default installation" is normally the desired option.</dd>
+    <dt>Click "Next"</dt>
   
     
-    <dt>Click on 'Next'</dt>
       <dd>The 'Installation type' screen is displayed</dd>
   
     
-    <dt>Note the state of the 'Erase disk and install FAMILY' radio button</dt>
-      <dd>The 'Erase disk and install FAMILY' radio button is selected and the 'Advanced features' button is active</dd>
-    <dt>Click on 'Continue'</dt>
-      <dd>The 'Write changes to disk' screen is displayed, including the details of incoming partitions changes.</dd>
-    <dt>Verify that the partitioning details make sense</dt>
-      <dd>The available disk should be used for the installation</dd>
-    <dt>Click 'Start Installing'</dt>
+    <dt>Select "Erase disk and install ubuntu"</dt>
+    <dt>Click 'Next'</dt>
   
     
-      <dd>The 'Where are you?' screen is displayed</dd>
-    <dt>If your system is connected to the network, note the preselected timezone corresponds with your timezone and the city indicated in the text box</dt>
-      <dd>The timezone and city displayed match your timezone and a major city from your area</dd>
-    <dt>Select your timezone, and click on the Continue button</dt>
-      <dd>The 'Who are you?' screen appears</dd>
-    <dt>Input your initial user details and password <em>admin can not be used - it is a dedicated Linux User</em></dt>
-
-      <dd>Name, username and password are accepted.</dd>
-    <dt>The "Require my password to log in" slider is already highlighted.</dt>
-      <dd>The "Use Active Directory" tickbox is unchecked.</dd>
-    <dt>Click on 'Next'</dt>
-      <dd>The 'Choose your theme' screen is displayed showing light and dark options, as well as color options below.</dd>
-    <dt>Click on 'Next'</dt>
-    <dt>Wait for the installer to finish</dt>
-      <dd>An 'Installation Complete' dialog appears</dd>
-    <dt>Click the 'Restart Now' button</dt>
-      <dd>GUI is shut down, a prompt to remove media and press Enter appears</dd>
-    <dt>Remove the disc and press enter</dt>
-      <dd>The machine is rebooted</dd>
+    <dt>You should be greeted with the "Set up your account" slide</dt>
+      <dd>Put in your desired user details.</dd>
+  
+    
+    <dt>You should be greeted with the "Select your timezone" slide</dt>
+      <dd>If your system is connected to the internet, verify that the timezone that was auto-detected is accurate</dd>
+      <dd>Note that, if you're on a VPN, the timezone will be affected by this.</dd>
+    <dt>Click 'Next'</dt>
+  
+    
+    <dt>You should be greeted by the "Ready to install" slide.</dt>
+    <dt>On this slide, the devices to be changed and the partition table is shown to the user.</dt>
+      <dd>Check that the devices listed and the partition table listed is accurate and representative of the install options you set earlier in the process.</dd>
+    <dt>Click 'Next'</dt>
   
     
     <dt>Allow the machine to reboot</dt>
       <dd>The system boots properly and loads into FAMILY showing username selected</dd>
   
+    <dt>Ensure after rebooting, that the installed desktop is still in the correct language with all translations being accurate and complete.</dt>
   
     </dl>
     <p>If <strong>all</strong> actions produce the expected results described,

Follow ups