blob: 80ccb14367e31d58517aaa9d6ef0050bdd0d7677 [file] [log] [blame]
Xiaoying Gu07591712010-12-06 06:28:46 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html lang="en" xml:lang="en">
5<head>
6<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7<meta name="copyright" content="(C) Copyright 2005"/>
8<meta name="DC.rights.owner" content="(C) Copyright 2005"/>
9<meta name="DC.Type" content="concept"/>
10<meta name="DC.Title" content="Test Dynamic Context-Sensitive Help"/>
11<meta name="abstract" content="Dynamic context-sensitive help in Eclipse involves complex interactions between several components, so testing it requires a properly configured runtime platform, with both user interface (UI) components and user assistance (UA) components installed."/>
12<meta name="description" content="Dynamic context-sensitive help in Eclipse involves complex interactions between several components, so testing it requires a properly configured runtime platform, with both user interface (UI) components and user assistance (UA) components installed."/>
13<meta name="DC.Relation" scheme="URI" content="../../../../../projects/dtp/dtp/en/source/c_test_objectives.html"/>
14<meta name="DC.Relation" scheme="URI" content="../../../../../projects/dtp/dtp/en/source/c_test_procedures.html"/>
15<meta name="DC.Relation" scheme="URI" content="../../../../../projects/dtp/dtp/en/source/c_plugin_spy.html"/>
16<meta name="DC.Relation" scheme="URI" content="../../../../../projects/dtp/dtp/en/source/c_debug_mode.html"/>
17<meta name="DC.Creator" content="dresch"/>
18<meta name="DC.Format" content="XHTML"/>
19<meta name="DC.Identifier" content="concept_6C4F9C48A3604355B05FA9F1AF439C39"/>
20<meta name="DC.Language" content="en"/>
21<link rel="stylesheet" type="text/css" href="../../../../../styles/commonltr.css"/>
22<link rel="stylesheet" type="text/css" href="../../../../../styles/doc.css"/>
23<title>Test Dynamic Context-Sensitive Help</title>
24<meta name="provider" content="Sybase, Inc."/></head>
25<body id="concept_6C4F9C48A3604355B05FA9F1AF439C39"><a name="concept_6C4F9C48A3604355B05FA9F1AF439C39"><!-- --></a>
26<br/>
27
28 <h1 class="topictitle1">Test Dynamic Context-Sensitive Help</h1>
29
30
31
32 <div><p>Dynamic context-sensitive help in Eclipse involves complex
33 interactions between several components, so testing it requires a
34 properly configured runtime platform, with both user interface (UI)
35 components and user assistance (UA) components installed.
36 </p>
37
38 <p>Like any other functionality, dynamic context-sensitive help
39 should be tested to assess its quality.
40 </p>
41
42 <div class="note"><span class="notetitle">Note:</span> This document deals with testing the functionality
43 of dynamic context-sensitive help, not the quality (or usefulness)
44 of the help content.
45 </div>
46
47 </div>
48
49<div>
50<ul class="ullinks">
51<li class="ulchildlink"><strong><a href="../../../../../projects/dtp/dtp/en/source/c_test_objectives.html">Test Objectives</a></strong><br/>
52For projects that use the DTP help-helper, there are two primary objectives in testing dynamic context-sensitive help:</li>
53<li class="ulchildlink"><strong><a href="../../../../../projects/dtp/dtp/en/source/c_test_procedures.html">Test Procedures</a></strong><br/>
54For each UI control associated with a help context, test procedures should verify the following:</li>
55<li class="ulchildlink"><strong><a href="../../../../../projects/dtp/dtp/en/source/c_plugin_spy.html">Plug-in Spy</a></strong><br/>
56The Plug-in Spy tool (provided in org.eclipse.pde.runtime, since Eclipse 3.4) shows various information about the workbench, including help context IDs associated with the current (in focus) UI control.</li>
57<li class="ulchildlink"><strong><a href="../../../../../projects/dtp/dtp/en/source/c_debug_mode.html">Debug Mode</a></strong><br/>
58The Eclipse platform debug mode can be useful for testing and troubleshooting dynamic context-sensitive help.</li>
59</ul>
60</div>
61<div/>
62</body>
63</html>