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.

issue when call function on call function

Hi,

I have an issue when i call a function an an other function call :

This script whork fine :

_include('/utils.sah');

$today = aujourdhui();
$lastday = dernierJourDuMois();

_setValue(_textbox(5), $lastday);
_setValue(_textbox(6), $today);

But this script say my that aujourdhui and dernierJourDuMois are not defined.

_include('/utils.sah');

_setValue(_textbox(5), aujourdhui());
_setValue(_textbox(6), dernierJourDuMois());

Have you an idea for this issue ??

For information : I run sahi script with squash ta.
Sign In or Register to comment.