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.

Run sahi script in remote machine (where Sahi is not installed)

nithinsn14nithinsn14 Members
edited January 2013 in Sahi - Open Source
Hi All,

Right now i am running my sahi scripts in my local machine . but i need to run same scripts in the client environment , where i don't have permission to install sahi nor access the application URL from local machine.

Is there a way that i can convert my sahi scripts to java and run them through jar ? if so how to do it ?

Please suggest me !

Best Regards,
Nithin Sasalu

Best Answer

  • Answer ✓
    Hi Nithin,

    Will modifying it into a jar file help? Can you copy files into your client system and execute jar files?

    Regards,
    Narayan

Answers

  • nithinsn14nithinsn14 Members
    edited January 2013
    Hi Narayan,

    yes , i have permission to copy files and execute the jar.

    Best Regards,
    Nithin Sasalu


  • nithinsn14nithinsn14 Members
    edited January 2013
    Hi Narayan,

    I have converted my '.sah' scripts to java and built jar. But when i run it , it is failing to start proxy as sahi is not installed in client system. Please suggest me to over come this.

    Best Regards,
    Nithin Sasalu
  • Well.. I guess without an running sahi installation it will be kinda needless complicated. When you got permission to run .jar files, what is stopping you from running Sahi? ;)

    I would write a script which gets Sahi, unzips and starts it. Then runs the jar and removes any evidence :)
Sign In or Register to comment.