.
Google Test is a unit testing library for the C++ programming language, based on the xUnit architecture. The library is released under the BSD 3-clause license. It can be compiled for a variety of POSIX and Windows platforms, allowing unit-testing of 'C' sources as well as C++ with minimal source modification. The tests themselves could be run one at a time, or even be called to run all at once. This makes the debugging process very specific and caters to the need of many programmers and coders alike.
Points: 0
You voted ‘up’
Selenium is an umbrella project encapsulating a variety of tools and libraries enabling web browser automation. Selenium specifically provides infrastructure for the W3C WebDriver specification -- a platform and language-neutral coding interface compatible with all major web browsers. The project is made possible by volunteer contributors who've generously donated thousands of hours in code development and upkeep.
A collection of source from different Google projects that may be of use to developers working other Mac projects. Also, includes the Google Developer Spotlight Importers. To browse the Google Toolbox for Mac source code, visit the Source tab. Library changes are documented in the release notes. If you find a problem/bug or want a new feature to be included in the Google Toolbox for Mac, please join the discussion group or submit an issue. Google Toolbox for Mac follows the Google Objective-C Style Guide.
Zeta Test Management is a professional, integrated test management environment for Windows and Web that enables you to perform black-box tests, white-box tests, regression tests or change management tests of software applications. It helps to plan, perform, log, monitor and document the tests, and then to evaluate the test results. Create and manage your test cases and test plans with Zeta Test. Zeta Tests helps you to manually create test cases and then perform and document those test cases manually. If you use Zeta Test Management, you will be able to test all the elements of a test project, e.g. the quality of the documentation, the setup process and the behaviour of your software application on different platforms.
dotCover is a .NET unit testing and code coverage tool that works right in Visual Studio, provides great ways to visualize code coverage information, and is Continuous Integration ready. dotCover calculates and reports statement-level code coverage in .NET Framework 2.0 to 4.5 applications, as well as in Silverlight 4and 5. dotCover is a proprietary unit test runner and code coverage tool for .NET Framework 1.0 to 4.5 and Silverlight 4 and 5 applications. It has evolved to include ReSharper's unit test runner supporting such unit testing frameworks as MSTest, NUnit, xUnit, and MSpec.
TOSCA Testsuite(tm) is an enterprise agile testing suite providing functional software testing tools, comprehensive test management and automation solution. TOSCA is based on LinearQ(sm) Methodology which is right by design. Tosca Testsuite assists enterprises in optimizing test cases by minimizing the number of test cases needed to achieve the highest possible risk contribution for each test case. Combinatorial methodology, Linear Expansion, reduces the number of test cases and optimizes the risk coverage at the same time. Tosca Testsuite enables to assess the aggregated risk coverage from business, technical, performance and compliance perspectives.
Protractor is an end-to-end test framework for AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would. Protractor is built on top of WebDriverJS, which uses native events and browser-specific drivers to interact with your application as a user would. Protractor is intended for end to end or integration testing. Big tests in which you have a running instance of your entire application should be run using Protractor. Protractor is intended to run tests from a user's point of view - if your test could be written down as instructions for a human interacting with your application, it should be an end to end test written with Protractor.
Windmill is no longer actively maintained but still available for download from GitHub, see link inside
EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench: Fast develop/test cycle: Launches from within the workbench like JUnit test runs can directly be analyzed for code coverage. Rich coverage analysis: Coverage results are immediately summarized and highlight;ed in the Java source code editors. Non-invasive: EclEmma does not require modifying your projects or performing any other setup. Since version 2.0 EclEmma is based on the JaCoCo code coverage library. The Eclipse integration has its focus on supporting the individual developer in an highly interactive way.
The RapidRep® Test Suite is a solution for automated back-end testing. Amongst several other fields of application, it can be used to verify the functionality of programs without GUI (static and dynamic tests). Furthermore, RapidRep® can function as a “test oracle” and automatically determine target results (e.g. rule-based or model-based). When the target results are known (or have been determined) an automated target/actual-performance-comparison can take place. Contents of tables and files can be automatically tested as well, e.g. for data comparison after migrations.
Cantata is a unit and integration testing tool, enabling developers to verify standard compliant or business critical code on host native and embedded target platforms. Cantata helps accelerate compliance with the standard’s dynamic testing requirements by automating:
Cantata is integrated with an extensive set of embedded development toolchains, from compilers to build and requirements management tools. The ECLIPSE® GUI, tight tool integrations and tests written in the source C/C++ code, all make Cantata easy to use.
Testuff is an on-demand test management service with a desktop client application and a secure web-based backend. Main Features Test Life Cycle Management Collaboration User permissions for better group management Assign tests to specific testers Requirement management Test case management.
Benefits
RCUNIT is a small framework for testing C programs and a black box testing tool. It uses non-local jumps to emulate exceptions and handles program terminating signals (e.g. SIGILL) during test runs. RCUNIT allows creation of test fixtures, either per test or per test group. RCUNIT also provides a runtime memory leak check facility and an extensible exception handling mechanism. Requiring only an ANSI compliant C compiler, it is a highly portable unit testing tool.
Mobile Labs Trust streamlines and automates functional and regression testing of mobile apps. The solution also improves app quality and helps to increase app adoption rates. Mobile Labs Trust’s native object-based scripting lets testers interact with individual native mobile objects, their properties and methods rather than a single app-view or page-view. Through direct, on-device interaction with the mobile app under test, Mobile Labs Trust facilitates automated object definition by providing a precise inventory of objects and properties directly to QTP’s Object Repository tools.
JBehave is a framework for Behaviour-Driven Development (BDD). BDD is an evolution of test-driven development (TDD) and acceptance-test driven design, and is intended to make these practices more accessible and intuitive to newcomers and experts alike. It shifts the vocabulary from being test-based to behaviour-based, and positions itself as a design philosophy.
Cucumber is a BDD testing tool and Framework. This means that the “tests” (plain text feature descriptions with scenarios) are typically written before anything else and verified by business analysts, domain experts, etc. non technical stakeholders. The production code is then written outside-in, to make the stories pass. Cucumber itself is written in Ruby, but it can be used to “test” code written in Ruby or other languages including but not limited to Java, C# and Python. Cucumber only requires minimal use of Ruby programming and Ruby is easy, so don’t be afraid even if the code you’re developing in is not Ruby.
JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit. JUnit is linked as a JAR at compile-time; the framework resides under package junit.framework for JUnit 3.8 and earlier, and under packageorg.junit for JUnit 4 and later.
cfix is an xUnit testing framework for C/C++, specialized for unmanaged Windows development (32/64 bit). cfix supports development of both user and kernel mode unit tests. cifx unit tests are compiled and linked into a DLL. The testrunner application provided by cfix allows selectively running tests of one or more of such test-DLLs. Execution and behaviour in case of failing testcases can be highly customized. Moreover, cfix has been designed to work well in conjunction with the Windows Debuggers (Visual Studio, WinDBG). As of cfix 1.3, the framework is source-compatible to WinUnit, i.e. a WinUnit test suite can be recompiled into a full-fledged cfix test suite.
Visual Assert is a Visual Studio® AddIn that allows you to easily write, manage, run, and debug your C/C++ unit tests – without ever leaving the Visual Studio® IDE. No fiddling with command line tools, no complex configuration, and no boilerplate code required. Visual Assert (formerly code-named cfix studio) is based on, and fully compatible to the open source unit testing framework cfix.
IBM Rational Functional Tester is an automated functional testing and regression testing tool. This software provides automated testing capabilities for functional, regression, GUI, and data-driven testing. Rational Function Tester supports a range of applications, such as web-based, .Net, Java, Siebel, SAP, terminal emulator-based applications, PowerBuilder, Ajax, Adobe Flex, Dojo Toolkit, GEF, Adobe PDF documents, zSeries, iSeries, and pSeries.
T3 is a powerful automated unit testing tool to test Java classes. Given a target class to test, it randomly generates sequences of calls to the class' methods to test it. It catches unexpected exception; but if you had written assertions in the class, then violations to those will be caught as well. T3 is the successor of T2. The main idea is still the same as T2, however the engine has been completely revamped. Internally, T3 makes a lot of use of Java 8's closures, to make its generators infrastructure more customizable
Collector runs the NCover Service, which does the code profiling, but projects cannot be created or modified in Collector, and are pushed down from Code Central in a read-only view.
Each Collector is connected to the Code Central server. After Collector gathers coverage on a locally-running executable or unit test, it automatically sends the coverage data to Code Central, where it can be fully analyzed.
Concordion is an open source framework for Java that lets you turn a plain English description of a requirement into an automated test. Concordion is the most flexible tool for creating high-quality living documentation. It is often used with Specification by Example (SbE) and Behavior Driven Development (BDD) processes.
Cleanscape TestWise is a software visualization toolkit for testing, analyzing, and understanding C or C++ programs on UNIX, Linux or Windows platforms. TestWise allows developers to integrate redundant test processes into an automated test process that helps them identify and eliminate problems early in the development cycle-- reducing resource allocation while increasing software quality. TestWise is powerful software visualization and analysis toolset that automates test and maintenance of software applications for faster, better, smarter, cheaper and cleaner software development.
TestWise include the following testing utilities:
AgitarOne JUnit Generator is a comprehensive server-based solution for creating, using, and managing unit-level tests for Java code. AgitarOne JUnit Generator creates tests that document the behavior of your code as it exists today. Powered by Agitar's innovative software agitation technology, the analysis that AgitarOne JUnit Generator performs on your code routinely achieves JUnit coverage of 80% or better. With a sufficient server configuration it can generate 250,000 lines or more of JUnit per hour.
This free testing framework will help to write automated tests for HTML5, AJAX, Silverlight and WPF applications. The framework offers one consistent application programming interface (API) that allows users to automate the user interface (UI) of web applications as part of regression testing. Offers rich API, LINQ support, browser abstraction, and built-in support for Telerik UI components and Kendo UI widgets. Integrates with various unit testing frameworks such as Visual Studio Unit testing, NUnit, MbUnit and XUnit
FlowLevel is an automation application that provides a flexible infrastructure for designing, deploying, displaying results and analyzing all types of processes. FlowLevel is also an advanced automated testing tool that enables performing an assortment of tests including functionality and performance tests on both static and dynamic recourses. With FlowLevel, defining the flow, rules, and elements of work is performed dynamically and the process follows them automatically. Once the flows and rules are captured, they can be changed, either to optimize the process or adapt to new conditions.
EMMA is a fast Java code coverage tool based on bytecode instrumentation. It is an open-source toolkit for measuring and reporting Java code coverage. EMMA distinguishes itself from other tools by going after a unique feature combination: support for large-scale enterprise software development while keeping individual developer's work fast and iterative.
The Android SDK provides the API libraries and developer tools necessary to build, test, and debug apps for Android. The SDK tools are installed with the SDK starter package and are periodically updated. The SDK tools are required if you are developing Android applications. The most important SDK tools include the Android SDK Manager (android sdk), the AVD Manager (android avd) the emulator (emulator), and the Dalvik Debug Monitor Server (ddms). A short summary of some frequently-used SDK tools is provided below.
UISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications, built on top of JUnit and TestNG. UISpec4J's APIs are designed to hide as much as possible the complexity of Swing, resulting in easy to write and easy to read test scripts. This is especially true when comparing UISpec4J tests with those produced using Swing or low-level, event-based testing libraries.
Binary SAST analyzes binary code to create a detailed model of the application’s data and control paths. The model is then searched for all paths through the application that represent a potential weakness. Also known as “white-box” testing, our patented binary SAST technology finds critical vulnerabilities by performing a deep analysis of your code — including third-party components — without requiring an upload of your source code. SAST technology identifies critical vulnerabilities such as SQL injection, cross-site scripting (XSS), buffer overflows, unhandled error conditions and potential back-doors. It classifies and prioritizes the vulnerabilities using standard NIST severity levels.
Theme by Danetsoft and Danang Probo Sayekti