Which statement below is true about Wait method?
Wait – makes a wait for the specified seconds with optional milliseconds
Wait – makes a wait for the specified seconds only
Wait – makes a wait for the specified seconds with mandatory milliseconds
None of the statements are true
Object repository comparison and merger tools can be found under Quick Test’s tools menu. State true or false
True
False
How many checkpoint types are supported by Quick Test?
6
8
9
5
How many output value types are supported by Quick Test?
What is the statement that can be used to make VB Script, mandate variable declaration?
Option Declare
Option Explicit
Option Mandate
None
In VB Script, variables cannot be declared to a specific data type. State true or false
Figure out the issue in the piece of code below Dim arr(5) s = 10 Redim arr(s)
Code above is perfectly valid
Redim size is invalid
Cannot redim a static array
VB Script is case sensitive. State true or false
What is the method that can be used to retrive a run time value of any object, say a user input value?
GetTOProperty
SetTOProperty
GetROProperty
Output values cannot be used to perform validation checks. State true or false