SlideShare a Scribd company logo
1 of 12
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

What's hot

Static analysis: Around Java in 60 minutes
Static analysis: Around Java in 60 minutesStatic analysis: Around Java in 60 minutes
Static analysis: Around Java in 60 minutesAndrey Karpov
 
Qtp 92 Tutorial Anil
Qtp 92 Tutorial AnilQtp 92 Tutorial Anil
Qtp 92 Tutorial Anilguest3373d3
 
Qtp 9.2 Tutorial
Qtp 9.2 TutorialQtp 9.2 Tutorial
Qtp 9.2 Tutorialguest37ae7f
 
Qtp 92 Tutorial769
Qtp 92 Tutorial769Qtp 92 Tutorial769
Qtp 92 Tutorial769subhasis100
 
Qtp 92 Tutorial
Qtp 92 TutorialQtp 92 Tutorial
Qtp 92 Tutorialsasidhar
 
qtp 9.2 features
qtp 9.2 featuresqtp 9.2 features
qtp 9.2 featureskrishna3032
 
More topics on Java
More topics on JavaMore topics on Java
More topics on JavaAhmed Misbah
 
Junit, mockito, etc
Junit, mockito, etcJunit, mockito, etc
Junit, mockito, etcYaron Karni
 

What's hot (8)

Static analysis: Around Java in 60 minutes
Static analysis: Around Java in 60 minutesStatic analysis: Around Java in 60 minutes
Static analysis: Around Java in 60 minutes
 
Qtp 92 Tutorial Anil
Qtp 92 Tutorial AnilQtp 92 Tutorial Anil
Qtp 92 Tutorial Anil
 
Qtp 9.2 Tutorial
Qtp 9.2 TutorialQtp 9.2 Tutorial
Qtp 9.2 Tutorial
 
Qtp 92 Tutorial769
Qtp 92 Tutorial769Qtp 92 Tutorial769
Qtp 92 Tutorial769
 
Qtp 92 Tutorial
Qtp 92 TutorialQtp 92 Tutorial
Qtp 92 Tutorial
 
qtp 9.2 features
qtp 9.2 featuresqtp 9.2 features
qtp 9.2 features
 
More topics on Java
More topics on JavaMore topics on Java
More topics on Java
 
Junit, mockito, etc
Junit, mockito, etcJunit, mockito, etc
Junit, mockito, etc
 

Viewers also liked

Implementing checkpoint in qtp
Implementing checkpoint in qtpImplementing checkpoint in qtp
Implementing checkpoint in qtpRamu Palanki
 
Social Media Marketing Strategy 101
Social Media Marketing Strategy 101Social Media Marketing Strategy 101
Social Media Marketing Strategy 101EUN5E
 
Fan-oriented Strategy Advisory Service
Fan-oriented Strategy Advisory ServiceFan-oriented Strategy Advisory Service
Fan-oriented Strategy Advisory ServiceEUN5E
 
Qtp+real time+test+script
Qtp+real time+test+scriptQtp+real time+test+script
Qtp+real time+test+scriptRamu Palanki
 
Qtp certification questions and tutorial
Qtp certification questions and tutorialQtp certification questions and tutorial
Qtp certification questions and tutorialRamu Palanki
 
Qtp certification questions2
Qtp certification questions2Qtp certification questions2
Qtp certification questions2Ramu Palanki
 
Qtp sample certification questions and answers
Qtp sample certification questions and answersQtp sample certification questions and answers
Qtp sample certification questions and answersRamu Palanki
 
Marketing Strategy - Brand Revamping Strategy for a Credit Card Company
Marketing Strategy - Brand Revamping Strategy for a Credit Card CompanyMarketing Strategy - Brand Revamping Strategy for a Credit Card Company
Marketing Strategy - Brand Revamping Strategy for a Credit Card CompanyEUN5E
 

Viewers also liked (14)

Implementing checkpoint in qtp
Implementing checkpoint in qtpImplementing checkpoint in qtp
Implementing checkpoint in qtp
 
Social Media Marketing Strategy 101
Social Media Marketing Strategy 101Social Media Marketing Strategy 101
Social Media Marketing Strategy 101
 
