How to Identify broken links in QTP

Answers were Sorted based on User's Feedback



How to Identify broken links in QTP..

Answer / saranya

Broken links also sometimes called as Dead links. In QTP we
can identify the Dead Links by manually and automatically.
For example we consider the Runtime Error as "Page can not
be displayed"
*By manually insert-> Checkpoints-> Standard Checkpoints
and point any of the web page and checks the "Broken Link
Checkpoint" in Page Checkpoint property.
*By automatically Tools-> Option-> Web. Checks "Create a
Checkpoint for each Web page while Recording and
the "Broken Links" check box under the Advanced Web
Options. QTP will automatically include the checkpoint for
every new page recording.

Is This Answer Correct ?    4 Yes 1 No

How to Identify broken links in QTP..

Answer / qtp tester

Other than the above method, there is one more way that can
be used to identify broken links in QTP.

http://www.automationrepository.com/2012/03/how-to-identify-
broken-links-using-qtp/

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More QTP Interview Questions

X=10,Y=20 you need to swap the numbers without using a third variable?

5 Answers  


What are the two types of repositories available, explain them?

0 Answers  


What scripting language is QTP of?

1 Answers  


What is operator in VB Script?

1 Answers   IBM,


why the smart identification is not there in WinRunner

1 Answers   DigiTech,






I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.

5 Answers  


write a function to read the items from Combobox of Flight Reservation application and save in excel.

5 Answers  


Can anybody help me by sharing the code for checkbox in qtp using vbscript.

2 Answers  


Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.

2 Answers  


How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object

0 Answers  


How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming

2 Answers   Genpact,


Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?

1 Answers   CTS,


Categories