SilkTest Question:

Download Job Interview Questions and Answers PDF

Is there a way to handle this type of issue?

SilkTest Interview Question
SilkTest Interview Question

Answer:

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)

Download SilkTest Interview Questions And Answers PDF

Previous QuestionNext Question
How to retrieve the decimal part of value stored in float variable. Also how to retrieve the Integer part? Is there a function?When I try to enable extensions for my browser i.e. IE, the following error occurs?