testingintegration-testingagilesmoke-testing

Custom non-trivial test fixture -- Do we create user stories for it?


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:


Solution