I am working on Web Application that uses Google map. I need to verify balloons present on map. After some Google, i came across this link Automating Google Earth .But this isn’t helped lot.Does anybody has idea to work with maps in QTP?
I want to test this in IE8. When clicked on balloons, description is displayed.Need to test this description.Image for info
Any help ?
This seems to be browser specific (and I’m sure it will change with changes in Google Maps) but I see in firefox that when there’s a balloon then
areaandmapelements are added to the DOM. You can create aWebElementwith this html tag and see if it exists.I don’t really understand what problem you’re facing. I can easily learn the
DIVelement which hosts a Wikipedia bubble and the elements under it with QTP.