What is the primary feature of QTP/UFT for identifying objects in a test application?

  • CSS Selector
  • Object Repository
  • Regular Expressions
  • XPath Recognition
QTP/UFT (QuickTest Professional/Unified Functional Testing) primarily uses an Object Repository for identifying objects in a test application. The Object Repository stores information about the objects in the application, such as their properties and methods. This allows testers to create and maintain a centralized repository of objects, making it easier to manage and update identification properties across multiple test scripts. Understanding Object Repository functionality is crucial for efficient test script maintenance in QTP/UFT.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *