03-20-2014, 09:44 PM
Hello,
I am having an issue with my application where I am trying to insert a value in a WinObject. The code is -
It is basicaly a date box in a frame. But QTP records it as WinObject(AVPageView). It does not actually record the click in the date box. How can I enter date in the box? Is it possible to take that value from the datatable?
Thanks and any help would be appreciated.
Ansh123
I am having an issue with my application where I am trying to insert a value in a WinObject. The code is -
Code:
Browser("abc").Page("xyz").Frame("zzzzAIDGLKGG.VerticalContainer_7").WinObject("AVPageView").Type "03/20/2014"
It is basicaly a date box in a frame. But QTP records it as WinObject(AVPageView). It does not actually record the click in the date box. How can I enter date in the box? Is it possible to take that value from the datatable?
Thanks and any help would be appreciated.
Ansh123