Qtp training
Qtp trainingQtp training
Qtp training
 
Qtp training
Qtp trainingQtp training
Qtp training
 
Fan-oriented Strategy Advisory Service
Fan-oriented Strategy Advisory ServiceFan-oriented Strategy Advisory Service
Fan-oriented Strategy Advisory Service
 
Qtp+real time+test+script
Qtp+real time+test+scriptQtp+real time+test+script
Qtp+real time+test+script
 
Qtp certification questions and tutorial
Qtp certification questions and tutorialQtp certification questions and tutorial
Qtp certification questions and tutorial
 
Qtp testing1
Qtp testing1Qtp testing1
Qtp testing1
 
Qtp presentation
Qtp presentationQtp presentation
Qtp presentation
 
Qtp certification questions2
Qtp certification questions2Qtp certification questions2
Qtp certification questions2
 
Qtp best tutorial
Qtp best tutorialQtp best tutorial
Qtp best tutorial
 
Qtp sample certification questions and answers
Qtp sample certification questions and answersQtp sample certification questions and answers
Qtp sample certification questions and answers
 
Qtp sample resume
Qtp sample resumeQtp sample resume
Qtp sample resume
 
Marketing Strategy - Brand Revamping Strategy for a Credit Card Company
Marketing Strategy - Brand Revamping Strategy for a Credit Card CompanyMarketing Strategy - Brand Revamping Strategy for a Credit Card Company
Marketing Strategy - Brand Revamping Strategy for a Credit Card Company
 

Similar to Qtp certification questions

Qtp certification questions and answers
Qtp certification questions and answersQtp certification questions and answers
Qtp certification questions and answersRamu Palanki
 
Prueba de conociemientos Fullsctack NET v2.docx
Prueba de conociemientos  Fullsctack NET v2.docxPrueba de conociemientos  Fullsctack NET v2.docx
Prueba de conociemientos Fullsctack NET v2.docxjairatuesta
 
Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2Ramu Palanki
 
Qtp certification questions and tutorial
Qtp certification questions and tutorialQtp certification questions and tutorial
Qtp certification questions and tutorialRamu Palanki
 
Qtp (basics to advanced)
Qtp (basics to advanced)Qtp (basics to advanced)
Qtp (basics to advanced)G.C Reddy
 
Qtp certification questions2
Qtp certification questions2Qtp certification questions2
Qtp certification questions2Ramu Palanki
 
Qtp Interview Questions
Qtp Interview QuestionsQtp Interview Questions
Qtp Interview Questionskspanigra
 
Qtp interview questions3
Qtp interview questions3Qtp interview questions3
Qtp interview questions3Ramu Palanki
 
Qtp interview questions3
Qtp interview questions3Qtp interview questions3
Qtp interview questions3Ramu Palanki
 
Qtp 92 Tutorial769
Qtp 92 Tutorial769Qtp 92 Tutorial769
Qtp 92 Tutorial769subhasis100
 
Java questions1
Java questions1Java questions1
Java questions1yash4884
 

Similar to Qtp certification questions (20)

Qtp certification questions and answers
Qtp certification questions and answersQtp certification questions and answers
Qtp certification questions and answers
 
Prueba de conociemientos Fullsctack NET v2.docx
Prueba de conociemientos  Fullsctack NET v2.docxPrueba de conociemientos  Fullsctack NET v2.docx
Prueba de conociemientos Fullsctack NET v2.docx
 
Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2Quick test professional certifcation questions and tutorial2
Quick test professional certifcation questions and tutorial2
 
Qtp certification questions and tutorial
Qtp certification questions and tutorialQtp certification questions and tutorial
Qtp certification questions and tutorial
 
Qtp
QtpQtp
Qtp
 
Qtp questions
Qtp questionsQtp questions
Qtp questions
 
Qtp Summary
Qtp SummaryQtp Summary
Qtp Summary
 
Qtp (basics to advanced)
Qtp (basics to advanced)Qtp (basics to advanced)
Qtp (basics to advanced)
 
Qtp
QtpQtp
Qtp
 
