Universal Image Repository

I would like to know if it is possible to create a repository or universal collection of images? This can be kept in Source Control and would be accessible across all my test suites.
Is this something that is even possible?

That would definitely be possible. One approach is to use HelperSuites which are available to all scripts in your suite (as long as you don’t store a local image with the same name).

Another alternative if you want more control over the images as the suite runs is to modify the InitialSuites and the FinalSuites global properties. These are suites that eggPlant consults both before and after it’s own images.

For more information please see the [u]eggPlant Reference documentation[/u].