Hi All!
I am customsing the Test Plan Report so that I can show the both the steps, and extensions together, i.e.
Step 1
Step 2
Extension 2a
Extension 2b
Step 3
Extension 3a
Step 4....
My repeats for both the Steps, and the Extensions work in isolation, but when I nest them (as below), the Extensions don't display between the rows of Steps as I would expect.
Does anyone know the correct way to achieve what I am trying to do?
Regards
Stuart
~~~~~~~~~~~~~~~~Begin Report~~~~~~~~~~~~~~~~~~~~~~~~~
$repeatUseCasesSortID where ID = UC-1
$repeatSteps
|
TC-$ID-Main |
Procedure / Inputs |
Expected Results |
Pass/Fail |
|
$NumberedDescription |
$TestingProcedure |
$ExpectedResults |
|
$repeatExtensionsNoSteps
|
TC-$ParentID-$Count |
Procedure / Inputs |
Expected Results |
Pass/Fail |
|
$NumberedDescription |
$TestingProcedure |
$ExpectedResults |
|
|
$tableSteps $NumberedDescription |
$TestingProcedure |
$ExpectedResults |
|
$endrepeatExtensionsNoSteps
$endrepeatSteps
$endrepeatUseCases
~~~~~~~~~~~~~~~~~~~End Report~~~~~~~~~~~~~~~~~~~~~~~~
(Note the Where statement to restrict the results to the first Use Case for test purposes).