Qtp certification questions2
Qtp certification questions2Qtp certification questions2
Qtp certification questions2
 
Qtp Interview Questions
Qtp Interview QuestionsQtp Interview Questions
Qtp Interview Questions
 
Qtp ans
Qtp ansQtp ans
Qtp ans
 
Qtp interview questions3
Qtp interview questions3Qtp interview questions3
Qtp interview questions3
 
Qtp interview questions3
Qtp interview questions3Qtp interview questions3
Qtp interview questions3
 
Ppt Qtp
Ppt QtpPpt Qtp
Ppt Qtp
 
Qtp 92 Tutorial769
Qtp 92 Tutorial769Qtp 92 Tutorial769
Qtp 92 Tutorial769
 
Qtp 92 Tutorial769
Qtp 92 Tutorial769Qtp 92 Tutorial769
Qtp 92 Tutorial769
 
Java questions1
Java questions1Java questions1
Java questions1
 
CORE JAVA
CORE JAVACORE JAVA
CORE JAVA
 
Javascript MCQ
Javascript MCQJavascript MCQ
Javascript MCQ
 

More from Ramu Palanki

Qtp realtime scripts
Qtp realtime scriptsQtp realtime scripts
Qtp realtime scriptsRamu Palanki
 
Qtp questions and answers
Qtp questions and answersQtp questions and answers
Qtp questions and answersRamu Palanki
 
Qtp material for beginners
Qtp material for beginnersQtp material for beginners
Qtp material for beginnersRamu Palanki
 
Qtp interview questions
Qtp interview questionsQtp interview questions
Qtp interview questionsRamu Palanki
 
Qtp interview questions and answers
Qtp interview questions and answersQtp interview questions and answers
Qtp interview questions and answersRamu Palanki
 
Qtp complete guide for all
Qtp complete guide for allQtp complete guide for all
Qtp complete guide for allRamu Palanki
 
Qtp compare two xml files
Qtp compare two xml filesQtp compare two xml files
Qtp compare two xml filesRamu Palanki
 
Qtp change excel cell color with condition
Qtp change excel cell color with conditionQtp change excel cell color with condition
Qtp change excel cell color with conditionRamu Palanki
 
Qtp certification questions
Qtp certification questionsQtp certification questions
Qtp certification questionsRamu Palanki
 
Qtp automation estimation techniques
Qtp automation estimation techniquesQtp automation estimation techniques
Qtp automation estimation techniquesRamu Palanki
 
Qtp 11 new enhacements in
Qtp 11 new enhacements inQtp 11 new enhacements in
Qtp 11 new enhacements inRamu Palanki
 
Qtp passing parameters between actions
Qtp passing parameters between actionsQtp passing parameters between actions
Qtp passing parameters between actionsRamu Palanki
 
Qtp wsh scripts examples
Qtp wsh scripts examplesQtp wsh scripts examples
Qtp wsh scripts examplesRamu Palanki
 
Quality center certification questions
Quality center certification questionsQuality center certification questions
Quality center certification questionsRamu Palanki
 
What are the features in qtp
What are the features in qtpWhat are the features in qtp
What are the features in qtpRamu Palanki
 
Testing interview questions
Testing interview questionsTesting interview questions
Testing interview questionsRamu Palanki
 
Qtp to convert convert string to date
Qtp to convert convert string to dateQtp to convert convert string to date
Qtp to convert convert string to dateRamu Palanki
 

More from Ramu Palanki (20)

Qtp realtime scripts
Qtp realtime scriptsQtp realtime scripts
Qtp realtime scripts
 
Qtp questions and answers
Qtp questions and answersQtp questions and answers
Qtp questions and answers
 
Qtp material for beginners
Qtp material for beginnersQtp material for beginners
Qtp material for beginners
 
Qtp interview questions
Qtp interview questionsQtp interview questions
Qtp interview questions
 
Qtp interview questions and answers
Qtp interview questions and answersQtp interview questions and answers
Qtp interview questions and answers
 
Qtp complete guide for all
Qtp complete guide for allQtp complete guide for all
Qtp complete guide for all
 
