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.
Problem while using SAHI for my Application
Hi,
Im using SAHI web automation testing tool to test my web application. I have done all the installations mentioned.
Now im facing a problem, My application uses login name and password, and checks with database,
Below is the script generated,
_setValue(_textbox("username"), "admin");
_setValue(_password("password"), "admin");
_click(_link("Login"));
here its stopping at first line. saying
Starting script
_setValue(_textbox("username"), "admin"); Error:
No trace available
Stopping script
Im unable to use the tool.... Please help !!!
Thanks in Advance....
Im using SAHI web automation testing tool to test my web application. I have done all the installations mentioned.
Now im facing a problem, My application uses login name and password, and checks with database,
Below is the script generated,
_setValue(_textbox("username"), "admin");
_setValue(_password("password"), "admin");
_click(_link("Login"));
here its stopping at first line. saying
Starting script
_setValue(_textbox("username"), "admin"); Error:
No trace available
Stopping script
Im unable to use the tool.... Please help !!!
Thanks in Advance....
Comments
This part of your script seems allright. The problem may be in some other part of the script. Check the syntax of rest of your script also.
Regards,
Pankaj.
Can u please tell me, u r talking about which scripts ??
Pankaj.