Automation Testing, Manual Testing, QTP/UFT 11 , QC/ALM 11 ,SAP TAO, Unix, Selenium, Oracle SQL, Shell Scripting and For Online Trinings to contact me : Cell:+91-8897972059 , Email Id : quicktestprotech@gmail.com

Wednesday, August 17, 2011

QTP 11.0 (HPO-M47) Certification Exam Model Questions -2


1) Object Spy can be found in __________ menu.

A. Tool
B. Tools
C. Task
D. Tasks

2) The ________________ displays the open documents side-by-side.

A. Tile Vertically
B. Tile Horizontally
C. Cascade
D. Tile Cascade

3) For opening the Quick Test Professional Help we can use _________

A. F3
B. F5
C. F1
D. F2

4) If QTP cannot find any object that matches the description, or if it finds more than one object that matches, QuickTest may use the ___________________ mechanism to identify the object.

A. Ordinal Identifier
B. Index Identifier    
C. Smart Identification
D. Assistive Identification

5)  You can configure the _________ and ___________.properties that QuickTest uses to record descriptions of the objects in your application

A. Mandatory, assistive, and ordinal identifier
B. Mandatory, required, and ordinal identifier
C. Smart, assistive, and ordinal identifier
D. Index, assistive, and ordinal identifier

6)  The ___________ property set for each test object is created and maintained by QuickTest.

A. Run-Time Object
B. Test Object        
C. Smart Identification Object
D. Assistive Object

7) You can access and perform ______________ methods using the Object property.

A. Run-Time Object
B. Test Object        
C. Smart Identification Object
D. Assistive Object


8)  You can view or modify the test object property values that are stored with your test in the _______________

A. Information Pane
B. Data Table
C. Information Pane & Data Table Both
D. Object Properties & Object Repository dialog box.

9)  You can retrieve or modify property values of the test object during the run session by adding _______________ statements in the Keyword View or Expert View.

A. GetROProperty & SetROProperty
B. GetTOProperty & SetTOProperty
C. GetTOProperty & SetROProperty
D. GetROProperty & SetTOProperty

10) If the available test object methods or properties for an object do not provide the functionality you need, you can access ______________ of any run-time object using the Object property.

A. The internal methods and properties
B. The mandatory methods and properties
C. The selective methods and properties    
D. The assistive methods and properties

11) The Information pane provides a list of _________ in the test:

A. Semantic errors 
B. Syntax errors 
C. Common errors 
D. Logic errors

12) When we switch from Expert view to the Keyword view, QTP automatically checks for syntax errors in the test and shows them in the information pane.


A. True         
B. False

13) If the information pane is not open, QTP automatically opens it in case a syntax error is detected.

A. True         
B. False

14) The __________ provides a list of the resources that are specified in your test but cannot be found.


A. Missing pane
B. Missing Resources pane                      
C. Resources pane
D. Missing Items pane


15) Whenever you open a test or a function library, QTP automatically checks for the availability of specified resources.


A. True
B. False

16) The Data Table does not assist you in parameterize your test.

A. True         
B. False

17) Tabs in the Debug Viewer pane are:


A. Watch, Variables, Debug
B. Watch, Data, Command
C. Watch, Variables, Command      
D. View, Variables, Command


18) The ________ tab enables you to view the current value of any variable or VBScript expression.


A. Watch
B. View         
C. Locate
D. Current


19) The _________ tab displays the current value of all variables that have been recognized up to the last step performed in the run session.

A. View         
B. Variables
C. Locate
D. Current


20) The___________ tab enables you to run a line of script to set or modify the current value of a variable or VBScript object in your test or function library.


A. View         
B. Variables
C. Command
D. Current



Question Number
Answer
1
B
2
A
3
C
4
C
5
A
6
B
7
A
8
D
9
B
10
A
11
B
12
A
13
A
14
B
15
A
16
B
17
C
18
A
19
B
20
C

