views:

45

answers:

1

I want to essentially check the environment and see if the necessary conditions for my application are in place. That is not unit testing, what is the name for that?

EDIT: I found an example whilst doing something else: otrs.checkModules, from the much-since-last-time-I-looked OTRS ticketing system. That is what I am talking about. Hopefully that clarifies the question somewhat?

A: 

I might call it precondition testing, but I don't think that's an official term. But you are essentially trying to assert the preconditions in order to execute your app.

nithins
Sure. Or environmental testing. It's killing me, there must be a name for this, right?
chiggsy