Skip to content

Commit

Permalink
Added additional online help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
joffems committed Mar 23, 2015
1 parent e0bf1de commit e4128dd
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 2 deletions.
8 changes: 7 additions & 1 deletion app/views/help/assignments/index.html
@@ -1 +1,7 @@
<p>test test test</p>
<h2>Assignments</h2>

<p>Assignments enable you to associate a test plan or stencil with a user and release for testing.</p>

<p>When assignments are created, the associated result entries in the DB are also created for tracking.</p>

<p>If you need to frequently combin multiple test plans per release for testing, you should consider using stencils.</p>
6 changes: 6 additions & 0 deletions app/views/help/reports/index.html
@@ -0,0 +1,6 @@
<h2>Reports</h2>

<p>Reports are stored andconfigured through the reports section of the site.</p>

<p>Currently, report results are not stored in the system.</p>

5 changes: 5 additions & 0 deletions app/views/help/schedules/index.html
@@ -0,0 +1,5 @@
<h2>Schedules</h2>

<p>Schedules are used to have TestCaseDB trigger automation runs for you. Select the time and days you would like the test plans to run and TestCaseDB will take care of the rest.</p>

<p>Note that the test plan will need to include test cases that are marked as automated and include the require test scripts.</p>
9 changes: 9 additions & 0 deletions app/views/help/stencils/index.html
@@ -0,0 +1,9 @@
<h2>Stencils</h2>
<p>Stencils are test plan collections</p>

<p>A stencil contains multiple test plans (including duplicates) and related devices. Stencils make it really easy to quickly assign a set of test plans and resources that must be tested. This is especially useful for regression tracking.</p>

<h3>New Version</h3>
<p>The new version button will make a clone of the current test plan. The current plan will be marked as deprecated and the new version will contain the previous versions details.</p>

<p>Versions are useful when making major changes and you have the need to retain the status of your old test plan.</p>
17 changes: 16 additions & 1 deletion app/views/help/test_cases/index.html
@@ -1,3 +1,18 @@
<h2>Test Cases</h2>

<p>Test Cases are the heart of application testing. The test cases
<p>Test Cases are the heart of application testing.</p>

<p>Test Cases include the steps and details required to verify that an item is working.</p>

<p>Test Cases are linked to products and categories.</p>

<h3>Editing</h3>
<p>When editing test plans, the results can be dragged and dropped into place.</p>

<h3>New Version</h3>
<p>The new version button will make a clone of the current test plan. The current plan will be marked as deprecated and the new version will contain the previous versions details.</p>

<p>Versions are useful when making major changes and you have the need to retain the status of your old test plan.</p>

<h3>Copy</h3>
<p>The copy funtion makes a new copy of the test plan. The plans starting version will be 1 and the source test plan will not be altered.</p>
22 changes: 22 additions & 0 deletions app/views/help/test_plans/index.html
@@ -0,0 +1,22 @@
<h2>Test Plans</h2>
<p>Test Plans are collections of test cases to be executed in one round.</p>

<h3>Editing</h3>
<p>When editing test plans, the results can be dragged and dropped into place.</p>

<h3>New Version</h3>
<p>The new version button will make a clone of the current test plan. The current plan will be marked as deprecated and the new version will contain the previous versions details.</p>

<p>Versions are useful when making major changes and you have the need to retain the status of your old test plan.</p>

<h3>Copy</h3>
<p>The copy funtion makes a new copy of the test plan. The plans starting version will be 1 and the source test plan will not be altered.</p>

<h3>Export PDF</h3>
<p>A PDF including the test case details is generated.</p>

<h3>Export RTF</h3>
<p>An RTF document including the test case details is generated. This is useful if you want to edit the results in Microsoft Word</p>.

<h3>Assign</h3>
<p>Assign an execution of a test plan to a user.</p>

0 comments on commit e4128dd

Please sign in to comment.