Tag: testing

Questions Related to 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


Correct Option: D

What command you use to open Notepad application using QTP scripting?

  1. SystemUtil.Run "Notepad.exe"

  2. RunUtil.Notepad.exe

  3. Run.Application "Notepad.exe"

  4. None of the above


Correct Option: A
  1. Runtime Action

  2. External Action

  3. Recorded Action

  4. All the above


Correct Option: B
  1. assistive property

  2. Ordinal identifier

  3. both a & b

  4. None of the above


Correct Option: C
  1. a function has a single return value

  2. an action can have more than one output parameters

  3. Function and action are one and the same

  4. many functions can be used within an action


Correct Option: C