how will check the links in multiple pages at a time
Answers were Sorted based on User's Feedback
Answer / bfakruddin
Here, at a time means what?
Can you check Yahoo,Google,Rediff at a time?
QTP will get information as per your script...!
You can do it in one script for multiple pages
by using description.create, we can get all the links in one
page after that open onemore or invoke if it is already
opened and again use the previous code (description.create)
for links and get the links from that page.
If you want me to give the code, I will give you....!
| Is This Answer Correct ? | 1 Yes | 1 No |
Could you suggest me best coaching for automation in Delhi or nearby area?
Have you faced any problems with object repository?
What is qtp window?
Where can I find and view run-time data table?
What is Associate Repository in QTP 9.2 ?
How to check feasibility of the appliction?in automation testing?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
Write a QTP script to print all the link names displayed in a web page
What are the advantages of qtp?
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
what is key word driven frame work how to use keyword driven frame in QTP in a project
It is regarding VBScript, how to export our function results to ExcelSheet through VBscripting. Ex: I have written add function, that result should export to Excel.