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
Explain the new feature of UFT regarding the export of test results?
What are the features of quick test pro(qtp)?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
how to test load test and block box testing an a web based application pls give ans briefly
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
Explain the checkpoint in qtp?
How can I change object description or check point values in qtp?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
Explain the features and benefits of quick test pro(qtp)?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Can we run multiple QTP scripts one after the other without manual intervention? How?