|
Lines 40-47
Link Here
|
| 40 |
by right-clicking it in the <a href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.hyades.test.ui.TestNavigator)")'>Test Navigator</a> of the <a href='javascript:executeCommand("org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.hyades.ui.perspective.TestPerspective)")'>Test Perspective</a> and selecting <span class="uicontrol">Generate</span>. |
40 |
by right-clicking it in the <a href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.hyades.test.ui.TestNavigator)")'>Test Navigator</a> of the <a href='javascript:executeCommand("org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.hyades.ui.perspective.TestPerspective)")'>Test Perspective</a> and selecting <span class="uicontrol">Generate</span>. |
| 41 |
Or you can first edit the test by right-clicking it and selecting <span class="uicontrol">Open</span>. </p> |
41 |
Or you can first edit the test by right-clicking it and selecting <span class="uicontrol">Open</span>. </p> |
| 42 |
<p> </p> |
42 |
<p> </p> |
| 43 |
<p>Open the performance test in the TPTP URL Test editor:</p> |
43 |
<p>Open the performance test in the TPTP URL Test editor.</p> |
| 44 |
<img src="../images/editOverview.jpg" alt=""/><p>The test opens in the <span class="uicontrol">Overview</span> tab (see the bottom |
44 |
<p>The test opens in the <span class="uicontrol">Overview</span> tab (see the bottom |
| 45 |
border) with the four edit areas (<span class="uicontrol">TPTP URL Test</span> and <span class="uicontrol">Source |
45 |
border) with the four edit areas (<span class="uicontrol">TPTP URL Test</span> and <span class="uicontrol">Source |
| 46 |
Information</span> on the left and <span class="uicontrol">Deployment</span> and <span class="uicontrol">HTTP Requests</span> on |
46 |
Information</span> on the left and <span class="uicontrol">Deployment</span> and <span class="uicontrol">HTTP Requests</span> on |
| 47 |
the right) expanded. You switch to the other edit panes by clicking the appropriate |
47 |
the right) expanded. You switch to the other edit panes by clicking the appropriate |
|
Lines 65-72
Link Here
|
| 65 |
and select <b>Open Source</b> or <b>Alt+Shift+T, O</b>.</p> |
65 |
and select <b>Open Source</b> or <b>Alt+Shift+T, O</b>.</p> |
| 66 |
<p>The <span class="uicontrol">HTTP Requests</span> area on the right lists all HTTP |
66 |
<p>The <span class="uicontrol">HTTP Requests</span> area on the right lists all HTTP |
| 67 |
requests in the test. Clicking one of these requests takes you to the HTTP |
67 |
requests in the test. Clicking one of these requests takes you to the HTTP |
| 68 |
Requests view, shown below.</p> |
68 |
Requests view.</p> |
| 69 |
<img src="../images/editRequests.jpg" alt="" /><p>You can also get to this edit pane by clicking the <span class="uicontrol">HTTP Requests</span> tab |
69 |
<p>You can also get to this edit pane by clicking the <span class="uicontrol">HTTP Requests</span> tab |
| 70 |
along the bottom. When you click a request on the left, you see that request's |
70 |
along the bottom. When you click a request on the left, you see that request's |
| 71 |
properties on the right. You can:</p> |
71 |
properties on the right. You can:</p> |
| 72 |
<ul><li>Change the properties of an existing request</li> |
72 |
<ul><li>Change the properties of an existing request</li> |
|
Lines 83-90
Link Here
|
| 83 |
that you want to simulate during test execution. |
83 |
that you want to simulate during test execution. |
| 84 |
</p> |
84 |
</p> |
| 85 |
<p>Clicking the <span class="uicontrol">Behavior</span> tab opens the behavior edit |
85 |
<p>Clicking the <span class="uicontrol">Behavior</span> tab opens the behavior edit |
| 86 |
pane, shown below.</p> |
86 |
pane.</p> |
| 87 |
<img src="../images/editBehavior.jpg" alt=""/><p>The HTTP requests are listed by page, as |
87 |
<p>The HTTP requests are listed by page, as |
| 88 |
invocations, inside a loop construct initially named <span class="uicontrol">Loop 1</span>. |
88 |
invocations, inside a loop construct initially named <span class="uicontrol">Loop 1</span>. |
| 89 |
With this loop selected, you can rename the loop, describe what it does, or |
89 |
With this loop selected, you can rename the loop, describe what it does, or |
| 90 |
change the <span class="uicontrol">Number of Iterations</span>. When <span class="uicontrol">Synchronous</span> |
90 |
change the <span class="uicontrol">Number of Iterations</span>. When <span class="uicontrol">Synchronous</span> |
|
Lines 101-108
Link Here
|
| 101 |
Thus, if you click an invocation, an Edit button appears under Detailed Properties. |
101 |
Thus, if you click an invocation, an Edit button appears under Detailed Properties. |
| 102 |
Clicking this button opens the Test Invocation dialog box, allowing you to |
102 |
Clicking this button opens the Test Invocation dialog box, allowing you to |
| 103 |
invoke another existing test suite in your workspace with the selected GET |
103 |
invoke another existing test suite in your workspace with the selected GET |
| 104 |
invocation. <br /> |
104 |
invocation.</li> |
| 105 |
<img src="../images/editBehaviorInvocation.jpg" alt=""/></li> |
|
|
| 106 |
</ul> |
105 |
</ul> |
| 107 |
<p>With the <span class="uicontrol">Add</span> button, you can create a new loop. |
106 |
<p>With the <span class="uicontrol">Add</span> button, you can create a new loop. |
| 108 |
Then, by right-clicking that new loop and selecting <span class="uicontrol">Invocation</span>, |
107 |
Then, by right-clicking that new loop and selecting <span class="uicontrol">Invocation</span>, |