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.
Open OpenText Functional Testing with the .NET Add-in loaded, and open a GUI test.
Start recording on a .NET application with a System.Windows.Forms.TrackBar control.
Click the TrackBar control. OpenText Functional Testing should record commands such as:
SwfWindow("Form1").SwfObject("trackBar1").SetValue 2Run the test. The TrackBar control should receive the correct values.

