Tagged Questions
The sahi tag has no wiki summary.
77
votes
14answers
27k views
Watir vs Selenium vs Sahi [closed]
Out of these 3, which have you or has your company chosen to work with?
Pros & Cons please.
I'll be comparing them myself as well, but I'd like to hear what others have to say.
Also, please state ...
2
votes
1answer
535 views
How to run Sahi tests as part of a Hudson build?
In the absence of a Maven plugin for Sahi, what's the easiest way to run Sahi tests from Hudson?
2
votes
1answer
227 views
Designing an webtesting DSL to be implemented by different Web testing drivers - should we mix primitive and non-primitive operations?
We are implementing a web test automation project for some intranet applications.
To easy the writing of each test, we are designing a Java DSL that can be implemented using different adapters ...
1
vote
1answer
85 views
Why doesn't my sahi controller come up?
I just installed Sahi and I can't seem to figure out why I am not able to bring up the controller. I tried with Alt and double click. Any suggestions?
0
votes
0answers
11 views
Sahi session start and stop(Restart)
I am using sahi for automation a e-commerce site where i require to make payments.
I have iterated purchase with whole registration process i.e. Register->Select Item->make Payment->Log off.
But ...
0
votes
0answers
24 views
Which one is better for writing automated test cases, Behat-Mink Bundle or Sahi Recorder?
At present i am using Behat-Mink Bundle for performing automation testing via sahi.The other way to do Automation Testing is recording Test Cases using Sahi Recorder.So which method is better, Using ...
0
votes
1answer
25 views
Sahi : File:// protocol support in Sahi
I am evaluating Sahi for automation. My requirement is to automate a web application that is static and based on Html and JavaScript.
I tried to record the test but it did not happen.
...
0
votes
1answer
121 views
Javascript can't get text inputed by Sahi in an <input type=“text”>
TL;DR : In a Behat+Mink (@javascript w/ Sahi) scenario, Sahi enter some text in an <input>, and the Javascript in the page isn't able to get what was entered by Sahi
UPDATE:
Solution : ...
0
votes
2answers
125 views
Why Sahi Automated Test Cases aren't running in IE8?
I am new to Sahi Testing tool.
I recorded some test cases using Sahi, when I play back in IE 8..
On my Terminal I am getting error:
Window/Domain not found: popupNameFromStep=; derivedName=; ...
0
votes
1answer
121 views
Running Multiple Scripts in Sahi
I want to run all the scripts one by one sequentially. I've created a suite file and included scripts in suite. When I run a suite, the scripts run in parallel in multiple browsers. I would like to ...
0
votes
0answers
87 views
Pop up window exception while running SAHI automation script
I am creating script for a web site. When I am playing that scripts a pop up window comes at any point with a button OK Thanks. If am clicking that button then only I can complete the script. I tried
...
0
votes
1answer
184 views
Slow Script Error in IE When running sahi test
IE8 is throwing a slow script error when we try and run the following sahi command (in tests/playback or "evaluate expression"):
_popup("Editor")._click(_image("Menu, _near(_span("Activity"))));
It ...
0
votes
1answer
199 views
Using sahi to test sharepoint application
We're trying to test sharepoint application with NTLM authentication using Sahi web testing tool. We have problem with access to the sharepoint using Sahi proxy server - we can't sign in. So if ...