Einfache Projektliste Software-Karte

563 Projekte im Ergebnis
Letztes Update: 2002-03-21 02:04

PHP Assertion Unit Framework

The PHP Assertion Unit Framework (phpAssertUnit) is a unit testing framework based on assertions which helps PHP developers test their code. Failing assertions about the program state are tracked in a Reporter window of a DOM-compliant browser such as IE5+, Mozilla, Netscape 6+, etc. The reporting of failures or warning messages does not disturb the running script, allowing easy Web GUI testing.

(Machine Translation)
Letztes Update: 2008-03-15 05:02

autoboot

autoboot is a job scheduler/watchdog to
automatically compile/boot
and run test suites with experimental Linux
kernels. It runs from a
central server and a pool of clients. The central
server builds various
kernels, then automatically boots a subset of them
on the clients and
runs test suites (like autotest). The server is
very careful to watch
the clients for hangs and power switch them as
needed, and will also
automatically fetch serial logs from a console
server. All the resulting
information is stored in a unique output directory
for each for easy
post processing. autoboot is a collection of bash
shell scripts. It will
need some adaption for local infrastructure.

(Machine Translation)
Letztes Update: 2005-05-11 02:25

iValidator

iValidator is a Java Framework for XML-based test
automation of scenario and integration tests in
complex environments. It features reusable unit
tests, separation of code and data, an Eclipse
plug-in, and support for all testing levels.

(Machine Translation)
Letztes Update: 2002-02-04 02:35

Chainsaw

Chainsaw is a GUI log viewer and filter for the Log4J package. It listens for LoggingEvent objects sent using the SocketAppender and displays them in a table. The events can be filtered based on Priority, Thread name, Category name, or Message. It can also load events logged to a file.

(Machine Translation)
Letztes Update: 2010-05-22 09:51

ReportNG

ReportNG is a simple HTML reporting plug-in for
the TestNG unit-testing framework. It is intended
as a replacement for the default TestNG HTML
report. The default report is comprehensive but is
not so easy to understand at-a-glance. ReportNG
provides a simple, color-coded view of the test
results. ReportNG generates 100% valid XHTML 1.0
files. The output can be customised by replacing
the default stylesheet with your own CSS file.
ReportNG also includes a second reporter that
produces JUnit format XML output.

(Machine Translation)
Letztes Update: 2003-07-22 19:40

TestGen

TestGen is a very powerful program that allows developers to quickly generate test data for their Web services before publicly or internally releasing them for production.

(Machine Translation)
Letztes Update: 2007-11-01 04:39

LibFakeTime

LibFakeTime is a shared library that provides
filters for the time() and gettimeofday() library
calls for dynamically linked programs. It works
transparently for programs (no need to recompile
or relink). It has system-wide and user-wide
configuration files.

(Machine Translation)
Letztes Update: 2007-12-12 17:14

CodeCover

CodeCover is an extensible code coverage tool. It
has support for Java and COBOL, supports statement
coverage, branch coverage, loop coverage, and
MC/DC, and performs source instrumentation for the
most accurate coverage measurement. It has a CLI
interface for easy use from the command line, an
Ant interface for easy integration into an
existing build process, and is fully integrated
into Eclipse. It has customizable HTML and CSV
reports, per test case coverage measurement, full
integration with JUnit for automatic recognition
of test cases, live notification for manual test
case recognition, a boolean analyzer that helps to
find test cases to increase MC/DC, and a correlation matrix to find redundant test cases and optimize your test suite.

(Machine Translation)