how you test broken link using the automated tool QTP ?
Answers were Sorted based on User's Feedback
Answer / sonal
When I follow the answer 2, i canf ind the option to click
on Broken Links but after checking the broken link, My test
shows the Fail result.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deven mehta
There can be two ways to do this:
1.Using Automatic Page checkpoint.
2.By manually creating a Page checkpoint.
Using Automatic Page checkpoint: Go to Tools > Options >
Web > Advanced and check the two boxes labeled “Create a
checkpoint for each page while recording” and “Broken Links”
Now every time you record a new page, QTP will
automatically include a checkpoint for broken links.
By manually creating a Page checkpoint: QTP does not
provide a direct menu option to incorporate a page
checkpoint. You need to take the help of standard
checkpoint. Start recording session > Insert > Checkpoint >
Standard Checkpoint (OR press F12). Place and click the
hand pointer anywhere on your web page. Select Page (As
shown in picture below) and Click OK.
Check “Broken Link” checkbox down below and click OK.
Now, how will you verify page checkpoint and hence broken
links?
Run the above script. Go To Test Results > Your Check
Point. Check the status of all links under “Broken Links
Result”
If you want to verify links pointing only to the current
host check the box titled “Broken Links- check only links
to current host” under Tools > Options > Web. Similarly If
you want to verify links pointing to other hosts as well,
uncheck it.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ashish
Go to Tools > Options > Web > Advanced and check the two
boxes labeled “Create a checkpoint for each page while
recording” and “Broken Links”.Now every time you record a
new page, QTP will automatically include a checkpoint for
broken links.
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / chakram-smile,smile
Gofor Insert->Standered check point->select one object-
>then select it's parent page->
so i t displays page ckeck point properties
then select "Broken link" option from that wizard
This the way we can check the broken links..
Is This Answer Correct ? | 3 Yes | 7 No |
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
What is Object Spy in QTP?
What is the differences between image check point and bit map check point?
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better
In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?
How to capture dynamic objects in qtp like mark up text
Explain the types of object repository?
does QTP provides any tools for parametrisation?
1)what is the Exact Meaning of Environment Variables? 2)what is Compile Module in QTP? what exactly it contains Functions or Actions?
Actually How do we use this Smart Identification Technology during Recording mode.
What is a programmatic description?