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

Which of the following is a valid action?

  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

Which of the following is NOT true?

  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

The toolbar enables you to view the details of an individual action or the entire test flow is

  1. Testing toolbar

  2. Action toolbar

  3. Test Pane

  4. None of the above


Correct Option: B

What is the shortcut key that is used for a Standard Checkpoint?

  1. F12

  2. F2

  3. F10

  4. F7


Correct Option: A