Predict the output
Set objEdit = Description.Create objEdit(“micclass”).Value = “Link” objEdit(“name”).Value = “username” Browser(“...”).Page(“...”).WebEdit(objEdit).Set “test_user_name”
The code is perfectly valid. It sets the specified value in the web
) name property is incorrectly defined for the link object
Syntax of Description object is incorrect
Defined link object is incorrectly used as an edit box object. Hence issuing a Set method is invalid
Send Keys can be used to redirect some keystrokes to any application that has the focus. State true or false
True
False
Before we redirect keystrokes to any application, using Send Keys, focus can be set using which method?
AppFocus
Focus
AppActivate
Activate
Breakpoints can be set in the script, to make Quick Test pause script execution, at desirable statements in the script. State true or false
File system object methods can be used to
perform any OS operations
perform any script activities
perform any file system related activities
No such object supported in Quick Test
Watch tab of debug viewer
can be used to watch only simple variables
can be used to watch all simple variables and most of the object properties
displays all the variables encountered during the script execution runtime
cannot be used to watch simple variable values
RecordSet object of ADODB library holds
the query issued
the result returned from the issued SQL query
the connection string
a reference to the connection object
Connection string issued to every data base will remain constant, irrespective of the database. State true or false
) Navigational methods like MoveFirst, MoveLast, MoveNext, MovePrevious are the methods supported by the connection object. State true or false
What is the flag used to mark end of the data you retrieve from a resultset?
EOD(End of Data)
EOR(End of RecordSet)
EOF(End of File)
No such flag