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
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
What is the difference between low level recording and analog recording mode when it will be enabled.
how can we compare descriptive programing with a regular expression
I am having trouble understanding #1 how to paramaterize a userid and password that I need to call in about 25 existing scripts. I need to know how to Create a Reuseable action for 25 existing scripts that will call the exact same userid and password? I need to know how to create a Reuseable action and then have it called by existing scripts being run in a batch.
what is the mediater between qtp and application/project in automation testing?
Among the 3 Recoring modes,Standard, Analog and Low Level. which one is mostly used. I know that Analog id used for Graphs, Digital Signatures and Barcoding. so, which one among the 2?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
When i use paramateriztion for tickets in flight reservation application , the tes'll run for first iteration but for the second iteration it'll give this details, but the second iteration is failed. Pls anyone clarify it. Cannot find the "Agent Name:" object's parent "Login" (class Dialog). Verify that parent properties match an object currently displayed in your application.
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"
Hi guys, Please suggest some thing these points are correct???, Is UFT 12 and QTP outdated ??? and also VBscript is also deleted/Removed from QTP ???? Javascript is added latest and tool name is called JFT ??? From this year ??
difference between waitProperty & Checkproperty
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression