Functional testing proxy SDK samples for the Visual Studio IDE

HCL DevOps Test UI (Test UI) ships with some example proxy code you can use to learn about proxy SDK. You can open these examples from within the sample projects shipped with Test UI.

The sample projects contain sample proxy code, customization files, and the applications under test (AUT).

Opening the sample projects

To open the examples in the sample proxy projects, click File > Open > Project, and go to C:\Program Files\IBM\DevOpsTest\FunctionalTester\vsnet\FTProxySamples, and open the Visual Studio .Net solution files with the .sln extension under different sample projects. The sample project displays in the Solution Explorer.

There are five sample projects that are shipped with Test UI:
  • Button
  • CheckBox
  • FormattedText
  • SpinControl
  • Grid
Note: After you open the above samples, perform the following steps:
  1. Rebuild the proxy samples. The .dll file is generated in the proxy sample location. For example; <product install directory>\SDP\FunctionalTester\vsnet\FTProxySamples\Button\ButtonOverrideProxy\bin\Debug
  2. Close HCL DevOps Test UI.
  3. Copy the .dll file, and the .rftcust file from the proxy sample location to the customization directory available at C:\ProgramData\HCL\DTUI\customization location.
    Note: The .rftcust file is located in <product install directory>\SDP\FunctionalTester\vsnet\FTProxySamples\<Proxy samples> location.
  4. Restart Test UI.