Testing the support set

You can now verify that GUI tests are recorded and run as expected on the custom TrackBar control by testing the Custom Server.

To test the Custom Server:

  1. Open OpenText Functional Testing with the .NET Add-in loaded, and open a GUI test.

  2. Start recording on a .NET application with a System.Windows.Forms.TrackBar control.

  3. Click the TrackBar control. A step similar to this one should be recorded:

    SwfWindow("Form1").SwfObject("trackBar1").SetValue 2
    
  4. Run the test. The TrackBar control should receive the correct values.