A rather complicated library/subsystem has to be integration tested and smoke tested, and for that purpose we need to develop a non-trivial test fixture/runner.
The details are not important, but assume that the test fixture we need will be generating complicated, interacting, state-dependent input test vectors, and will be looking for complex result sequences.
The test fixture itself will require some significant development effort (though less effort than the subsystem itself). The question is:
- Should this non-trivial test fixture be included in the project plan as a part of the iterations?
- Should a set of user stories be created for this test fixture?
- If so, how would the user stories be structured? And who would be the actors here: the test engineer running the tests, the subsystem, or the fixture itself?