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.
Debugging script in sahi
Hi ,
I have 100 line of code in one script, i have issue with 70th line in code. i want to run the script from 60th line to 80 th line. how do i do that.
I mean running from step and run to step.
Please reply me..
Thanking you in advance....
Regards
Raja
I have 100 line of code in one script, i have issue with 70th line in code. i want to run the script from 60th line to 80 th line. how do i do that.
I mean running from step and run to step.
Please reply me..
Thanking you in advance....
Regards
Raja
Comments
If you want to run only the part of script for debugging purpose,just give the starting step number as the value for nextstep in playback tab of Sahi controller, then click play button. The script will start to execute from that step number.
Click on pause/stop when it reaches the end step number.
Ensure that the steps in the range should be independent of condition or loop or steps before the starting step.
Regards,
Theeran.