we have a link in a website or webtable How can we record
link in that table or site? link is not static we don't
know exact location of that link? how ? if u know pls give
reply with script also?
Answer Posted / geeta
rowcount=b().p().webtable().rowcount()
for i=2 to rowcount
set obj_lnk=b().P().Webtable().childitem(i,j,"Link",0)
obj_lnk.click
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
We stored into the objects OR and then write the scripting
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Define Error Pane of UFT?
In qtp, explain what is crypt object
What is difference between run time object and test object?
how can i call function (which has link with excell sheet at a remote location) within another function
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
What is quicktest professional (qtp)?
Hi, how can we check or avoid the memory leakage in QTP9.2?
tell me QTP standards ?plz
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
How you can write contexts to text file in qtp?
What is the difference between run time object and test object in QTP?
How you can find length of array in qtp?