SlideShare a Scribd company logo
QTP Certification Questions <br />1)  Where are virtual object collections stored?<br />    A. In a Function Library<br />    B. In the local Object Repository<br />    C. In the Object Repository Manager<br />    D. dat folder inside of the QTP installation directory<br />     2)  What does the GetTOProperty method do?<br />    A. Retrieves the value of a property from a test object<br />    B. Retrieves the available properties from a test object<br />    C. Retrieves the value of a property from a run-time object<br />    D. Retrieves the available properties from a run-time object<br /> 3)  What is the keyword used to define how the counter variable in a or lext    loop increments?<br />     A. ++<br />     B. Next<br />     C. Skip<br />    D. Step<br />4)  To use low-level recording, what must you do first?<br />    A. Start a new test<br />    B. Be in the KeyWord view<br />    C. Be recording in Normal mode<br />    D. Click Low Level Recording under the Automation Menu<br /> 5)  When a test is run in update mode, what is updated?<br />    A. The test results<br />    B. The object descriptions<br />    C. The action names in the test<br />    D. The logical names in the test<br />6)   To bypass the Object Repository you can:<br />     A. Turn the Object Repository off<br />     B. Use a programmatic description<br />     C. Delete all objects in all repositories<br />     D. Add the object to the Object Repository Manager<br /> 7)  Why is low-level recording mode useful?<br />     A. It records exact keyboard operations on an object.<br />     B. It records exact coordinates of all mouse movements.<br />     C. It uses the object repository to determine what methods can be used.<br /> 8)  In Test Settings ->Run the Data Table iteration options are for which data sheet?<br />      A. Local<br />      B. Global<br />      C. Run-time Data Table<br />D Design-time Data Table<br /> 9)  What must you do before a shared object repository can be edited?<br />     A. Enable Editing<br />     B. Add a new object<br />     C. Open the object repository<br />     D. Open an action that uses that shared object repository<br />10)  Which statement is used to associate a procedure with a test object class?<br />     A. RegisterFunction<br />     B. RegisterUserProc<br />     C. RegisterUserFunc<br />     D. RegisterProcedure<br />       11)  Where do you turn Smart Identification IN?<br />      A. The Object Repository<br />      B. The Test Settings dialog<br />      C. The General Options dialog<br />      D. The Object Identification dialog<br />12)  What are the phases in the QuickTest workflow?<br />     A. Plan, Record, Enhance, Run<br />     B. Prepare, Record, Verify, Run<br />     C. Plan, Create, Verify & Enhance<br />     D. Prepare, Create, Verify & Enhance, Integrate<br /> 13)  You should use local object repositories when you:<br />      A. Work with single-action tests<br />      B. Work with multiple-action tests<br />      C. Create multiple tests for a single application<br />      D. Expect the test object properties to change frequently<br />14)  What are the categories in the Step Generator?<br />     A. Object, Operation, Value<br />     B. Library, Built-in, Local Script<br />     C. Operation, Arguments, Return Value<br />     D. Test Objects, Utility Objects, Functions<br />15)  Where do you set the action iterations for a specified action?<br />     A. Action Settings<br />     B. Action Properties<br />     C. Action Run Settings<br />     D. Action Call Properties<br />16)  What is the function of the Object Repository Manager?<br />    A. Assign variable names to test objects<br />    B. View/make/modify a Local Object Repository<br />    C. View/make/modify a Shared Object Repository<br />    D. Define new test objects using programmatic descriptions<br /> 17)  What method is used to retrieve the number of columns in the query results?<br />    A. Fields.Count<br />    B. Fields.Item(EOF)<br />    C. Fields.Count(BOF)<br />    D. Fields.Count.Value<br />18)  What is the correct set of add-ins installed automatically with QuickTest 9.2?<br />     A. NET, Web, Java<br />     B. Web, SAP, Visual Basic<br />     C. Active X, Visual Basic, Web<br />     D. Active X, TE, Web Services<br /> 19)  What does the source property of a database checkpoint object represent?<br />     A. The SQL query<br />     B. The identification number of the database<br />     C. The number of rows returned from the query<br />     D. The connectionstring used to connect to the database<br />20)  Which of the following is an example of a missing resource?<br />    A. An object<br />    B. Run Results<br />    C. A Regular Action<br />    D. An External Action<br /> 21)  How can you retrieve the number of items in the list for a WebList object?<br />     A. GetList<br />     B. GetItem<br />     C. GetItemsCount<br />     D. GetROProperty<br />22)  How do you know if Smart Identification has been used in a test?<br />     A. The Smart Identification icon appears in the test results<br />     B. The test results will show a run error, causing a test failure<br />     C. The properties used by the object repository will be changed<br />     D. The Object Repository will show the Smart Identification icon<br /> 23)  What object is used to read information from a text file?<br />     A. Read<br />     B. ReadLine<br />     C. TextStream<br />     D. File System<br />     E. Open Text File<br />24)  What are the available environment variable type(s)?<br />     A. Built-in<br />     B. User-defined<br />     C. User-function<br />     D. Built-in, User-defined<br />     E. Built-in, User-function<br /> <br />25)  What is the difference between a subroutine and a function?<br />     A. A subroutine can call itself; a function cannot<br />     B. A function returns a value; a subroutine cannot<br />     C. A function can accept arguments; a subroutine cannot.<br />     D. A subroutine can call other procedures; a function cannot.<br />26)  What are the two most commonly used ADO objects?<br />     A. Fields<br />     B. Execute<br />     C. Connection, RecordSet<br />     D. Open, ConnectionString<br /> 27)  What does a breakpoint do?<br />     A. Stops test execution at the specified step, after executing that step<br />     B. Stops test execution at the specified step, before executing that step<br />     C. Pauses test execution at the specified step, after executing that step<br />     D. Pauses test execution at the specified step, before executing that step<br />28)  Where do you configure an action to use a shared object repository?<br />    A. Test Settings<br />    B. Action Settings<br />    C. Action Call Properties<br />    D. Associate Repositories<br /> 29)  What looping statements are available in QuickTest?<br />     A. While wend, Do loop, If Then<br />     B. Switch Case, If Then, For Next<br />     C. For Next, While wend, Do loop<br />     D. For Next, Do loop, Switch case<br />30)  What are the available step commands in QuickTest?<br />     A. Step, Step Into, Step Out<br />     B. Step Into, Step Over, Step Out<br />     C. Step Test, Step Action, Step Function<br />     D. Run from Step, Debug from Step, Run from Step<br /> 31)  What are test object properties?<br />     A. Those properties as defined in a description object.<br />     B. Those properties as defined in Object Identification<br />     C. Those properties displayed by an object at run-time<br />     D. Those properties used in the Object Repository for object identification<br /> <br />32)  What options are available to filter objects in the Target Object Repository pane whenmerging object repositories?<br />    A. Show all objects or Show only objects with conflicting object types<br />    B. Show all objects or Show only objects with conflicting descriptions<br />    C. Show only objects with conflicting logical names or Show only objects with <br />       conflicting object types<br />    D. Show only objects with conflicting logical names or Show only objects with <br />       conflicting descriptions<br /> 33) Which method for the DataTable utility object will allow you to retrieve information from theData Table during a test run?<br />    A. Value<br />    B. Import<br />    C. GetCell<br />    D. GetValue<br />34)  If you have a Virtual Object Collection stored on your machine, and you don't want to use it,what must you do?<br />    A. Disable Virtual Objects in Test Settings<br />    B. Remove the Collection from your machine<br />    C. Disable Virtual Objects in General Options<br />    D. Remove the Collections from the Resources list<br /> <br />35)  If you are typing in Expert View and you type an object followed by a dot, what doesQuickTest display?<br />    A. Nothing<br />    B. The arguments for that object<br />    C. The methods and properties for that object<br />    D. The child objects and methods for that object<br />36)  What is the first thing that must be defined in a Recovery Scenario?<br />     A. Trigger<br />     B. Recovery Operation<br />     C. Recovery Scenario Name<br />     D. The Function used in the scenario<br /> 37)  What are the available trigger event types?<br />    A. Pop-up window, object state, VBScript event<br />    B. Object State, VBScript event, Application crash<br />    C. Pop-up window, object state, test run error, QTP crash<br />    D. Pop-up window, object state, test run error, application crash<br />38)  In the Object Identification dialog box, which properties can be viewed?<br />    A The base filter and optional properties<br />    B The mandatory and optional properties<br />    C The base filter and assistive properties<br />    D The mandatory and assistive properties<br />39)  Where do you mark an action as reusable?<br />    A. Action Settings<br />    B. Action Properties<br />    C. Action Run Settings<br />    D. Action Call Properties<br />40)  Where can you merge two shared object repositories?<br />    A. The Object Repository<br />    B. The Object Repository Manager<br />    C. The Associate Object Repositories Tool<br />    D. You can only merge local object repositories<br />41)  After running a test that contains both input and output parameters, where can the results ofan output parameter be found?<br />   A. Local Data Sheet<br />   B. Global Data Sheet<br />   C. Run-time Data Table<br />   D. Design-time Data Table<br />42)  If the Local Data sheet contains two rows of data, how many times will the action iterate, by default?<br />    A. 1<br />    B. 2<br />    C. 3<br />    D. 5<br /> 43)  How do you close the database session after examining the results of an SQL query?<br />    A. Call the ADO.Close function<br />    B. Use the close method for the RecordSet object<br />    C. Set the RecordSet and Connection objects equal to Nothing<br />    D. Use the close method for the RecordSet and Connection objects<br />44)  By default, how does QuickTest pass arguments to the procedure?<br />A. ByVal<br />B. ByRef<br />C. ByArg<br />D. ByRes<br />45)  What does the ChildObjects method return?<br />    A. A Collection object<br />    B. A string true/false<br />    C. A Boolean TRUE/FALSE<br />    D. The number of objects matching the ChildObject description<br />46)  How do you declare a constant?<br />    A. Dim statement<br />    B. Con statement<br />    C. Const statement<br />    D. Option Explicit statement<br />47)  When a procedure is created in the Function Library editor, what is the extension on the file?<br />    A. INI<br />    B. TXT<br />    C. QFL<br />    D. VBS<br />48)  What can you use to handle unpredictable testing exceptions?<br />    A. A Do Loop<br />    B. Recovery Scenario<br />    C. IF THEN statement<br />    D. Selectase statement<br />49)  In which command can you associate a function library to a test?<br />    A. Run Options<br />    B. Test Settings<br />    C. View Options<br />    D. Function Definition Generator<br />50)  What is created, by default, with each new action?<br />    A. Local Data Sheet, Global Data Sheet, Folder<br />    B. Local Object Repository, Local Data Sheet, Folder<br />    C. Global Data Sheet, Local Object Repository, Folder<br />    D. Local Data Sheet, Global Data Sheet, Local Object Repository<br /> 51)  What method is used to send a run-time Data sheet to an Excel file?<br />    A. Send<br />    B. Export<br />    C. SendSheet<br />    D. Exportsheet<br />52)  If the Global Data sheet contains no data and the Local Datasheet contains two rows of data,how many times will the test iterate?<br />    A. 1<br />    B. 2<br />    C. 3<br />    D. 5<br /> 53)  What object is used to send information to test results at the completion of the test run?<br />    A. Result<br />    B. Reporter<br />    C. ReportEvent<br />    D. ResultReport<br />54)  If a procedure is defined in a test script, that procedure is accessible to which tests/scripts?<br />    A. Only to other procedures<br />    B. It is not usable to any test scripts<br />    C. The test script in which it is defined<br />    D. Using the Step Generator, it is available to any test script<br /> 55)  When does a Do loop statement evaluate for continuation?<br />    A. At the end of the loop<br />    B. At the start of the loop<br />    C. At the start or the end of the loop<br />    D. This loop uses a counter variable<br />56)  What is the default ordinal identifier?<br />    A. The location<br />    B. The object id<br />    C. The nativeclass<br />    D. The index number<br /> 57)  What are bitmap checkpoints sensitive to?<br />    A. Image size and object type<br />    B. Object type and image type<br />    C. Screen resolution and object type<br />    D. Screen resolution and image size<br />58)  What information can be seen in the information pane?<br />    A. Syntax errors<br />    B. The test name and author<br />    C. The QTP license information<br />    D. The machine id and operating system.<br /> <br />Note: The marked Answers are mine. 6 answers out of 58 are wrong.<br />All the Questions and options are same as appeared in the exam.<br />Please find the doubtful Answers: <br />17-A<br />21-D<br />31-D<br />
Qtp certification questions
Qtp certification questions
Qtp certification questions
Qtp certification questions
Qtp certification questions
Qtp certification questions
Qtp certification questions
Qtp certification questions
Qtp certification questions
Qtp certification questions
Qtp certification questions

