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 Reply Children
No Data