Hi Friends, Can you please answer these questions of QTP
Certification?
1.) What are bitmap checkpoints sensitive to?
A. Image size and object type
B. Object type and image type
C. Screen resolution and object type
D. Screen resolution and image size
2.)What are the phases in the QuickTest workflow?
A. Plan, Record, Enhance, Run
B. Prepare, Record, Verify, Run
C. Plan, Create, Verify & Enhance
D. Prepare, Create, Verify & Enhance, Integrate
3.) What are the two most commonly used ADO objects?
A. Fields
B. Execute
C. Connection, RecordSet
D. Open, ConnectionString
4.)What options are available to filter objects in the
Target Object Repository pane when merging object repositories?
A. Show all objects or Show only objects with
conflicting object types
B. Show all objects or Show only objects with
conflicting descriptions
C. Show only objects with conflicting logical names or
Show only objects with conflicting object types
D. Show only objects with conflicting logical names or
Show only objects with conflicting descriptions
5.)Which of the following is an example of a missing resource?
A. An object
B. Run Results
C. A Regular Action
D. An External Action
6.)What method is used to retrieve the number of columns in
the query results?
A. Fields.Count
B. Fields.Item(EOF)
C. Fields.Count(BOF)
D. Fields.Count.Value
7.)In VB Script functions, which one is false among the
following
a. Variables must be declared before use
b. Variables may not be declared before use
c. Variables may be declared without data types
None
Answer Posted / russel a
The answer to 5 is D
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
could any help me please, how to work on visual foxpro application using UFT
what frame work you are following?
what is the latest version of QTP? Main difference between 9.2 and 10 version
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What are the technics follow in writing VB script?
Describe the differences between functions and actions in UFT?
Which recording modes need more memory?
What are the steps involved in the recovery scenario wizard?
Explain step generator in qtp?
How to record application running on the Virtual machine?
Why script error occur in between recording in qtp?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Give me some real time point of way where exactly we can conduct audits?
What does mean by Scope of Automation?n How we defined it?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.