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.
What IDE are you using with Sahi?
I'm looking for a good IDE to use with Sahi and I thought I'd see what folks on the forum are using successfully and might recommend. Personally, I love TextMate on a Mac and had been using Notepad++ on a PC but see the value in using a full fledged IDE for automation development. I've started using Eclipse but am finding it a bit klunky.
What do you like and why?
Brian
What do you like and why?
Brian
This discussion has been closed.
Comments
The good IDE to use with Sahi is JEdit,notepad++,textpad.
Regards,
Theeran.
Thanks,
Brian
apis.sah is used to configure eclipse with sahi using JSDT.
This is how you can configure notepad++ with Sahi.
Once you have notepad++ on your machine,kindly follow the below steps:
For Autocomplete
1) Copy <SAHI_HOME>/editors/notepad++/plugin/APIs/sahi.xml to Notepad++/plugin/APIs/
For Syntax highlighting
1) Go to View -> User-Defined Dialogue
2) Click Import
3) Choose sahi_syn.xml
4) Restart Notepad++
Regards
Sumitra
Thanks Sumitra!