Testing the Support Set

You can now verify that UFT One records and runs GUI tests as expected on the custom TrackBar control by testing the Custom Server.

To test the Custom Server:

  1. Open UFT One 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. UFT One should record commands such as:

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