Using the Include widget is the key. Let's assume that our tests follow the standard BOC pattern and they look like this:
Included page: SampleSetupForTest (edit)
This is the Build step of our sample test.
It is common among multiple tests so it is saved in a separate page that can be included by test pages.
It is common among multiple tests so it is saved in a separate page that can be included by test pages.
A table that sets up for a test |
Included page: SampleOperateForTest (edit)
This is the Opertation step of our sample test.
It is common among multiple tests so it is saved in a separate page that can be included by test pages.
It is common among multiple tests so it is saved in a separate page that can be included by test pages.
A table the performs an operation that needs checking |
And now we'll perform the Check step.
A table that checks something |