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.

Script lines often repeat even when they are not before an error

RobinLRandallRobinLRandall Members
edited November -1 in Sahi - Open Source
I noticed that the last line before an error repeats several times before "--Stopped Playback: FAILURE--" prints. I could not find any documention on this so is this some standard in testing tools? Anyway, often I see lines repeat even though no error is printed. Does sahi attempt to execute a line more than once because of timing or what? Wouldn't it be better to print the line that is causing a problem than the one before it? Something like below:
:
:
_click(_button("Save"));
Line 32: ERROR:_click(_button("Print"));
--Stopped Playback: FAILURE--

RR
Sign In or Register to comment.