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.
SuiteInfo is giving null value and Email sending not working Sahi Open Source v5
_rahoolm
Members
I am getting null value for the below code.
Anyone got same issue? Any resolution?
Also, facing issue with Sending Email on Sahi OS version 5.
My Env:
Thanks!
var $suiteInfo = _suiteInfo();
_log($suiteInfo);
Anyone got same issue? Any resolution?
Also, facing issue with Sending Email on Sahi OS version 5.
My Env:
OS: Windows 7 Pro 64 bit
Sahi: Sahi OS v5
JDK/JRE: JDK 1.7_080
Thanks!
Best Answer
-
downloaded http://sourceforge.net/projects/sahi/files/sahi-v5/sahi-src_20141105.zip/download
extracted it somewhere
started sahi with "sh dashboad.sh&"
started testrunner with './testrunner.sh demo/link_test.sah http://sahipro.com/demo/ firefox'
SUCCESS, suite info gets logged
it may not be obvious, but suiteInfo is only fillled when you run tests in a suite

Answers