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 |
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
How to handle the errors without using recovery scenery?
How many add-ins comes by default with quicktest professional?
What are the various versions of QTP that have been released so far? Please also mention the year of release for each version
Can we use index on view?
What is error handled other than recovery scenario manager?
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?
i can done the project with QTP in that time i can say how many members in my team size?
whenever a scenario is recorded ever, it creates a object repository automatically (‘per action’ /local ). we do not need to make them individually…then why we need a shared object repository. How it will be practically utilized ?? your input will be highly appreciated..
how to write xml output check point bu useing descriptive programing .means without useing output check point
How to Test the mainframe application?(tell me few basic things)
i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help