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 Posted / 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 |
Post New Answer View All Answers
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
How did you use regular expressions in QTP and also in WR?
How can you exit from an action?
What is system testing and what are the different types of tests you perform in system testing?
When to use shared and local object repository?
What is the extension of the recovery scenario file in qtp?
What are the different ways to invoke an application using QTP?
describe some problems that u had with automating testing tool?
how many maximum number of virtual users we can create?
How can you identify the browser and its information using the qtp script?
Hi All, I need code for how to execute qtp scripts from excell sheet
Explain how qtp identifies object?
can u explain relative path architecture framework in qtp?
How to use reporter.report event in qtp ?