RSS 730 projects tagged "Testing"

Download Website Updated 16 Apr 2010 Google C++ Mocking Framework

Screenshot
Pop 66.75
Vit 2.07

Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes. It was inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind. It lets you create mock classes trivially using simple macros, supports a rich set of matchers and actions, handles unordered, partially ordered, or completely ordered expectations, and is extensible by users.

Download Website Updated 11 Dec 2008 FEST-Mocks

Screenshot
Pop 22.54
Vit 1.00

FEST-Mocks is a Java library intended to minimize the potential shortcomings of Mock Objects.

Download No website Updated 04 Apr 2012 IPv6 CARE

Screenshot
Pop 90.50
Vit 7.15

IPv6 CARE, "IPv6 Compliant Automatic Runtime Environment", provides an environment where applications instantly become IPv6-compliant ('patch' mode, see RFC6535). It can also generate a diagnosis about the IPv6 compliance of an application ('check' mode). It uses an LD_PRELOAD-based library injection technique.

No download Website Updated 30 Aug 2012 Kaputt

Screenshot
Pop 32.03
Vit 5.56

Kaputt is a testing tool for the Objective Caml language. It features both assertion-based tests (like in the xUnit framworks) and specification-based tests (like in the QuickCheck tool).

No download Website Updated 27 Oct 2008 m0cxx0r

Screenshot
Pop 13.27
Vit 40.84

m0cxx0r is a library for automatically creating mock objects in C++, setting expectations for calls on those objects, and subsequently verifying that the expected calls were made.

Download Website Updated 05 Oct 2008 tuitest

Screenshot
Pop 19.75
Vit 1.00

tuitest is a tool to create and run automated tests of text user interfaces. It is meant as a complement to the widespread use of unit tests, and uses concepts known from GUI testing tools with the difference that it applies them specifically to text- and terminal-based user interfaces. It consists of a recorder that records the interaction with an application under tests and generates a Ruby script that replays the same interaction, optionally with the same timing. Ruby replaying is supported through a native Ruby module.

No download Website Updated 01 Oct 2008 ServiceFixture

Screenshot
Pop 15.81
Vit 1.00

ServiceFixture is a fixture library built on top of FIT/FitNesse for SOA or distributed applications that consist of stateless services like Web services (SOAP/REST), EJB and POJO, etc. It enables FitNesse to be the integration test platform for those apps.

Download Website Updated 04 Oct 2008 eval2

Screenshot
Pop 24.39
Vit 1.74

eval2 is a real-time evaluator for PHP. It is designed to be a debugging tool. Code is executed server-side as the user types and results are returned via AJAX. It comes with a limited textarea WYSIWYG code editor with tab, shift-tab indentation, and a GUI MySQL browser. It requires Firefox.

Download Website Updated 09 Sep 2008 Cmockery

Screenshot
Pop 7.94
Vit 1.00

Cmockery is a small unit testing framework for older C compilers that can be used to test some exotic code. It only requires that a test application links with the standard C library so conflicts with custom C library headers are avoided.

No download Website Updated 04 Jan 2013 Intel Software Development Emulator

Screenshot
Pop 112.92
Vit 11.19

The Intel Software Development Emulator is a functional emulator for new and upcoming instruction set extensions. The emulator is based on the Pin dynamic binary instrumentation system (and XED). It emulates the new instructions in the SSE4, AES, PCLMULQDQ, and RTM, BMI1, and BMI2 Intel AVX and AVX2 instruction set extensions. This allows developers to gain familiarity with Intel's upcoming instruction set extensions.

Screenshot

Project Spotlight

Shotwell

A photo organizer for the GNOME desktop environment.

Screenshot

Project Spotlight

zlog logging library

A reliable pure C logging library.