Testing the Support Set

You can now verify that OpenText Functional Testing records and runs GUI tests 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. OpenText Functional Testing should record commands such as:

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