Add Testers command (Admin menu)

Use this command to add your own bespoke testers to the system.

The TestScriptRunner.dll Component Object Model (COM) dynamic link library exports a number of interfaces two of which (ITesterCreator1 and ITester1) provide you with the ability to add your own functionality. See How to create a Plug-in for details on to implement your bespoke testers.

To add a new tester simply enter either the unique class identifier (CLSID) or program identifier of your object that implements the ITesterCreator1 interface into the edit box and press Add. If you have implemented the component correctly it will then appear in the list box below with the name of the implemented testers in brackets.

When you have finished adding your testers press Save to exit.

Shown in the dialog below is a addition of an ITesterCreator using its CLSID which implements an ITester1 called dummy.

Add Tester

If your ITesterCreator is not valid or you have entered the wrong CLSID of program identifier you will get the message:-

Invalid GUID

Once your tester has been added you can immediately use it in your scripts.