Is there a way to handle this type of issue?

Submitted by: Administrator
When click a link the new page(either same browser window or new) that opens doesnot load completely...meaning...the progress bar would stop to progress as shown in the attachment.....Finally the application would timeout after 180 seconds.
One work around for this is to increase the application timeout and wait longer. Can someone suggest a better workaround? Is there a way to handle this type of issue...


Try with browser.StopLoading ( ).....The method works by clicking the Stop button on the tool bar. When the browser is not responding(progress bar stops moving), use a Browser.ForceReady(True) to interact with the Browser and after performign necessary actions(In our case browser.StopLoading ( )..) use Browser.ForceReady(False)
Submitted by: Administrator

Read Online SilkTest Job Interview Questions And Answers