Gets a TEST-GUIDE server instance by name which must be present in the TEST-GUIDE installations.

Signature:
ATX.getServer(String atxName) : ATXServer

Examples:
ATX.getServer('TEST-GUIDE')
or
ATX.getServer atxName: 'TEST-GUIDE'