Quick Test Professional

60 Questions | Attempts: 129
Share
SettingsSettings
Please wait...
  • 1/60 Questions

    .QuickTest saves the object repository with a ..... extension in the specified location 

    • .vsr
    • .tsr
    • .lsr
Please wait...

Quiz Preview

  • 2. 

    QTP can detects an application crash and activate a defined recovery scenario to continue the run session.

    • True

    • False

    Correct Answer
    A. True
  • 3. 

    Can work on one or several function libraries at the same time.

    • True

    • False

    Correct Answer
    A. True
  • 4. 

    Object repository file extension is?

    • .Tsr

    • .Obj

    • .Orf

    Correct Answer
    A. .Tsr
  • 5. 

    .In the Expert View, you can use the Object property to activate the method for a Web object.

    • True

    • False

    Correct Answer
    A. True
  • 6. 

    The shortcut keys for Record, Stop and Run respectively are 

    • F3, F4, F5

    • F4, F3, F5

    • F4, F5, F3

    Correct Answer
    A. F3, F4, F5
  • 7. 

    .each object and method in an Expert View statement, a corresponding row exists in the Keyword View.

    • True

    • False

    Correct Answer
    A. True
  • 8. 

    You can view or modify the test object property values that are stored with your component in the Object Properties or Object Repository dialog box.

    • True

    • False

    Correct Answer
    A. True
  • 9. 

    The method used to continue the test execution after getting run-time error is:

    • On Error Resume Next

    • On Error Raise Next

    • On Error Next

    Correct Answer
    A. On Error Resume Next
  • 10. 

    We can view pie charts and statistics in QTP 11

    • True

    • False

    Correct Answer
    A. True
  • 11. 

    .It is possible that you can use the Object property to access the native properties of any run-time object. 

    • True

    • False

    Correct Answer
    A. True
  • 12. 

    Because QuickTest refers to the temporary version of the test object during the run session, any changes you make using the SetTOProperty method apply only during the course of the run session, and do not affect the values stored in the test object repository. 

    • True

    • False

    Correct Answer
    A. True
  • 13. 

    Shortcut key to Insert/Remove a breakpoint is..

    • F9

    • F8

    • Ctrl+b

    Correct Answer
    A. F9
  • 14. 

    .------ is the Concatenation Operator?

    • &

    • *

    • +

    Correct Answer
    A. &
  • 15. 

    To retrieve the current the objects in your application during the run session:

    • GetVisibleText

    • GetROProperty

    • SetROProperty

    Correct Answer
    A. GetROProperty
  • 16. 

    .can insert additional steps on the test objects captured in the Active screen after the recording session.

    • True

    • False

    Correct Answer
    A. True
  • 17. 

    QTP 10 supports IE8

    • True

    • False

    Correct Answer
    A. True
  • 18. 

    Panes in QTP can have one of the following states—docked or floating.

    • True

    • False

    Correct Answer
    A. True
  • 19. 

    Active Screen enables you to parameterize object values and insert checkpoints

    • True

    • False

    Correct Answer
    A. True
  • 20. 

    You can also modify a shared object repository by merging it with another shared object repository.

    • True

    • False

    Correct Answer
    A. True
  • 21. 

    FSO stands for?

    • File Secure Object

    • File System Object

    • File synchronous object

    Correct Answer
    A. File System Object
  • 22. 

     Browser navigation timeout' is in which tab of Test Settings (File->Settings) window

    • Properties

    • Resources

    • Web

    Correct Answer
    A. Web
  • 23. 

    .How many tabs are there in Test Settings (File->Settings) window?

    • 7

    • 6

    • 5

    Correct Answer
    A. 7
  • 24. 

    The method used to retrieve the folders is:

    • FileSystemObject.Getfolder()

    • FileSystemObject.selectfolder()

    • FileSystemObject.retrievefolder()

    Correct Answer
    A. FileSystemObject.Getfolder()
  • 25. 

    You can share a value that is generated in one action with other actions in your test by storing the value in the ..... Data Table.

    • Internal

    • External

    • Global

    Correct Answer
    A. Global
  • 26. 

    What is the shortcut key to Clear all Breakpoints 

    • Ctrl+Shift+F9

    • Shift+Ctrl+F9

    • Alt+Shift+F9

    Correct Answer
    A. Ctrl+Shift+F9
  • 27. 

    You can open as many shared object repositories as you want.

    • True

    • False

    Correct Answer
    A. True
  • 28. 

    Trim is used to?

    • Delete the spaces between strings.

    • Remove spaces from starting or ending of a string

    • Remove complete spaces in a string

    Correct Answer
    A. Remove spaces from starting or ending of a string
  • 29. 

    Which qtp function you will use to get today's date?

    • Date

    • DateSerial

    • Today

    Correct Answer
    A. Date
  • 30. 

    The following are the four main columns in the Keyword view

    • Item, Operation, Value, Comments

    • Item, Operation, Value, Documentation

    • Item, Operation, Property, Documentation

    Correct Answer
    A. Item, Operation, Value, Documentation
  • 31. 

     You can use the GetTOProperty, GetTOProperties, and SetTOProperty methods in your ........ to set and retrieve the test object property values of the test object.

    • Test

    • Function Library

    • Both A & B

    Correct Answer
    A. Both A & B
  • 32. 

    .You can use the Object Spy at any time to view ..... properties and values of the objects in the application you are testing.

    • Run-time

    • test object

    • Both A & B

    Correct Answer
    A. Both A & B
  • 33. 

    The method used to get the count value of list box or combo box is:

    • GetItemsCount

    • GetCount

    • GetItemCount

    Correct Answer
    A. GetItemsCount
  • 34. 

    You can add an object to the local object repository only if that object does not already exist in a shared object repository that is associated with the action. If an object already exists in an associated shared object repository, you can add it to the local object repository using the ........ option.

    • Copy from Shared Repository

    • Copy from Shared Object Repository

    • Copy to Local

    Correct Answer
    A. Copy to Local
  • 35. 

    The method that adds to the test while implementing synchronization is:

    • Synchronize

    • Wait

    • WaitProperty

    Correct Answer
    A. WaitProperty
  • 36. 

    Which qtp function you will use to get current time?

    • CTime

    • Now

    • Date

    Correct Answer
    A. Now
  • 37. 

    .Identify the tabs in the Test Settings (File->Settings) window

    • Properties, Run, Resources, Parameters, Environment, Web, Recovery

    • Properties, Run, Resources, Parameters, Environment, Web Settings, Recovery

    • Properties, Run Options, Resources, Parameters, Environment, Web, Recovery

    Correct Answer
    A. Properties, Run, Resources, Parameters, Environment, Web, Recovery
  • 38. 

    .Generate Script' is in which tab of Test Settings (File->Settings) window

    • Properties

    • Web

    • Resources

    Correct Answer
    A. Properties
  • 39. 

    .You can also add objects to a shared object repository using the ....... option.

    • Navigate and Learn

    • Navigate and earn

    • Navigate

    Correct Answer
    A. Navigate and Learn
  • 40. 

    The method used to register the user-defined function with test object is

    • SetFunc()

    • RegisterUserFunc()

    • RegisterFunc()

    Correct Answer
    A. RegisterUserFunc()
  • 41. 

    The command used to invoke other application from QTP:

    • InvokeApplication

    • SystemUtil.Run

    • Run

    • Both b & c

    • Both a & b

    Correct Answer
    A. Both a & b
  • 42. 

    ExitAction:

    • Exits the current action, regardless of its iteration attributes.

    • Exits the current iteration of the action.

    • Exits the test, regardless of its iteration attributes.

    Correct Answer
    A. Exits the current action, regardless of its iteration attributes.
  • 43. 

    .........runs only the current line of the script. When the current line calls a method, the method is performed in its entirety, but is not displayed in the view.

    • Step Over

    • Step Out

    • Step Into

    Correct Answer
    A. Step Over
  • 44. 

    In QTP 11, we can Load Function Libraries at Run Time by using __________ command?

    • ExportLibrary

    • LoadFunctionLibrary

    • ExecuteFunctionLibrary

    Correct Answer
    A. LoadFunctionLibrary
  • 45. 

    GetROProperty is used to?

    • Get particular object properties

    • Get particular object value

    • Get particular object index

    Correct Answer
    A. Get particular object properties
  • 46. 

    The method added to the test while Parameterizing is

    • Get Data (variable, dtGlobalSheet)

    • Set DataTable(variable, dtGlobalSheet)

    • Get DataTable(variable, dtGlobalSheet)

    Correct Answer
    A. Set DataTable(variable, dtGlobalSheet)
  • 47. 

    To terminate an application that is not responding we use:

    • SystemUtil.terminate

    • SystemUtil.Stop

    • SystemUtil.CloseProcessByName

    Correct Answer
    A. SystemUtil.CloseProcessByName
  • 48. 

    The length of the array can be get by the method:

    • Length(array)

    • Ubound(array)

    • Count(array)

    Correct Answer
    A. Ubound(array)
  • 49. 

    Can we create pdf file using QTP?

    • Yes

    • No

    Correct Answer
    A. No

Quiz Review Timeline (Updated): Mar 16, 2022 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 16, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Dec 01, 2010
    Quiz Created by
    Mousumee
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.