indicator-datetime

Differences between revisions 2 and 3
Revision 2 as of 2014-01-31 10:52:07
Size: 789
Editor: p4FC96A1C
Comment:
Revision 3 as of 2014-01-31 20:19:12
Size: 1031
Editor: cpe-76-182-235-222
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
* '''Test plan for component''': hud
 * '''Component Checklist''': https://wiki.ubuntu.com/Process/Merges/Checklists/indicator-datetime
 * '''Trunk URL''': lp:indicator-datetime
 * '''Ubuntu Package URL (LP)''': http://launchpad.net/ubuntu/+source/indicator-datetime
The source for this document can be gotten from Bazaar:
Line 6: Line 3:
{{{
$ bzr cat lp:indicator-datetime/tests/manual
}}}
Line 7: Line 7:
== Test Plan == It is in the standard manual testing format for Ubuntu QA: [[Testing/TestCaseFormat]]
Line 9: Line 9:
 * Install latest (trusty-proposed) image on phone
 * Install freshly build MPs that are needed for landing
 * On the desktop
   * Open the datetime indicator
     * Ensure that there are at least four menu items: current date, calendar widget showing current date, "Add Event..." and "Date & Time Settings"
 * On the phone
   * Ensure that there are at least three menu items: current date, "Clock" and "Time & Date settings..."
   * Ensure that the unity8 AP tests pass on the device.
{{{

Test-case indicator-datetime/unity7-items-check
<dl>
 <dt>Log in to a Unity 7 user session</dt>
 <dt>Go to the panel and click on the DateTime indicator</dt>
  <dd>Ensure there are items in the menu</dd>
</dl>

Test-case indicator-datetime/unity7-greeter-items-check
<dl>
 <dt>Start a system and wait for the greeter or logout of the current user session</dt>
 <dt>Go to the panel and click on the DateTime indicator</dt>
  <dd>Ensure there are items in the menu</dd>
</dl>

Test-case indicator-datetime/unity8-items-check
<dl>
 <dt>Login to a user session running Unity 8</dt>
 <dt>Pull down the top panel until it sticks open</dt>
 <dt>Navigate through the tabs until "Weekday" is shown</dt>
  <dd>Weekday is at the top of the menu</dd>
  <dd>The menu is populated with items</dd>
</dl>

}}}

The source for this document can be gotten from Bazaar:

$ bzr cat lp:indicator-datetime/tests/manual

It is in the standard manual testing format for Ubuntu QA: Testing/TestCaseFormat

Test-case indicator-datetime/unity7-items-check
<dl>
        <dt>Log in to a Unity 7 user session</dt>
        <dt>Go to the panel and click on the DateTime indicator</dt>
                <dd>Ensure there are items in the menu</dd>
</dl>

Test-case indicator-datetime/unity7-greeter-items-check
<dl>
        <dt>Start a system and wait for the greeter or logout of the current user session</dt>
        <dt>Go to the panel and click on the DateTime indicator</dt>
                <dd>Ensure there are items in the menu</dd>
</dl>

Test-case indicator-datetime/unity8-items-check
<dl>
        <dt>Login to a user session running Unity 8</dt>
        <dt>Pull down the top panel until it sticks open</dt>
        <dt>Navigate through the tabs until "Weekday" is shown</dt>
                <dd>Weekday is at the top of the menu</dd>
                <dd>The menu is populated with items</dd>
</dl>

Process/Merges/TestPlan/indicator-datetime (last edited 2016-05-16 18:28:42 by localhost)