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

how will load the object during runtime?

0 Answers  


how do u plan test automation?

0 Answers  


Is any limitation to xml checkpoints?

0 Answers  


How to pass parameters into an action.Please explain me with examples

5 Answers  


how do we add a new sheet to data table in QTP?

7 Answers   TCS, Wipro,






if devloper change only button names in present build then script will execute or not , why? Only gui changed.......

2 Answers   Cap Gemini,


How to find the name of the machine where you are running your automation scripts in qtp?

0 Answers  


Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.

0 Answers   Hewitt,


What is the syntax to call one action in another?

0 Answers  


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com

0 Answers  


I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini

1 Answers  


How many tables r created during the recording in QTP?

2 Answers  


Categories