Fergal Daly wrote:
> Remember, the TAP producer is not the instigator of the conversation.
> The consumer is - it runs the scripts, it requests something to
> produce TAP. The consumer is the the client.

Oh but that's not necessarily true.  As pointed out there are plenty of
situations where A) the TAP producer has no idea who its producing for and
B) the resulting TAP can be read by several different parsers and C) there
may be a long gap between producing and parsing.

* Writing out to a file for later examination
* Writing out to a log file (the Test::AtRuntime concept)
* Sending via an email

Consider the case where you have a nightly smoke server.  The smoker server
dumps the TAP to a log file and archives it for later examination as part of
the history of the product.  Or maybe the results go out to a mailing list.

It is, after all, the Test Anything Protocol.

Reply via email to