Google News
logo
QTP/UFT - Interview Questions
What is logical name of the object?
Logical name is a name given by QTP while creating an object in the repository to uniquely identify it from other objects in the application. This name would be used by the QTP to map the object name in script with its corresponding description in the object repository.

Ex : Browser(“Browser”).Page(“freetimelearn”) Here freetimelearn is the logical name of the object.
Advertisement