Implementing the GetTestingEnvironment() Method

When UFT One loads a Testing Agent, it calls the GetTestingEnvironment method to return the XML environment definition. UFT One uses the information returned by this method to build the collection of test objects to use for this environment.

For the QuickID Testing Agent, the method CTEASampleTestableImp::GetTestingEnvironment (in the TEASampleTestableImp.cpp file) was implemented to load the TEASampleEnvironment.xml file described above and return its content.