Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 130387 Details for
Bug 246111
Recorder Control View - context-sensitive help missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch.
Defect_246111_patch.txt (text/plain), 113.18 KB, created by
Paul Slauenwhite
on 2009-03-31 09:33:13 EDT
(
hide
)
Description:
Patch.
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2009-03-31 09:33:13 EDT
Size:
113.18 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.ui >Index: src-recorder/org/eclipse/tptp/test/provisional/recorder/ui/wizards/RecLocationWizardPage.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src-recorder/org/eclipse/tptp/test/provisional/recorder/ui/wizards/RecLocationWizardPage.java,v >retrieving revision 1.10 >diff -u -r1.10 RecLocationWizardPage.java >--- src-recorder/org/eclipse/tptp/test/provisional/recorder/ui/wizards/RecLocationWizardPage.java 27 Mar 2009 17:10:26 -0000 1.10 >+++ src-recorder/org/eclipse/tptp/test/provisional/recorder/ui/wizards/RecLocationWizardPage.java 31 Mar 2009 13:32:53 -0000 >@@ -14,7 +14,9 @@ > import org.eclipse.core.resources.IFile; > import org.eclipse.hyades.internal.execution.testgen.ui.wizards.FileLocationSelectionWizardpage; > import org.eclipse.hyades.test.ui.TestUIImages; >+import org.eclipse.hyades.test.ui.UiPlugin; > import org.eclipse.hyades.test.ui.internal.resources.UiPluginResourceBundle; >+import org.eclipse.hyades.test.ui.internal.util.ContextIds; > import org.eclipse.swt.graphics.Image; > /** > * <p>A wizard page implementation for specifying a recording location.</p> >@@ -22,7 +24,7 @@ > * > * @author Jeffrey Nevicosi > * @author Paul E. Slauenwhite >- * @version March 27, 2009 >+ * @version March 31, 2009 > * @since February 1, 2006 > * @see FileLocationSelectionWizardpage > * @see IGenericRecorderPage >@@ -87,7 +89,7 @@ > * @see org.eclipse.hyades.internal.execution.testgen.ui.wizards.ITestGenWizardPage#getContextHelpID() > */ > public String getContextHelpID() { >- return "org.eclipse.tptp.test.internal.recorder.ui.wizards.RecLocationWizardPage"; >+ return (UiPlugin.getID() + ContextIds.NEW_TEST_FROM_RECORDING_WIZARD); > } > > /* (non-Javadoc) >Index: src-recorder/org/eclipse/tptp/test/provisional/recorder/ui/wizards/TestsuiteLocationWizardPage.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src-recorder/org/eclipse/tptp/test/provisional/recorder/ui/wizards/TestsuiteLocationWizardPage.java,v >retrieving revision 1.13 >diff -u -r1.13 TestsuiteLocationWizardPage.java >--- src-recorder/org/eclipse/tptp/test/provisional/recorder/ui/wizards/TestsuiteLocationWizardPage.java 27 Mar 2009 17:10:26 -0000 1.13 >+++ src-recorder/org/eclipse/tptp/test/provisional/recorder/ui/wizards/TestsuiteLocationWizardPage.java 31 Mar 2009 13:32:53 -0000 >@@ -14,7 +14,9 @@ > import org.eclipse.core.resources.IContainer; > import org.eclipse.core.runtime.Path; > import org.eclipse.hyades.internal.execution.testgen.ui.wizards.FileLocationSelectionWizardpage; >+import org.eclipse.hyades.test.ui.UiPlugin; > import org.eclipse.hyades.test.ui.internal.resources.UiPluginResourceBundle; >+import org.eclipse.hyades.test.ui.internal.util.ContextIds; > import org.eclipse.jdt.core.JavaCore; > import org.eclipse.jface.viewers.IStructuredSelection; > import org.eclipse.swt.widgets.Composite; >@@ -25,7 +27,7 @@ > * > * @author Paul E. Slauenwhite > * @author Jeffery Nevicosi >- * @version March 27, 2009 >+ * @version March 31, 2009 > * @since February 1, 2006 > */ > public class TestsuiteLocationWizardPage extends FileLocationSelectionWizardpage implements IGenericRecorderPage { >@@ -104,7 +106,7 @@ > * @see org.eclipse.hyades.internal.execution.testgen.ui.wizards.ITestGenWizardPage#getContextHelpID() > */ > public String getContextHelpID() { >- return "org.eclipse.tptp.test.internal.recorder.ui.wizards.TestsuiteLocationWizardPage"; >+ return (UiPlugin.getID() + ContextIds.NEW_TEST_FROM_RECORDING_WIZARD); > } > > /* (non-Javadoc) >Index: src-recorder/org/eclipse/hyades/internal/execution/recorder/ui/views/RecorderControlView.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src-recorder/org/eclipse/hyades/internal/execution/recorder/ui/views/RecorderControlView.java,v >retrieving revision 1.18 >diff -u -r1.18 RecorderControlView.java >--- src-recorder/org/eclipse/hyades/internal/execution/recorder/ui/views/RecorderControlView.java 20 Jan 2009 11:33:36 -0000 1.18 >+++ src-recorder/org/eclipse/hyades/internal/execution/recorder/ui/views/RecorderControlView.java 31 Mar 2009 13:32:53 -0000 >@@ -22,6 +22,7 @@ > import org.eclipse.hyades.test.core.testgen.ITestgenListener; > import org.eclipse.hyades.test.ui.UiPlugin; > import org.eclipse.hyades.test.ui.internal.resources.UiPluginResourceBundle; >+import org.eclipse.hyades.test.ui.internal.util.ContextIds; > import org.eclipse.jface.action.GroupMarker; > import org.eclipse.jface.action.ToolBarManager; > import org.eclipse.jface.dialogs.ErrorDialog; >@@ -51,14 +52,13 @@ > import org.eclipse.ui.part.ViewPart; > > /** >- * Recorder Control View for receiving feedback and controlling recorders during recording. >- * <p/> >+ * <p>Recorder Control View for receiving feedback and controlling recorders during recording.</p> > * > * > * @author Ernest Jessee > * @author Paul E. Slauenwhite > * @author Paul Klicnik >- * @version January 19, 2009 >+ * @version March 31, 2009 > * @since February 1, 2005 > */ > public class RecorderControlView extends ViewPart implements ITestgenListener, IRecorderListenerFullFeedback >@@ -111,7 +111,9 @@ > int heightHint = fm.getHeight() + fm.getAscent() + fm.getDescent(); > int widthHint = fm.getAverageCharWidth() * 50; > Composite parent = new Composite(grandParent,SWT.NULL); >- PlatformUI.getWorkbench().getHelpSystem().setHelp(parent,"org.eclipse.hyades.execution.recorder.RecorderControlView"); //$NON-NLS-1$ >+ >+ //Set the context sensitive help: >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, UiPlugin.getID() + ContextIds.RECORDER_CONTROL_VIEW); > > RecorderUIUtility.assignGridLayout(parent,1, false); > Canvas bytesReceivedCanvas = new Canvas(parent,SWT.NULL); >Index: src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java,v >retrieving revision 1.4 >diff -u -r1.4 ContextIds.java >--- src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java 16 May 2008 14:33:38 -0000 1.4 >+++ src/org/eclipse/hyades/test/ui/internal/util/ContextIds.java 31 Mar 2009 13:32:53 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2005, 2008 IBM Corporation and others. >+ * Copyright (c) 2005, 2009 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 >@@ -12,18 +12,20 @@ > package org.eclipse.hyades.test.ui.internal.util; > > /** >- * Context IDs >- * <p> >+ * <p>Context IDs.</p> > * > * >- * @author Paul E. Slauenwhite >- * @version May 16, 2008 >- * @since February 1, 2005 >+ * @author Paul E. Slauenwhite >+ * @version March 31, 2009 >+ * @since February 1, 2005 > */ > public class ContextIds { > >- //New test from recording wizard: >- public static final String REC_WIZ = ".recw0001"; //$NON-NLS-1$ >+ //Create New Test From Recording wizard: >+ public static final String NEW_TEST_FROM_RECORDING_WIZARD = ".recw0001"; //$NON-NLS-1$ >+ >+ //Recorder Control view: >+ public static final String RECORDER_CONTROL_VIEW = ".recv0001"; //$NON-NLS-1$ > > //New resource wizard: > public static final String RES_WIZ = ".resw0001"; //$NON-NLS-1$ >Index: src-testgen/org/eclipse/hyades/internal/execution/testgen/ui/wizards/TestSuiteLocationSelectionPage.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src-testgen/org/eclipse/hyades/internal/execution/testgen/ui/wizards/TestSuiteLocationSelectionPage.java,v >retrieving revision 1.12 >diff -u -r1.12 TestSuiteLocationSelectionPage.java >--- src-testgen/org/eclipse/hyades/internal/execution/testgen/ui/wizards/TestSuiteLocationSelectionPage.java 27 Mar 2009 17:10:26 -0000 1.12 >+++ src-testgen/org/eclipse/hyades/internal/execution/testgen/ui/wizards/TestSuiteLocationSelectionPage.java 31 Mar 2009 13:32:53 -0000 >@@ -12,7 +12,9 @@ > package org.eclipse.hyades.internal.execution.testgen.ui.wizards; > > import org.eclipse.core.resources.IContainer; >+import org.eclipse.hyades.test.ui.UiPlugin; > import org.eclipse.hyades.test.ui.internal.resources.UiPluginResourceBundle; >+import org.eclipse.hyades.test.ui.internal.util.ContextIds; > import org.eclipse.jdt.core.JavaCore; > > /** >@@ -21,7 +23,7 @@ > * > * @author Paul E. Slauenwhite > * @author Ernest Jessee >- * @version March 27, 2009 >+ * @version March 31, 2009 > * @since February 1, 2005 > */ > public class TestSuiteLocationSelectionPage extends FileLocationSelectionWizardpage >@@ -62,9 +64,11 @@ > return UiPluginResourceBundle.NewRecordingWizardPage_TITLE; > } > >- public String getContextHelpID() >- { >- return "org.eclipse.hyades.execution.testgen.TestSuitePathSelector"; //$NON-NLS-1$ >+ /* (non-Javadoc) >+ * @see org.eclipse.hyades.internal.execution.testgen.ui.wizards.ITestGenWizardPage#getContextHelpID() >+ */ >+ public String getContextHelpID(){ >+ return (UiPlugin.getID() + ContextIds.NEW_TEST_FROM_RECORDING_WIZARD); > } > > /** >Index: src-testgen/org/eclipse/hyades/internal/execution/testgen/ui/wizards/TestGeneratorSelectorPage.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src-testgen/org/eclipse/hyades/internal/execution/testgen/ui/wizards/TestGeneratorSelectorPage.java,v >retrieving revision 1.10 >diff -u -r1.10 TestGeneratorSelectorPage.java >--- src-testgen/org/eclipse/hyades/internal/execution/testgen/ui/wizards/TestGeneratorSelectorPage.java 27 Mar 2009 17:10:26 -0000 1.10 >+++ src-testgen/org/eclipse/hyades/internal/execution/testgen/ui/wizards/TestGeneratorSelectorPage.java 31 Mar 2009 13:32:53 -0000 >@@ -16,6 +16,7 @@ > import org.eclipse.hyades.test.core.testgen.TestGeneratorFactory; > import org.eclipse.hyades.test.ui.UiPlugin; > import org.eclipse.hyades.test.ui.internal.resources.UiPluginResourceBundle; >+import org.eclipse.hyades.test.ui.internal.util.ContextIds; > import org.eclipse.jface.wizard.WizardPage; > import org.eclipse.swt.SWT; > import org.eclipse.swt.layout.GridData; >@@ -27,10 +28,10 @@ > * <p>Wizard page which prompts the user for the test generator to use in generating a test.</p> > * > * >- * @author Paul E. Slauenwhite >- * @author Ernest Jessee >- * @version March 27, 2009 >- * @since February 1, 2005 >+ * @author Paul E. Slauenwhite >+ * @author Ernest Jessee >+ * @version March 31, 2009 >+ * @since February 1, 2005 > */ > public class TestGeneratorSelectorPage extends WizardPage implements ITestGenWizardPage > { >@@ -43,11 +44,10 @@ > } > > /* (non-Javadoc) >- * @see org.eclipse.hyades.execution.testgen.ui.wizards.ITestGenWizardPage#getContextHelpID() >+ * @see org.eclipse.hyades.internal.execution.testgen.ui.wizards.ITestGenWizardPage#getContextHelpID() > */ >- public String getContextHelpID() >- { >- return "org.eclipse.hyades.execution.testgen.GeneratorSelectorPage"; //$NON-NLS-1$ >+ public String getContextHelpID(){ >+ return (UiPlugin.getID() + ContextIds.NEW_TEST_FROM_RECORDING_WIZARD); > } > > /* (non-Javadoc) >Index: src-recorder/org/eclipse/tptp/test/internal/recorder/ui/wizards/NewRecordingWizardPage.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src-recorder/org/eclipse/tptp/test/internal/recorder/ui/wizards/NewRecordingWizardPage.java,v >retrieving revision 1.17 >diff -u -r1.17 NewRecordingWizardPage.java >--- src-recorder/org/eclipse/tptp/test/internal/recorder/ui/wizards/NewRecordingWizardPage.java 16 May 2008 14:33:28 -0000 1.17 >+++ src-recorder/org/eclipse/tptp/test/internal/recorder/ui/wizards/NewRecordingWizardPage.java 31 Mar 2009 13:32:53 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2008 IBM Corporation and others. >+ * Copyright (c) 2005, 2009 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 >@@ -47,17 +47,15 @@ > import org.eclipse.ui.PlatformUI; > > /** >- * The first page of the Generic Recorder Framework (GRF) wizard. >- * <p/> >- * Allows users to create a new test from a new recording (e.g. "Launch" a >- * Recorder) or from an existing recording (aka Generate Test). >- * <p/> >- * Not intended to be subclassed. >+ * <p>The first page of the Generic Recorder Framework (GRF) wizard.</p> >+ * >+ * <p>Allows users to create a new test from a new recording (e.g. "Launch" a >+ * Recorder) or from an existing recording (aka Generate Test).</p> > * > * > * @author Jeffery Nevicosi > * @author Paul E. Slauenwhite >- * @version May 16, 2008 >+ * @version March 31, 2009 > * @since September 23, 2005 > */ > public class NewRecordingWizardPage extends WizardPage implements >@@ -109,8 +107,8 @@ > */ > public void createControl(Composite parent) { > >- //Set the context sensitive help for the wizard page: >- PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, UiPlugin.getID() + ContextIds.REC_WIZ); >+ //Set the context sensitive help: >+ PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, UiPlugin.getID() + ContextIds.NEW_TEST_FROM_RECORDING_WIZARD); > > setPageComplete(false); > setDescription(UiPluginResourceBundle.NewRecordingWizardPage_DESCRIPTION); >Index: infopop/recorderUI.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/infopop/recorderUI.xml,v >retrieving revision 1.4 >diff -u -r1.4 recorderUI.xml >--- infopop/recorderUI.xml 11 Mar 2008 18:13:16 -0000 1.4 >+++ infopop/recorderUI.xml 31 Mar 2009 13:32:53 -0000 >@@ -1,6 +1,6 @@ > <?xml version="1.0" encoding="UTF-8"?> > <!-- >-Copyright (c) 2005, 2008 IBM Corporation and others. >+Copyright (c) 2005, 2009 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 >@@ -11,29 +11,16 @@ > <?NLS TYPE="org.eclipse.help.contexts"?> > <contexts> > >-<!--Specify the pathname of the test suite container file--> >-<context id="TestSuitePathSelector"> >-<description>Specify the pathname of the generated test suite</description> >-<topic href="../org.eclipse.hyades.test.doc.user/ref/enterTestsuitepath.htm" label="Generated test suite file location"/> >+<!-- Create New Test From Recording wizard: --> >+<context id="recw0001"> >+<description>Create a new test from a new or existing recording of user interactions with an application.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/tasks/tcreatetestfromrecording.htm" label="Creating a test from a recording"/> > </context> > >-<!--Specify test generator to use--> >-<context id="GeneratorSelectorPage"> >-<description>Select the test generator</description> >-<topic href="../org.eclipse.hyades.test.doc.user/ref/enterTestgenerator.htm" label="Test generator to use"/> >-</context> >- >-<!--Specify the pathname of the session recording--> >-<context id="RecordingLocationSelector"> >-<description>Specify the pathname of the generated test</description> >-<topic href="../org.eclipse.hyades.test.doc.user/ref/enterRecordingpath.htm" label="Recorded session file location"/> >-</context> >- >-<!--Recording and generation progress viewer--> >-<context id="RecorderControlView"> >-<description>View recording and script generation progress</description> >-<!-- the following doc does not exist. Add back when available. --> >-<!--topic href="../org.eclipse.hyades.test.doc.user/ref/topicUnderConst.htm" label="Progress monitor"/--> >+<!-- Recorder Control view: --> >+<context id="recv0001"> >+<description>View to control and monitor recorders.</description> >+<topic href="../org.eclipse.hyades.test.doc.user/concepts/crecordercontrolview.htm" label="Recorder Control View"/> > </context> > > </contexts> >Index: infopop/testUI.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/infopop/testUI.xml,v >retrieving revision 1.5 >diff -u -r1.5 testUI.xml >--- infopop/testUI.xml 16 May 2008 14:33:45 -0000 1.5 >+++ infopop/testUI.xml 31 Mar 2009 13:32:53 -0000 >@@ -1,6 +1,6 @@ > <?xml version="1.0" encoding="UTF-8"?> > <!-- >-Copyright (c) 2005, 2008 IBM Corporation and others. >+Copyright (c) 2005, 2009 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 >@@ -177,12 +177,6 @@ > <!--topic href="../org.eclipse.hyades.test.doc/tasks/tsetting_preferences.htm" label="Setting Test preferences"/--> > </context> > >-<context id="recw0001"> >-<!--New test from recording wizard content--> >-<description>Select the recorder to create a new recording and test or create a new test from an existing recording.</description> >-<topic href="../org.eclipse.tptp.test.recorders.url.doc.user/tasks/trecordtest.html" label="Creating a new test from a recording"/> >-</context> >- > <context id="resw0001"> > <!--New resource wizard content--> > <description>Select an existing resource in the workspace or create a new resource in the workspace.</description> >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/plugin.xml,v >retrieving revision 1.94 >diff -u -r1.94 plugin.xml >--- plugin.xml 12 Feb 2009 19:49:09 -0000 1.94 >+++ plugin.xml 31 Mar 2009 13:32:53 -0000 >@@ -37,13 +37,13 @@ > <extension-point id="testNavigatorRefactoringTransactions" name="Test Navigator Refactoring Transactions" schema="schema/testNavigatorRefactoringTransactions.exsd"/> > > <extension point="org.eclipse.help.contexts"> >- <contexts file="infopop\hyadesUI.xml" plugin ="org.eclipse.hyades.ui"/> >- <contexts file="infopop\testUI.xml" plugin ="org.eclipse.hyades.test.ui"/> >- <contexts file="infopop\testDatapool.xml" plugin="org.eclipse.hyades.test.ui"/> >- <contexts file="infopop\testJava.xml" plugin ="org.eclipse.hyades.test.java"/> >- <contexts file="infopop\testCommon.xml" plugin ="org.eclipse.hyades.test.common"/> >- <contexts file="infopop\recorderUI.xml" plugin ="org.eclipse.hyades.execution.testgen"/> >- <contexts file="infopop\recorderUI.xml" plugin ="org.eclipse.hyades.execution.recorder.harness"/> >+ <contexts file="infopop\hyadesUI.xml"/> >+ <contexts file="infopop\testUI.xml"/> >+ <contexts file="infopop\testDatapool.xml"/> >+ <contexts file="infopop\testJava.xml"/> >+ <contexts file="infopop\testCommon.xml"/> >+ <contexts file="infopop\recorderUI.xml"/> >+ <contexts file="infopop\recorderUI.xml"/> > </extension> > > <extension >#P org.eclipse.tptp.test.recorders.url >Index: src-ui/org/eclipse/tptp/test/recorders/url/ui/internal/wizards/URLRecorderNoProjectsWizardPage.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.recorders.url/src-ui/org/eclipse/tptp/test/recorders/url/ui/internal/wizards/URLRecorderNoProjectsWizardPage.java,v >retrieving revision 1.1 >diff -u -r1.1 URLRecorderNoProjectsWizardPage.java >--- src-ui/org/eclipse/tptp/test/recorders/url/ui/internal/wizards/URLRecorderNoProjectsWizardPage.java 11 Mar 2008 18:18:47 -0000 1.1 >+++ src-ui/org/eclipse/tptp/test/recorders/url/ui/internal/wizards/URLRecorderNoProjectsWizardPage.java 31 Mar 2009 13:32:55 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2008 IBM Corporation and others. >+ * Copyright (c) 2008, 2009 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 >@@ -22,7 +22,6 @@ > import org.eclipse.core.runtime.IProgressMonitor; > import org.eclipse.core.runtime.Path; > import org.eclipse.hyades.internal.execution.recorder.ui.RecorderUIUtility; >-import org.eclipse.hyades.internal.execution.recorder.ui.wizards.IRecorderWizardPage; > import org.eclipse.jdt.core.IClasspathEntry; > import org.eclipse.jdt.core.IJavaProject; > import org.eclipse.jdt.core.JavaCore; >@@ -39,23 +38,19 @@ > import org.eclipse.tptp.test.provisional.recorder.ui.wizards.IGenericRecorderPage; > import org.eclipse.tptp.test.provisional.recorder.ui.wizards.IGenericRecorderWizard; > import org.eclipse.tptp.test.provisional.recorder.ui.wizards.IRecorderPageProvider; >-import org.eclipse.tptp.test.recorders.url.internal.URLRecorderActivator; >-import org.eclipse.tptp.test.recorders.url.ui.internal.help.URLRecorderContextIDs; > import org.eclipse.tptp.test.recorders.url.ui.internal.resources.URLRecorderUIResourceBundle; > import org.eclipse.ui.dialogs.WizardNewProjectCreationPage; > > /** >- * URL recorder no projects page. >- * <p/> >+ * <p>URL recorder no projects page.</p> > * > * > * @author Paul E. Slauenwhite > * @author Jerffery Nevicosi >- * @version March 11, 2008 >+ * @version March 31, 2009 > * @since March 11, 2008 > */ >-public class URLRecorderNoProjectsWizardPage extends WizardNewProjectCreationPage >- implements IRecorderWizardPage, IGenericRecorderPage { >+public class URLRecorderNoProjectsWizardPage extends WizardNewProjectCreationPage implements IGenericRecorderPage { > > private Text recFileText; > >@@ -146,17 +141,10 @@ > } > > /* (non-Javadoc) >- * @see org.eclipse.hyades.internal.execution.testgen.ui.wizards.ITestGenWizardPage#getContextHelpID() >- */ >- public String getContextHelpID() { >- return (URLRecorderActivator.PLUGIN_ID + URLRecorderContextIDs.RECORDING_LOCATION_SELECTOR); //$NON-NLS-1$ >- } >- >- /* (non-Javadoc) >- * @see org.eclipse.hyades.internal.execution.testgen.ui.wizards.ITestGenWizardPage#saveSettings() >+ * @see org.eclipse.tptp.test.provisional.recorder.ui.wizards.IGenericRecorderPage#saveSettings() > */ > public void saveSettings() { >- >+ //No-operation. > } > > /* (non-Javadoc) >@@ -308,7 +296,5 @@ > */ > public Object getRecorderObjectData(String key) { > return null; >- } >- >- >+ } > } >Index: infopop/urlRecorder.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.recorders.url/infopop/urlRecorder.xml,v >retrieving revision 1.1 >diff -u -r1.1 urlRecorder.xml >--- infopop/urlRecorder.xml 11 Mar 2008 18:18:47 -0000 1.1 >+++ infopop/urlRecorder.xml 31 Mar 2009 13:32:55 -0000 >@@ -1,6 +1,6 @@ > <?xml version="1.0" encoding="UTF-8"?> > <!-- >-Copyright (c) 2008 IBM Corporation and others. >+Copyright (c) 2008, 2009 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 >@@ -13,10 +13,11 @@ > <?NLS TYPE="org.eclipse.help.contexts"?> > <contexts> > >-<!--Specify the pathname of the generate test--> >-<context id="RecordingLocationSelector"> >-<description>Specify the pathname of the generated test</description> >-<topic href="../org.eclipse.hyades.test.doc.user/tasks/trecordtest.html" label="Generated test file location"/> >+<!-- Create New Test From Recording wizard: --> >+<!-- Note: Extends the org.eclipse.hyades.test.ui.recw0001 context ID: --> >+<context id="recw0001"> >+<description>Create a new performance test from a new or existing URL recording of user interactions with a Web browser application.</description> >+<topic href="../org.eclipse.tptp.test.recorders.url.doc.user/tasks/tcreatetestfromurlrecording.htm" label="Creating a test from a URL recording"/> > </context> > > </contexts> >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.recorders.url/plugin.xml,v >retrieving revision 1.2 >diff -u -r1.2 plugin.xml >--- plugin.xml 10 Apr 2008 01:24:50 -0000 1.2 >+++ plugin.xml 31 Mar 2009 13:32:55 -0000 >@@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="UTF-8"?> > <!-- > /********************************************************************** >- * Copyright (c) 2008 IBM Corporation and others. >+ * Copyright (c) 2008, 2009 IBM Corporation and others. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -25,7 +25,7 @@ > </extension> > > <extension point="org.eclipse.help.contexts"> >- <contexts file="infopop\urlRecorder.xml"/> >+ <contexts file="infopop\urlRecorder.xml" plugin="org.eclipse.hyades.test.ui"/> > </extension> > > <extension >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.recorders.url/plugin.properties,v >retrieving revision 1.3 >diff -u -r1.3 plugin.properties >--- plugin.properties 27 Mar 2009 17:10:41 -0000 1.3 >+++ plugin.properties 31 Mar 2009 13:32:55 -0000 >@@ -24,7 +24,7 @@ > > # plugin.xml messages: > URL_RECORDER_NAME = URL Recorder >-URL_RECORDER_DESCRIPTION = Creates a TPTP URL Test from a HTTP protocol recording of URLs entered in a Web browser application. >+URL_RECORDER_DESCRIPTION = Creates a TPTP URL Test from a HTTP protocol recording of URLs entered and links navigated in a Web browser application. > URL_Test_Generator_Name = TPTP URL Test Generator > Internet_Explorer = Internet Explorer > Mozilla = Mozilla >#P org.eclipse.hyades.test.doc.user >Index: tasks/tcreatetestdeployment.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/tasks/tcreatetestdeployment.htm,v >retrieving revision 1.6 >diff -u -r1.6 tcreatetestdeployment.htm >--- tasks/tcreatetestdeployment.htm 30 May 2008 18:24:24 -0000 1.6 >+++ tasks/tcreatetestdeployment.htm 31 Mar 2009 13:32:56 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2008 Scapa Technologies and others. >+ * Copyright (c) 2006, 2009 Scapa Technologies and others. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -27,12 +27,12 @@ > > <p>Test deployments pair test artifacts and test locations for executing a test suite.</p> > >-<p>Create a test deployment:</p> >+<p>Test deployments are created with the <b>New Deployment</b> wizard:</p> > > <ol> > <li>Right-click in the Test Navigator and select <b>New</b> > <b>Test Element...</b>.</li> > <li>Select <b>Test Assets</b> > <b>Deployment</b> and click <b>Next</b>.</li> >- <li>Provide the parent folder and the name for the test deployment and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the test deployment and click <b>Next</b>.</li> > <li>Optionally, provide a description for the test deployment and click <b>Next</b>.</li> > <li>Select or create the associated test artifacts by clicking the <b>New...</b> button and > selecting the test artifacts or creating a <a href="tcreateartifact.htm">new test artifact</a>. >@@ -51,7 +51,7 @@ > > <p> > <b>Related concepts</b><br/> >-<a href="../concepts/cdeployeditor.htm">Editing a deployment</a><br/> >+<a href="../concepts/cdeployeditor.htm">Deployment Editor</a><br/> > </p> > > <p> >Index: tasks/trun.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/tasks/trun.htm,v >retrieving revision 1.13 >diff -u -r1.13 trun.htm >--- tasks/trun.htm 22 Apr 2008 17:37:37 -0000 1.13 >+++ tasks/trun.htm 31 Mar 2009 13:32:56 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2000, 2008 Scapa Technologies. >+ * Copyright (c) 2000, 2009 Scapa Technologies. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -74,7 +74,7 @@ > > <p> > <b>Related concepts</b><br/> >-<a href="../concepts/cdeployeditor.htm">Editing a deployment</a><br/> >+<a href="../concepts/cdeployeditor.htm">Deployment Editor</a><br/> > </p> > > <p> >Index: tasks/tdeploymentintro.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/tasks/tdeploymentintro.htm,v >retrieving revision 1.5 >diff -u -r1.5 tdeploymentintro.htm >--- tasks/tdeploymentintro.htm 18 Apr 2008 16:04:05 -0000 1.5 >+++ tasks/tdeploymentintro.htm 31 Mar 2009 13:32:56 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2008 Scapa Technologies and others. >+ * Copyright (c) 2006, 2009 Scapa Technologies and others. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -48,9 +48,9 @@ > > <p> > <b>Related concepts</b><br/> >-<a href="../concepts/cartifacteditor.htm">Editing an artifact</a><br/> >-<a href="../concepts/clocationeditor.htm">Editing a location</a><br/> >-<a href="../concepts/cdeployeditor.htm">Editing a deployment</a><br/> >+<a href="../concepts/cartifacteditor.htm">Artifact Editor</a><br/> >+<a href="../concepts/clocationeditor.htm">Location Editor</a><br/> >+<a href="../concepts/cdeployeditor.htm">Deployment Editor</a><br/> > </p> > > </body> >Index: tasks/tcreateartifact.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/tasks/tcreateartifact.htm,v >retrieving revision 1.7 >diff -u -r1.7 tcreateartifact.htm >--- tasks/tcreateartifact.htm 30 May 2008 18:24:24 -0000 1.7 >+++ tasks/tcreateartifact.htm 31 Mar 2009 13:32:56 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2008 IBM Corporation. >+ * Copyright (c) 2006, 2009 IBM Corporation. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -26,12 +26,12 @@ > > <p>Test artifacts associate test assets, such as test suites and datapools, with a test deployment.</p> > >-<p>Create a test artifact:</p> >+<p>Test artifacts are created with the <b>New Artifact</b> wizard:</p> > > <ol> > <li>Right-click in the Test Navigator and select <b>New</b> > <b>Test Element...</b>.</li> > <li>Select <b>Test Assets</b> > <b>Artifact</b> and click <b>Next</b>.</li> >- <li>Provide the parent folder and the name for the test artifact and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the test artifact and click <b>Next</b>.</li> > <li>Optionally, provide a description for the test artifact and click <b>Next</b>.</li> > <li>Select the associated test assets, such as test suites and datapools.</li> > <li>Click <b>Finish</b> to create the test artifact.</li> >@@ -40,7 +40,7 @@ > > <p> > <b>Related concepts</b><br/> >-<a href="../concepts/cartifacteditor.htm">Editing an artifact</a><br/> >+<a href="../concepts/cartifacteditor.htm">Artifact Editor</a><br/> > </p> > > <p> >Index: tasks/tcreateperformancetestreports.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/tasks/tcreateperformancetestreports.htm,v >retrieving revision 1.7 >diff -u -r1.7 tcreateperformancetestreports.htm >--- tasks/tcreateperformancetestreports.htm 30 May 2008 18:24:26 -0000 1.7 >+++ tasks/tcreateperformancetestreports.htm 31 Mar 2009 13:32:56 -0000 >@@ -3,7 +3,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2007, 2008 IBM Corporation. >+ * Copyright (c) 2007, 2009 IBM Corporation. > * All rights reserved. This content > * is made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -80,7 +80,7 @@ > <ol> > <li>Right-click on a performance test suite in the Test Navigator and select <b>Report... </b>.</li> > <li>Select one of the performance test report types and click <b>Next </b>.</li> >- <li>Provide the parent folder and the name for the performance test report and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the performance test report and click <b>Next</b>.</li> > <li>Optionally, provide the report window (start and end data and time) for the performance test report.</li> > <li>Click <b>Finish </b> to generate the performance test report.</li> > <li>The <b>Confirm Open Editor</b> dialog may appear (see the <b>Window</b> > <b>Preferences...</b> > <b>Test</b> > <b>Open Editor</b> preference), confirming if the new performance test report is to be opened in the internal Web Browser.</li> >Index: tasks/tcreatetestreports.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/tasks/tcreatetestreports.htm,v >retrieving revision 1.6 >diff -u -r1.6 tcreatetestreports.htm >--- tasks/tcreatetestreports.htm 30 May 2008 18:24:25 -0000 1.6 >+++ tasks/tcreatetestreports.htm 31 Mar 2009 13:32:56 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2007, 2008 IBM Corporation. >+ * Copyright (c) 2007, 2009 IBM Corporation. > * All rights reserved. This content > * is made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -66,7 +66,7 @@ > <ol> > <li>Right-click on a test suite in the Test Navigator and select <b>Report... </b>.</li> > <li>Select one of the test report types and click <b>Next </b>.</li> >- <li>Provide the parent folder and the name for the test report and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the test report and click <b>Next</b>.</li> > <li>Optionally, provide the report window (start and end data and time) for the test report.</li> > <li>Click <b>Finish </b> to generate the test report.</li> > <li>The <b>Confirm Open Editor</b> dialog may appear (see the <b>Window</b> > <b>Preferences...</b> > <b>Test</b> > <b>Open Editor</b> preference), confirming if the new test report is to be opened in the internal Web Browser.</li> >Index: tasks/tcreatelocation.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/tasks/tcreatelocation.htm,v >retrieving revision 1.8 >diff -u -r1.8 tcreatelocation.htm >--- tasks/tcreatelocation.htm 17 Jul 2008 19:07:12 -0000 1.8 >+++ tasks/tcreatelocation.htm 31 Mar 2009 13:32:56 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2008 Scapa Technologies and others. >+ * Copyright (c) 2006, 2009 Scapa Technologies and others. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -28,12 +28,12 @@ > <p>Test locations associate a target host with a test deployment. The test suite will be executed > on the target host specified in the test location.</p> > >-<p>Create a test location:</p> >+<p>Test locations are created with the <b>New Location</b> wizard:</p> > > <ol> > <li>Right-click in the Test Navigator and select <b>New</b> > <b>Test Element...</b>.</li> > <li>Select <b>Test Assets</b> > <b>Location</b> and click <b>Next</b>.</li> >- <li>Provide the parent folder and the name for the test location and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the test location and click <b>Next</b>.</li> > <li>Optionally, provide a description for the test location and click <b>Next</b>.</li> > <li>Enter the host name or IP address of the target host. By default, <i>localhost</i> is entered. Test the > connection to the target host by clicking the <b>Test Connection</b> link<sup>1</sup>.</li> >@@ -47,7 +47,7 @@ > > <p> > <b>Related concepts</b><br/> >-<a href="../concepts/clocationeditor.htm">Editing a location</a><br/> >+<a href="../concepts/clocationeditor.htm">Location Editor</a><br/> > </p> > > <p> >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/plugin.xml,v >retrieving revision 1.18 >diff -u -r1.18 plugin.xml >--- plugin.xml 24 Mar 2008 23:27:35 -0000 1.18 >+++ plugin.xml 31 Mar 2009 13:32:56 -0000 >@@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="UTF-8"?> > <!-- > /********************************************************************** >- * Copyright (c) 2000, 2008 IBM Corporation. >+ * Copyright (c) 2000, 2009 IBM Corporation. > * All rights reserved. This content > * is made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -15,30 +15,14 @@ > <?eclipse version="3.0"?> > <plugin> > <extension point="org.eclipse.help.toc"> >- <toc file="toc/comptest_toc.xml" primary="true" /> >- </extension> >- >- <extension point="org.eclipse.help.toc"> >- <toc file="toc/logviewer_toc.xml"/> >- </extension> >- >- <extension point="org.eclipse.help.toc"> >- <toc file="toc/testreports_toc.xml"/> >- </extension> >- >- <extension point="org.eclipse.help.toc"> >- <toc file="toc/junit_toc.xml"/> >- </extension> >- >- <extension point="org.eclipse.help.toc"> >- <toc file="toc/url_toc.xml"/> >- </extension> >- >- <extension point="org.eclipse.help.toc"> >- <toc file="toc/common_toc.xml"/> >- </extension> >- >- <extension point="org.eclipse.help.toc"> >- <toc file="toc/deploy_toc.xml"/> >+ <toc file="toc/testing_toc.xml" primary="true"/> >+ <toc file="toc/test_recorders_toc.xml"/> >+ <toc file="toc/test_datapools_toc.xml"/> >+ <toc file="toc/test_deployments_toc.xml"/> >+ <toc file="toc/automatable_services_toc.xml"/> >+ <toc file="toc/url_test_toc.xml"/> >+ <toc file="toc/junit_test_toc.xml"/> >+ <toc file="toc/test_results_toc.xml"/> >+ <toc file="toc/test_reports_toc.xml"/> > </extension> > </plugin> >Index: toc/logviewer_toc.xml >=================================================================== >RCS file: toc/logviewer_toc.xml >diff -N toc/logviewer_toc.xml >--- toc/logviewer_toc.xml 30 May 2008 18:24:28 -0000 1.2 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,27 +0,0 @@ >-<?xml version="1.0" encoding="utf-8"?> >-<!-- >-/********************************************************************** >- * Copyright (c) 2007, 2008 IBM Corporation. >- * All rights reserved. This content >- * is 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 >- * $Id: logviewer_toc.xml,v 1.2 2008/05/30 18:24:28 paules Exp $ >- * >- * Contributors: >- * IBM - Initial contribution >- **********************************************************************/ >- --> >-<?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Analyzing test results"> >- <topic label="Analyzing test results" href="concepts/c_viewingtestresults.html"> >- <topic label="Opening a test log" href="tasks/t_openinglogs.html"/> >- <topic label="Viewing events" href="tasks/t_viewingevents.html"> >- <topic label="Test Log viewer Overview page" href="ref/r_testlog_overview.html"/> >- <topic label="Test Log viewer Events page" href="ref/r_testlog_events.html"/> >- <topic label="Test Log viewer Events toolbar" href="ref/r_testlog_toolbar.html"/> >- <topic label="Searching a test log" href="tasks/t_searching_testlogs.html"/> >- <topic label="Associating defects with a test log" href="tasks/t_associating_defects.html"/> >- </topic> >- </topic> >-</toc> >\ No newline at end of file >Index: toc/junit_toc.xml >=================================================================== >RCS file: toc/junit_toc.xml >diff -N toc/junit_toc.xml >--- toc/junit_toc.xml 30 May 2008 18:25:57 -0000 1.5 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,40 +0,0 @@ >-<?xml version="1.0" encoding="utf-8"?> >-<!-- >-/********************************************************************** >- * Copyright (c) 2007, 2008 IBM Corporation. >- * All rights reserved. This content >- * is 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 >- * $Id: junit_toc.xml,v 1.5 2008/05/30 18:25:57 paules Exp $ >- * >- * Contributors: >- * IBM - Initial contribution >- **********************************************************************/ >- --> >-<?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Testing with JUnit"> >- <topic label="Testing with JUnit" href="concepts/cjunitintro.htm"> >- <topic label="Creating a Java project" href="tasks/tcreateJavaProject.htm"/> >- <topic label="Creating JUnit tests" href="tasks/tcreatejunit.htm"> >- <topic label="Creating a JUnit test manually" href="tasks/tptpJUnitTest_creatingManually.htm"/> >- <topic label="Importing an existing JUnit test" href="tasks/tptpJUnitTest_importing.htm"/> >- </topic> >- <topic label="Editing JUnit tests" href="concepts/cEditingJUnitTests.htm"> >- <topic label="JUnit Test Suite Editor" href="concepts/cJUnitTestEditor.htm"> >- <topic label="Adding test methods" href="tasks/tptpJUnitTest_addingTestMethods.htm"/> >- <topic label="Mapping test methods to a TPTP JUnit test" href="tasks/tptpJUnitTest_testMethods.htm"/> >- </topic> >- <topic label="Tutorial: Accessing a datapool from a JUnit test" href="samples/saccessdp.htm"/> >- </topic> >- >- <topic label="Running a test" href="tasks/trun.htm"/> >- <topic href="tasks/trunningjunittestsuite.htm" label="Running a JUnit test remotely"> >- </topic> >- >- <link toc="toc/logviewer_toc.xml"/> >- >- <link toc="toc/testreports_toc.xml"/> >- >- </topic> >-</toc> >Index: toc/comptest_toc.xml >=================================================================== >RCS file: toc/comptest_toc.xml >diff -N toc/comptest_toc.xml >--- toc/comptest_toc.xml 24 Mar 2008 17:03:08 -0000 1.4 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,39 +0,0 @@ >-<?xml version="1.0" encoding="utf-8"?> >-<!-- >-/********************************************************************** >- * Copyright (c) 2007, 2008 IBM Corporation. >- * All rights reserved. This content >- * is 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 >- * $Id: comptest_toc.xml,v 1.4 2008/03/24 17:03:08 jkubasta Exp $ >- * >- * Contributors: >- * IBM - Initial contribution >- **********************************************************************/ >- --> >-<?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Testing applications" topic="concepts/ccommontestingtasksandconcepts.htm"> >- >- <topic label="Providing tests with variable data" href="tasks/tdatapool.htm"> >- <topic label="Datapool structure" href="concepts/cdatapools.htm"/> >- <topic label="Creating a datapool" href="tasks/tcreatedp.htm"/> >- <topic label="Opening a datapool" href="tasks/topendp.htm"/> >- <topic label="Editing a datapool" href="tasks/teditdp.htm"/> >- <topic label="Tutorial: Accessing a datapool from a JUnit test" href="samples/saccessdp.htm"/> >- </topic> >- >- <link toc="toc/deploy_toc.xml"/> >- >- <link toc="toc/common_toc.xml"/> >- >- <link toc="toc/url_toc.xml"/> >- >- <link toc="toc/junit_toc.xml"/> >- >- <anchor id="additional_test_types"/> >- >- <topic label="References" href="ref/rreferencesoverview.htm"> >- <topic label="Generic launch configuration properties" href="ref/rgenericlaunchconfigprops.htm"/> >- </topic> >-</toc> >\ No newline at end of file >Index: toc/testreports_toc.xml >=================================================================== >RCS file: toc/testreports_toc.xml >diff -N toc/testreports_toc.xml >--- toc/testreports_toc.xml 5 Dec 2007 20:04:00 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,20 +0,0 @@ >-<?xml version="1.0" encoding="utf-8"?> >-<!-- >-/********************************************************************** >- * Copyright (c) 2007 IBM Corporation. >- * All rights reserved. This content >- * is 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 >- * $Id: testreports_toc.xml,v 1.1 2007/12/05 20:04:00 paules Exp $ >- * >- * Contributors: >- * IBM - Initial contribution >- **********************************************************************/ >- --> >-<?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Generating test reports"> >- <topic label="Generating test reports" href="tasks/tcreatetestreports.htm"/> >- >- <anchor id="additional_test_reports"/> >-</toc> >\ No newline at end of file >Index: toc/deploy_toc.xml >=================================================================== >RCS file: toc/deploy_toc.xml >diff -N toc/deploy_toc.xml >--- toc/deploy_toc.xml 18 Apr 2008 16:04:05 -0000 1.2 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,28 +0,0 @@ >-<?xml version="1.0" encoding="utf-8"?> >-<!-- >-/********************************************************************** >- * Copyright (c) 2007, 2008 IBM Corporation. >- * All rights reserved. This content >- * is 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 >- * $Id: deploy_toc.xml,v 1.2 2008/04/18 16:04:05 paules Exp $ >- * >- * Contributors: >- * IBM - Initial contribution >- **********************************************************************/ >- --> >-<?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Common test deployment topics"> >- <topic label="Creating a test deployment" href="tasks/tdeploymentintro.htm"> >- <topic label="Creating an artifact" href="tasks/tcreateartifact.htm"> >- <topic label="Editing an artifact" href="concepts/cartifacteditor.htm"/> >- </topic> >- <topic label="Creating a location" href="tasks/tcreatelocation.htm"> >- <topic label="Editing a location" href="concepts/clocationeditor.htm"/> >- </topic> >- <topic label="Creating a deployment" href="tasks/tcreatetestdeployment.htm"> >- <topic label="Editing a deployment" href="concepts/cdeployeditor.htm"/> >- </topic> >- </topic> >-</toc> >\ No newline at end of file >Index: toc/common_toc.xml >=================================================================== >RCS file: toc/common_toc.xml >diff -N toc/common_toc.xml >--- toc/common_toc.xml 31 Jan 2008 18:00:33 -0000 1.2 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,23 +0,0 @@ >-<?xml version="1.0" encoding="utf-8"?> >-<!-- >-/********************************************************************** >- * Copyright (c) 2007, 2008 IBM Corporation. >- * All rights reserved. This content >- * is 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 >- * $Id: common_toc.xml,v 1.2 2008/01/31 18:00:33 paules Exp $ >- * >- * Contributors: >- * IBM - Initial contribution >- **********************************************************************/ >- --> >-<?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Topics that are common to all of the Test subsections"> >- <topic label="Launching tests from scripts and applications" href="tasks/tlaunching-tests-from-scripts-and-applications.htm"> >- <topic label="Overview of the automatable service framework" href="concepts/coverview-of-the-automatable-services-framework.htm"/> >- <topic label="Using the TPTP automatable services" href="tasks/texecuting-the-test-execution-service.htm"/> >- <topic label="Supported test execution service properties" href="ref/rsupported-test-execution-service-properties.htm"/> >- <anchor id="additional_automatable_services"/> >- </topic> >-</toc> >\ No newline at end of file >Index: toc/url_toc.xml >=================================================================== >RCS file: toc/url_toc.xml >diff -N toc/url_toc.xml >--- toc/url_toc.xml 9 Apr 2008 19:58:06 -0000 1.3 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,35 +0,0 @@ >-<?xml version="1.0" encoding="utf-8"?> >-<!-- >-/********************************************************************** >- * Copyright (c) 2007, 2008 IBM Corporation. >- * All rights reserved. This content >- * is 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 >- * $Id: url_toc.xml,v 1.3 2008/04/09 19:58:06 paules Exp $ >- * >- * Contributors: >- * IBM - Initial contribution >- **********************************************************************/ >- --> >-<?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Testing performance"> >- <topic label="Testing performance" href="concepts/ctestwithhyades.htm"> >- >- <topic label="Creating a Java project" href="tasks/tcreateJavaProject.htm"/> >- >- <topic label="Creating a test" href="tasks/tcreatingaperformancetest.htm"> >- <anchor id="test_suite_generators"/> >- </topic> >- >- <topic label="Editing a test" href="concepts/cedittest.htm"/> >- <topic label="Generating an executable test" href="tasks/tgenerateexecutabletest.htm"/> >- <topic label="Running a test" href="tasks/trun.htm"/> >- >- <link toc="toc/logviewer_toc.xml"/> >- >- <topic href="tasks/tcreateperformancetestreports.htm" label="Generating performance test reports"/> >- >- <link toc="toc/testreports_toc.xml"/> >- </topic> >-</toc> >Index: concepts/cartifacteditor.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/concepts/cartifacteditor.htm,v >retrieving revision 1.7 >diff -u -r1.7 cartifacteditor.htm >--- concepts/cartifacteditor.htm 18 Apr 2008 16:09:41 -0000 1.7 >+++ concepts/cartifacteditor.htm 31 Mar 2009 13:32:56 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2008 Scapa Technologies and others. >+ * Copyright (c) 2006, 2009 Scapa Technologies and others. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -19,12 +19,12 @@ > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> > <link rel="StyleSheet" href="../css/book.css" type="text/css" /> > >-<title>Editing an artifact</title> >+<title>Artifact Editor</title> > </head> > > <body> > >-<h1>Editing an artifact</h1> >+<h1>Artifact Editor</h1> > > <p>Test artifacts are edited using the Artifact editor. The editor contains three tabs:</p> > >Index: concepts/clocationeditor.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/concepts/clocationeditor.htm,v >retrieving revision 1.8 >diff -u -r1.8 clocationeditor.htm >--- concepts/clocationeditor.htm 17 Jul 2008 19:07:12 -0000 1.8 >+++ concepts/clocationeditor.htm 31 Mar 2009 13:32:56 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2008 Scapa Technologies and others. >+ * Copyright (c) 2006, 2009 Scapa Technologies and others. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -19,12 +19,12 @@ > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> > <link rel="StyleSheet" href="../css/book.css" type="text/css" /> > >-<title>Editing a location</title> >+<title>Location Editor</title> > </head> > > <body> > >-<h1>Editing a location</h1> >+<h1>Location Editor</h1> > > <p>Test locations are edited using the Location editor. The editor contains three tabs:</p> > >Index: concepts/cdeployeditor.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/concepts/cdeployeditor.htm,v >retrieving revision 1.7 >diff -u -r1.7 cdeployeditor.htm >--- concepts/cdeployeditor.htm 18 Apr 2008 16:09:41 -0000 1.7 >+++ concepts/cdeployeditor.htm 31 Mar 2009 13:32:56 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2008 Scapa Technologies and others. >+ * Copyright (c) 2006, 2009 Scapa Technologies and others. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -19,12 +19,12 @@ > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> > <link rel="StyleSheet" href="../css/book.css" type="text/css" /> > >-<title>Editing a deployment</title> >+<title>Deployment Editor</title> > </head> > > <body> > >-<h1>Editing a deployment</h1> >+<h1>Deployment Editor</h1> > > <p>Test deployments are edited using the Deployment editor. The editor contains three tabs:</p> > >Index: toc/test_recorders_toc.xml >=================================================================== >RCS file: toc/test_recorders_toc.xml >diff -N toc/test_recorders_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/test_recorders_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,24 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Creating tests from recordings"> >+ >+ <topic label="Creating tests from recordings" href="tasks/trecordersintro.htm"> >+ >+ <topic label="Creating a test from a recording" href="tasks/tcreatetestfromrecording.htm"> >+ <topic label="Recorder Control View" href="concepts/crecordercontrolview.htm"/> >+ </topic> >+ </topic> >+</toc> >\ No newline at end of file >Index: tasks/trecordersintro.htm >=================================================================== >RCS file: tasks/trecordersintro.htm >diff -N tasks/trecordersintro.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ tasks/trecordersintro.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,44 @@ >+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> >+<html lang="en-us" xml:lang="en-us"> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> >+<link rel="StyleSheet" href="../css/book.css" type="text/css" /> >+ >+<title>Creating tests from recordings</title> >+</head> >+ >+<body> >+ >+<h1>Creating tests from recordings</h1> >+ >+<p>This section describes creating tests from recordings.</p> >+ >+<ul> >+ <li> >+ <a href="tcreatetestfromrecording.htm">Creating a test from a recording</a> >+ <p>Recordings capture user interactions with an application used to generate tests.</p> >+ <br/> >+ </li> >+</ul> >+ >+<p> >+<b>Related concepts</b><br/> >+<a href="../concepts/crecordercontrolview.htm">Recorder Control View</a><br/> >+</p> >+ >+</body> >+ >+</html> >Index: toc/testing_toc.xml >=================================================================== >RCS file: toc/testing_toc.xml >diff -N toc/testing_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/testing_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,35 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Testing applications" topic="concepts/ccommontestingtasksandconcepts.htm"> >+ >+ <link toc="toc/test_recorders_toc.xml"/> >+ >+ <link toc="toc/test_datapools_toc.xml"/> >+ >+ <link toc="toc/test_deployments_toc.xml"/> >+ >+ <link toc="toc/automatable_services_toc.xml"/> >+ >+ <link toc="toc/url_test_toc.xml"/> >+ >+ <link toc="toc/junit_test_toc.xml"/> >+ >+ <anchor id="additional_testing"/> >+ >+ <topic label="References" href="ref/rreferencesoverview.htm"> >+ <topic label="Generic launch configuration properties" href="ref/rgenericlaunchconfigprops.htm"/> >+ </topic> >+</toc> >\ No newline at end of file >Index: concepts/crecordercontrolview.htm >=================================================================== >RCS file: concepts/crecordercontrolview.htm >diff -N concepts/crecordercontrolview.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ concepts/crecordercontrolview.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,76 @@ >+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> >+<html lang="en-us" xml:lang="en-us"> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> >+<link rel="StyleSheet" href="../css/book.css" type="text/css" /> >+ >+<title>Recorder Control View</title> >+</head> >+ >+<body> >+ >+<h1>Recorder Control View</h1> >+ >+<p>Recorders are controlled and monitored in the Recorder Control view.<p> >+ >+<p>Open the Recorder Control view:</p> >+ >+<ol> >+ <li>Select <b>Window</b> > <b>Show View</b> > <b>Other...</b> from the file menu.</li> >+ <li>Select <b>Test</b> > <b>Recorder Control</b>. >+ <li>Click <b>OK</b> to open the Recorder Control view.</li> >+</ol> >+ >+<p>The view contains a toolbar and status pane:</p> >+ >+<h2>Toolbar</h2> >+ >+<p>The toolbar contains the following buttons to control recorders:</p> >+ >+<ul> >+ <li> >+ <p><b>New Test From Recording</b></p> >+ <p>Launches the <a href="../tasks/tcreatetestfromrecording.htm">New Test From Recording</a> wizard to launch a recorder to create the new recording and create a new test from the new recording. In addition, a test can be created from an existing recording with the wizard.</p> >+ <br/> >+ </li> >+ <li> >+ <p><b>Stop Recording</b></p> >+ <p>Stops the launched recorder.</p> >+ <br/> >+ </li> >+</ul> >+ >+<h2>Status Pane</h2> >+ >+<p>The status pane contains the following information to monitor the launched recorder:</p> >+ >+<ul> >+ <li>Kilobytes of data recorded by the recorder.</li> >+ <li>Status of the recorder. For example, <b>Initializing...</b>, <b>Recording</b>, or <b>Stopped</b>.</li> >+ <li>Status messages emitted by the recorder. For example, <b>Recording started</b>, <b>Recording completed</b>, and <b>Test generation completed</b>.</li> >+</ul> >+ >+<p>Individual status messages can be selected and copied (right-click the selected status message and select <b>Copy</b>). In addition, all of the status messages >+can be selected (right-click a status message and select <b>Select All</b>) and copied (right-click a status message and select <b>Copy</b>).</p> >+ >+<p> >+<b>Related tasks</b><br/> >+<a href="../tasks/tcreatetestfromrecording.htm">Creating a test from a recording</a><br/> >+</p> >+ >+</body> >+ >+</html> >Index: toc/junit_test_toc.xml >=================================================================== >RCS file: toc/junit_test_toc.xml >diff -N toc/junit_test_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/junit_test_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,44 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Testing with JUnit"> >+ >+ <topic label="Testing with JUnit" href="concepts/cjunitintro.htm"> >+ >+ <topic label="Creating a Java project" href="tasks/tcreateJavaProject.htm"/> >+ >+ <topic label="Creating JUnit tests" href="tasks/tcreatejunit.htm"> >+ <topic label="Creating a JUnit test manually" href="tasks/tptpJUnitTest_creatingManually.htm"/> >+ <topic label="Importing an existing JUnit test" href="tasks/tptpJUnitTest_importing.htm"/> >+ </topic> >+ >+ <topic label="Editing JUnit tests" href="concepts/cEditingJUnitTests.htm"> >+ >+ <topic label="JUnit Test Suite Editor" href="concepts/cJUnitTestEditor.htm"> >+ <topic label="Adding test methods" href="tasks/tptpJUnitTest_addingTestMethods.htm"/> >+ <topic label="Mapping test methods to a TPTP JUnit test" href="tasks/tptpJUnitTest_testMethods.htm"/> >+ </topic> >+ >+ <topic label="Tutorial: Accessing a datapool from a JUnit test" href="samples/saccessdp.htm"/> >+ </topic> >+ >+ <topic label="Running a test" href="tasks/trun.htm"/> >+ <topic label="Running a JUnit test remotely" href="tasks/trunningjunittestsuite.htm"/> >+ >+ <link toc="toc/test_results_toc.xml"/> >+ >+ <link toc="toc/test_reports_toc.xml"/> >+ </topic> >+</toc> >Index: toc/test_reports_toc.xml >=================================================================== >RCS file: toc/test_reports_toc.xml >diff -N toc/test_reports_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/test_reports_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,21 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Generating test reports"> >+ >+ <topic label="Generating test reports" href="tasks/tcreatetestreports.htm"/> >+ >+ <anchor id="additional_test_reports"/> >+</toc> >\ No newline at end of file >Index: toc/url_test_toc.xml >=================================================================== >RCS file: toc/url_test_toc.xml >diff -N toc/url_test_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/url_test_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,36 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Testing performance"> >+ >+ <topic label="Testing performance" href="concepts/ctestwithhyades.htm"> >+ >+ <topic label="Creating a Java project" href="tasks/tcreateJavaProject.htm"/> >+ >+ <topic label="Creating a test" href="tasks/tcreatingaperformancetest.htm"> >+ <anchor id="additional_url_test_generators"/> >+ </topic> >+ >+ <topic label="Editing a test" href="concepts/cedittest.htm"/> >+ <topic label="Generating an executable test" href="tasks/tgenerateexecutabletest.htm"/> >+ <topic label="Running a test" href="tasks/trun.htm"/> >+ >+ <link toc="toc/test_results_toc.xml"/> >+ >+ <topic href="tasks/tcreateperformancetestreports.htm" label="Generating performance test reports"/> >+ >+ <link toc="toc/report_toc.xml"/> >+ </topic> >+</toc> >Index: toc/automatable_services_toc.xml >=================================================================== >RCS file: toc/automatable_services_toc.xml >diff -N toc/automatable_services_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/automatable_services_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,26 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Launching tests from scripts and applications"> >+ >+ <topic label="Launching tests from scripts and applications" href="tasks/tlaunching-tests-from-scripts-and-applications.htm"> >+ >+ <topic label="Overview of the automatable service framework" href="concepts/coverview-of-the-automatable-services-framework.htm"/> >+ <topic label="Using the TPTP automatable services" href="tasks/texecuting-the-test-execution-service.htm"/> >+ <topic label="Supported test execution service properties" href="ref/rsupported-test-execution-service-properties.htm"/> >+ >+ <anchor id="additional_automatable_services"/> >+ </topic> >+</toc> >\ No newline at end of file >Index: toc/test_deployments_toc.xml >=================================================================== >RCS file: toc/test_deployments_toc.xml >diff -N toc/test_deployments_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/test_deployments_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,32 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Creating a test deployment"> >+ >+ <topic label="Creating a test deployment" href="tasks/tdeploymentintro.htm"> >+ >+ <topic label="Creating an artifact" href="tasks/tcreateartifact.htm"> >+ <topic label="Artifact Editor" href="concepts/cartifacteditor.htm"/> >+ </topic> >+ >+ <topic label="Creating a location" href="tasks/tcreatelocation.htm"> >+ <topic label="Location Editor" href="concepts/clocationeditor.htm"/> >+ </topic> >+ >+ <topic label="Creating a deployment" href="tasks/tcreatetestdeployment.htm"> >+ <topic label="Deployment Editor" href="concepts/cdeployeditor.htm"/> >+ </topic> >+ </topic> >+</toc> >\ No newline at end of file >Index: toc/test_datapools_toc.xml >=================================================================== >RCS file: toc/test_datapools_toc.xml >diff -N toc/test_datapools_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/test_datapools_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,26 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Providing tests with variable data"> >+ >+ <topic label="Providing tests with variable data" href="tasks/tdatapool.htm"> >+ >+ <topic label="Datapool structure" href="concepts/cdatapools.htm"/> >+ <topic label="Creating a datapool" href="tasks/tcreatedp.htm"/> >+ <topic label="Opening a datapool" href="tasks/topendp.htm"/> >+ <topic label="Editing a datapool" href="tasks/teditdp.htm"/> >+ <topic label="Tutorial: Accessing a datapool from a JUnit test" href="samples/saccessdp.htm"/> >+ </topic> >+</toc> >\ No newline at end of file >Index: tasks/tcreatetestfromrecording.htm >=================================================================== >RCS file: tasks/tcreatetestfromrecording.htm >diff -N tasks/tcreatetestfromrecording.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ tasks/tcreatetestfromrecording.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,74 @@ >+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> >+<html lang="en-us" xml:lang="en-us"> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> >+<link rel="StyleSheet" href="../css/book.css" type="text/css" /> >+ >+<title>Creating a test from a recording</title> >+</head> >+ >+<body> >+ >+<h1>Creating a test from a recording</h1> >+ >+<p>Recordings capture user interactions with an application used to generate tests.</p> >+ >+<p>Tests are created from new recordings with the <b>New Test From Recording</b> wizard:</p> >+ >+<ol> >+ <li>Right-click in the Test Navigator, select <b>New</b> > <b>Test Element...</b> > <b>Test From Recording</b>, and click <b>Next</b>. Alternatively, click the <b>New Test From Recording</b> button in the toolbar of the <a href="../concepts/crecordercontrolview.htm">Recorder Control View</a>.</li> >+ <li>Select <b>Create the test from a new recording</b>.</li> >+ <li>Select the recorder to record the new recording. A description of the selected recorder is displayed below the list of recorders.</li> >+ <li>Optionally, click <b>Advanced >></b> and select a different test generator to create the new test from the new recording.</li> >+ <li>Click <b>Next</b>.</li> >+ <li>If there are no projects in the workspace, define the project name, project location, and name of the new test. Otherwise, select the parent folder and define the name of the new test.</li> >+ <li>Click <b>Finish</b> to open the <a href="../concepts/crecordercontrolview.htm">Recorder Control View</a> to control and monitor the recorder, launch the recorder to create the new recording, and create the new test from the new recording.</li> >+ <li>The <b>Confirm Open Editor</b> dialog may appear (see the <b>Window</b> > <b>Preferences...</b> > <b>Test</b> > <b>Open Editor</b> preference), confirming if the new test is to be opened in the test editor.</li> >+</ol> >+ >+<p>In addition, tests can be created from existing recordings with the <b>New Test From Recording</b> wizard:</p> >+ >+<ol> >+ <li>Right-click in the Test Navigator, select <b>New</b> > <b>Test Element...</b> > <b>Test From Recording</b>, and click <b>Next</b>. Alternatively, click the <b>New Test From Recording</b> button in the toolbar of the <a href="../concepts/crecordercontrolview.htm">Recorder Control View</a>.</li> >+ <li>Select <b>Test From Recording</b> and click <b>Next</b>.</li> >+ <li>Select <b>Create the test from an existing recording</b>.</li> >+ <li>Select the recorder that was used to record the existing recording. A description of the selected recorder is displayed below the list of recorders.</li> >+ <li>Optionally, click <b>Advanced >></b> and select a different test generator to create the new test from the existing recording.</li> >+ <li>Click <b>Next</b>.</li> >+ <li>Select the existing recording and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the new test.</li> >+ <li>Click <b>Finish</b> to create the new test from the existing recording.</li> >+ <li>The <b>Confirm Open Editor</b> dialog may appear (see the <b>Window</b> > <b>Preferences...</b> > <b>Test</b> > <b>Open Editor</b> preference), confirming if the new test is to be opened in the test editor.</li> >+</ol> >+ >+<p>Alternatively, tests can be created from existing recording files with the <b>New Test From Recording</b> wizard:</p> >+ >+<ol> >+ <li>Right-click the existing recording file (<i>*.recmodel</i>) in the Project Explorer and select <b>Generate Test</b>.</li> >+ <li>Select a test generator to create the new test from the existing recording file and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the new test.</li> >+ <li>Click <b>Finish</b> to create the new test from the existing recording file.</li> >+ <li>The <b>Confirm Open Editor</b> dialog may appear (see the <b>Window</b> > <b>Preferences...</b> > <b>Test</b> > <b>Open Editor</b> preference), confirming if the new test is to be opened in the test editor.</li> >+</ol> >+ >+<p> >+<b>Related concepts</b><br/> >+<a href="../concepts/crecordercontrolview.htm">Recorder Control View</a><br/> >+</p> >+ >+</body> >+ >+</html> >Index: toc/test_results_toc.xml >=================================================================== >RCS file: toc/test_results_toc.xml >diff -N toc/test_results_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/test_results_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,31 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Analyzing test results"> >+ >+ <topic label="Analyzing test results" href="concepts/c_viewingtestresults.html"> >+ >+ <topic label="Opening a test log" href="tasks/t_openinglogs.html"/> >+ >+ <topic label="Viewing events" href="tasks/t_viewingevents.html"> >+ >+ <topic label="Test Log viewer Overview page" href="ref/r_testlog_overview.html"/> >+ <topic label="Test Log viewer Events page" href="ref/r_testlog_events.html"/> >+ <topic label="Test Log viewer Events toolbar" href="ref/r_testlog_toolbar.html"/> >+ <topic label="Searching a test log" href="tasks/t_searching_testlogs.html"/> >+ <topic label="Associating defects with a test log" href="tasks/t_associating_defects.html"/> >+ </topic> >+ </topic> >+</toc> >\ No newline at end of file >#P org.eclipse.tptp.test.tools.junit.plugin.doc.user >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin.doc.user/plugin.xml,v >retrieving revision 1.1 >diff -u -r1.1 plugin.xml >--- plugin.xml 29 Feb 2008 04:18:28 -0000 1.1 >+++ plugin.xml 31 Mar 2009 13:32:57 -0000 >@@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="UTF-8"?> > <!-- > /********************************************************************** >- * Copyright (c) 2008 IBM Corporation. >+ * Copyright (c) 2008, 2009 IBM Corporation. > * All rights reserved. This content > * is made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -15,6 +15,6 @@ > <?eclipse version="3.0"?> > <plugin> > <extension point="org.eclipse.help.toc"> >- <toc file="toc/junitplugin_toc.xml" primary="true" /> >+ <toc file="toc/junit_plugin_test_toc.xml" primary="true"/> > </extension> > </plugin> >Index: toc/junitplugin_toc.xml >=================================================================== >RCS file: toc/junitplugin_toc.xml >diff -N toc/junitplugin_toc.xml >--- toc/junitplugin_toc.xml 17 Jul 2008 19:07:16 -0000 1.6 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,36 +0,0 @@ >-<?xml version="1.0" encoding="utf-8"?> >-<!-- >-/********************************************************************** >- * Copyright (c) 2008 IBM Corporation. >- * All rights reserved. This content >- * is 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 >- * $Id: junitplugin_toc.xml,v 1.6 2008/07/17 19:07:16 paules Exp $ >- * >- * Contributors: >- * IBM - Initial contribution >- **********************************************************************/ >- --> >-<?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Testing plug-ins with JUnit" link_to="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/comptest_toc.xml#additional_test_types"> >- <topic label="Testing plug-ins with JUnit" href="concepts/cintro.htm"> >- <topic label="Creating and configuring a plug-in project" href="tasks/tcreatePluginProject.htm"/> >- <topic label="Creating JUnit Plug-in tests" href="tasks/tcreatePluginTest.htm"> >- <topic label="Creating a JUnit Plug-in test manually" href="tasks/tptpJUnitPluginTest_creatingManually.htm"/> >- <topic label="Importing an existing JUnit Plug-in test" href="tasks/tptpJUnitPluginTest_importing.htm"/> >- </topic> >- <topic label="Editing JUnit Plug-in tests" href="concepts/cEditingJUnitPluginTests.htm"> >- <topic label="JUnit Plug-in Test Suite Editor" href="concepts/cpluginTestEditor.htm"/> >- <topic label="Tutorial: Accessing a datapool from a JUnit test" href="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/samples/saccessdp.htm"/> >- </topic> >- <topic label="Creating a workbench location" href="tasks/tcreateWorkbenchLocation.htm"> >- <topic label="Editing a workbench location" href="concepts/cworkbenchLocationEditor.htm"/> >- </topic> >- <topic label="Running a test" href="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/tasks/trun.htm"/> >- >- <link toc="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/logviewer_toc.xml"/> >- >- <link toc="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/testreports_toc.xml"/> >- </topic> >-</toc> >Index: tasks/tcreateWorkbenchLocation.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin.doc.user/tasks/tcreateWorkbenchLocation.htm,v >retrieving revision 1.4 >diff -u -r1.4 tcreateWorkbenchLocation.htm >--- tasks/tcreateWorkbenchLocation.htm 17 Jul 2008 19:07:16 -0000 1.4 >+++ tasks/tcreateWorkbenchLocation.htm 31 Mar 2009 13:32:57 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2008 Scapa Technologies and others. >+ * Copyright (c) 2006, 2009 Scapa Technologies and others. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -32,7 +32,7 @@ > <ol> > <li>Right-click in the Test Navigator and select <b>New</b> > <b>Test Element...</b>.</li> > <li>Select <b>Test Assets</b> > <b>Workbench Location</b> and click <b>Next</b>.</li> >- <li>Provide the parent folder and the name for the test workbench location and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the test workbench location and click <b>Next</b>.</li> > <li>Optionally, provide a description for the test workbench location and click <b>Next</b>.</li> > <li>Select the target workbench as either the local workbench, as defined in the <a href="PLUGINS_ROOT/org.eclipse.pde.doc.user/guide/tools/preference_pages/target_platform.htm">Target Platform</a>, > or another workbench. If another workbench is selected, enter the host name or IP address of the target host, Eclipse location (<i><Eclipse installation directory absolute path>/eclipse</i>), >Index: toc/junit_plugin_test_toc.xml >=================================================================== >RCS file: toc/junit_plugin_test_toc.xml >diff -N toc/junit_plugin_test_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/junit_plugin_test_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,36 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2008, 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id: junitplugin_toc.xml,v 1.6 2008/07/17 19:07:16 paules Exp $ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Testing plug-ins with JUnit" link_to="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/testing_toc.xml#additional_testing"> >+ <topic label="Testing plug-ins with JUnit" href="concepts/cintro.htm"> >+ <topic label="Creating and configuring a plug-in project" href="tasks/tcreatePluginProject.htm"/> >+ <topic label="Creating JUnit Plug-in tests" href="tasks/tcreatePluginTest.htm"> >+ <topic label="Creating a JUnit Plug-in test manually" href="tasks/tptpJUnitPluginTest_creatingManually.htm"/> >+ <topic label="Importing an existing JUnit Plug-in test" href="tasks/tptpJUnitPluginTest_importing.htm"/> >+ </topic> >+ <topic label="Editing JUnit Plug-in tests" href="concepts/cEditingJUnitPluginTests.htm"> >+ <topic label="JUnit Plug-in Test Suite Editor" href="concepts/cpluginTestEditor.htm"/> >+ <topic label="Tutorial: Accessing a datapool from a JUnit test" href="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/samples/saccessdp.htm"/> >+ </topic> >+ <topic label="Creating a workbench location" href="tasks/tcreateWorkbenchLocation.htm"> >+ <topic label="Editing a workbench location" href="concepts/cworkbenchLocationEditor.htm"/> >+ </topic> >+ <topic label="Running a test" href="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/tasks/trun.htm"/> >+ >+ <link toc="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/test_results_toc.xml"/> >+ >+ <link toc="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/test_reports_toc.xml"/> >+ </topic> >+</toc> >#P org.eclipse.tptp.test.tools.manual.doc.user >Index: toc/manual_toc.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.manual.doc.user/toc/manual_toc.xml,v >retrieving revision 1.5 >diff -u -r1.5 manual_toc.xml >--- toc/manual_toc.xml 17 Jul 2008 19:07:32 -0000 1.5 >+++ toc/manual_toc.xml 31 Mar 2009 13:32:58 -0000 >@@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="utf-8"?> > <!-- > /********************************************************************** >- * Copyright (c) 2007, 2008 IBM Corporation. >+ * Copyright (c) 2007, 2009 IBM Corporation. > * All rights reserved. This content > * is made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -13,7 +13,7 @@ > **********************************************************************/ > --> > <?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Testing manually" link_to="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/comptest_toc.xml#additional_test_types"> >+<toc label="Testing manually" link_to="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/testing_toc.xml#additional_testing"> > <topic label="Testing manually" href="concepts/cmanualtestoverview.htm"> > <topic label="Creating a general project" href="tasks/tcreateGeneralProject.htm"/> > <topic label="Creating a manual test" href="tasks/tcreatingamanualtest.htm"/> >@@ -24,8 +24,8 @@ > <topic label="Running the test launch configuration" href="tasks/trunmanualtest.htm"/> > </topic> > >- <link toc="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/logviewer_toc.xml"/> >+ <link toc="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/test_results_toc.xml"/> > >- <link toc="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/testreports_toc.xml"/> >+ <link toc="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/test_reports_toc.xml"/> > </topic> > </toc> >#P org.eclipse.tptp.test.recorders.url.doc.user >Index: tasks/trecordtest.html >=================================================================== >RCS file: tasks/trecordtest.html >diff -N tasks/trecordtest.html >--- tasks/trecordtest.html 17 Jul 2008 19:07:28 -0000 1.6 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,121 +0,0 @@ >-<!DOCTYPE html >- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> >-<html lang="en-us" xml:lang="en-us"> >-<!-- >-/********************************************************************** >- * Copyright (c) 2008 IBM Corporation. >- * All rights reserved. This content >- * is 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 >- * $Id: trecordtest.html,v 1.6 2008/07/17 19:07:28 paules Exp $ >- * >- * Contributors: >- * IBM - Initial contribution >- **********************************************************************/ >- --> >-<head> >-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> >-<meta name="security" content="public" /> >-<meta name="Robots" content="index,follow" /> >-<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' /> >-<meta name="DC.Type" content="task" /> >-<meta name="DC.Title" content="Recording a test" /> >-<meta name="abstract" content="The test creation wizard starts when you record a test. This wizard combines these actions: recording a session with a Web application, generating a test from the recording, and opening the test in the test editor. You can record a test from Internet Explorer (the default on Windows) or from another browser." /> >-<meta name="description" content="The test creation wizard starts when you record a test. This wizard combines these actions: recording a session with a Web application, generating a test from the recording, and opening the test in the test editor. You can record a test from Internet Explorer (the default on Windows) or from another browser." /> >-<meta name="DC.Format" content="XHTML" /> >-<meta name="DC.Identifier" content="recordingatest" /> >-<meta name="DC.Language" content="en-us" /> >-<link rel="stylesheet" type="text/css" href="../css/ibmdita.css" /> >-<link rel="stylesheet" type="text/css" href="../css/book.css" /> >-<title>Recording a test</title> >-</head> >-<body><a name="recordingatest"><!-- --></a> >-<h1 class="topictitle1">Recording a test</h1> >-<div><p>The test creation wizard starts when you record a test. This wizard >-combines these actions: recording a session with a Web application, generating >-a test from the recording, and opening the test in the test editor. You can >-record a test from Internet Explorer (the default on Windows) or from another >-browser.</p> >-<div class="p">Optionally launch the <a href="PLUGINS_ROOT/org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/ac/c_ac_ovr.html">Agent Controller</a> on the local host or default to the <a href="PLUGINS_ROOT/org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/ac/ciacintro.html">Integrated Agent Controller</a> >-<p>If you will record with Internet Explorer, you do not need >-to set your browser preferences. However, this procedure assumes that the >-defaults are set, so you might want to click <span class="menucascade"><span class="uicontrol">Window</span> > <span class="uicontrol">Preferences</span></span>, expand Test, select <span class="uicontrol">HTTP >-Recording</span>, and click <span class="uicontrol">Restore Defaults</span>. </p> >-<div class="p">If >-you will record with Mozilla or Firefox, set your browser preferences as follows: <ol><li>Click <span class="menucascade"><span class="uicontrol">Window</span> > <span class="uicontrol">Preferences</span></span>, and expand <span class="uicontrol">Test</span>.</li> >-<li> Select <span class="uicontrol">URL Recorder</span>, and set <span class="uicontrol">Application >-to Record</span> to <span class="uicontrol">Mozilla</span> or <span class="uicontrol">Firefox</span>.</li> >-<li>Enter the path to, or browse to, the browser executable. </li> >-</ol> >- </div> >-<div class="p">If you will record with another browser:<ol><li>Click <span class="menucascade"><span class="uicontrol">Window</span> > <span class="uicontrol">Preferences</span></span>, and expand <span class="uicontrol">Test</span>.</li> >-<li> Select <span class="uicontrol">URL Recorder</span>, and set <span class="uicontrol">Application >-to Record</span> to <span class="uicontrol">None</span>.</li> >-<li>You will have to manually configure and load your browser; consult the >-browser's proxy configuration documentation on how to do this.</li> >-</ol> >- </div> >-</div> >-<div class="section">To record a test: </div> >-<ol><li class="stepexpand"><span>Click <span class="menucascade"><span class="uicontrol">File</span> > <span class="uicontrol">New</span> > <span class="uicontrol">Other</span></span>.</span></li> >-<li class="stepexpand"><span>In the New window, expand <span class="uicontrol">Test</span>, click <span class="uicontrol">Test >-From Recording</span>, and then click <span class="uicontrol">Next</span>. </span></li> >-<li class="stepexpand"><span>In the Create New Test from Recording window, select <span class="uicontrol">Create >-Test from New Recording</span>, and then click <span class="uicontrol">Next</span>. </span></li> >-<li class="stepexpand"><span> In the list of projects, click the one in which to store this >-test and related files. The <img src="../images/javaicon.gif" alt="Java icon" /> icon identifies projects that are suitable for containing tests. >-Tests stored in other projects will not run. </span> <div class="note"><span class="notetitle">Note:</span> If you have >-not yet created a project, the <span class="uicontrol">Project Name</span> field displays >-a default name of <tt class="sysout">testproj</tt>, which you can change.</div> >-</li> >-<li class="stepexpand"><span>In the <span class="uicontrol">Test file name</span> field, type a >-name for the test, and click <span class="uicontrol">Finish</span>. The standard Navigator >-and the Java Package Explorer use this name, with extensions. You will also >-see this name in the Test Navigator. A progress window opens while your browser >-starts. </span></li> >-<li class="stepexpand"><span>To make sure your recording accurately captures HTTP traffic, clear >-your browser's cache.</span> <div class="p">To clear the Internet Explorer cache: <ol type="a"><li>Click <span class="menucascade"><span class="uicontrol">Tools</span> > <span class="uicontrol">Internet Options</span></span>.</li> >-<li>In the Internet Options window, in the Temporary Internet files area, >-click <span class="uicontrol">Delete Files</span>.</li> >-<li>In the Delete Files window, select <span class="uicontrol">Delete all offline content</span> and >-click <span class="uicontrol">OK</span>. </li> >-<li>Click <span class="uicontrol">OK</span> to close the Internet Options window. </li> >-</ol> >-</div> >-<div class="p">To clear the Mozilla cache:<ol type="a"><li>Click <span class="menucascade"><span class="uicontrol">Edit</span> > <span class="uicontrol">Preferences</span></span>.</li> >-<li>In the Preferences window, expand <span class="uicontrol">Advanced</span> and >-click <span class="uicontrol">Cache</span>.</li> >-<li>In the Set Cache Options area, click <span class="uicontrol">Clear Cache</span>.</li> >-<li>Click <span class="uicontrol">OK</span> to close the Preferences window.</li> >-</ol> >-</div> >-<div class="p">To clear the Firefox cache<ol type="a"><li>Click <span class="menucascade"><span class="uicontrol">Tools</span> > <span class="uicontrol">Options</span> > <span class="uicontrol">Privacy</span> > <span class="uicontrol">Clear Cache</span></span>.</li> >-<li>Click <span class="uicontrol">OK</span> to close the Options window.</li> >-</ol> >-</div> >-</li> >-<li class="stepexpand"><span>In the address box for your browser, type the address of the Web-based >-application to test and activate the link. </span> <div class="note"><span class="notetitle">Note:</span> If you enter >-the address of a secure Web site (one that starts with <kbd class="userinput">https:</kbd>), >-your browser might display a security alert. Depending on the security certificate >-for the site, you might be required to accept a security risk to proceed with >-the recording.</div> >-</li> >-<li class="stepexpand"><span> Perform the user tasks that you want to test. </span></li> >-<li class="stepexpand"><span>After you finish performing the tasks, stop recording. To stop >-recording, close your browser or click on the <span class="uicontrol">Stop Recording</span> >-button on the right side of the Recorder Control >-view bar. </span> A progress window opens while the test is generated. </li> >-<li>The <b>Confirm Open Editor</b> dialog may appear (see the <b>Window</b> > <b>Preferences...</b> > <b>Test</b> > <b>Open Editor</b> preference), confirming if the new performance test suite is to be opened in the URL Test editor.</li> >- >-</ol> >-<div class="section">By default, when you have finished recording an interaction with a browser-based application, >-the Recorder Control view displays the message <tt class="sysout">Test >-generation completed</tt> and the URL Recorder automatically starts the URL Test Generator, which produces a test from the recording. >-(You can modify this behavior - specify that a different test generator be started, or that none be started - >-by editing the URL Recorder preferences.)</div> >-</div> >- >-</body> >-</html> >\ No newline at end of file >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.recorders.url.doc.user/plugin.xml,v >retrieving revision 1.1 >diff -u -r1.1 plugin.xml >--- plugin.xml 11 Mar 2008 18:20:06 -0000 1.1 >+++ plugin.xml 31 Mar 2009 13:32:58 -0000 >@@ -15,6 +15,6 @@ > <?eclipse version="3.0"?> > <plugin> > <extension point="org.eclipse.help.toc"> >- <toc file="toc/urlRecorder_toc.xml" primary="true" /> >+ <toc file="toc/url_recorder_toc.xml" primary="true"/> > </extension> > </plugin> >Index: toc/urlRecorder_toc.xml >=================================================================== >RCS file: toc/urlRecorder_toc.xml >diff -N toc/urlRecorder_toc.xml >--- toc/urlRecorder_toc.xml 17 Jul 2008 19:07:28 -0000 1.2 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,18 +0,0 @@ >-<?xml version="1.0" encoding="utf-8"?> >-<!-- >-/********************************************************************** >- * Copyright (c) 2008 IBM Corporation. >- * All rights reserved. This content >- * is 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 >- * $Id: urlRecorder_toc.xml,v 1.2 2008/07/17 19:07:28 paules Exp $ >- * >- * Contributors: >- * IBM - Initial contribution >- **********************************************************************/ >- --> >-<?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Recording a test" link_to="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/url_toc.xml#test_suite_generators"> >- <topic label="Recording a test" href="tasks/trecordtest.html"/> >-</toc> >Index: toc/url_recorder_toc.xml >=================================================================== >RCS file: toc/url_recorder_toc.xml >diff -N toc/url_recorder_toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ toc/url_recorder_toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,18 @@ >+<?xml version="1.0" encoding="utf-8"?> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<toc label="Creating a test from a URL recording" link_to="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/url_test_toc.xml#additional_url_test_generators"> >+ <topic label="Creating a test from a URL recording" href="tasks/tcreatetestfromurlrecording.htm"/> >+</toc> >Index: tasks/tcreatetestfromurlrecording.htm >=================================================================== >RCS file: tasks/tcreatetestfromurlrecording.htm >diff -N tasks/tcreatetestfromurlrecording.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ tasks/tcreatetestfromurlrecording.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,133 @@ >+<!DOCTYPE html >+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> >+<html lang="en-us" xml:lang="en-us"> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2009 IBM Corporation. >+ * All rights reserved. This content >+ * is 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 >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+ >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> >+<link rel="StyleSheet" href="../css/book.css" type="text/css" /> >+ >+<title>Creating a test from a URL recording</title> >+</head> >+ >+<body> >+ >+<h1>Creating a test from a URL recording</h1> >+ >+<p>The URL Recorder creates a recording of the HTTP protocol from URLs entered and links navigated in a Web browser application used to generate performance tests.</p> >+ >+<p>The URL Recorder supports the following Web browser applications:</p> >+ >+<ul> >+ <li>Internet Explorer</li> >+ <li>Mozilla</li> >+ <li>Firefox</li> >+</ul> >+ >+<p>By default, the system Web browser application is used by the URL Recorder. The default Web browser application and port used by the URL Recorder >+is configurable in the URL Recorder preferences:</p> >+ >+<ol> >+ <li>Select <b>Window</b> > <b>Preferences...</b> from the file menu.</li> >+ <li>Select the <b>Test</b> > <b>TPTP URL</b> > <b>URL Recorder</b> preference page.</li> >+ <li>Configure the <b>Application to Record</b> by selecting one of the supported Web browser applications and the location of its executable.</li> >+ <li>Configure the <b>Proxy Recorder</b> by defining the port of the URL Recorder. The Web browser application is automatically configured with the URL Recorder as a proxy on this port for the duration of the recording.</li> >+ <li>Click <b>OK</b> to save the preferences.</li> >+</ol> >+ >+<p><b>Note:</b> The <a href="PLUGINS_ROOT/org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/ac/c_ac_ovr.html">Agent Controller</a> or >+<a href="PLUGINS_ROOT/org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/ac/ciacintro.html">Integrated Agent Controller</a> >+(local host only) is required to be configured and running.</p> >+ >+<p>Performance tests are created from new URL recordings with the <a href="../../org.eclipse.hyades.test.doc.user/tasks/tcreatetestfromrecording.htm">New Test From Recording</a> wizard:</p> >+ >+<ol> >+ <li>Right-click in the Test Navigator, select <b>New</b> > <b>Test Element...</b> > <b>Test From Recording</b>, and click <b>Next</b>. Alternatively, click the <b>New Test From Recording</b> button in the toolbar of the <a href="../../org.eclipse.hyades.test.doc.user/concepts/crecordercontrolview.htm">Recorder Control View</a>.</li> >+ <li>Select <b>Create the test from a new recording</b>.</li> >+ <li>Select the <b>URL Recorder</b> to record the new URL recording.</li> >+ <li>Optionally, click <b>Advanced >></b> and confirm the <b>TPTP URL Test Generator</b> is selected to create the new performance test from the new URL recording.</li> >+ <li>Click <b>Next</b>.</li> >+ <li>If there are no projects in the workspace, define the project name, project location, and name of the new performance test. Otherwise, select the parent folder and define the name of the new performance test.</li> >+ <li>Click <b>Finish</b> to open the <a href="../../org.eclipse.hyades.test.doc.user/concepts/crecordercontrolview.htm">Recorder Control View</a> to control and monitor the URL Recorder and launch the Web browser application configured with the URL Recorder to create the new URL recording.</li> >+ <li>Clear the Web browser application's cache: >+ <ul> >+ <li>Internet Explorer: >+ <ol> >+ <li>Select <b>Tools</b> > <b>Internet Options</b> from the file menu.</li> >+ <li>Click <b>Delete Files</b></li> >+ <li>Select <b>Delete all offline content</b> and click <b>OK</b>.</li> >+ <li>Click <b>OK</b> to close the Internet Options dialog.</li> >+ </ol> >+ </li> >+ <li>Mozilla: >+ <ol> >+ <li>Select <b>Edit</b> > <b>Preferences</b> from the file menu.</li> >+ <li>Expand <b>Advanced</b> and click <b>Cache</b>.</li> >+ <li>Click <b>Clear Cache</b>.</li> >+ <li>Click <b>OK</b> to close the Preferences dialog.</li> >+ </ol> >+ </li> >+ <li>Firefox: >+ <ol> >+ <li>Select <b>Tools</b> > <b>Clear Private Data...</b> from the file menu.</li> >+ <li>Select <b>Cache</b>.</li> >+ <li>Click <b>Clear Private Data Now</b> to close the Clear Private Data dialog.</li> >+ </ol> >+ </li> >+ </ul> >+ </li> >+ <li>Enter the URLs in the address box and navigate links in the the Web browser application to record the HTTP protocol. Note, >+ secure URLs (for example, <code>https://</code>) may cause the Web browser application to display a security alert that should be accepted to proceed with the URL recording.</li> >+ <li>Once the URL recording is complete, close the Web browser application or click the <b>Stop Recording</b> button in the toolbar of the <a href="../../org.eclipse.hyades.test.doc.user/concepts/crecordercontrolview.htm">Recorder Control View</a> to stop the recording and create the new performance test from the new URL recording.</li> >+ <li>The <b>Confirm Open Editor</b> dialog may appear (see the <b>Window</b> > <b>Preferences...</b> > <b>Test</b> > <b>Open Editor</b> preference), confirming if the new performance test is to be opened in the URL Test editor.</li> >+</ol> >+ >+<p>In addition, performance tests can be created from existing URL recordings with the <b>New Test From Recording</b> wizard:</p> >+ >+<ol> >+ <li>Right-click in the Test Navigator, select <b>New</b> > <b>Test Element...</b> > <b>Test From Recording</b>, and click <b>Next</b>. Alternatively, click the <b>New Test From Recording</b> button in the toolbar of the <a href="../../org.eclipse.hyades.test.doc.user/concepts/crecordercontrolview.htm">Recorder Control View</a>.</li> >+ <li>Select <b>Test From Recording</b> and click <b>Next</b>.</li> >+ <li>Select <b>Create the test from an existing URL recording</b>.</li> >+ <li>Select the <b>URL Recorder</b> to record the new URL recording.</li> >+ <li>Optionally, click <b>Advanced >></b> and confirm the <b>TPTP URL Test Generator</b> is selected to create the new performance test from the new URL recording.</li> >+ <li>Click <b>Next</b>.</li> >+ <li>Select the existing URL recording and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the new performance test.</li> >+ <li>Click <b>Finish</b> to create the new performance test from the existing URL recording.</li> >+ <li>The <b>Confirm Open Editor</b> dialog may appear (see the <b>Window</b> > <b>Preferences...</b> > <b>Test</b> > <b>Open Editor</b> preference), confirming if the new performance test is to be opened in the URL Test editor.</li> >+</ol> >+ >+<p>Alternatively, performance tests can be created from existing URL recording files with the <b>New Test From Recording</b> wizard:</p> >+ >+<ol> >+ <li>Right-click the existing URL recording file (<i>*.recmodel</i>) in the Project Explorer and select <b>Generate Test</b>.</li> >+ <li>Select <b>TPTP URL Test Generator</b> to create the new performance test from the existing URL recording file and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the new performance test.</li> >+ <li>Click <b>Finish</b> to create the new performance test from the existing URL recording file.</li> >+ <li>The <b>Confirm Open Editor</b> dialog may appear (see the <b>Window</b> > <b>Preferences...</b> > <b>Test</b> > <b>Open Editor</b> preference), confirming if the new performance test is to be opened in the URL Test editor.</li> >+</ol> >+ >+<p> >+<b>Related concepts</b><br/> >+<a href="../../org.eclipse.hyades.test.doc.user/concepts/crecordercontrolview.htm">Recorder Control View</a><br/> >+</p> >+ >+<p> >+<b>Related tasks</b><br/> >+<a href="../../org.eclipse.hyades.test.doc.user/tasks/tcreatetestfromrecording.htm">Creating a test from a recording</a><br/> >+</p> >+ >+</body> >+</html> >\ No newline at end of file >#P org.eclipse.tptp.test.report.birt.doc.user >Index: tasks/treporttest.xhtml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.report.birt.doc.user/tasks/treporttest.xhtml,v >retrieving revision 1.15 >diff -u -r1.15 treporttest.xhtml >--- tasks/treporttest.xhtml 30 May 2008 18:24:33 -0000 1.15 >+++ tasks/treporttest.xhtml 31 Mar 2009 13:32:59 -0000 >@@ -3,7 +3,7 @@ > <html lang="en-us" xml:lang="en-us" xmlns="http://www.w3.org/1999/xhtml"> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2008 IBM Corporation. >+ * Copyright (c) 2006, 2009 IBM Corporation. > * All rights reserved. This content > * is made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -64,7 +64,7 @@ > <ol> > <li>Right-click on a test suite in the Test Navigator and select <b>Report... </b>.</li> > <li>Select one of the BIRT test report types and click <b>Next </b>.</li> >- <li>Provide the parent folder and the name for the BIRT test report and click <b>Next</b>.</li> >+ <li>Select the parent folder and define the name of the BIRT test report and click <b>Next</b>.</li> > <li>Optionally, provide the report window (start and end data and time) for the BIRT test report.</li> > <li>Click <b>Finish </b> to generate the BIRT test report.</li> > <li>The <b>Confirm Open Editor</b> dialog may appear (see the <b>Window</b> > <b>Preferences...</b> > <b>Test</b> > <b>Open Editor</b> preference), confirming if the new BIRT test report is to be opened in the internal Web Browser or text editor.</li> >Index: toc/birt_test_reporting_services_toc.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.report.birt.doc.user/toc/birt_test_reporting_services_toc.xml,v >retrieving revision 1.2 >diff -u -r1.2 birt_test_reporting_services_toc.xml >--- toc/birt_test_reporting_services_toc.xml 17 Jul 2008 19:07:19 -0000 1.2 >+++ toc/birt_test_reporting_services_toc.xml 31 Mar 2009 13:32:59 -0000 >@@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="UTF-8"?> > <!-- > /********************************************************************** >- * Copyright (c) 2008 IBM Corporation. >+ * Copyright (c) 2008, 2009 IBM Corporation. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -13,7 +13,7 @@ > **********************************************************************/ > --> > <?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="BIRT Reporting Services" link_to="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/common_toc.xml#additional_automatable_services"> >+<toc label="BIRT Reporting Services" link_to="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/automatable_services_toc.xml#additional_automatable_services"> > <topic label="Using the BIRT test reporting services" href="tasks/texecuting-the-test-reporting-service.htm"/> > </toc> > >Index: toc/birt_test_reports_toc.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.report.birt.doc.user/toc/birt_test_reports_toc.xml,v >retrieving revision 1.2 >diff -u -r1.2 birt_test_reports_toc.xml >--- toc/birt_test_reports_toc.xml 17 Jul 2008 19:07:19 -0000 1.2 >+++ toc/birt_test_reports_toc.xml 31 Mar 2009 13:32:59 -0000 >@@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="UTF-8"?> > <!-- > /********************************************************************** >- * Copyright (c) 2007, 2008 IBM Corporation. >+ * Copyright (c) 2007, 2009 IBM Corporation. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -13,7 +13,7 @@ > **********************************************************************/ > --> > <?NLS TYPE="org.eclipse.help.toc"?> >-<toc label="Reporting" link_to="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/testreports_toc.xml#additional_test_reports"> >+<toc label="Reporting" link_to="PLUGINS_ROOT/org.eclipse.hyades.test.doc.user/toc/test_reports_toc.xml#additional_test_reports"> > <topic label="Generating BIRT test reports" href="tasks/treporttest.xhtml"/> > </toc> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246111
:
127310
| 130387