How do you test dynamically changing links on a web site through QTP?

Questions by Sumeet Pramar

Showing Answers 1 - 6 of 6 Answers

kabirkhan

  • Jan 8th, 2008
 

we can select link using discriptive programming
1.select at least two property of the link using 'GetRoproperty()' function.
one of them should be constant every time , & second property should be 
always change & should uniquely the identify link foe exp:-

Link("text")="always changes"
Link("Position")="always constant"
now 
using descrpitive programming for Diffrent value of text property 
we can parmetrize  the link
i think this would be helpful .......     

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions