Questions tagged [sahi]

Sahi is a web browser automation tool, used for writing functional test suites for web sites and web applications. It works in all modern browsers, allowing cross-browser testing.

Sahi is web automation and testing tool used for cross browser testing of complex web 2.0 and Ajax applications.

Sahi is especially suited for cross-browser/multi-browser testing of complex web 2.0 applications with lots of Ajax and dynamic content. Sahi works well in Agile development environments, enabling rapid automation and maintenance and easily integrating with build systems. Sahi saves time and effort with faster development, less maintenance and fast distributed playback. Sahi runs on any modern browser which supports JavaScript.

Sahi is available as an open source free product and as Sahi Pro, the commercial version.

Sahi is similar in concept to the more well established , although the two products work quite differently internally.

169 questions
0
votes
1 answer

how to send an email with attachment through sahi UI

I am trying to send am email with attachment through SAHI UI. But I am unable to do so. Can someone help me. The code that I am using for sending an email is as follows: function sendEmailWithAttachment($emailUsername, $emailPassword, $toEmail,…
0
votes
1 answer

Unable to identify elements with "title" attribute using Sahi Pro 6

With the latest release of Sahi Pro, Sahi Pro 6 One is no longer able to identify the elements using title attribute in an HTML page like in the case of the tag below: and as explained here regarding tweaking…
Anirudh
  • 2,286
  • 4
  • 38
  • 64
0
votes
0 answers

Sahi OS patch for IE11

Does anyone know how to patch Sahi OS to support IE 11. I've add a check in the concat.js to detect IE 11 but still can't get _setvalue to works . I know the Pro version support IE 11 but there's no OS version 5. Any help to point me in the right…
0
votes
1 answer

Randomly selecting a row for a specific column from CSV

I have a function called enterInformation(); with parameters that I want pulled in from a CSV file. The way I have my CSV file is it has about 12 columns and the first row is the TITLE/HEADER for what each column is. The way I have my script right…
rookiejs
  • 3
  • 2
0
votes
0 answers

Sahi keeps changing IE proxy setting

So, I configured IE for sahi (as per instruction on their page) and it will work fine for a couple of script and then setting will go back to normal. I tried installing SSL certificates and pretty much everything else but somehow this issue is not…
Yash Patel
  • 95
  • 1
  • 1
  • 7
0
votes
1 answer

Sahi - How to test web based application?

I installed Sahi on my MAC with firefox. Done the proxy configration and able to access localhost pages it supports. Sahi controller lauches fine and works well on INTRANET pages. Now my application is web based application and i need Sahi…
0
votes
1 answer

Screen output of remote Unix host

I want to run my test suite on remote Unix host. Test suite is suppose to open firefox and perform automated tests. It's jbehave test suite and uses Sahi test automation tool. Currently I run suite on my local machine. I want to run the same suite…
hari shankar
  • 27
  • 1
  • 7
0
votes
0 answers

Can I drop an input tag holding a file onto a droppable zone?

I am doing some front end testing using Sahi, and it's built in methods _setFile & _setFile2 are not flexible enough for the file uploading approach being used by the site. For this reason, I am wondering if I can add an input element to the browser…
RutledgePaulV
  • 2,568
  • 3
  • 24
  • 47
0
votes
1 answer

Sahi - open window to select file to upload

I am trying to upload a file using Sahi. It is the usual upload file step, click on the 'Upload File', then popup window opens for user to select the file, then click open. Sahi doesn't recognise the popup window. I tried to use the _setFile,…
0
votes
1 answer

Sahi Automation- Record/Playback not working correctly for no 'id' attribute elements

We've been using Sahi automation tool for web application automation testing. However we've hit a hurdle that inorder to play a recorded Sahi Script the UI elements should have 'id' attribute to uniquely capture the element. Hence due to this…
Zohaib
  • 417
  • 9
  • 24
0
votes
1 answer

Sahi OS: Install certificate option is not showing on IE9 (Certificate error)

Whenever i go to the browser through sahi os and i run the script then in between certificate error comes and when I hit continue then only am able to proceed. Can you please advise me how to get rid of this "certificate error" issue? I am testing…
srk
  • 3,606
  • 2
  • 18
  • 23
0
votes
1 answer

Is sahi open source supports build tools like ANT/MAVEN/GRADLE?

Is sahi open source supports build tools like Ant/ Maven/ Gradel?If yes,please share the info that could help me to run sahi test cases?
srk
  • 3,606
  • 2
  • 18
  • 23
0
votes
1 answer

Sahi OS : Version 4.4 : facing issues with Chrome browser

I was trying to run my script from Chrome browser by using SAHI OS tool, but finding difficulty in running them. I ran the test successfully only once in 20-30 times and again coming across the issues like 'Page(s) not responsive on controller' /…
user3392898
  • 1
  • 2
  • 4
0
votes
1 answer

WebApi request through Sahi is giving error. What could be the cause?

Here is JSON that we can see in fiddler when developer is running his code { "EventId": 0, "Title": "Matz test event", "Topics": "203,207", "Type": { "Id": 7, "Name": "Conference" }, "Notes": "Test Meeting…
user3419588
  • 91
  • 1
  • 1
  • 5
0
votes
1 answer

Unable to launch Sahi in Windows 8

I've been searching everywhere for an answer to this problem. I recently upgraded to Windows 8 and installed Sahi OS in the machine. I had used Sahi before in Windows 7 without any trouble. Now, when I attempt to launch Sahi for any browser, let's…