18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

IE Crashes when running nightlybuild

edited November -1 in Sahi - Open Source
IE crashes when running sahi nightly build on windows 2000 professional. Am using IE 6.
But the same test cases are running as expected when run manually through ant targets..

Either it crashes and waiting users response to send the error report to Microsoft or Does not open the new browser to carry out following test cases.

How to handle this issue..

Comments

  • narayannarayan Administrators
    Most of the time this happens because there is not enough time for browser instances to recover after each test. Increase the values of suite.time_between_tests and script.time_between_steps.

    suite.time_between_tests=2000
    script.time_between_steps=200

    may help. You can tune it further according to your requirements.
Sign In or Register to comment.