Tag: testing

Questions Related to testing

  1. to define object properties

  2. when parameterizing a step

  3. when creating checkpoints

  4. creating function calls


Correct Option: D
  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

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