QTP 11.0 (HPO-M47) Certification Exam Model Questions -1


1) QuickTest processes comments when it runs a test.

A. True
B. False

2) Press __________ to add a new step below the currently selected step.

A. F8           
B. Shift + A            
C. F0           
D. Shift + A + Q

3) While working with the Keyword View, you can _________ steps to move them to a different location in a test or in an action

A. Copy and Paste   
B. Cut and Paste     
C. Drag and drop     
D. Both A. and C.

4) You can specify the order in which the columns are displayed in the Keyword view.

A. True                  
B. False

5) You can view _________ while working with keyword view.

A. Object properties           
B. Action properties           
C. Action call properties
D. Checkpoint properties     
E. Output value properties   
F. None of the above         
G. All of above

6) You cannot manage some aspects of a local object repository using the QuickTest Object Repository automation object model.

A. True                  
B. False

7) For each action, you can use a combination of objects from your local and shared object repositories.

A. True                  
B. False

8) QuickTest adds all new objects to the local object repository even if one or more shared object repositories are already associated with the action assuming that an object with the same description does not already exist in one of the associated shared object repositories.

A. True                  
B. False

9) If a child object is added to a local object repository, and its parents are in a shared object repository, then you have to manually drag and drop its parent objects from shared object repository to local object repository.

A. True                  
B. False

10) The ________ is not accessible as a separate file

A. Local object repository             
B. Shared object repository
C. Both                                     
D. None

11) You can use the Keyword View to add a step ___________ in your test.

A. At the end
B. Below the currently selected step
C. At the beginning
D. At any point

12) The Documentation cell is ___________.

A. Read-only
B. Write-only
C. Read and Write
D. Read write & execute

13) An Item column can be any of the following:

A. A test object
B. A statement like Dim
C. A step generated by step generator
D. All of above


14) The Operation cell in the keyword view specifies the operation to be performed on the item listed in the ___________ Column.

A. Operation
B. Documentation
C. Item
D. Value


15) Even if the Item column in the Keyword View is displayed to the right of the Operation column, you must still first select an item to view the list of available operations in the Operation column.

A. True
B. False

16) The Value cell in the keyword view can contain ___________ Value

A. Constant
B. Parameter
C. Both A. & B.        
D. None of these

17) The ______________ enables you to encode your passwords and place secure values into the Data Table.

A. Password Encoder
B. Password Decoder
C. Password Encode
D. Password Decode

18) You can also encrypt strings in Data Table cells using the _____________ option in the Data Table menu.

A. Decrypt
B. Encrypt
C. Encrypt Code      
D. Decrypt Code

19) In addition to adding standard statement steps to your test using the Keyword View, you can also insert

A. Checkpoint step
B. Output value step
C. Comment step     
D. All of above

20) The correct syntax of the conditional statement starting with Do is ________

A. Do While             
B. Do Until              
C. Do Next    
D. Both A. and B.

QTP 11.0 Certification


QTP 11 Version was introduced in September 2010, in July 2011 QTP 11 certification (Code: HPO-M47) has been introduced in place of QTP 10.


Changes in between QTP 10 and QTP 11 Certification Exams:


For QTP 10.00 and for earlier versions we need take both Quality Center and QTP exams to get AIS (Accredited Integration Specialist) Certificate. Starting with QTP 11 we just take one core exam that is HP AIS –Functional Testing (Code: HPO-M47) in formally known as QTP 11.0 certification.
QTP 11 Certification Exam Details:

  • Exam type: Objective (Multiple Choice)

  • Exam Duration: 105 Minutes

  • Number of Questions (items): 72

  • Pass percentage: 75%



Syllabus for QTP 11 (HPO- M47) Certification Exam

