How can i find out any "text's" coordinates in excel sheet
For example:
I want to know the coordinates of "F" Column in the excell
sheet
While recording when i clicked on F column it is showing
the coordinate values 385,9 but with out recording how can
i find out them
Suppose i want to clik on "H" column
writing the script like this
Window("Book1").WinObject("Book1").Click (...........)
Here I Dont know what (x y )values should i enter
Please any one can help me?
Answer / nani
Hi,
For this one no need of co-ordinates.
just u can type the row value and column value only.
like (1,1)== first row first column.
similarly (1,8)==first row 8 column.
let me know any issues with this.
| Is This Answer Correct ? | 0 Yes | 1 No |
how to test load test and block box testing an a web based application pls give ans briefly
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
X=10,Y=20 you need to swap the numbers without using a third variable?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
what is the framework followed by ur company in qtp
What is quicktest professional window?
anyone can explain about "Hybrid framework" in QTP
DIFFERENT RUN MODE IN QTP..1-VERIFY MODE 2-UPDATE MODE 3- dEBUG MODE. My question is in whic sitution we use these modes Explain me with example
Which object repository we use in real time and can we merge 2 object repostiory and how?
How to get line numbers in your editor in expert view?
How many scripts did you have?