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

Sahi Scripts does not work on Internet Explorer and Opera Properly

I generate some automation script with using Firefox. Now i playback the scripts in Firefox. Everything is going rigth but in Opera have some Problem. Also in Internet Explorer same as.. In Internet Explorer, this part of the code is generally…
Erhan H.
  • 520
  • 4
  • 14
  • 24
0
votes
2 answers

Sahi's proxy no longer working properly

I have a suite of tests for our website using Sahi. These tests are automated and feed into our Jenkins build system. The tests run on a dedicated PC that is used for nothing else. It has Sahi plus all the browsers installed. The Jenkins server…
SDC
  • 14,192
  • 2
  • 35
  • 48
0
votes
1 answer

I can not run sahi

Possible Duplicate: sahi and symfony2 I would like to test behat, mink and sahi with symfony2. In my file config_test.yml I have mink: base_url: http://localhost/Symfony_Standard_2.0.15_2/symfony/web/app_test.php default_session:…
symfounya
  • 23
  • 5
0
votes
1 answer

sahi and symfony2

i would like to test behat, mink and sahi with symfony2 so, in my config_test.yml i have mink: base_url: http://localhost/Symfony_Standard_2.0.15_2/symfony/web/app_test.php default_session: symfony sahi: ~ and in test.feature …
symfounya
  • 23
  • 5
0
votes
1 answer

running sahi inside cruisecontrol

How to run sahi inside cruisecontrol? I'm a bit confused here, because some of the steps needed to do on running sahi is choosing the browser I would like to use for the test and pressing alt+double click... Is there any clue for me? Example on…
zfm
  • 1,906
  • 2
  • 17
  • 28
0
votes
1 answer

Sahi scripts are not running through Putty

I started Sahi using putty but I got the following error during running scripts: Script didn't start 150 ms. I ran both Sahi and script through putty. It's a point to note that running through Linux terminal it's working fine. Please help me…
babu
  • 123
  • 1
  • 1
  • 11
0
votes
1 answer

sahi scripting issue to record text of popup window

How to write custom script in sahi to record textbox text in a popup window? Please, someone suggest me the main file, where I can write my custom function for sahi tool recording?
S Roy
  • 1
  • 2
0
votes
2 answers

Where to click on this following object(button), for the values to be displayed in Selenium(Webdriver)?

Manikandan
  • 417
  • 4
  • 8
  • 18
0
votes
1 answer

symfony2 / behat / mink login troubles when testing in the browser

I have troubles executing a behat/mink test routine in the browser. I have tried sahi and selenium divers, the result is the same: I run the test, sahi opens the login modal-popup, but does not fill in username and password. Clicking "submit" does…
stoefln
  • 14,498
  • 18
  • 79
  • 138
-1
votes
1 answer

Sahi Pro - not able to change date format from "Thursday 02 Mar 2017" to "MM/DD/YYYY"

I am trying to convert date format in the Sahi Pro using the following code but no luck: I want to convert "Thursday 02 Mar 2017" into "03/02/2017" _setValue(_textbox("j_username"), "*******"); _setValue(_password("j_password"),…
Curious
  • 282
  • 4
  • 21
-1
votes
2 answers

Sahi Pro - not able to get the value from the web page

I am trying to get dynamic text from the web page using the sahi pro script. I used following script to get the text. _setValue(_textbox("j_username"), "******"); _setValue(_password("j_password"),…
Curious
  • 282
  • 4
  • 21
-1
votes
1 answer

Getting [object] as a button value in Sahi

I am working on Sahi and got stuck with this issue. Issue: I am getting [object] as a value instead of value "true" while asserting the button attribute. Code: File 1:…
Ashish
  • 185
  • 1
  • 2
  • 17
-1
votes
1 answer

Creating A Custom Excel Report

I should be able to customize excel script reports here: C:\Users\ [user] \sahi_pro\config\reports\excel\script_report As explained here: http://sahipro.com/docs/faq/how-to-customize-html-reports.html When I make changes, they don't apply. Edit the…
iOSAaronDavid
  • 140
  • 15
-1
votes
1 answer

Updating Test case status in Test Lab(qc) from Excel using VB

I wanted to update my test case status in Test Lab in Qc from an excel sheet. I went through many posts but could not find a good solution. I have finally figured it out and I am now posting the answer for you to look into and so that it is helpful…
Mrinal kumar
  • 67
  • 1
  • 1
  • 9
-1
votes
1 answer

how effectively i can use ui automation recorded test cases for other releases of the application

I've web application, I want recorded test cases and play back that cases. 1st release of the application, I've login module which has user name and password and recorded 500 test cases for entire application. Among 500 test cases 200 test cases are…
Narendra
  • 151
  • 2
  • 12
1 2 3
11
12