Skip to content
QiTASC.com / intaQt Studio / IDE Features /
Inspect Unresolved Functions and Models
/ .. / .. /
Inspect Unresolved Functions and Models





Inspect Unresolved Functions and Models

When intaQt determines than a function from a custom/built-in model or view is invoked, it attempts to find the function definition in the respective object. If no matching signature is found, the function invocation is marked as an error. This inspection operates on both UI Steps and Steps files.

If a function is invoked on a parameter object or on a UI Steps view with an ambiguous (for example, value greater than 1) definition, no error is raised.

Examples

alt text

alt text

alt text

alt text

Inspect Regex in Custom Stepdefs

Regular expression characters that are used within custom step definition names may interfere with the matching of Stepdef names. A warning such as the one below will occur when regex is used in a custom step:

alt text