Skip to main content
summaryrefslogtreecommitdiffstats
blob: d55b40af177d938714347de2fe0d4aafbf194619 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<!--
     Copyright (c) 2005, 2008 IBM Corporation and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v1.0
     which accompanies this distribution, and is available at
     http://www.eclipse.org/legal/epl-v10.html
    
     Contributors:
         IBM Corporation - initial API and implementation
 -->

<cheatsheet title="Live help">
   <intro>
      <description>
         Tests for live help
      </description>
   </intro>
   <item title="Search for page with active help" dialog="false" skip="false">
      <description>
         Type &quot;active help&quot; (no quotes) in the search field in the help view, and search.
      </description>
   </item>
   <item title="Select document" dialog="false" skip="false">
      <description>
         Choose a document titled &quot;Active help&quot; from the search results
      </description>
   </item>
   <item title="Open link" dialog="false" skip="false">
      <description>
         There is a link &quot;Open a cheatsheet&quot; at the bottom of this test. When you click on it it will open the cheat sheet  &quot;Check out a CVS Project&quot;. The UA test cheatsheet can be reopened to continue from this step by selecting &quot;User Assistance Test Suite&quot; from the dropdown menu of the cheatsheet view.
      </description>
   </item>
   <item title="Commands in Help View" dialog="false" skip="false">
      <description>
         Test command activation from the Help View
      </description>
      <subitem label="Type &quot;Embedding commands&quot; (no quotes) in the search field in the help view, and search." skip="false">
      </subitem>
      <subitem label="Choose a document titled &quot;Embedding Commands in Help&quot; from the search results" skip="false">
      </subitem>
      <subitem label="Click the link for &quot;Open a specific preference page, such as  General &gt; Appearance&quot;" skip="false">
      </subitem>
      <subitem label="Check that the preference dialog opens. Close the preference dialog." skip="false">
      </subitem>
   </item>
   <item title="Commands in Help Browser" dialog="false" skip="false">
      <description>
         Repeat of the previous test only using the Help Browser instead of the Help View.
      </description>
      <subitem label="Type &quot;Embedding commands&quot; (no quotes) in the search field in the help browser, and search." skip="false">
      </subitem>
      <subitem label="Choose a document titled &quot;Embedding Commands in Help&quot; from the search results" skip="false">
      </subitem>
      <subitem label="Click the link for &quot;Open a specific preference page, such as  General &gt; Appearance&quot;" skip="false">
      </subitem>
      <subitem label="Check that the preference dialog opens. Close the preference dialog." skip="false">
      </subitem>
   </item>
</cheatsheet>

Back to the top