Results 1 to 2 of 2

Thread: QTP not identifying object

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    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


  2. #2
    Junior Member
    Join Date
    Jan 2008
    Answers
    18

    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
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact