Using TestAssistant APIs

For software developers, BB TestAssistant includes a method of controlling many of its functions from an external program.

This is implemented via an ActiveX control and a wrapper class. The wrapper class is included to simplify use of the ActiveX control.

 

Which functions can I automate from my program?

 

How do I get started?

Browse to the "API\FBAPIWrap" folder in the BB TestAssistant installation folder. This contains two files you will need:

The ActiveX interface to BB TestAssistant is implemented in FBAPI.DLL, and is automatically registered with the Windows COM subsystem at install time.

 

We have included source for an example application that makes use of the wrapper class. Browse to the "API\TestApp" folder - it contains a Borland C++ Builder project file and source. Users of MS VC++ or other development applications can open MainApp.cpp, which contains some simple code showing usage of the class.