Submitted Questions

  • where can i found the broken links in QTP?

    Moreshwar Deshmukh

    • Dec 11th, 2013

    Also you can do this by VB script "vb //Broken Link in vbscript Dim URL,httprot URL= Browser().Page().Link().GetROProperty(href) Set httprot = CreateObject(MSXML2.Xml...

    Valentina

    • Aug 20th, 2012

    There can be two ways to find this 1. Through QTP Explained below and the other one is 2. Manual In Menu Bar Go to Tools > Options > Web > Advanced and check the two boxes labeled Create a ch...

  • how to test cross browser testing in QTP?

    As per my knowledge QTP Supports IE and FF,how to test remaining other browser? how can i answer this question.

    maddy

    • Oct 30th, 2012

    You will need to create separate Actions which take care of different OS and Browsers Cross Platform Testing: Using the Built in Environment Variable you can dig up the OS information. Eg. Platform...