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.

Multiple load with a dload script

Hello,

I have a dload script, and when executed i get a report that shows 3 Loads per each iteration (3 times Load 1, Load 2, Load N), what does it mean in each iteration or what do i need to change to make only one Load result per iteration.

I have only changed the min, max, incrementBy and interval parameters:
java -cp %SAHI_HOME%\lib\ant-sahi.jar in.co.sahi.distributed.DLoadRunner -origScriptsPath %ORIG_SCRIPTS_UDPATH% -noise %COPIED_SCRIPTS_PATH%/%1 -noiseBrowserType phantomjs -min 1 -max 10 -incrementBy 1 -interval 3 -subject %COPIED_SCRIPTS_PATH%/%2 -browserType %4 -baseURL "%START_URL%" -host localhost -port 9999 -nodes "%NODES%" -ignorePattern ".*(svn|copied).*"

Answers

Sign In or Register to comment.