Sunday, September 26, 2010

QTP - Q & A : Series II

1. In which command can you associate a function library to a test?
      A. Run options
      B. Test Settings
      C. View Options
      D. Function Definition Generator

2. To use low-level recording, what must you do first?
       A. Start a new test
       B. Be in the keyword view
       C. Be recording in Normal Mode
       D. Click Low Level recording under the Automation Menu

3. What method is used to retrieve the number of columns in the query results?
       A. Field.Count
       B. Fields.Item
       C. Fieds.Count(BOF)
       D. Fields.Count.Value

4. You should use local object repositories when you?
       A. Work with single-action tests
       B. Work with multiple-action tests
       C. Create multiple tests for a single application.
       D. Expect the test object properties to change frequently.

5. In Test Settings-->Run the Data Table iteration options are for which data sheet?
       A. Local
       B. Global
       C. Run-time Data Table
       D. Design-time data Table

6. Why is low-level recording useful?
       A. It records exact keyboard operations on an object.
       B. It records exact coordinates of all mouse movements.
       C. It uses the object repository to determine what methods can be used.

7. Where are virtual objects collections stored?
       A. In a Function Library
       B. In the local Object Repository
       C. In the Object Repository Manager
       D. Dat folder inside of the QTP installation directory.

8. What is the correct set of add-ins installed automatically with Quick Test 9.2?
       A. .NET, Web, Java
       B. Web, SAP, VB
       C. Active X, VB, Web
       D. Active X, TE, Web Services

9. If you have a Virtual Object Collectio stored on your machine, and you dont want to use it, what must you do?
      A. Disable Virtual Object in Test Settings
      B. Remove the collection from you machine
      C. Disable virtual objects in General options
      D. Remove the collections from the resources list.

10. How do you close the database session after examining the results of an SQL query?
       A.  Call the AOD close function
       B. Use the close method for the RecordSet object
       C. Set the RecordSet and Connection objects equal to nothing
       D. Use the close method for the RecordSet and Connection objects

11. If the gloabl data sheet contains no data and the local datasheet contains two rows of data, how many times will the test iterate?
       A. 1
       B. 2
       C. 3
       D. 5

12. To bypass the object repository you can?
       A. Turn the object repository off
       B. Use a programmatic description
       C. Delete all objects in all respositories
       D. Add the object to the object repository manager.

13. Where you can merge two shared object repositories?
      A. The Object Repository
      B. The Object Repository Manager. 
      C. The Associate Object Repositories Tool.
      D. You can only merge local object repositories.

14. What object is used to send information to test results at the completion of the test run?
       A. Result
       B. Reporter.
       C. ReportEvent
       D. Resultreport


15. What can you use to handle unpredictable testing exceptions?
       A.  A Do Loop
       B. Recovery Scenario
       C. IF then Statement
       D. Select case statement.

16. After running a test that contains both input and output parameters, where can the results of an output parameter be found/
      A. Local DataSheet
      B. Global DataSheet
      C. Run-time Data Table
      D. Design-time Data Table.

17. Which statement is used to associate a procedure with a test object class?
       A. RegisterFunction
       B. RegisterUserProc
       C. RegisterUserFunc
       D. RegisterProcedure

18. How do you declate a constant
      A. Dim Statement
      B. Con Statement
      C. Const Statement
      D. Option Explicit Statement

19. What is created, by default with each new action?
       A. Local Data Sheet, Global data sheet, Folder
       B. Local Object Repository, Local Data Sheet, Folder
       C. Global Data Sheet, Local Object Repository, Folder
       D. Local Data Sheet, Global Data Sheet, Local Object Repository

20. In the Object Identification diablog box, which properties can be viewed?
       A. The base filter and option properties
       B. The mandatory and option properties
       C. The filter and assistive properties
       D. The mandatory and assistive properties


Source: Google Search

No comments:

Post a Comment