Simple Project List Software Map

563 projects in result set
Última actualización: 2007-03-26 05:31

Selenium IDE

Selenium IDE is an integrated development
environment for Selenium tests. It is implemented
as a Firefox extension, and allows you to record,
edit, and debug tests. Selenium IDE includes the
entire Selenium Core, allowing you to easily and
quickly record and play back tests in the actual
environment that they will run. It features
autocomplete support and the ability to move
commands around quickly.

(Machine Translation)
Última actualización: 2010-06-22 12:10

CCured

CCured is a source-to-source translator for C. It

analyzes the C program to determine the smallest

number of run-time checks that must be inserted in the program to prevent all memory safety violations. The resulting program is memory safe, meaning that it will stop rather than overrun a buffer or scribble over memory that it shouldn't touch. Many programs can be made memory-safe this way while losing only 10-60% run-time performance. CCured can find more bugs that Purify misses but with much less run-time cost.

Última actualización: 2011-12-24 09:29

MD5-utils

Utils の MD5 は MD5 ハッシュ関数操作のスクリプトです。クリプト オンライン サーバーを使用する 1 つまたは複数の hash(es) をクラックしようと 1 つまたは複数の単語をことができます。

(Machine Translation)
Estado de desarrollo: 5 - Production/Stable
Usuarios objetivo: Advanced End Users, Developers, Education
Lenguaje Natural: English, French
Sistema Operativo: OS Independent
Lenguaje de Programación: Perl
User Interface: Command-line, Console/Terminal
Última actualización: 2009-06-12 12:18

Hammock

Hammock is a mock object framework for J2ME
devices. It is used in conjunction with unit test
frameworks like JMUnit and J2MEUnit. The framework
includes mocks for many of the J2ME UI and I/O
classes as well as a utility, HammockMaker, for
generating mocks of other classes.

(Machine Translation)
Última actualización: 2007-05-21 07:38

iogen

iogen is an I/O generator. It forks child
processes that each run a mix of reads and writes.
The idea is to generate heavily fragmented files
to make the hardware suffer as much as possible.
This tool has been used to test filesystems,
drivers, firmware, and hardware devices. It is by
no means meant as a performance measuring tool
since it tries to recreate the worst case scenario
I/O.

(Machine Translation)
Última actualización: 2011-10-11 11:30

OVal

OVal is a pragmatic and extensible validation framework for any kind of Java objects (not only JavaBeans). Constraints can be configured with annotations, POJOs, or XML. Custom constraints can be expressed in pure Java or by using scripting languages such as JavaScript, Groovy, or BeanShell. Besides simple object validation, OVal provides certain Programming by Contract features. They can easily be enabled by using the provided AspectJ aspects.

(Machine Translation)
Lenguaje Natural: English
Sistema Operativo: OS Independent
Lenguaje de Programación: Java, Java
User Interface: Toolkits/Libraries
Última actualización: 2004-07-10 22:01

Fenris

Fenris is a multipurpose tracer, debugger, and code analysis tool that detects and documents high-level language constructions, can recover symbols, graph program execution flow, detect internal functions, recover symbol tables, and deal with anti-debugging protection. It features a command-line interface as well as a SoftICE-alike GUI and Web frontend.

Última actualización: 2008-03-02 16:40

JTrac

JTrac is a generic issue-tracking web-application that can be easily customized by adding custom fields and drop-downs. Features include customizable workflow, field level permissions, e-mail integration, file attachments and a detailed history view.

Última actualización: 2010-06-07 21:46

FEST-Swing

FEST-Swing is a Java library that provides a fluent interface for functional Swing GUI testing. It provides an easy-to-use, DSL-oriented API that makes creation and maintenance of GUI tests easy. It can be used with JUnit and TestNG.

Última actualización: 2008-06-20 07:42

RFDUMP

RFDUMP is a GUI to edit the "User Data Fields" on
RFID tags and to test if a tag is protected
against reading or writing. It implements a real
life cookie on RFID tags. The tags that are
supported for reading, writing, and editing are
ISO 15693, ISO 14443 A, ISO 14443 B, SR176(1,2),
Tag-it®, and I-Code®.

(Machine Translation)
Última actualización: 2007-11-16 14:03

Selenium Core

Selenium Core is a JavaScript-based test tool for
Web applications. Selenium Core tests run directly
in a browser, just as real users do. And they run
in Internet Explorer, Mozilla, and Firefox on
Windows, Linux, and Macintosh.

(Machine Translation)
Última actualización: 2004-07-23 22:27

Jaffa

Jaffa (Java Application Framework For All) is an enterprise-focused Java framework for rapid application development. It provides a complete Java Web application development stack, extending exsiting projects like Tomcat and Struts at the frontend with MVC-based web widgets, all the way through to a high-performance lightweight O/R persistence engine, with plenty of rich features in between including rules engines, declarative application, and data security. In addition to the runtime framework, there is a suite of component templates and other tools for rapid application development, including a TogetherSoft plug-in for UML intergration.

Última actualización: 2002-10-21 10:21

Check

Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.

(Machine Translation)
Última actualización: 2010-07-26 14:20

Forth Foundation Library

The Forth Foundation Library is a Forth library.
It gives you a collection of words written in
(ANS) forth which are useful in areas such as data
types, collections, interfaces, development
support, and compound modules.

(Machine Translation)
Última actualización: 2004-07-06 21:50

Python Browser Poseur

Python Browser Poseur (PBP) is a Web test tool based on John J. Lee's mechanize. It exposes the browser functionality at the level of a shell-like interpreter so that testers can quickly write tests in a simple language designed specifically for that purpose. Anyone familiar with a command line should be able to write test scripts for even the most complex Web applications.