in one page we have 100 links i have to click the 99th link
how can i click the 99th link.
Answer Posted / anish wilson
Using descriptive programming.
set objLink= Description.Create()
objLink("micclass").value="WebLink"
set intObjLink= .childObjects(objLink)
Count= intObjLink.Count
intObjLink(Count-1).Click()
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
Hi ,Can any one pleas explain how to test splash objects using QTP?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
If I give some thousand tests to execute in two days what do you do?
How to define array in qtp?
How to use setroproperty?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
Through array we can execute the testcase how ? give me example
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Does quicktest professional is unicode compatible?
What is the parameterization? Give one example?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How to get Traceability matrix from TD?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Can you list some technologies that support qtp?
Is the qtp course will help to create a virtual object?