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

Object repository comparison and merger tools can be found under Quick Test’s tools menu. State true or false

  1. True

  2. False


Correct Option: B

Figure out the issue in the piece of code below Dim arr(5) s = 10 Redim arr(s)

  1. Code above is perfectly valid

  2. Redim size is invalid

  3. Cannot redim a static array

  4. None


Correct Option: C

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

Output values cannot be used to perform validation checks. State true or false

  1. True

  2. False


Correct Option: A