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 functions in qtp?i know the userdefind &bulit funation or i know that Private public function ?plz tell me what is funations in qtp?how to create a funation in qtp
What do you mean by iteration?
In QTP how can we recognize objects Without using Object Repository?
Do you know how to connect database? Can you tell me the procedures?
What is keyword view in qtp?
what is the diffrence between script and Language ? (Chandana)
i've installed qtp9.2 on Windows 7. Recording and everything no problem. But when i am saving the test, it is not happening. it says 'general error while saving'. But teh test is getting saved but as a folder with lock icon. When i wanted to open it, it is jst showing as a locked folder but not as a test. Somebody help me out plz
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot
Which Databases supports for QTP?
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
What is test automation framework?which framework does QTP follow?Need some practical explanation as to how u will start ur testing process following a particular framework?
How u perform Batch Program in QTP?