07-30-2008, 10:26 AM
But my problem is QTP is not identifying the Window itself .
.For this statement
sometimes the value returned will be FALSE even though the window is present.
For me the line is executing fine if it identifies the Window.
Can i know what has to be done if QTP recognizes an object as WinObject?Should i create virtual objects for all the Objects which is being identified as WinObjects by QTP?
Thanks & Regards,
Sherin.
Code:
' var_exist=Browser("Browser.").Dialog("File Download_2").Exist '
sometimes the value returned will be FALSE even though the window is present.
For me the line
Code:
'nme=Browser("Browser.").Dialog("File Download_2").WinObject("Name:").GetROProperty ("text")'
Can i know what has to be done if QTP recognizes an object as WinObject?Should i create virtual objects for all the Objects which is being identified as WinObjects by QTP?
Thanks & Regards,
Sherin.