07-25-2013, 10:06 PM
Hi Ankur,
QTP is not identifying the Combobox it is saying object not visible but the object exists (the msgbox is appearing) The visible Property was added to the mandatory properties but even then the error is occuring please help
QTP is not identifying the Combobox it is saying object not visible but the object exists (the msgbox is appearing) The visible Property was added to the mandatory properties but even then the error is occuring please help
Code:
if Window("Flight Reservation").WinComboBox("Fly From:").Exist (3) then
Msgbox("present")
Window("Flight Reservation").WinComboBox("Fly From:").Select "London"
Window("Flight Reservation").WinComboBox("Fly To:").Select "London"
end if