Test Automation Questions and Answers

Test Automation | Mock Test

 
1
QuickTest has_________built-in toolbars?
a. 5
b. 6
c. 7
d. 8

Answer : 5

2
Shortcut Key for opening a new Function Library is?
a. Shift+Alt+N
b. Ctrl+Alt+N
c. Shift+N
d. CRTL+N
Answer : Shift+Alt+N

3
The char of Regular Expression that is used to any alphanumeric character including underscore is
a. \w
b. \W
c. .
d. *
Answer : \w

4
The Documentation cell is_________
a. Read-only
b. Write-only
c. Read and Write
d. Read, write and execute
Answer : Read-only

5
The extension for Recovery Scenario file is
a. .qrs
b. .qfl
c. .mts
d. .tsr
Answer : .tsr

6
The________checks a variety of objects such as buttons, radio buttons, combo boxes, lists, and so forth.
a. Image checkpoint
b. Standard checkpoint
c. Bitmap checkpoint
d. Accessibility checkpoint
Answer : Standard checkpoint

7
The tab that enables you to view the current value of any variable or VBScript expression.
a. watch
b. View
c. Locate
d. Current
Answer : watch

8
The function that returns the Date is
a. Date
b. DateVal
c. DateValue
d. DatePart
Answer : DateValue

9
The number of Conditional Statements available in VB Scripting are
a. 3
b. 2
c. 4
d. 1
Answer : 2

10
The Vb Scripting function that Returns a substring of the given length from the starting point of the original string. Is
a. Split
b. SUbString
c. Mid
d. String
Answer : Mid