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.

...

  • Set variable: client='client'
  • Wiki MarkupStart SUT client: javaws \ [$(client)\]\- starts the application for the client you will be testing, called the System Under Test (SUT).unmigrated-wiki-markup
  • Wait for client to connect \ [$(client)\]\- waits until the new Java Virtual Machine, in which your SUT will run, binds itself to QF-Test.
  • If the jnlp path was correct, the solution will open in SmartClient and the QF-Test's buttons bar a couple of buttons will become enabled (like: "Start Recording" – red circle, "Recording checks" – green check ...)
  • In the first field, labeled "Client," is an ambiguous name for the SUT application. You can give the SUT any name you wish, but the same name will be used as a reference to the SUT in other nodes. In other words, this name must be used consistently.

...