Tag: QTP

  • How to handle the exceptions using recovery scenario manager in QTP?

    VB script Error Handling Durning run time, if QTP encounters any erorr then it will display the error message which haults the script execution. Inorder to overcome this we should suppress the error message and then we should take appropriate action to handle the error. This can be done using “On error Resume Next” and…

  • Object Identification and Object Repositories in QTP

    Object Identification QTP performs the operation only after identifying the object uniquely. In order to identify the object uniquely it uses property values of the respective object which will be stored in the Object Repository. Note: To view the property values of the object, QTP uses Object Spy. Object Spy is a tool available in…