Open Source

Manufacturer details

Contact image

Tools from this manufacturer

1 2 3 4 5
ABAP

ABAP Unit is part of the test landscape for ABAP programs and completes it. With regard to the sequence of tests, ABAP Unit comes after the static program checks and is the first of the runtime tests to be executed - that is, before the integration and system tests. ABAP Unit enables early recognition and cost-efficient removal of errors. The additional effort required when developing the tests is generally made up for by the resulting support of the production code.

Read more
1 2 3 4 5
Accessive

Accessive is a tool that allows you to access private field or methods for testing purposes. That means that you don't have to make some of your methods or field package protected just to allow for testing.

Read more
1 2 3 4 5
Calabash

Calabash is an open source test automation tool for mobile apps. You can automate native, hybrid or web apps on Android or iOS.

Read more
1 2 3 4 5
Canoo WebTest

Canoo WebTest is a free OpenSource tool for XP style acceptance testing of web applications. It calls web pages and verifies the result against expected properties. The engine is based on HttpUnit. Tests are described in terms of ANT scripts. Test reporting is done via XML/XSLT

Read more
1 2 3 4 5
ClassMock

ClassMock is a framework that helps the creation of unit tests for components that use reflection or annotations. In this kind of classes, the behavior is dependent of the class structure. This way, each test case usually works with a different class created specifically for the test. With ClassMock is possible to define and generate classes in runtime, allowing a better test readability and logic sharing between tests.

Read more
1 2 3 4 5
Codeception

Codeception PHP Testing Framework is designed to work just out of the box. This means its installation requires minimal steps and no external dependencies preinstalled (except PHP, of course). Only one configuration step should be taken and you are ready to test your web application from an eye of actual user.

Read more
1 2 3 4 5
CruiseControl

CruiseControl is both a continuous integration tool and an extensible framework for creating a custom continuous build process. It includes dozens of plugins for a variety of source controls, build technologies, and notifications schemes including email and instant messaging. A web interface provides details of the current and previous builds. And the standard CruiseControl distribution is augmented through a rich selection of 3rd Party Tools.

Read more
1 2 3 4 5
Cucumber

Behaviour Driven Development tool to test web applications. Open Source.

Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format.

Cucumber works with Ruby, Java, .NET, Flex or web applications written in any language. It has been translated to over 40 spoken languages.

Cucumber also supports more succinct tests in tables - similar to what FIT does. Dig around in the examples and documentation to learn more about Cucumber tables.

Read more
1 2 3 4 5
Flyspray

Flyspray is an uncomplicated, web-based bug tracking system written in PHP for assisting with software development. It was originally conceived when the Psi Jabber client project couldn't find a bugtracker that suited their needs, and has been made available for everyone to use for their own projects.

Flyspray is Free Software, released under the GNU Lesser General Public Licence Version 2.1. This essentially means that you can get Flyspray and use it free of charge. The source code is available, and you are welcome to modify it to suit your needs. Submitting your changes back to us is entirely optional, but we'd love to hear from you!

Read more
1 2 3 4 5
Gatling

Gatling is an Open Source Stress Tool with High performances, simple concepts, a DSL to describe scenarios, HTTP support, a scenario recorder and Meaningful reports.

Read more