Silk Test provides a sample Swing test application. Download and install the sample applications from http://supportline.microfocus.com/websync/SilkTest.aspx. After you have installed the sample applications, click (in Microsoft Windows 7) or (in Microsoft Windows 10) .
For information about new features, supported platforms, and tested versions, refer to the Release Notes.
For a complete list of the controls available for Java AWT/Swing testing, see Java AWT andSwing Class Reference.
4Test methods use a 1-based indexing scheme, where the first indexed value is stored in position 1. Native Java methods use a 0-based indexing scheme, where the first indexed value is stored in position 0. This incompatibility can create challenges in coding test scripts that access indexed values using both native methods and 4Test methods.