Skip to content
QiTASC.com / intaQt Studio / IDE Features /
Auto-completion
/ .. / .. /
Auto-completion





Auto-completion in intaQt Studio

Auto-completion is available for:

  • Functions and models

  • Reactors

  • UI Steps view actions (including action keywords)

  • UI Steps elements elements (including visibility modifiers)

  • Declarations (including parameters and loops)

  • Built-in steps

  • Custom steps

  • Extractors

  • Configurations

  • Verification rules files (including ExecutionContextObject names)

Typing text generates up a list of available items, depending on the file type being worked in (Feature File, UI Steps, or Steps). Using the tab or return button selects an item from the list:

alt text

Depending on what part of the syntax is being accessed, a description of the syntax (such as Built-in step or Custom Step) will be displayed to the right.

Additionally, auto-completion is available for "quotes": If one quotation mark " is typed, the corresponding closing quotation mark is added automatically, appearing as "".

Functions and Models

alt text

A blinking cursor and exclamation mark indicates that the func or model has not been named.

alt text

After naming (and assigning any necessary function parameters), the error notification will no longer appear:

alt text

Globally Available Functions

alt text

Reactors

alt text

UI Steps Views

alt text

UI Steps View Actions and Elements

alt text

alt text

Declarations in Local Scope

Parameters

alt text

Variable Declarations

alt text

Loop Iterations

alt text

Feature Files

In Feature Files, the auto-completion list shows whether a step is built-in or custom. Steps that contain parameters will have these indicated by curly brackets ({}).

alt text

After selecting a step with parameters, ... will appear as placeholders for the variables, which need to be filled in.

alt text

The tab key can be used to proceed from one variable to the next.

Extractors

alt text

Configuration Files

Upon opening or creating a .conf file within intaQt Studio, typing text generates a list of all configurations recognized by intaQt.

alt text

Typing ctrl + space brings up the list of all available fields at a given level for the configuration.

alt text