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 run sahi script on a new browser after opening a new browser through Sahi script

I am able to open firefox browser from a browser using sahi script like: var $path = "C:\\Program Files\\Mozilla Firefox\\firefox.exe"; //var $name = "firefox"; var $browseroption = " -profile…
Gokul
  • 105
  • 2
  • 6
  • 16
0
votes
1 answer

Installed Sahi, dashboard not starting

I have just installed Sahi, which created a shortcut at my desktop. I double-clicked it, but no dashboard appeared. What is the problem? The shortcut directs to "directory where sahi installed"\sahi\userdata\bin\start_dashboard.bat From this link,…
MW_hk
  • 1,181
  • 4
  • 14
  • 39
0
votes
3 answers

How to execute sahi scripts with ant

I am currently executing my sahi scripts from Sahi controller but I am looking to better methods for executing Sahi scripts in batch mode, has anyone done this before? Please share your experiences
user3009043
0
votes
1 answer

Sahi not able to load images during automation using Java

Images are not getting loaded during automation using Sahi and Java code. When the screen is opened through automation, the images are shown as "x" symbol and due to this, when I click on 'save' nothing happens but the screen closes. Whereas when I…
0
votes
1 answer

Using Mink and Sahi, how do i use another browser besides FF?

Whenever I run Sahi, it is using Firefox by default. What I am trying to do is have more control over the browser I use. I have followed instructions from http://mink.behat.org/#sahidriver and my behat.yml is : default: formatter: name:…
milof
  • 696
  • 9
  • 25
0
votes
2 answers

Sahi not able to recognize popup window

My application has several popup windows opening from javascript validations. Sahi is not recognizing those. If I manually add it like _popup("windowTitle"), It says no such window found. The windows are not javascript popups but normal html pages…
Tanna
  • 35
  • 1
  • 1
  • 11
0
votes
1 answer

Sahi OpenSource to store data from web application and to open office

I am new to automation. I am trying to fetch data from an application and store it in excel format. It can be done using Ms Excel but can the same be done by using Open Office? I am using Sahi OpenSource
Tanna
  • 35
  • 1
  • 1
  • 11
0
votes
2 answers

Sahi pro Load testing with multiple user

i am using Sahi Pro to perform load testing , as of now i am logging in as a single user to perform load testing , is there any possibility of doing load test with multiple user logging the application simultaneously .
Chidu
  • 11
  • 1
  • 2
0
votes
1 answer

Sahi: find tableID from _parentTable?

I'm struggling with a really fussy piece of js in a page I need to test using Sahi. The problematic piece is a calendar which pops up when entering a date field for a particular item, and I can't just click the text box and then click on a date I…
0
votes
1 answer

Javascript self invoking function issue (Behat/Mink/Sahi)

I'm currently at a loss to why this is occurring, but I wouldn't be surprised if I was either way off, or missing one tiny little thing. Here's my code: (function() { if (jQuery('section.news-feed ul li').text().length > 0) { var…
tinyBIGideas
  • 194
  • 4
  • 13
0
votes
2 answers

No Resolution selection option in Twist project using Sahi

I am using Twist for Test Automation. I have created a Twist project by following combination: Driver: Sahi (for web apps) Language: Java Browser: Firefox I have created Scenario. During recording Firefox is opened. In Firefox "Enter start URL…
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
0
votes
2 answers

Oops! Google Chrome could not find sahi.example.com

When I click on Google Chrome on the sahi dashboard it gives me the following error message: "Oops! Google Chrome could not find sahi.example.com" Can anyone help me regarding this issue?
Nazifa Chowdhury
  • 198
  • 3
  • 5
  • 13
0
votes
3 answers

sahi not showing chrome browser option on sahi dashboard

Sahi not showing chrome browser option on sahi dashboard. My OS is XP. Any one tell me what is the reason behind this?
Nazifa Chowdhury
  • 198
  • 3
  • 5
  • 13
0
votes
2 answers

No report is generated in Twist project

I'm using Twist as IDE (Twist version - 13.1.0.13112-be932387dc00b6 - http://studios.thoughtworks.com/twist) for writing and executing automated tests using Sahi with Java. I have created Twist project, Scenario and Executed the Scenario…
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
0
votes
1 answer

How to create Javascript to search Google

I am using Sahi for automation and just as a little experiment of what I can do in JavaScript ( I am fairly new to JavaScript) I want to create an automation process that will search through Google until it finds my website to see where it is listed…
Stacker-flow
  • 1,251
  • 3
  • 19
  • 39