Simple Project List Software Map

563 projects in result set
Ú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.

Ú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: 2007-06-08 10:53

GRegExp Explorer

GRegExp Explorer is a graphical regular expression explorer
based on the PCRE regular expression library. It is possible to
test regular expressions on the fly and check the result in
detail.

(Machine Translation)
Ú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: 2013-01-24 02:27

Ahven

Ahven is a simple unit test library for the Ada 95 programming language. It is loosely modeled after JUnit, and some ideas are taken from AUnit.

Última actualización: 2012-06-19 12:46

flexmock

Flexmock is a mock/stub/spy library for Python. Its API is inspired by a Ruby library of the same name. However, it is not a goal of Python Flexmock to be a clone of the Ruby version. Instead, the focus is on providing full support for testing Python programs and making the creation of fake objects as unobtrusive as possible. Flexmock’s design focuses on simplicity and intuitiveness. This means that the API is as lean as possible, though a few convenient short-hand methods are provided to aid brevity and readability. Flexmock declarations are structured to read more like English sentences than API calls, and it is possible to chain them together in any order to achieve high degree of expressiveness in a single line of code.

(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: 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-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: 2005-06-27 11:25

SLAMD

SLAMD is a Java application designed for stress testing and
performance analysis of network-based applications.
Although it was originally designed for benchmarking
directory servers, it is actually very flexible and can be used
to test applications using a wide range of protocols like
LDAP, HTTP, POP, IMAP, and SMTP, and can also interact
with relational databases using JDBC. In addition, it provides
a Java-based API for developing custom workloads, and a
scripting engine and record and playback tools that may also
be used in the load generation process.

(Machine Translation)
Última actualización: 2010-02-01 00:41

zzuf

zzuf is a transparent application input fuzzer.
Its purpose is to find bugs in applications by
corrupting their user-contributed data, which
frequently comes from untrusted sources on the
Internet. It works by intercepting file and
network operations and changing random bits in the
program's input. zzuf's behavior is deterministic,
making it easier to reproduce bugs.

(Machine Translation)
Última actualización: 2008-01-26 16:22

AceUnit

AceUnit (Advanced C and Embedded Unit) is a comfortable C code unit test framework. AceUnit is in the style of JUnit 4.x, and is easy, modular, and flexible. AceUnit can be used in resource constraint environments such as embedded software development.

Última actualización: 2001-06-05 00:36

dbench

dbench is a filesystem benchmark that generates
load patterns similar to those of the commercial
Netbench benchmark, but without requiring a lab of
Windows load generators to run. It is now
considered a de-facto standard for generating load
on the Linux VFS.

(Machine Translation)
Última actualización: 2010-04-16 22:04

Google C++ Testing Framework

Google C++ Testing Framework is Google's framework for writing C++ tests on a variety of platforms. It is based on the xUnit architecture, and it supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation.

Última actualización: 2012-06-09 19:15

Python Call Graph

pycallgraph is a Python library that creates call
graphs for Python programs.

(Machine Translation)