SNO                       Sections                                                                Percentage of Items
I)              Automated Test Planning                                                           10%
II)            Creating Basic Tests and Working with Objects                          19%
III)           Test Verification & Enhancements                                               24%
IV)           Modular automated test builds                                                    11%
V)            QTP and ALM integration                                                             7%
VI)           Automated test troubleshooting                                                    10%
VII)           Advanced QTP Scripting                                                               4%
VIII)          Expert View                                                                                   7%
IX)           Web applications                                                                            8%


Detailed Syllabus


I) Automated Test Planning

  • Plan for Test Automation.

  • Plan for QTP testing.

  • Identify and describe features and settings.

  •  Explain QTP licensing and packaging.


II) Creating Basic Tests and Working with Objects

  •  Create the basic test.

  •  Explain how QTP works with objects.

  • Add steps without recording.

  • Object Identification Configuration and Smart Identification



III) Test Verification & Enhancements

  • Add Checkpoints

  •  Enhance tests with parameters.

  • Define Test results

  •  View test results.


IV) Modular automated test builds

  • Build Modular Tests using Actions

  • Using Shared Object Repositories.


V) QTP and ALM integration

  • Explain the QTP/ALM connection.

  •  Define ALM management of QTP resources.

  • Explain versioning features in QTP


VI) Automated test troubleshooting

  • Troubleshoot Object Recognition problems.

  • Use Recovery scenarios.

  • Use the Debugging Tool.

  • Measure System Performance.

  • Configure log tracking


VII) Advanced QTP Scripting

  •  Import and export Excel sheets.

  • Get and set object properties.

  • Using Programmatic Descriptions to bypass repository.



VIII) Expert View

  • Features of Expert View

  •  Describe dynamic object programming.

  • Identify and describe VBScript elements.


IX) Web applications

  • Recognize Web Add-in Extensibility.

  • Describe Web event recording use and configuration.

  • Identify new web testing capabilities.


 ------------------------------------------------------------
Note: Maximum items (Questions) on QTP Tool features only, Less / no importance for Scripting logic (VB Script). Industry point of view and Product Understanding point view Certification is useful, but work point of limited use only.

In order to get certification -

  •  Explore all Tool Menus and remember QTP commands and Shortcut keys

  •  Read HP QTP Documentation

  • Collect Exam papers dumps and Practice

  • Practice Tool features


------------------------------------------------------------------ 
Model Questions


1)  You can view _________ while working with keyword view.


A. Object properties           
B. Action properties           
C. Action call properties
D. Checkpoint properties     
E. Output value properties   
F. None of the above         
G. All of above




2)  You cannot manage some aspects of a local object repository using the QuickTest Object Repository automation object model.


A. True                  
B. False




3)  For each action, you can use a combination of objects from your local and shared object repositories.


A. True                  
B. False


4)  QuickTest adds all new objects to the local object repository even if one or more shared object repositories are already associated with the action assuming that an object with the same description does not already exist in one of the associated shared object repositories.


A. True                  
B. False


5)  If a child object is added to a local object repository, and its parents are in a shared object repository, then you have to manually drag and drop its parent objects from shared object repository to local object repository.


A. True                  
B. False


6)  The ________ is not accessible as a separate file


A. Local object repository             
B. Shared object repository
C. Both                                     
D. None


7)  You can use the Keyword View to add a step ___________ in your test.


A. At the end
B. Below the currently selected step
C. At the beginning
D. At any point


8)  The Documentation cell is ___________.


A. Read-only
B. Write-only
C. Read and Write
D. Read write & execute


9) An Item column can be any of the following:


A. A test object
B. A statement like Dim
C. A step generated by step generator
D. All of above


10)  The Operation cell in the keyword view specifies the operation to be performed on the item listed in the ___________ Column.


A. Operation
B. Documentation
C. Item
D. Value


11)  Even if the Item column in the Keyword View is displayed to the right of the Operation column, you must still first select an item to view the list of available operations in the Operation column.


A. True
B. False


Answers:


1)
G
2)
B
3)
A
4)
A
5)
B
6)
A
7)
D
8)
A
9)
D
10)
C
11)
A

Loading...