How will you check a web application for broken links using qtp?
Answer / Manveer Choudhary
To verify broken links within a web application in QTP, you can use the `DOM` function and XPath expressions to identify and test each link. Here's an example:nn``vbnetnBrowser("", ".//a[@href]").VerifyMarkupProperty ("brokenlink", "exists", false)"`
| Is This Answer Correct ? | 0 Yes | 0 No |
Distinguish between manual testing and automation testing
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Is text area check point supports for web applications?
Hi guys pls any one send me the Qtp Licensed key of version 10.0 pls
How is test case write?
Hi guys can any plz help me how to send fax in sample Flight Appication
How to call a function in QTP?
list me out the shortcutkeys for some functionlities in the qtp for example to record ,to run ... etc
How to use transactions in qtp?
Hoe can we do retesting using functions please give the code for it using login page
How do u write a regular expression for date (dd/mm/yyyy) field ?