Qtp compare two xml files
Qtp compare two xml filesQtp compare two xml files
Qtp compare two xml files
 
Qtp change excel cell color with condition
Qtp change excel cell color with conditionQtp change excel cell color with condition
Qtp change excel cell color with condition
 
Qtp certification questions
Qtp certification questionsQtp certification questions
Qtp certification questions
 
Qtp basic stuff
Qtp basic stuffQtp basic stuff
Qtp basic stuff
 
Qtp automation estimation techniques
Qtp automation estimation techniquesQtp automation estimation techniques
Qtp automation estimation techniques
 
Qtp 11 new enhacements in
Qtp 11 new enhacements inQtp 11 new enhacements in
Qtp 11 new enhacements in
 
Qtp passing parameters between actions
Qtp passing parameters between actionsQtp passing parameters between actions
Qtp passing parameters between actions
 
Qtp wsh scripts examples
Qtp wsh scripts examplesQtp wsh scripts examples
Qtp wsh scripts examples
 
Quality center certification questions
Quality center certification questionsQuality center certification questions
Quality center certification questions
 
What are the features in qtp
What are the features in qtpWhat are the features in qtp
What are the features in qtp
 
Testing interview questions
Testing interview questionsTesting interview questions
Testing interview questions
 
Qtp
QtpQtp
Qtp
 
Qtp word methods
Qtp word methodsQtp word methods
Qtp word methods
 
Qtp to convert convert string to date
Qtp to convert convert string to dateQtp to convert convert string to date
Qtp to convert convert string to date
 

Recently uploaded

BAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptxBAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptxran17april2001
 
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...ssuserf63bd7
 
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdfChris Skinner
 
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxRakhi Bazaar
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Peter Ward
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfShashank Mehta
 
Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03DallasHaselhorst
 
20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdfChris Skinner
 
Pitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckPitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckHajeJanKamps
 
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...Operational Excellence Consulting
 
1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdfShaun Heinrichs
 
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxmbikashkanyari
 
1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdfShaun Heinrichs
 
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdftrending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdfMintel Group
 
Excvation Safety for safety officers reference
Excvation Safety for safety officers referenceExcvation Safety for safety officers reference
Excvation Safety for safety officers referencessuser2c065e
 
Entrepreneurship lessons in Philippines
Entrepreneurship lessons in  PhilippinesEntrepreneurship lessons in  Philippines
Entrepreneurship lessons in PhilippinesDavidSamuel525586
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingrajputmeenakshi733
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamArik Fletcher
 
EUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersEUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersPeter Horsten
 
Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...
Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...
Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...Associazione Digital Days
 

Recently uploaded (20)

BAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptxBAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptx
 
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
 
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
 
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
 
Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...Fordham -How effective decision-making is within the IT department - Analysis...
Fordham -How effective decision-making is within the IT department - Analysis...
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdf
 
Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03Cybersecurity Awareness Training Presentation v2024.03
Cybersecurity Awareness Training Presentation v2024.03
 
20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf
 
Pitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deckPitch Deck Teardown: Xpanceo's $40M Seed deck
Pitch Deck Teardown: Xpanceo's $40M Seed deck
 
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
 
1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf
 
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptxThe-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
The-Ethical-issues-ghhhhhhhhjof-Byjus.pptx
 
1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf
 
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdftrending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
 
Excvation Safety for safety officers reference
Excvation Safety for safety officers referenceExcvation Safety for safety officers reference
Excvation Safety for safety officers reference
 
Entrepreneurship lessons in Philippines
Entrepreneurship lessons in  PhilippinesEntrepreneurship lessons in  Philippines
Entrepreneurship lessons in Philippines
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketing
 
Technical Leaders - Working with the Management Team
Technical Leaders - Working with the Management TeamTechnical Leaders - Working with the Management Team
Technical Leaders - Working with the Management Team
 
EUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exportersEUDR Info Meeting Ethiopian coffee exporters
EUDR Info Meeting Ethiopian coffee exporters
 
Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...
Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...
Lucia Ferretti, Lead Business Designer; Matteo Meschini, Business Designer @T...
 

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 />