Regular expressions can be applied to object repositories. State true or false
True
False
Which is the deprecated version of loop?
While … Wend
Do While … Loop
Do Until … Loop
VB Script doesn't have any deprecated loops at all.
Subroutines do return values, whereas Functions do not. State true or false
Local repositories cannot be associated to a test, using Resources menu. State true or false
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
Breakpoints can be set in the script, to make Quick Test pause script execution, at desirable statements in the script. State true or false
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
Recovery scenario takes us thru the following wizard steps in the following sequence
define a trigger, define the recovery operations, define the post recovery operations
define the recovery operations, define a trigger, define the post recovery operations
can be created in any order
no such wizard is available in Quick Test
The word 'bug' is synonymous with which of the following words?
Incident
Defect
Mistake
Error
Which of the following is most important to promote and maintain good relationships between testers and developers??
Understanding what managers value about testing
Identifying potential customer work-arounds for bug
Explaining test results in a neutral fashion
All the above