Download List

Projeto Descrição

Sahi is an automation and testing tool for Web
applications, with the facility to record and
playback scripts. Features include, in-browser
controls, text based scripts, ant support for
playback of suites of tests, and multi threaded
playback. It supports HTTP and HTTPS. Sahi runs as
a proxy server, and the browser needs to use the
sahi server as its proxy. Sahi then injects
JavaScript so that it can access elements in the
Web page. This makes the tool independent of the
Web site or Web application.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-01 03:51
2008-08-31

Esta versão usa Rhino como o motor de script, caminhando-se assim a maior parte da execução do script para o proxy. Isso deve ir muito longe na simplificação scripts Sahi. Esta compilação tem também algumas mudanças importantes para o SocketPool, que irá resolver as questões relacionadas com soquetes demais sendo usado e erros devido ao BindExceptions. Suite de execução foi alterado de tal forma que mesmo se o navegador trava, o conjunto vai continuar com o script seguinte e assim não agüentar uma compilação. Métodos DB agora fechar as conexões corretamente.
Tags: Major feature enhancements
This release uses Rhino as the scripting engine, thus moving most of the script execution to the proxy. This should go a long way in simplifying Sahi scripts. This build also has some important changes to the SocketPool, which will fix issues related to too many sockets being used and errors due to BindExceptions. Suite execution has been changed such that even if the browser crashes, the suite will continue with the next script and thus not hold up a build. DB methods now close connections properly.

2008-03-08 13:39
2008-03-05

Esta versão corrige reprodução multi-threaded em Firefox e acrescenta funcionalidades como registro de eventos personalizados, a afirmação sobre os eventos de impressão e melhor identificação dos vãos e divs.
Tags: Major bugfixes
This release fixes multi-threaded playback on Firefox and adds features like custom event logging, assertion on print events, and better identification of spans and divs.

2007-10-11 09:33
2007-10-11

Ths ferramenta irá automaticamente esperar durante visitas XHR AJAX na maioria dos casos. Não há melhor suporte para arrastar e soltar. Bugs with_setFile, _CONFIRM, etc, foram corrigidos. Os testes serão automaticamente morto se o navegador trava por alguma razão.
Tags: Major feature enhancements
Ths tool will now automatically wait during XHR AJAX requests in most cases. There is improved support for drag and drop. Bugs with_setFile, _confirm, etc. have been fixed. Tests will automatically be killed if the browser hangs for some reason.

2006-11-26 16:38
2006-11-26

As APIs a seguir foram adicionados para aplicações AJAX: _keyPress (el, char); _focus (el); _keyDown (el, char); _keyUp (el, char); e _Wait (MAX_TIME, condição). Um bug relativas à framesets ter um quadro chamado "top" foi corrigido. Suporte para janelas popup sem nomes foi adicionado.
The following APIs have been added for AJAX applications: _keyPress(el, char); _focus(el); _keyDown(el, char); _keyUp(el, char); and _wait(max_time, condition). A bug relating to framesets having a frame named "top" has been fixed. Support for popup windows without names has been added.

2006-08-06 05:52
2006-08-06

Funcionalidade para zombar o upload de arquivos foi adicionado através do _setFile (_file ( "id"), filePath) API. Uma ferramenta para alternar proxy no Internet Explorer através da linha de comando ou Ant foi adicionado. boolean (_expectConfirm) e _lastConfirm () APIs foram adicionados.
Tags: Minor feature enhancements
Functionality for mocking file uploads was added through the _setFile(_file("id"), filePath) API. A tool for toggling proxy on Internet Explorer through the command line or Ant was added. _expectConfirm(boolean) and _lastConfirm() APIs were added.

Project Resources