G
Gillmore (ACME SW)
We have a series of steps for a test procedure that are repeated several
times in many documents. In software, we just right a function and then call
it. Not a big deal.
However, what we must do is to make the test procedure match the test log
step for step. For instance:
26 Do something Verify something
27 Execute subroutine
27.1 Do something Verify something
27.2 Do something Verify something
....
28 Do something Verify something
29 Execute subroutine
29.1 Do something Verify something
29.2 Do something Verify something
....
{ INCLUDETEXT ... } doesn't seem to have the capabilities that I want.
Thanks for the help
Mike
times in many documents. In software, we just right a function and then call
it. Not a big deal.
However, what we must do is to make the test procedure match the test log
step for step. For instance:
26 Do something Verify something
27 Execute subroutine
27.1 Do something Verify something
27.2 Do something Verify something
....
28 Do something Verify something
29 Execute subroutine
29.1 Do something Verify something
29.2 Do something Verify something
....
{ INCLUDETEXT ... } doesn't seem to have the capabilities that I want.
Thanks for the help
Mike