To retrieve a value from datatable, what are required?
column/parameter name
sheet name
Setting the desired row as current row
All the above
Where can we make an action reusable?
Action Properties
Call Properties
Properties
None
What is the default browser navigation time out?
10 seconds
60 seconds
20 seconds
30 seconds
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
How many checkpoint types & Output value types are supported by Quick Test?
6 & 6
8 & 6
9 & 9
8 & 9
What is the statement that can be used to make VB Script, mandate variable declaration?
Option Declare
Option Explicit
Option Mandate
In VB Script, variables cannot be declared to a specific data type. State true or false
True
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
When we create a 2 dimention array, an element in the created array can be referenced by how many indices?
2
1
3
No index is required for referencing an element in a 2D array. Index is applicable only for 1D arrays.