Get TooTip text from Java Table
JavaWindow(“abc”).JavaTable(“xyz”).Object.setColumnSelectionAllowed=False
JavaWindow(“abc”).JavaTable(“xyz”).Object.setRowSelectionAllowed=False
JavaWindow(“abc”).JavaTable(“xyz”).ClickCell”#1″,”#0″
set obj=JavaWindow(“abc”).JavaTable(“xyz”).Object.getCellRect(1,0,True)
JavaWindow(“abc”).JavaTable(“xyz”).FireEvent micMouseMove,0, “BUTTON1_MASK”, obj.x, obj.y, 1, “OFF”
msgbox JavaWindow(“abc”).JavaObject(“toolkit class:=javax\.swing\.JToolTip
“).Object.tipText
Advertisement
4 Comments »
Leave a Reply
-
Archives
- July 2011 (1)
- March 2011 (1)
- November 2010 (1)
- November 2008 (4)
- October 2008 (2)
- September 2008 (2)
- June 2008 (1)
- March 2008 (4)
- February 2008 (44)
-
Categories
- Automated Test Script Creation Process
- Automating MS Word
- Automating QC
- Automation Object Model For QTP
- Backward compatability in QTP
- Browser Scripts
- COM and QTP
- compare 2 text files
- Descriptive programming
- Descriptive Programming and Child Objetcs
- Dictonary Object
- DotNetFactory
- Excel Automation
- Extra Topics
- Files and Folders
- General Standards to be followed in Test scripts
- New Features In QTP9.5
- QC-OTA
- QTP Additional Faqs
- QTP Faqs
- QTP Naming Convention
- QTP Tips and Faqs
- Running stored procedures from QTP
- Send keyboard keys
- Uncategorized
- Uninstall a software using QTP
- Uninstall a software using vbscript
- Update data in a database
- VBScript and IE Automation
- VBScript Faqs and Useful resources
- What’s New in Quick Test Pro 9.0
- Whats New in QTP 9.5
- XML Scripting
-
RSS
Entries RSS
Comments RSS

Dear Mohan,
Currently I am automating an applicatio which has Activex controls, I am facing following issues please suggest,
1. How to retrieve data from activex grid control? currently whole is grid is identified as one object.
2. is it possible to find the colour of the text displayed in activex grid?
Hii anna dis is pushpanth..im working as a jr tester in a level 3 company..iam very much interested in testing..im not havin tht much knowledge on coding. Im interested in learning qtp..i came to know tht automation testers wil be payed a very good salary..plz giv ur valvuable suggestions that my be helpful for my bright future..Anna dis is my gmail id “pushpanth2000@gmail.com”
Hoping a valuable suggestion from you bro,
Rgds,
Pushpanth.
Hii anna dis is pushpanth..im working as a jr tester in a level 3 company..iam very much interested in testing..im not havin tht much knowledge on coding. Im interested in learning qtp..i came to know tht automation testers wil be payed a very good salary..plz giv ur valvuable suggestions that my be helpful for my bright future..Anna dis is my gmail id “pushpanth2000@gmail.com”
Hoping a valuable suggestion from you bro,
Rgds,
Pushpanth.
How do you know what arguments to pass with the FireEvent and micMouseMove? I have searched the net and the Oracle download sites but cannot work it out. What does the first “0″ mean and what do the arguments after the X,Y coords mean?
Thanks