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.
urchinTracker
Hello Narayan,
Here in this data driven test i am facing a little bit problem it would be great help if you will spacify why this problem exists.
While i am running test the test becomes successfully but one message is displayed i wanted to know what exactly meaning of this, please review the log:
_setValue(_textbox("uname"), "priya");
_setValue(_password("pword"), "testing123");
_click(_imageSubmitButton(0));
saveCondition(_image("eliteemail.gif") != null);
_setValue(_textbox("uname"), "");
_setValue(_password("pword"), undefined);
_click(_imageSubmitButton(0));
saveCondition(_image("eliteemail.gif") != null);
--Stopped Playback: SUCCESS--
urchinTracker is not defined
see the last line "urchinTracker is not defined" and could you please explain me what is urchinTracker ???
Thanks
Chetan!
Here in this data driven test i am facing a little bit problem it would be great help if you will spacify why this problem exists.
While i am running test the test becomes successfully but one message is displayed i wanted to know what exactly meaning of this, please review the log:
_setValue(_textbox("uname"), "priya");
_setValue(_password("pword"), "testing123");
_click(_imageSubmitButton(0));
saveCondition(_image("eliteemail.gif") != null);
_setValue(_textbox("uname"), "");
_setValue(_password("pword"), undefined);
_click(_imageSubmitButton(0));
saveCondition(_image("eliteemail.gif") != null);
--Stopped Playback: SUCCESS--
urchinTracker is not defined
see the last line "urchinTracker is not defined" and could you please explain me what is urchinTracker ???
Thanks
Chetan!
Tagged:
Comments
It is most probably a part of the application you are testing.
Is it interfering with your playback? If not, you can ignore it.