We have an application which generates links( more than
thousand) based on the time stamp dynmically.Each link will
download an xls file. we are supposed to click a particular
link (which link to click will be obtained thru some
buisiness logic).Now the issue is QTP is not recogniging
the link(say Var1) though its properties showed mandatory
fields text=xyz and html tag=A.I used following code to do
this.
Browser("ABC").Page("123").Link("text:=" &Var1,"html
tag:=A").click, can any one suggest why this is not
recognised by QTP though syntax is correct?(Is there any
sync issue to be considered?Because on clicking the link it
will take 5 mins to open that file)
Answer Posted / dimple
Hey
try taking the innerText for thelink instead of text
or try using regular expression.
Hope this will help u
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differences between quicktest professional (qtp) and winrunner?
explain abt dyanamic changing object with example?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
What is the quicktest professional testing process?
What are the types of object repositories? Which one is you are using?
how to disable the pop ups through QTP using a script
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
Generic function to search for the unique link in webtable and click on it
How do you open adobe acrobat file in QTP and do some testing on that file ?
What are table and db checkpoints?
What are the different types of functions available in qtp and explain ?
How to use parameterization in qtp?
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
Define Error Pane of UFT?