More Related Content

DOCX
Qtp 11 notes
DOCX
Qtp Mock Test1
PPTX
Pragmatic unittestingwithj unit
ODP
Testing in-groovy
PPTX
Chap2 class,objects contd
PDF
Effective Unit Testing
PPTX
Collections
PPTX
What Do the Asserts in a Unit Test Tell Us About Code Quality? (CSMR2013)
Qtp 11 notes
Qtp Mock Test1
Pragmatic unittestingwithj unit
Testing in-groovy
Chap2 class,objects contd
Effective Unit Testing
Collections
What Do the Asserts in a Unit Test Tell Us About Code Quality? (CSMR2013)

What's hot (8)

PPTX
Static analysis: Around Java in 60 minutes
PPT
Qtp 92 Tutorial
PPT
Qtp 9.2 Tutorial
PPT
Qtp 92 Tutorial Anil
PPT
Qtp 92 Tutorial769
PPT
qtp 9.2 features
PPTX
More topics on Java
PPTX
Junit, mockito, etc
Static analysis: Around Java in 60 minutes
Qtp 92 Tutorial
Qtp 9.2 Tutorial
Qtp 92 Tutorial Anil
Qtp 92 Tutorial769
qtp 9.2 features
More topics on Java
Junit, mockito, etc
Ad

Similar to Qtp certification questions (20)

DOCX
Quick test professional certifcation questions and tutorial2
DOCX
Qtp ans
DOC
PDF
Qtp Interview Questions
DOCX
Qtp certification questions and tutorial
DOCX
Qtp certification questions and tutorial
DOC
Qtp sample certification questions and answers
DOC
Qtp certification questions and answers
DOCX
Qtp questions
DOCX
Qtp certification questions2
DOCX
Qtp certification questions2
DOC
Qtp interview questions3
DOC
Qtp interview questions3
PDF
Qtp certification training_material
DOC
Qtp stuff
DOC
Qtp basic stuff
DOC
Interview questions in qtp
PPT
Qtp 92 Tutorial769
PPT
Ppt Qtp
PPT
Qtp 92 Tutorial769
Quick test professional certifcation questions and tutorial2
Qtp ans
Qtp Interview Questions
Qtp certification questions and tutorial
Qtp certification questions and tutorial
Qtp sample certification questions and answers
Qtp certification questions and answers
Qtp questions
Qtp certification questions2
Qtp certification questions2
Qtp interview questions3
Qtp interview questions3
Qtp certification training_material
Qtp stuff
Qtp basic stuff
Interview questions in qtp
Qtp 92 Tutorial769
Ppt Qtp
Qtp 92 Tutorial769
Ad

