-
Junior Member
QTP not identifying object
Hi everyone,i am new to qtp ,in my application qtp identify some object as a WinObject ..it is a type of cvirtualgridctrl shown by object spy.i need to get data from particular cell.can anybody help me out.any where i click on this grid it shows..
WinObject("Custom1").click12,45
-
Junior Member
Re: QTP not identifying object
Hi,
I have also faced a similar situation.In that case, we were using descriptive programming. Therefore, we created a description object f as follows;
For instance,
Dim WindowDesc
set WindowDesc = Description.Create()
WindowDesc("regexpwndtitle").Value = "POS Xpress TERM#1"
WindowDesc("regexpwndclass").Value = "AfxFrameOrView42"
And we used description object with the any unique property instead of the winobject.
Regards,
MaluR
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules