How can we retrieve the links from a web page where links
are dynamically changing(for eg take a online shopping
website) and then we have to click on all the links present
in the webpage and go to the repective pages and again come
back to the first page..
Answers were Sorted based on User's Feedback
Answer / vikas pokharkar
When the links are dynamically changing , you can not use
the name of the link to recognize the object since its
changing frequently . Instead use the properties of link
object which are constant . For.e.g. href
So if you are using object repository - Go to OR,select the
link object,click on "Add/Remove" . Uncheck the "name"
property. Check the "href" property . Save the changes . So
the object will be recognized by its href rather than
name .
| Is This Answer Correct ? | 2 Yes | 0 No |
How to export QTP results to an .xls file?
hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?
when there is a task that gets repeated in multiple scripts what do you do in QTP?
What type of VB script u had done in expert view?
Explain Checking XML....
how many script you will wright in a year ? i told it's depends on the proj..and 'n.no of ... but he forced me to tell some num. or avg .....how many i suppose to tell..??and do a favor per day how many script don't thing it's repeated question or common ...help me post a ans...thanks for advance
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
Write the Test Cases for ATM(Any Time Money)
How many types of run modes are there in qtp?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
It is a SQL question. Write a query to find top three salaries in an EMP TABLE?
In qtp, explain what is crypt object