More from Ramu Palanki (20)

DOC
Qtp realtime scripts
DOC
Qtp questions and answers
PPT
Qtp presentation
DOC
Qtp material for beginners
DOC
Qtp interview questions
DOC
Qtp interview questions and answers
DOC
Qtp complete guide for all
DOC
Qtp compare two xml files
DOC
Qtp change excel cell color with condition
DOCX
Qtp best tutorial
DOC
Qtp automation estimation techniques
DOC
Qtp 11 new enhacements in
DOC
Qtp sample resume
DOCX
Qtp passing parameters between actions
DOC
Qtp wsh scripts examples
DOC
Quality center certification questions
DOC
Qtp+real time+test+script
DOC
What are the features in qtp
DOC
Testing interview questions
DOC
Qtp realtime scripts
Qtp questions and answers
Qtp presentation
Qtp material for beginners
Qtp interview questions
Qtp interview questions and answers
Qtp complete guide for all
Qtp compare two xml files
Qtp change excel cell color with condition
Qtp best tutorial
Qtp automation estimation techniques
Qtp 11 new enhacements in
Qtp sample resume
Qtp passing parameters between actions
Qtp wsh scripts examples
Quality center certification questions
Qtp+real time+test+script
What are the features in qtp
Testing interview questions

Qtp certification questions

  • 1. QTP Certification Questions <br />1)  Where are virtual object collections stored?<br />    A. In a Function Library<br />    B. In the local Object Repository<br />    C. In the Object Repository Manager<br />    D. dat folder inside of the QTP installation directory<br />     2)  What does the GetTOProperty method do?<br />    A. Retrieves the value of a property from a test object<br />    B. Retrieves the available properties from a test object<br />    C. Retrieves the value of a property from a run-time object<br />    D. Retrieves the available properties from a run-time object<br /> 3)  What is the keyword used to define how the counter variable in a or lext    loop increments?<br />     A. ++<br />     B. Next<br />     C. Skip<br />    D. Step<br />4)  To use low-level recording, what must you do first?<br />    A. Start a new test<br />    B. Be in the KeyWord view<br />    C. Be recording in Normal mode<br />    D. Click Low Level Recording under the Automation Menu<br /> 5)  When a test is run in update mode, what is updated?<br />    A. The test results<br />    B. The object descriptions<br />    C. The action names in the test<br />    D. The logical names in the test<br />6)   To bypass the Object Repository you can:<br />     A. Turn the Object Repository off<br />     B. Use a programmatic description<br />     C. Delete all objects in all repositories<br />     D. Add the object to the Object Repository Manager<br /> 7)  Why is low-level recording mode useful?<br />     A. It records exact keyboard operations on an object.<br />     B. It records exact coordinates of all mouse movements.<br />     C. It uses the object repository to determine what methods can be used.<br /> 8)  In Test Settings ->Run the Data Table iteration options are for which data sheet?<br />      A. Local<br />      B. Global<br />      C. Run-time Data Table<br />D Design-time Data Table<br /> 9)  What must you do before a shared object repository can be edited?<br />     A. Enable Editing<br />     B. Add a new object<br />     C. Open the object repository<br />     D. Open an action that uses that shared object repository<br />10)  Which statement is used to associate a procedure with a test object class?<br />     A. RegisterFunction<br />     B. RegisterUserProc<br />     C. RegisterUserFunc<br />     D. RegisterProcedure<br />       11)  Where do you turn Smart Identification IN?<br />      A. The Object Repository<br />      B. The Test Settings dialog<br />      C. The General Options dialog<br />      D. The Object Identification dialog<br />12)  What are the phases in the QuickTest workflow?<br />     A. Plan, Record, Enhance, Run<br />     B. Prepare, Record, Verify, Run<br />     C. Plan, Create, Verify & Enhance<br />     D. Prepare, Create, Verify & Enhance, Integrate<br /> 13)  You should use local object repositories when you:<br />      A. Work with single-action tests<br />      B. Work with multiple-action tests<br />      C. Create multiple tests for a single application<br />      D. Expect the test object properties to change frequently<br />14)  What are the categories in the Step Generator?<br />     A. Object, Operation, Value<br />     B. Library, Built-in, Local Script<br />     C. Operation, Arguments, Return Value<br />     D. Test Objects, Utility Objects, Functions<br />15)  Where do you set the action iterations for a specified action?<br />     A. Action Settings<br />     B. Action Properties<br />     C. Action Run Settings<br />     D. Action Call Properties<br />16)  What is the function of the Object Repository Manager?<br />    A. Assign variable names to test objects<br />    B. View/make/modify a Local Object Repository<br />    C. View/make/modify a Shared Object Repository<br />    D. Define new test objects using programmatic descriptions<br /> 17)  What method is used to retrieve the number of columns in the query results?<br />    A. Fields.Count<br />    B. Fields.Item(EOF)<br />    C. Fields.Count(BOF)<br />    D. Fields.Count.Value<br />18)  What is the correct set of add-ins installed automatically with QuickTest 9.2?<br />     A. NET, Web, Java<br />     B. Web, SAP, Visual Basic<br />     C. Active X, Visual Basic, Web<br />     D. Active X, TE, Web Services<br /> 19)  What does the source property of a database checkpoint object represent?<br />     A. The SQL query<br />     B. The identification number of the database<br />     C. The number of rows returned from the query<br />     D. The connectionstring used to connect to the database<br />20)  Which of the following is an example of a missing resource?<br />    A. An object<br />    B. Run Results<br />    C. A Regular Action<br />    D. An External Action<br /> 21)  How can you retrieve the number of items in the list for a WebList object?<br />     A. GetList<br />     B. GetItem<br />     C. GetItemsCount<br />     D. GetROProperty<br />22)  How do you know if Smart Identification has been used in a test?<br />     A. The Smart Identification icon appears in the test results<br />     B. The test results will show a run error, causing a test failure<br />     C. The properties used by the object repository will be changed<br />     D. The Object Repository will show the Smart Identification icon<br /> 23)  What object is used to read information from a text file?<br />     A. Read<br />     B. ReadLine<br />     C. TextStream<br />     D. File System<br />     E. Open Text File<br />24)  What are the available environment variable type(s)?<br />     A. Built-in<br />     B. User-defined<br />     C. User-function<br />     D. Built-in, User-defined<br />     E. Built-in, User-function<br /> <br />25)  What is the difference between a subroutine and a function?<br />     A. A subroutine can call itself; a function cannot<br />     B. A function returns a value; a subroutine cannot<br />     C. A function can accept arguments; a subroutine cannot.<br />     D. A subroutine can call other procedures; a function cannot.<br />26)  What are the two most commonly used ADO objects?<br />     A. Fields<br />     B. Execute<br />     C. Connection, RecordSet<br />     D. Open, ConnectionString<br /> 27)  What does a breakpoint do?<br />     A. Stops test execution at the specified step, after executing that step<br />     B. Stops test execution at the specified step, before executing that step<br />     C. Pauses test execution at the specified step, after executing that step<br />     D. Pauses test execution at the specified step, before executing that step<br />28)  Where do you configure an action to use a shared object repository?<br />    A. Test Settings<br />    B. Action Settings<br />    C. Action Call Properties<br />    D. Associate Repositories<br /> 29)  What looping statements are available in QuickTest?<br />     A. While wend, Do loop, If Then<br />     B. Switch Case, If Then, For Next<br />     C. For Next, While wend, Do loop<br />     D. For Next, Do loop, Switch case<br />30)  What are the available step commands in QuickTest?<br />     A. Step, Step Into, Step Out<br />     B. Step Into, Step Over, Step Out<br />     C. Step Test, Step Action, Step Function<br />     D. Run from Step, Debug from Step, Run from Step<br /> 31)  What are test object properties?<br />     A. Those properties as defined in a description object.<br />     B. Those properties as defined in Object Identification<br />     C. Those properties displayed by an object at run-time<br />     D. Those properties used in the Object Repository for object identification<br /> <br />32)  What options are available to filter objects in the Target Object Repository pane whenmerging object repositories?<br />    A. Show all objects or Show only objects with conflicting object types<br />    B. Show all objects or Show only objects with conflicting descriptions<br />    C. Show only objects with conflicting logical names or Show only objects with <br />       conflicting object types<br />    D. Show only objects with conflicting logical names or Show only objects with <br />       conflicting descriptions<br /> 33) Which method for the DataTable utility object will allow you to retrieve information from theData Table during a test run?<br />    A. Value<br />    B. Import<br />    C. GetCell<br />    D. GetValue<br />34)  If you have a Virtual Object Collection stored on your machine, and you don't want to use it,what must you do?<br />    A. Disable Virtual Objects in Test Settings<br />    B. Remove the Collection from your machine<br />    C. Disable Virtual Objects in General Options<br />    D. Remove the Collections from the Resources list<br /> <br />35)  If you are typing in Expert View and you type an object followed by a dot, what doesQuickTest display?<br />    A. Nothing<br />    B. The arguments for that object<br />    C. The methods and properties for that object<br />    D. The child objects and methods for that object<br />36)  What is the first thing that must be defined in a Recovery Scenario?<br />     A. Trigger<br />     B. Recovery Operation<br />     C. Recovery Scenario Name<br />     D. The Function used in the scenario<br /> 37)  What are the available trigger event types?<br />    A. Pop-up window, object state, VBScript event<br />    B. Object State, VBScript event, Application crash<br />    C. Pop-up window, object state, test run error, QTP crash<br />    D. Pop-up window, object state, test run error, application crash<br />38)  In the Object Identification dialog box, which properties can be viewed?<br />    A The base filter and optional properties<br />    B The mandatory and optional properties<br />    C The base filter and assistive properties<br />    D The mandatory and assistive properties<br />39)  Where do you mark an action as reusable?<br />    A. Action Settings<br />    B. Action Properties<br />    C. Action Run Settings<br />    D. Action Call Properties<br />40)  Where can you merge two shared object repositories?<br />    A. The Object Repository<br />    B. The Object Repository Manager<br />    C. The Associate Object Repositories Tool<br />    D. You can only merge local object repositories<br />41)  After running a test that contains both input and output parameters, where can the results ofan output parameter be found?<br />   A. Local Data Sheet<br />   B. Global Data Sheet<br />   C. Run-time Data Table<br />   D. Design-time Data Table<br />42)  If the Local Data sheet contains two rows of data, how many times will the action iterate, by default?<br />    A. 1<br />    B. 2<br />    C. 3<br />    D. 5<br /> 43)  How do you close the database session after examining the results of an SQL query?<br />    A. Call the ADO.Close function<br />    B. Use the close method for the RecordSet object<br />    C. Set the RecordSet and Connection objects equal to Nothing<br />    D. Use the close method for the RecordSet and Connection objects<br />44)  By default, how does QuickTest pass arguments to the procedure?<br />A. ByVal<br />B. ByRef<br />C. ByArg<br />D. ByRes<br />45)  What does the ChildObjects method return?<br />    A. A Collection object<br />    B. A string true/false<br />    C. A Boolean TRUE/FALSE<br />    D. The number of objects matching the ChildObject description<br />46)  How do you declare a constant?<br />    A. Dim statement<br />    B. Con statement<br />    C. Const statement<br />    D. Option Explicit statement<br />47)  When a procedure is created in the Function Library editor, what is the extension on the file?<br />    A. INI<br />    B. TXT<br />    C. QFL<br />    D. VBS<br />48)  What can you use to handle unpredictable testing exceptions?<br />    A. A Do Loop<br />    B. Recovery Scenario<br />    C. IF THEN statement<br />    D. Selectase statement<br />49)  In which command can you associate a function library to a test?<br />    A. Run Options<br />    B. Test Settings<br />    C. View Options<br />    D. Function Definition Generator<br />50)  What is created, by default, with each new action?<br />    A. Local Data Sheet, Global Data Sheet, Folder<br />    B. Local Object Repository, Local Data Sheet, Folder<br />    C. Global Data Sheet, Local Object Repository, Folder<br />    D. Local Data Sheet, Global Data Sheet, Local Object Repository<br /> 51)  What method is used to send a run-time Data sheet to an Excel file?<br />    A. Send<br />    B. Export<br />    C. SendSheet<br />    D. Exportsheet<br />52)  If the Global Data sheet contains no data and the Local Datasheet contains two rows of data,how many times will the test iterate?<br />    A. 1<br />    B. 2<br />    C. 3<br />    D. 5<br /> 53)  What object is used to send information to test results at the completion of the test run?<br />    A. Result<br />    B. Reporter<br />    C. ReportEvent<br />    D. ResultReport<br />54)  If a procedure is defined in a test script, that procedure is accessible to which tests/scripts?<br />    A. Only to other procedures<br />    B. It is not usable to any test scripts<br />    C. The test script in which it is defined<br />    D. Using the Step Generator, it is available to any test script<br /> 55)  When does a Do loop statement evaluate for continuation?<br />    A. At the end of the loop<br />    B. At the start of the loop<br />    C. At the start or the end of the loop<br />    D. This loop uses a counter variable<br />56)  What is the default ordinal identifier?<br />    A. The location<br />    B. The object id<br />    C. The nativeclass<br />    D. The index number<br /> 57)  What are bitmap checkpoints sensitive to?<br />    A. Image size and object type<br />    B. Object type and image type<br />    C. Screen resolution and object type<br />    D. Screen resolution and image size<br />58)  What information can be seen in the information pane?<br />    A. Syntax errors<br />    B. The test name and author<br />    C. The QTP license information<br />    D. The machine id and operating system.<br /> <br />Note: The marked Answers are mine. 6 answers out of 58 are wrong.<br />All the Questions and options are same as appeared in the exam.<br />Please find the doubtful Answers: <br />17-A<br />21-D<br />31-D<br />