Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
How to capture objects in windows application through RFT.
posted

I launched a jnlp file which opens the application for me using JRE 1.8 for which I need to perform test, but I am unable to capture the objects present in the application. I could only capture the frame window.

I tried doing record and play back but the script reads as follows:-

sunAwtFramewindow().click(atPoint(x,y))----(for UserName field)

sunAwtFramewindow().inputChars("abc")----(for UserName field)

where sunAwtFramewindow is the only thing I can capture.

 

Thanks in advance!!

Parents
  • 6120
    Offline posted

    Hello Smita,

    Please send us the below information in order to investigate why the objects in your application are not being captured using RFT.

    1. The files(CustomObjRecProp_Infragistics.rftop, Infragistics.rftcust) in the customization folder under
    C:\Documents and Settings\All Users\Application Data\IBM\RFT\customization path.
     
    2. RFT log file. Turn on RFT debugging and send us the log file, you can refer to this page on how to enable logging and tracing for RFT.

    Sincerely,
    Sahaja Kokkalagadda
    Associate Software Developer

Reply Children