Tag: testing

Questions Related to testing

  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
  1. Code above is perfectly valid

  2. Redim size is invalid

  3. Cannot redim a static array

  4. None


Correct Option: C

VB Script is case sensitive. State true or false

  1. True

  2. False


Correct Option: B

What is the method that can be used to retrive a run time value of any object, say a user input value?

  1. GetTOProperty

  2. SetTOProperty

  3. GetROProperty

  4. None


Correct Option: C