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 |
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
Hi, i am mallishwari, i am veryn ew to testing but i have very much interest in testing. plse give me some guidence to get the job in testing. send me required documents and faqs to my personal id: mallishwari_urs@yahoo.co.in thans for advance.
How to create log file in qtp?
Basically why we need testing?
What is Virtual object wizard in QTP?
Could some one explain me how to create folder on the desktop from QTP?? This is an interview question
How can I pass values from one action to another in QTP ?
how can we retrieve ten rows from the data table using loop concept?
In qtp, explain what is keyword driven automation framework?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
from what stage you will start automation in your project
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer