18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
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.
Number of command lines in a script
Hi,
We are performing some tests with sahi, and we have found that when the number of commands in a script reaches a relative big number, the script doesn't work.
Is there any limit for the number of commands that we can put in a sah script?
We have made a small test, that consisted in 400.000 commands in a sah script, like this:
_click(_button("OK"));
_click(_button("OK"));
...
When we hit the play button, the commands are not executed, and the controller says:
--Stopped Playback: SUCCESS--
With about 350.000 command's like the ones above, the script works fine.
Also, we would like to know if there is any limitation in terms of the time the scripts takes to complete.
Can you please help?
Thanks in advance.
Browser: Google Chrome 36.0.1985.143
OS: Ubuntu
We are performing some tests with sahi, and we have found that when the number of commands in a script reaches a relative big number, the script doesn't work.
Is there any limit for the number of commands that we can put in a sah script?
We have made a small test, that consisted in 400.000 commands in a sah script, like this:
_click(_button("OK"));
_click(_button("OK"));
...
When we hit the play button, the commands are not executed, and the controller says:
--Stopped Playback: SUCCESS--
With about 350.000 command's like the ones above, the script works fine.
Also, we would like to know if there is any limitation in terms of the time the scripts takes to complete.
Can you please help?
Thanks in advance.
Browser: Google Chrome 36.0.1985.143
OS: Ubuntu