Multiple choice technology testing

which of the following is NOT true about regular expressions? It is used

  1. to define object properties

  2. when parameterizing a step

  3. when creating checkpoints

  4. creating function calls

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Regular expressions in QTP are primarily used for three purposes: defining object properties in descriptive programming, parameterizing steps with dynamic values in object repositories, and creating checkpoints that match patterns. They are NOT used for creating function calls - that's done through standard scripting methods. Option D correctly identifies what regular expressions are NOT used for.