A test frame stores which of the following?
A list of all objects on the home page, such as HtmlImage, HtmlText, HtmlLinks, etc
Testcases to execute.
Commentary information
An object of class BrowserChild window that holds application home page.
How many default testplan attributes are there?
5
3
1
4
How to get the integer value from a string ?
print([int] 100 )
print (Val("100"))
iTemp = INTEGER(100)
INTEGER iTemp = Val ("100")
Which language is used in QTP
4GL
4 Test Script
VB
VBScript
How many recording modes are available in QTP
2
Which one is used to run multiple test in QTP
Group test
Batch run
Batch Test
Common test
Using which exception is handled in QTP
Recovery scenerio
Recovery types
Exception handler
onexit
Which method is used for synchronization
wait
waitproperty
sleep
getproperty
Code driven test automation is a key feature of ----
Agile software development
dynamic software development
RAD
PAD
creation of interacting test scripts together with their related data results in a framework used for the methodology
code-driven testing
Event - driven Testing
Data-driven testing
Key - driven Testing