testing Online Quiz - 7
Description: testing Online Quiz - 7 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: testing |
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?
What is the keyword that is used to retain the previous values, when we redim a dynamic array to different sizes?
When we create a 2 dimention array, an element in the created array can be referenced by how many indices?
To assign an object reference, what is the keyword that is used?
Which is the deprecated version of loop?
Predict the output:
Set r = New RegExp
r.pattern = “ion$” Msgbox r.test(“consideration”)
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”