Creating the TestStand Engine
- Updated2025-03-28
- 1 minute(s) read
Creating the TestStand Engine
When you write an application using the TestStand API, you must create a TestStand Engine object. Because you can create the TestStand Engine as an ActiveX control or as an ActiveX Automation server, you can access the engine from any application development environment that supports ActiveX. If you use a development environment that supports ActiveX controls with events, such as Microsoft Visual Basic or Microsoft Visual C/C++, create the Engine object by adding the TestStand Engine control to the main form of the application. If the development environment does not support ActiveX controls, you can create the Engine object as an in-process automation server.