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 27475 Details for
Bug 110436
WI7: Provide product documentation updates for new Manual Test Client.
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.
tptpManualTest_run.htm
tptpManualTest_run.htm (text/xml), 10.16 KB, created by
Paul Slauenwhite
on 2005-09-23 17:37:37 EDT
(
hide
)
Description:
tptpManualTest_run.htm
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2005-09-23 17:37:37 EDT
Size:
10.16 KB
patch
obsolete
><?xml version="1.0" encoding="ISO-8859-1"?> > ><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> ><html xmlns:v="urn:schemas-microsoft-com:vml" >xmlns:o="urn:schemas-microsoft-com:office:office" >xmlns:w="urn:schemas-microsoft-com:office:word" >xmlns="http://www.w3.org/TR/REC-html40"> > ><head> ><meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1"/> ><link rel=StyleSheet href="../css/book.css" type="text/css"/> ><!--[if !mso]> ><style> >v\:* {behavior:url(#default#VML);} >o\:* {behavior:url(#default#VML);} >w\:* {behavior:url(#default#VML);} >.shape {behavior:url(#default#VML);} ></style> ><![endif]--> ><title>TPTP Manual Test</title> ><style> ><!-- > >--> ></style> ></head> > ><body link=blue vlink=purple> > ><div> > ><h2>Preparation Steps</h2> > ><br> > ><p>In preparation for running a manual test, complete the following steps:</p> > ><ol> > <li>Open the <b>Test</b> perspective: > <ul> > <li>Select <b>Window > Open Perspective > Other... > Test > OK</b>.</li> > </ul> > </li> > <li>Launch the Agent Controller: > <ul> > <li>If the Agent Controller is not running, follow the instructions to launch the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/tworkwac.html">Agent Controller</a>.</li> > </ul> > </li> ></ol> > ><br> > ><h2>Running a Manual Test</h2> > ><br> > ><h4>Create a Test Launch Configuration</h4> > ><br> > ><p>A new test launch configuration is required to run a manual test.</p> > ><p>Open the <b>Run</b> dialog for creating the test launch configuration. Right-click on the <i>exampleManualTest</i> >test suite file in the <b>Test Navigator</b> and select <b>Run As > Run</b> from the context menu. Alternatively, select ><b>Run > Run...</b>. This will show the <b>Run</b> dialog.</p> > ><p>Create the test launch configuration by selecting the <b>Test</b> entry from the list >of launch <b>Configurations</b> and clicking <b>New</b>. The test launch configuration is created and >by default named <i>New_configuration</i>. You may edit the default name of the test launch configuration in the ><b>Name</b> field at the top of the <b>Run</b> dialog.</p> > ><p>The test launch configuration requires an association to the manual test and its <a href="../tasks/tcreating_test_deployment.htm">deployment</a>. Select the manual test >and its deployment for the test launch configuration. Select the <b>Test</b> tab at the right of the <b>Run</b> dialog >and complete the following steps:</p> > ><ol> > <li>Select the manual test to run: > <ul> > <li>Navigate to and select the <i>exampleManualTest</i> manual test in the <b>1. Select test to run</b> pane of the <b>Test</b> tab.</li> > </ul> > </li> > <li>Select the deployment for running the manual test: > <ul> > <li>Select the <i>local_deployment</i> deployment in the <b>2. Select a deployment</b> pane of the <b>Test</b> tab.</li> > </ul> > </li> ></ol> > ><p>When the test launch configuration is executed, a test log capturing the launch of the manual test. By default, the test log's name is the same >as the manual test (for example, <i>exampleManualTest</i>) and it is saved in the same location as the manual test. Optionally, you may override the default settings >for the generated test log. Select the <b>Test Logs</b> tab at the right of the <b>Run</b> dialog and complete the following steps:</p> > ><ol> > <li>Override the default settings for the generated test log: > <ul> > <li>Deselect the <b>Use defaults</b> check box at the top of the <b>Test Logs</b> tab.</li> > <li>Edit the default name of the generated test log in the <b>Name</b> field under the <b>Use defaults</b> check box.</li> > <li>Select the <b>Override existing test logs resource</b> check box under the <b>Name</b> field to override an existing test log with the same name in the same location. > If deselected, the generated test log will be uniquely named.</li> > <li>Edit the default location of the generated test log in the <b>Location</b> pane at the bottom of the <b>Test Logs</b> tab.</li> > </ul> > </li> ></ol> > ><p>Eclipse provides the <b>Common</b> tab at the right of the <b>Run</b> dialog for editing various generic launch configuration properties. Select the <b>Common</b> >tab at the right of the <b>Run</b> dialog to edit the following generic launch configuration properties:</p> > ><ul> > <li>When the launch configuration is saved (for example, clicking either the <b>Apply</b> or <b>Run</b> buttons at the bottom of the <b>Run</b> dialog), a >launch configuration file (for example, <i>.launch</i>) is created and saved. By default, the launch configuration file is saved in the workspace's <i>.metadata</i> >directory. The location for the generated launch configuration file may be changed to any directory in the workspace in the <b>Save as</b> pane of the <b>Common</b> tab.</li> > <li>When rerunning a launch configuration, a shortcut may be associated with one or more favorites tool bar menus (for example, Run, Debug or Profiling) in the <b>Display in favorites menu</b> > pane of the <b>Common</b> tab.</li> > <li>When a launch configuration is executed (for example, clicking the <b>Run</b> button at the bottom of the <b>Run</b> dialog), the <b>Console</b> view > is used for rendering standard output data and reading standard input data. By default, the encoding of the <b>Console</b> view is encoding for the > local platform. The encoding of the <b>Console</b> view may be changed to any valid encoding in the <b>Console Encoding</b> pane of the <b>Common</b> tab.</li> > <li>When a launch configuration is executed (for example, clicking the <b>Run</b> button at the bottom of the <b>Run</b> dialog), the standard output and standard input are > may be used display output data and read input data, respectively. By default, the <b>Console</b> view is used for both the standard output and standard input. > The standard input may be disabled and the standard output may be changed to write or append to a local file in the <b>Standard Input and Output</b> pane of the > <b>Common</b> tab.</li> > <li>When a launch configuration is executed (for example, clicking the <b>Run</b> button at the bottom of the <b>Run</b> dialog), by default Eclipse will run the launch configuration > in the background as a non-blocking execution so the user may continue interaction with Eclipse. The launch configuration may be executed as a blocking execution, thereby restricting > the user from interacting with Eclipse until the execution has terminated by deselecting the <b>Launch in background</b> check box at the bottom of the <b>Common</b> tab.</li> ></ul> > ><p>Finally, save the test launch configuration by clicking the <b>Apply</b> button at the bottom of the <b>Run</b> dialog.</a> > ><br> > ><h4>Run the Test Launch Configuration</h4> > ><p>Run the test launch configuration by clicking the <b>Run</b> button at the bottom of the <b>Run</b> dialog.</a> > ><p>When a manual test is executed, the <b>Manual Test View</b> is launched on the host as specified in the <a href="../tasks/tcreating_test_deployment.htm">deployment</a> associated >with the execution test launch configuration. The <b>Manual Test View</b> is an independent <a href="http://www.eclipse.org/swt/">Standard Widget Toolkit (SWT)</a> >window for executing a manual test. At any time during the execution of the manual test, the tester may record a message in the test log by selecting <b>Action > Send message...</b>. The <b>Manual Test View</b> >may be terminated at any time during the execution of the manual test by selecting <b>File > Exit</b>.</p> > ><p>When the <b>Manual Test View</b> initial appears, the tester may optionally capture contextual information on the execution of the manual test. >For example, the tester's name. Select <b>Start</b> to start executing the individual manual test cases in the manual test.</p> > ><p>The <b>Manual Test View</b> displays the manual test as a hierarchal tree at the left of the <b>Manual Test View</b> for viewing and navigation. The manual >test tree may be expanded and collapsed by selecting <b>View > Expand all</b> and <b>View > Collapse all</b>, repetitively. The executed manual test is displayed at the root with loops and referenced manual tests >as branches of the manual test tree. Any manual test or loop node in manual test tree may be expanded and collapsed by selecting the node in the manual test tree and >selecting <b>View > Expand node</b> and <b>View > Collapse node</b>, respectively. Individual manual test cases are displayed as leaves of the manual test tree. >Selecting node in the manual test tree will display the details of that node at the right of the <b>Manual Test View</b>.</p> > ><p>The first manual test case (for example, <i>Instruction Set A - invocation</i> in the <i>exampleManualTest</i> manual test) of the of the manual test is automatically selected. The execution >steps for the manual test case are displayed at the upper-right of the <b>Manual Test View</b>. After completing the execution steps of the manual test case, >input the status (for example <b>pass</b>, <b>fail</b>, <b>error</b> or <b>inconclusive</b>), reason (for example <b>abort</b>, <b>did not complete</b>, <b>unknown</b>, <b>none</b> or <b>see description</b>), >and optional contextual information (for example, defect number for failures) and attachments (for example, screen captures of a failure state or error message) at the lower-right of the <b>Manual Test View</b>. To record the status and contextual information in the test log and advance to the next manual test case, select the ><b>Next</b> button at the lower-right of the <b>Manual Test View</b>. At any time during the execution of the manual test, the tester may advance to the next >manual test case by selecting <b>View > Select task to execute...</b>. Testers may execute the same manual test case multiple times by navigating to the manual >test case in the test tree and recording a new status, reason and optional contextual information and attachments.</p> > ><p>When the manual test execution is complete, exit the <b>Manual Test View</b> by selecting <b>File > Exit</b>. > ><br> > ><p>(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.</p> > ></div> > ></body> > ></html>
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 Raw
Actions:
View
Attachments on
bug 110436
: 27475 |
27655