Child pages
  • Setup (Automated) UI Testing for the Smart Client Using QFTest

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • make sure JRE is installed;
  • instrumentation of the JRE on which the SUT will run is now the primary method of providing a way for QF-Test to interact with the SUT. Normally you don't need to instrument standard JREs because QF-Test passes the same information to the SUT's JRE via environment variables. However, for special cases instrumentation may be required anyway
    • in main menu select – "Extras" -> "Manage Instrumentation" -> "Instrument" (if the path is not shown, click "Search" first and point to the jre install folder)
    • the State changes to: "Instrumentation current" 

Servoy

  • Install with default settings (Servoy Developer) _
    Warning

    If Servoy is installed on Windows Xp, make sure that Microsoft Microsoft Visual C++ 2008 Redistributable Package (x86) is preinstalled – otherwise Postgres won't be installed correctly

    _

  • Create/export the solution for testing - System Under Test (SUT)
  • Start AppServer and import the SUT

...