The Structure of a TestComposer Script

A new TestComposer QuickTest script is created. In addition to the QTC script, you can also create multiple other scripts that you can work with at the same time, as described in Creating Additional Procedure Scripts.

Since TestComposer is an MDI (Multiple Document Interface) enabled application, it enables you to have multiple test scripts – a main script called by default Main QTC Script and additional procedures – open in the GUI at any given time.

Any such script may contain a variable number of steps of any of the types below:

  • Control step
  • Command step
  • Procedure step

Any TestComposer script may contain in its body any number of steps of the supported types listed above, and a procedure definition section including one or more inline procedures, in case it contains any local procedure calls. Once a procedure has been defined within a script, a procedure call can be performed repeatedly within that script, possibly with different arguments for each call.

Figure:Composer Script Structure