testing Online Quiz - 7
Description: testing Online Quiz - 7 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: testing |
Object repository comparison and merger tools can be found under Quick Test’s tools menu. State true or false
How many checkpoint types are supported by Quick Test?
How many output value types are supported by Quick Test?
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)
What is the method that can be used to retrive a run time value of any object, say a user input value?
Output values cannot be used to perform validation checks. State true or false
What is the keyword that is used to retain the previous values, when we redim a dynamic array to different sizes?
To assign an object reference, what is the keyword that is used?
Regular expressions can be applied to object repositories. State true or false
Which is the deprecated version of loop?
Predict the output:
Set r = New RegExp
r.pattern = “ion$” Msgbox r.test(“consideration”)
Local repositories cannot be associated to a test, using Resources menu. State true or false
Send Keys can be used to redirect some keystrokes to any application that has the focus. State true or false