Licensed Materials - Use restricted. For use in compiling interfaces to IBM Rational TestManager. (c) Copyright IBM Corporation [2006]. All Rights Reserved.

Robot Session Recording Adapter Samples

The samples in this folder should be easy to use, if you've read the Robot Session Recording Extensibility manual. Just follow these easy steps.

  1. Open BuildSamples.dsw with Microsoft Visual C++ 6. Do a batch build of all samples.
  2. Deploy the built adapters as described in the Extensibility manual. You may deploy the debug or release versions, as you wish. Do not deploy the APIRecordingAdapter and the OrdinalRecordingAdapter at the same time, as these record the same traffic!
  3. Put a copy of HelloWorldTestDll.dll in the externC folder of your script repository. Take it from either the Debug or Release folder of HelloWorldTests\HelloWorldTestDll.
  4. Put a single copy of HelloWorldTestDll.dll in your path, taken from one of the following locations.
  5. To drive HelloWorldTestDll, use the applications

That should be all you need, you can now develop your own adapters. Good luck!