Tag: testing

Questions Related to testing

  1. column/parameter name

  2. sheet name

  3. Setting the desired row as current row

  4. All the above


Correct Option: D
  1. Action Properties

  2. Call Properties

  3. Properties

  4. None


Correct Option: A
  1. 10 seconds

  2. 60 seconds

  3. 20 seconds

  4. 30 seconds


Correct Option: B
  1. Wait – makes a wait for the specified seconds with optional milliseconds

  2. Wait – makes a wait for the specified seconds only

  3. Wait – makes a wait for the specified seconds with mandatory milliseconds

  4. None of the statements are true


Correct Option: A

What is the statement that can be used to make VB Script, mandate variable declaration?

  1. Option Declare

  2. Option Explicit

  3. Option Mandate

  4. None


Correct Option: B

In VB Script, variables cannot be declared to a specific data type. State true or false

  1. True

  2. False


Correct Option: A

When we create a 2 dimention array, an element in the created array can be referenced by how many indices?

  1. 2

  2. 1

  3. 3

  4. No index is required for referencing an element in a 2D array. Index is applicable only for 1D arrays.


Correct Option: A