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 / abc
1-D
2-D
3-C
4-B
5-
6-A
7-a
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Hoe can we do retesting using functions please give the code for it using login page
How to test results for qtp ?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
what is vmodel?advantages and disadvantages of vmodel?
What is ObjectParamater?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
Can you list some technologies that support qtp?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
Tell me about your project? please help me how to tell about insurance project
How can I check if a environment variable exist or not?
What is environment variable in qtp and why to use it?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?