The verify option works for all the other funtionalities of the application I am testing but it does not work in this particular case as this functionality fill out the layers on a map. and Verify option does not recognize layers of map as object.
The functionality goes like this: when i have made my selection and hit load map, the only thing happens in the browser is a "loading ..." loading bar appears on top of web page ( not allowing user to perform any other action) and when the loading of the layers in maps are complete this loading bar disappears.
For this reason I can not use verify step as truclient does not recognize layer on map as object.
There fore I was looking to implement aome code as that when I click on load map .... I can monitor the presence of loading bar and when it disappears i.e. when layers on map is loaded, I can conclude that the step is complete.
If this helps.... for our functional testing in selenium there is a fuction for waitforelement not present. I want to implement something like this ..
As i have listed before , I wrote my own java script code to detect this .... which works in the browser ...... but I need help in implementing it in truclient