Alternatives to NUnit

Compare NUnit alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to NUnit in 2024. Compare features, ratings, user reviews, pricing, and more from NUnit competitors and alternatives in order to make an informed decision for your business.

  • 1
    qTest

    qTest

    Tricentis

    For faster, safer software releases, you need centralized management and visibility into software testing activities from idea to production. Tricentis qTest helps unify, manage, and rapidly scale testing across the enterprise, so teams can collaborate to ship faster with less risk. Robust testing encompasses a range of testing tools, teams, and test types. Tricentis qTest unites them all, so teams can release more confidently, reduce risk, and identify opportunities to move faster – together. Automate more testing, increase release velocity, and bring teams closer throughout the software development lifecycle. Keep QA and development in sync with native DevOps tool integrations, including Jira, Jenkins, and GitHub. Trace tests and defects back to requirements and development with a complete audit trail and align teams with full-cycle, cross-project reporting. ​
    Compare vs. NUnit View Software
    Visit Website
  • 2
    aqua cloud

    aqua cloud

    aqua cloud GmbH

    aqua is an AI-powered advanced Test Management System designed to make the QA process painless. It is ideal for enterprises and SMBs across various sectors, although aqua was initially designed specifically for regulated industries like Fintech, MedTech and GovTech. aqua cloud helps to: - Organize custom testing processes and workflows, - Run testing scenarios of any complexity and scale, - Create extended sets of test data, - Ensure thorough insights with rich reporting capabilities and - Go from manual to automated testing smoothly. Additionally, it includes a unique feature called “Capture," which transforms the process of documenting and reproducing bugs into a 1-click action. aqua integrates with all the most popular issue trackers and automation tools like JIRA, Selenium, Jenkins and others. REST API is also available. aqua's streamlines testing and saves your QA team up to 70% of time, enabling you to deliver high-quality software and releases x2 faster!
    Partner badge
    Compare vs. NUnit View Software
    Visit Website
  • 3
    Parasoft

    Parasoft

    Parasoft

    Parasoft helps organizations continuously deliver high-quality software with its AI-powered software testing platform and automated test solutions. Supporting embedded and enterprise markets, Parasoft’s proven technologies reduce the time, effort, and cost of delivering secure, reliable, and compliant software by integrating everything from deep code analysis and unit testing to UI and API testing, plus service virtualization and complete code coverage, into the delivery pipeline. A powerful unified C and C++ test automation solution for static analysis, unit testing and structural code coverage, Parasoft C/C++test helps satisfy compliance with industry functional safety and security requirements for embedded software systems.
    Leader badge
    Partner badge
    Compare vs. NUnit View Software
    Visit Website
  • 4
    WebLOAD

    WebLOAD

    RadView Software

    RadView WebLOAD is a leading enterprise AI-based performance and load testing solution for testing web, mobile, and packaged applications. It supports over 150 protocols and technologies, including all common front-end frameworks, APIs, message queues, and databases, enabling load testing across any enterprise technology stack. RadView WebLOAD.AI, is available as SaaS and can also be self-hosted on-premise or in the cloud. It is highly scalable and can simulate hundreds of thousands of concurrent users from different locations and cloud platforms. With its smart and easy generation of reliable tests and its powerful AI-based analytics capabilities, RadView WebLOAD makes performance teams highly successful in detecting and quickly resolving performance issues even for the most complex environments. This makes RadView WebLOAD the solution of choice for many performance experts. RadView WebLOAD has built-in integration into most of the popular Testing, CI/CD and APM tools.
  • 5
    JUnit

    JUnit

    JUnit

    JUnit 5 is the next generation of JUnit. The goal is to create an up-to-date foundation for developer-side testing on the JVM. This includes focusing on Java 8 and above, as well as enabling many different styles of testing. We ask you – our users – to support us so we can keep up the pace. We will continue our work on JUnit regardless of how many donations we receive. However, your support would enable us to do so with greater focus and not only on weekends or in our spare time. For example, we want to meet regularly and work colocated for a few days in order to get things done faster in face-to-face design and coding sessions. Your donations will help to make that a reality!
  • 6
    QUnit

    QUnit

    QUnit

    The powerful, easy-to-use JavaScript testing framework. Easy, zero-configuration setup for any Node.js project and minimal configuration for browser-based projects. Tests can be run anywhere; Node, your browser, even inside a web worker. Test your code where it runs. Flexible APIs for custom assertions, runners, and reporters mean you can extend QUnit to fit your needs. Getting started with QUnit for Node.js projects is quick and easy. First, install the QUnit package using npm. You can now run the test suite through the QUnit CLI. It is recommended that you run the QUnit command via an npm script, which will find the QUnit command automatically from your local dependencies. Check out the API documentation to learn more about the QUnit APIs for organizing tests and making assertions.QUnit follows the Node.js Long-term Support (LTS) schedule and provides support for current, active LTS, and maintenance LTS releases.
    Starting Price: Free
  • 7
    TestNG

    TestNG

    TestNG

    TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as annotations, or the possibility to run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.). You can test that your code is multithread safe, there is flexible test configuration, support for data-driven testing (with @DataProvider), support for parameters, powerful execution model (no more TestSuite). There is a supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.), it also embeds BeanShell for further flexibility, and there is default JDK functions for runtime and logging (no dependencies), and dependent methods for application server testing. TestNG is designed to cover all categories of tests, unit, functional, end-to-end, integration, etc.
  • 8
    SpecFlow

    SpecFlow

    SpecFlow

    SpecFlow makes test automation easier by turning it into a team effort and allowing every role to better use their skills. Don’t waste your time searching for the correct definition across your binding classes, just right-click and jump to the relevant code. Hooks (event bindings) can be used to perform additional automation logic at specific times, such as any setup required prior to executing a scenario. SpecFlow supports a dependency injection framework that is able to instantiate and inject context for scenarios. This allows you to group the shared state in context classes, and inject them into every binding class that needs access to that shared state.
    Starting Price: Free
  • 9
    LDRA Tool Suite
    The LDRA tool suite is LDRA’s flagship platform that delivers open and extensible solutions for building quality into software from requirements through to deployment. The tool suite provides a continuum of capabilities including requirements traceability, test management, coding standards compliance, code quality review, code coverage analysis, data-flow and control-flow analysis, unit/integration/target testing, and certification and regulatory support. The core components of the tool suite are available in several configurations that align with common software development needs. A comprehensive set of add-on capabilities are available to tailor the solution for any project. LDRA Testbed together with TBvision provide the foundational static and dynamic analysis engine, and a visualization engine to easily understand and navigate standards compliance, quality metrics, and code coverage analyses.
  • 10
    pytest

    pytest

    pytest

    pytest helps you write better programs. The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. Due to pytest’s detailed assertion introspection, only plain assert statements are used. Detailed info on failing assert statements. Auto-discovery of test modules and functions. Modular fixtures for managing small or parametrized long-lived test resources. Can run unittest (including trial) and nose test suites out of the box. Supports Python 3.6+ and PyPy 3. Rich plugin architecture, with over 315+ external plugins and thriving community. The maintainers of pytest and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use.
  • 11
    Cantata

    Cantata

    QA Systems

    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 test framework generation, test execution. results diagnostics and report generation. Cantata is integrated with an extensive set of embedded development toolchains, from compilers and static analysis tools 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. Cantata has been independently certified by SGS-TÜV SAAR GmbH for the main software safety standards. Standard specific Cantata tool certification kits are provided free of charge and contain everything needed out-of-the-box as well as comprehensive guidance to help you achieve certification for your device software.
  • 12
    Cypress

    Cypress

    Cypress.io

    Fast, easy and reliable end-to-end testing for anything that runs in a browser. Cypress has been made specifically for developers and QA engineers, to help them get more done. Cypress benefits from our amazing open-source community - and our tools are evolving better and faster than if we worked on them alone. Cypress is based on a completely new architecture. No more Selenium. Lots more power. Cypress takes snapshots as your tests run. Simply hover over commands in the Command Log to see exactly what happened at each step. Stop guessing why your tests are failing. Debug directly from familiar tools like Chrome DevTools. Our readable errors and stack traces make debugging lightning fast. Cypress automatically reloads whenever you make changes to your tests. See commands execute in real-time in your app. Never add waits or sleeps to your tests. Cypress automatically waits for commands and assertions before moving on. No more async hell.
    Starting Price: Free
  • 13
    Typemock

    Typemock

    Typemock

    The easiest way to unit test. Write tests without changing your code! Even legacy code. Static methods, private methods, non-virtual methods, out parameters and even members and fields. Our professional edition is free for developers around the world. We also have paid support package. Improve your code integrity and deliver quality code. Fake entire object models with a single statement. Mock statics, private, constructors, events, linq, ref args, live, future, static constructors. Our suggest feature creates automated test suggestions suitable for your code. Our smart runner will run only your impact tests and get you super fast feedback. Our coverage feature displays your code coverage in your editor while you code.
    Starting Price: $479 per license per year
  • 14
    Ranorex Studio
    Empower everyone on the team to perform robust automated testing on desktop, web and mobile applications, regardless of their experience with functional test automation tools. Ranorex Studio is an all-in-one solution that includes tools for codeless automation as well as a full IDE. With our industry-leading object recognition and shareable object repository, Ranorex Studio makes it possible to automate GUI testing for even the most challenging interfaces, from legacy applications to the latest web and mobile technologies. Ranorex Studio supports cross-browser testing with built-in Selenium WebDriver integration. Perform effortless data-driven testing using CSV files, Excel spreadsheets or SQL database files as input. Ranorex Studio also supports keyword-driven testing: our tools for collaboration allow test automation engineers to build reusable code modules and share them with the team. Download our free 30-day trial for a risk-free start to test automation.
    Starting Price: $3,590 for single-user license
  • 15
    AgitarOne

    AgitarOne

    Agitar Technologies

    The AgitarOne product family helps you work safer, better, and smarter as you develop and maintain your Java applications. AgitarOne JUnit Generator creates thorough JUnit tests on your code. This helps you find regressions and makes it safer and easier to improve your code to reduce the cost to maintain it. AgitarOne Agitator helps developers understand the behavior of their code as they write it. This helps you prevent bugs and prevent code complexity that can become tomorrow's maintenance headache. The AgitarOne family is the best available way to create, use, and manage the unit tests that you need to be truly agile. Automated JUnit Generation, you can automate the generation of JUnit tests to create a "safety net" before you start working with existing code. You can automate the generation of JUnit tests to create a "safety net" before you start working with existing code.
  • 16
    Embunit

    Embunit

    Embunit

    Embunit is a unit testing tool for programmers and testers developing software in C or C++. It is aimed at embedded software development, but can be used to create unit tests for any software written in C or C++. Embunit eliminates the mundane, repetitive aspects of writing unit tests, leaving you free to concentrate on defining the test behaviour. This is achieved by specifying a sequence of actions as shown in the example screenshot below. Embunit generates the unit test source code automatically. Embunit has been developed with flexibility in mind, and can be customised to create unit tests for virtually any hardware platform; even the smallest microcontrollers. It is not tied to any specific toolset and is designed to accommodate the common limitations of embedded C++ compilers.
    Starting Price: $131.19 per user
  • 17
    Cucumber

    Cucumber

    SmartBear

    Validate executable specifications against your code on any modern development stack. With over 40 million downloads, Cucumber Open is the world’s #1 automation tool for Behavior-Driven Development. Cucumber Open isn't just open source, it's an open platform that plays well with the tools you already use and love. Works with Java, JavaScript, Ruby, .NET and many other platforms. Store plain text specifications alongside your code in your own source control system. Describe how the system should behave in a way that everybody can understand. Automate with Selenium, API calls or direct function calls in the same process. Generate reports in HTML, JSON and other formats, or build your own reports. Integrate with CucumberStudio, JIRA or build your own plugins. Bridge the gap between business and development using BDD. Decrease rework with test automation. Get real-time insights with living documentation. Seamless integration with Git.
  • 18
    EasyMock

    EasyMock

    EasyMock

    Most parts of a software system do not work in isolation, but collaborate with other parts to get their job done. In a lot of cases, we do not care about using real collaborators implementation in unit testing, as we trust these collaborators. Mock objects replace collaborators of the unit under test. To test a unit in isolation or mount a sufficient environment, we have to simulate the collaborators in the test. A Mock Object is a test-oriented replacement for a collaborator. It is configured to simulate the object that it replaces in a simple way. In contrast to a stub, a Mock Object also verifies whether it is used as expected. EasyMock has been the first dynamic Mock Object generator, relieving users of hand-writing Mock Objects, or generating code for them. EasyMock provides Mock Objects by generating them on the fly using Java proxy mechanism.
  • 19
    Jest

    Jest

    Jest

    Jest aims to work out of the box, config free, on most JavaScript projects. Make tests which keep track of large objects with ease. Snapshots live either alongside your tests, or embedded inline. Tests are parallelized by running them in their own processes to maximize performance. Tests are parallelized by running them in their own processes to maximize performance. By ensuring your tests have unique global state, Jest can reliably run tests in parallel. To make things quick, Jest runs previously failed tests first and re-organizes runs based on how long test files take. By ensuring your tests have unique global state, Jest can reliably run tests in parallel. To make things quick, Jest runs previously failed tests first and re-organizes runs based on how long test files take. Jest uses a custom resolver for imports in your tests, making it simple to mock any object outside of your test’s scope.
  • 20
    Nightwatch.js

    Nightwatch.js

    Nightwatch.js

    Nightwatch.js is an integrated, easy to use End-to-End testing solution for web applications and websites, written in Node.js. It uses the W3C WebDriver API to drive browsers and perform commands and assertions on DOM elements. Simple but powerful syntax which enables you to write tests very quickly, using Javascript (Node.js) and CSS or Xpath selectors. Typescript is supported as well. Built-in command-line test runner which runs the tests either sequentially or in parallel, with retries and implicit waits. Also supports grouping of test suites and tags. Manages automatically Selenium or WebDriver services (ChromeDriver, GeckoDriver, Edge, Safari) in a separate child process. Fluent and easy to work with Page Object Model support to better organise elements and sections, with support for both CSS or Xpath selectors.
    Starting Price: Free
  • 21
    dotCover

    dotCover

    JetBrains

    dotCover is a .NET unit testing and code coverage tool that works right in Visual Studio and in JetBrains Rider, helps you know to what extent your code is covered with unit tests, provides great ways to visualize code coverage, and is Continuous Integration ready. dotCover calculates and reports statement-level code coverage in applications targeting .NET Framework, .NET Core, Mono for Unity, etc. dotCover is a plug-in to Visual Studio and JetBrains Rider, giving you the advantage of analyzing and visualizing code coverage without leaving the code editor. This includes running unit tests and analyzing coverage results right in the IDEs, as well as support for different color themes, new icons and menus. dotCover comes bundled with a unit test runner that it shares with another JetBrains tool for .NET developers, ReSharper. dotCover supports continuous testing, a modern unit testing workflow whereby dotCover figures out on-the-fly which unit tests are affected by your code changes.
    Starting Price: $399 per user per year
  • 22
    TestComplete

    TestComplete

    SmartBear

    Ensure the quality of your application without sacrificing speed or agility with an easy-to-use, GUI test automation tool. Our AI-powered object recognition engine and script or scriptless flexibility is unmatched, letting you test every desktop, web, and mobile application with ease. TestComplete comes with an intelligent object repository and support for over 500 controls, so you can ensure your GUI tests are scalable, robust, and easy to maintain. More automated quality means more overall quality. Automate UI testing across a wide range of desktop applications, including .Net, Java, WPF and Windows 10. Create reusable tests for all web applications including modern JavaScript frameworks like React and Angular on 2050+ browser and platform configurations. Create and automate functional UI tests on physical or virtual iOS and Android devices. No need to jailbreak your phone.
    Starting Price: $4,836
  • 23
    Playwright

    Playwright

    Playwright

    Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed. Playwright waits for elements to be actionable prior to performing actions. It also has a rich set of introspection events. The combination of the two eliminates the need for artificial timeouts - the primary cause of flaky tests. Playwright assertions are created specifically for the dynamic web. Checks are automatically retried until the necessary conditions are met. Configure test retry strategy, capture execution trace, videos, screenshots to eliminate flakes. Browsers run web content belonging to different origins in different processes. Playwright is aligned with the modern browsers architecture and runs tests out-of-process. This makes Playwright free of the typical in-process test runner limitations.
    Starting Price: Free
  • 24
    unittest

    unittest

    Python

    The unittest unit testing framework was originally inspired by JUnit and has a similar flavor as major unit testing frameworks in other languages. It supports test automation, sharing of setup and shutdown code for tests, aggregation of tests into collections, and independence of the tests from the reporting framework. A test fixture represents the preparation needed to perform one or more tests, and any associated cleanup actions. This may involve, for example, creating temporary or proxy databases, directories, or starting a server process. A test suite is a collection of test cases, test suites, or both. It is used to aggregate tests that should be executed together. A test runner is a component which orchestrates the execution of tests and provides the outcome to the user. The runner may use a graphical interface, a textual interface, or return a special value to indicate the results of executing the tests.
    Starting Price: Free
  • 25
    Deequ

    Deequ

    Deequ

    Deequ is a library built on top of Apache Spark for defining "unit tests for data", which measure data quality in large datasets. We are happy to receive feedback and contributions. Deequ depends on Java 8. Deequ version 2.x only runs with Spark 3.1, and vice versa. If you rely on a previous Spark version, please use a Deequ 1.x version (legacy version is maintained in legacy-spark-3.0 branch). We provide legacy releases compatible with Apache Spark versions 2.2.x to 3.0.x. The Spark 2.2.x and 2.3.x releases depend on Scala 2.11 and the Spark 2.4.x, 3.0.x, and 3.1.x releases depend on Scala 2.12. Deequ's purpose is to "unit-test" data to find errors early, before the data gets fed to consuming systems or machine learning algorithms. In the following, we will walk you through a toy example to showcase the most basic usage of our library.
  • 26
    JMockit

    JMockit

    JMockit

    The toolkit is provided as a set of artifacts deployed to the Maven Central repository. It requires Java 7 or newer for test execution; tests must use JUnit or TestNG. For instructions on how to add the library to a Java project, see Running tests with JMockit. In this tutorial we examine the APIs available in the library, with the help of example tests (using Java 8). The central API - a single annotation - provides support for the automatic instantiation and initialization of the objects to be tested. Then we have the mocking API (also known as the "Expectations" API), intended for tests which use mocked dependencies. Finally, there is a small faking API (aka the "Mockups" API), which can be used for the creation and application of fake implementations that avoid the full cost of external components.
    Starting Price: Free
  • 27
    WireMock

    WireMock

    WireMock

    WireMock is a simulator for HTTP-based APIs. Some might consider it a service virtualization tool or a mock server. It enables you to stay productive when an API you depend on doesn't exist or isn't complete. It supports testing of edge cases and failure modes that the real API won't reliably produce. And because it's fast it can reduce your build time from hours down to minutes. MockLab is a hosted API simulator built on WireMock, with an intuitive web UI, team collaboration and nothing to install. The 100% compatible API supports drop-in replacement of the WireMock server with a single line of code. Run WireMock from within your Java application, JUnit test, Servlet container or as a standalone process. Match request URLs, methods, headers cookies and bodies using a wide variety of strategies. First class support for JSON and XML. Get up and running quickly by capturing traffic to and from an existing API.
  • 28
    Ranorex DesignWise
    Building high-quality, automated tests is a critical part of ensuring that software is well-optimized and polished before release. But it can also be time-consuming for programmers to build numerous tests to catch as many bugs as they can. Ranorex’s DesignWise software can refocus your test building to reduce test cycles, save money, and get your product out the door faster. DesignWise includes a collection of Intelligent Augmentation algorithms and a “control dial” that makes it easy for test developers to create the right number of tests for their project. Users can remove unnecessary variables and only focus on the parameters that they need. This enables team members to find and fill gaps in their test coverage and spot areas where tests are unnecessarily or overlapping and eliminate them.
  • 29
    HUnit

    HUnit

    Hackage

    HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java. It's easy to use HUnit, assuming you are familiar with Haskell, though not necessarily with JUnit. A test-centered methodology for software development is most effective when tests are easy to create, change, and execute. The JUnit tool pioneered support for test-first development in Java. HUnit is an adaptation of JUnit to Haskell, a general-purpose, purely functional programming language. With HUnit, as with JUnit, you can easily create tests, name them, group them into suites, and execute them, with the framework checking the results automatically. Test specification in HUnit is even more concise and flexible than in JUnit, thanks to the nature of the Haskell language. HUnit currently includes only a text-based test controller, but the framework is designed for easy extension. Run the tests as a group.
    Starting Price: Free
  • 30
    Klaros-Testmanagement

    Klaros-Testmanagement

    verit Informationssysteme GmbH

    Klaros-Testmanagement is a proven and popular tool from Germany which is developed since 2009 and used worldwide by large and small teams to plan and execute their testing activities. The functional scope covers all areas of the test process: test planning, test creation, test execution, assignment and evaluation of test tasks as well as test evaluation and report creation. Interfaces to defect and requirements management systems, continuous integration, test automation and performance analysis exist for numerous tools such as JIRA, Redmine, GitLab, GitHub, Jenkins, JMeter, QF-Test, Selenium, JUnit, QTP, and many more. The software is available as a free Community Edition and an Enterprise Edition with comprehensive support, both as a server installation and as a cloud service.
    Starting Price: $30 per user/month
  • 31
    Apache Yetus

    Apache Yetus

    Apache Software Foundation

    Apache Yetus is a collection of libraries and tools that enable contribution and release processes for software projects. It provides a robust system for automatically checking new contributions against a variety of community accepted requirements, the means to document a well defined supported interface for downstream projects, and tooling to help release managers generate release documentation based on the information provided by community issue trackers and source repositories. Most of the software is written in shell and scripting languages. In honor of the shell code, the project takes its name. Yetus from a synonym of the Cymbium genus of gastropods. The Yetus Precommit build, patch, and CI suite allows projects to codify their patch acceptance criteria and then evaluate incoming contributions prior to review by a committer. Audience Annotations allows you to use Java Annotations to denote which parts of your Java library is publicly consumable.
  • 32
    Jtest

    Jtest

    Parasoft

    Meet Agile development cycles while maintaining high-quality code. Use Jtest’s comprehensive set of Java testing tools to ensure defect-free coding through every stage of software development in the Java environment. Streamline Compliance With Security Standards. Ensure your Java code complies with industry security standards. Have compliance verification documentation automatically generated. Release Quality Software, Faster. Integrate Java testing tools to find defects faster and earlier. Save time and money by mitigating complicated and expensive problems down the line. Increase Your Return From Unit Testing. Achieve code coverage targets by creating a maintainable and optimized suite of JUnit tests. Get faster feedback from CI and within your IDE using smart test execution. Parasoft Jtest integrates tightly into your development ecosystem and CI/CD pipeline for real-time, intelligent feedback on your testing and compliance progress.
  • 33
    Apache Bigtop

    Apache Bigtop

    Apache Software Foundation

    Bigtop is an Apache Foundation project for Infrastructure Engineers and Data Scientists looking for comprehensive packaging, testing, and configuration of the leading open source big data components. Bigtop supports a wide range of components/projects, including, but not limited to, Hadoop, HBase and Spark. Bigtop packages Hadoop RPMs and DEBs, so that you can manage and maintain your Hadoop cluster. Bigtop provides an integrated smoke testing framework, alongside a suite of over 50 test files. Bigtop provides vagrant recipes, raw images, and (work-in-progress) docker recipes for deploying Hadoop from zero. Bigtop support many Operating Systems, including Debian, Ubuntu, CentOS, Fedora, openSUSE and many others. Bigtop includes tools and a framework for testing at various levels (packaging, platform, runtime, etc.) for both initial deployments as well as upgrade scenarios for the entire data platform, not just the individual components.
  • 34
    IBM Engineering Test Management
    Increase efficiency and quality of systems and software delivery with test planning, workflow control, tracking and metrics reporting. Available on premises and on the cloud. IBM Engineering Test Management is a collaborative, quality management solution that offers end-to-end test planning and test asset management, from requirements to defects. Teams can seamlessly share information and use automation to speed complex project schedules and report on metrics in real time for informed release decisions. Leverage test plans that deliver quality goals, track prioritized items, and manage responsibilities. Helps you manage regulatory requirements and get ready for compliance audits. Always view accurate, real-time status without having to ask each team member. Accelerate testing using rich text, in-line images and assisted data entry and validation for precise test definition and execution. Use the cloud to get up and running faster and focus your attention on technological innovation.
  • 35
    Enov8

    Enov8

    Enov8

    End-to-end “Business Intelligence” for your IT organization. Promoting transparency, control, and productivity across environments, release and data. Promote scaled agility across your IT fabric. A complete environment and release picture supporting collaboration across teams and providing the insight that organizations require today to drive competitive innovation. Improve visibility of your complex IT fabric allowing better collaboration and decision making. Manage complex computer systems & the end-to-end IT fabric through a centralized portal. Measure test environment usage to reduce IT spend and increase project productivity. Eliminate chaotic and non-repeatable operations by establishing control via centralized runbooks and using automation on regular & time consuming tasks. Manage change and contention effectively whilst providing real time health status and powerful analytics to determine business impact.
    Starting Price: $8 per month
  • 36
    TestGear

    TestGear

    TestGear

    Run any test, adapt to any testing framework, get crystal clear reporting, and boost team collaboration. Provides you with a single space for automated and manual testing with transparent reporting. Has frequent releases and fast customer support. Works seamlessly with bug trackers, task trackers, CI/CD systems, and webhook tools. Traceability and transparency throughout TestGear make communicating within your team easily as a walk in the park. No more slow-release time to market. Find how TestGear saves time and cuts costs. Scroll down for a tour of our major features and how they can help you get around 50% less hassle. Create steps, save them, and use them everywhere. Develop checklists and reduce time to writing tests. Set the desired duration, TestGear will distribute tests to team members evenly. Track the lifecycle, version, and actions of any test artifact. Link test cases, defects, and requirements.
    Starting Price: €37 per month
  • 37
    Karma

    Karma

    Karma

    The main goal for Karma is to bring a productive testing environment to developers. The environment being one where they don't have to set up loads of configurations, but rather a place where developers can just write the code and get instant feedback from their tests. Because getting quick feedback is what makes you productive and creative. Test your code on real browsers and real devices such as phones, tablets or on a headless PhantomJS instance. Control the whole workflow from the command line or your IDE - just save a file and Karma will run all the tests. Karma also watches all the files, specified within the configuration file, and whenever any file changes, it triggers the test run by sending a signal to the testing server to inform all of the captured browsers to run the test code again. Each browser then loads the source files inside an IFrame, executes the tests and reports the results back to the server.
    Starting Price: Free
  • 38
    TestBench for IBM i

    TestBench for IBM i

    Original Software

    Testing and test data management for IBM i, IBM iSeries, AS/400. Complex IBM i applications must be checked from top to bottom, right into the data, wherever it is. TestBench IBM i is a comprehensive, proven test data management, verification and unit testing solution that integrates with other solutions for total application quality. Stop copying the entire live database and hone in on the data you really need. Select or sample data with full referential integrity preserved. Simply decide which fields need to be protected and use a variety of obfuscation methods to protect your data. Track every insert, update and delete including intervening data states. Create rules so that data failures are flagged to you automatically. Avoid the painful save/restores and stop attempting to explain bad test results based on poor initial data. Comparing outputs is a well proven method to verify your test results but it can be laborious and prone to error. This unique solution can save hours.
    Starting Price: $1,200 per user per year
  • 39
    Centercode

    Centercode

    Centercode

    1 in 4 "Fortune 100" companies rely on Centercode to bring their customers to the product development table. With 2 million users worldwide, the Centercode Platform is the end-to-end SaaS solution for collecting and analyzing targeted, pre-release customer feedback that drives meaningful product improvements. Centercode is the only agile Customer Validation (CV) platform, empowering teams to create flexible projects, maintain high user participation, and rapidly draw in continuous feedback to support high-speed development. Its templates and engagement automation help you build a profiled community so you can attract and select qualified, enthusiastic users to test your products. Centercode’s customizable, in-depth reporting tools sync all your project components so creating holistic status reports is as simple as clicking a button. Integrations with tools like Jira, Salesforce, and Tableau let you seamlessly manage CV projects, without the friction of switching tools.
  • 40
    Jasmine

    Jasmine

    Jasmine

    Jasmine attempts as best as possible to follow semantic versioning. This means we reserve major versions (1.0, 2.0, etc.) for breaking changes or other significant work. Most Jasmine releases end up being minor releases (2.3, 2.4, etc.). Major releases are very infrequent. Jasmine generally avoids dropping support for browser or Node versions except in major releases. The exceptions to this are Node versions that are past end of life, browsers that we can no longer install locally and/or test against in our CI builds, browsers that no longer receive security updates, and browsers that only run on operating systems that no longer receive security updates. We’ll make reasonable efforts to keep Jasmine working in those environments but won’t necessarily do a major release if they break.
    Starting Price: Free
  • 41
    Helix ALM

    Helix ALM

    Perforce

    A good ALM tool helps the application lifecycle management of your product. The best ALM tools give you end-to-end traceability across your lifecycle. That’s why development teams across industries choose Helix ALM. Helix ALM is a modular suite of ALM tools. You can use this application lifecycle management suite to trace requirements, tests, and issues. Helix ALM is the best ALM software for application lifecycle management across the entire lifecycle. Together, this suite of ALM software delivers unparalleled traceability. That means you’ll know if requirements have been tested and met, if test runs have passed (or failed), and if issues have been resolved. Plus, if a requirement changes, you’ll know which test cases and issues will be impacted. Helix ALM makes it easy to create requirements and share requirements documents. You can do requirements reviews and get approvals — all within the software. Plus, you can even reuse requirements across projects.
  • 42
    Apica

    Apica

    Apica

    Apica provides service-level assurance for critical business journeys with early detection and early fixes, preventing loss of revenue, loss of productivity, and user dissatisfaction. Through end-to-end checks that enable successful business outcomes, Apica provides SLA assurance with custom, white-glove service throughout the entire business journey, ensuring that your business outcomes are successful, no matter what your unique requirements and objectives are. Simplify the complexity of digital application performance to support your business goals. Synthetic monitoring delivers an early warning system to detect issues before your users do. Visibility into complex IT challenges ensures better project outcomes and collaboration with IT and development teams. Apica’s platform ensures early detection that helps companies with complex IT infrastructures monitor and test business critical applications and APIs.
  • 43
    TestArmy

    TestArmy

    TestArmy

    We will join your team to form a coherent unit, just as if we have always been with you. You will miss our support, once we finish the mission. We will loyally work to make you proud of your project and concentrate all our forces on solving your problems. We will make sure that every person delegated to you is a testing veteran. No rookie privates can be deployed on major missions, our testers gain experience only on the toughest jobs. We swiftly adapt to changing conditions on the battlefield. Nothing can outdo our intelligence forces. We take care of the clients’ satisfaction every day, we continuously keep the quality of their systems top-notch and the user experiences seamless. Write to us about your product and we will take care of the rest.
  • 44
    Visual Studio App Center
    Continuously build, test, release, and monitor apps for every platform. Connect to GitHub, Bitbucket, GitLab, or Azure DevOps and build your app in the cloud on every commit. Automatically run unit tests, release to testers and stores, or test your UI on real devices. Commit to a feature branch to build and test. Commit to a beta branch to distribute to testers. Commit to master to submit to the App Store. Customize to fit your team’s workflow. Does your app still work after your latest change? How does it perform on an LG G2? Find out by testing your app in a hosted device lab with 1000s of real iOS and Android devices. You’ll receive test results, full-resolution screenshots of every step, along with performance metrics. Whether you prefer private distribution, public open betas, Microsoft Intune, TestFlight, Google Play, or the App Store, App Center makes releasing your app a delight.
    Starting Price: $40 per month
  • 45
    Mocha

    Mocha

    Mocha

    Mocha runs in the browser. Every release of Mocha will have new builds of ./mocha.js and ./mocha.css for use in the browser. By adding an argument (usually named done) to it() to a test callback, Mocha will know that it should wait for this function to be called to complete the test. This callback accepts both an Error instance (or subclass thereof) or a falsy value; anything else is invalid usage and throws an error (usually causing a failed test). These reporters expect Mocha to know how many tests it plans to run before execution. This information is unavailable in parallel mode, as test files are loaded only when they are about to be run. In serial mode, tests results will “stream” as they occur. In parallel mode, reporter output is buffered; reporting will occur after each file is completed. In practice, the reporter output will appear in “chunks” (but will otherwise be identical). If a test file is particularly slow, there may be a significant pause while it’s running.
    Starting Price: Free
  • 46
    TESSY

    TESSY

    Razorcat

    TESSY automates the whole unit test cycle including regression testing for your embedded software in C/C++ on different target systems. As an easy-to-install and easy-to-operate testing tool TESSY guides you through the unit test workflow from the project setup through the test design and execution to the result analysis and reporting. TESSY takes additional care of the complete test organization as well as the test management, including requirements, coverage measurement, and traceability. The TESSY test project management feature provides the possibility to define an individual test project structure based on collections and folders, to define environment variables, and to configure your desired compiler/debugger with the help of the integrated Test Environment Editor. The coverage results are displayed directly within the project structure and the test results are stored within test runs which allows for keeping former (successful) results for reporting.
  • 47
    AppHarbor

    AppHarbor

    AppHarbor

    AppHarbor is a fully hosted .NET Platform as a Service. AppHarbor can deploy and scale any standard .NET application to the cloud. AppHarbor is used by thousands of developers and businesses to host anything from personal blogs to high traffic web applications. AppHarbor lets you instantly deploy and scale .NET applications using your favorite versioning tool. Installing add-ons is just as easy. You push .NET and Windows code to AppHarbor using Git, Mercurial, Subversion or Team Foundation Server with the complimentary Git service or through integrations offered in collaboration with Bitbucket, CodePlex and GitHub. When AppHarbor receives your code it will be built by a build server. If the code compiles all unit tests contained in the compiled assemblies will be run. The result and progress of the build and unit test status can be monitored on the application dashboard. AppHarbor will call any service hooks that you add to notify you of the build result.
    Starting Price: $49 per month
  • 48
    Mockito

    Mockito

    Mockito

    Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with a clean & simple API. Mockito doesn’t give you hangover because the tests are very readable and they produce clean verification errors. Read more about features & motivations. Top 10 Java library across all libraries, not only the testing tools. In late 2013 there was an analysis made of 30.000 GitHub projects. Although Mockito reached number 9 in the main report, mockito-core and mockito-all are the same tool and therefore the factual position of Mockito is number 4, surpassing famous tools like Guava or Spring. Treat this study as an indicator of a big impact that Mockito makes every day on unit tests written in Java.
    Starting Price: Free
  • 49
    Visual Studio

    Visual Studio

    Microsoft

    Full-featured IDE to code, debug, test, and deploy to any platform. Code faster. Work smarter. Create the future with the best-in-class IDE. Develop with the entire toolset from initial design to final deployment. Improved IntelliSense performance for C++ files. Local development with many common emulators. Simplified test access in Solution Explorer. Git management and repo creation in the IDE. Kubernetes support now included in Microsoft Azure workload.
    Starting Price: $45.00 per month
  • 50
    dbForge Unit Test
    dbForge Unit Tests for SQL Server is a GUI-based tool available as an add-in for SQL Server Management Studio. This tool enables users to implement and automate unit testing directly within SSMS. Key Features: - Isolated unit testing to avoid affecting the actual database - Writing unit tests in T-SQL without additional tools - Simple installation and uninstalling of the tSQLt framework for writing unit tests - Performing multiple unit tests simultaneously - Integrating unit tests into DevOps processes - Running unit tests via the command line - Access to the collection of unit test examples - Safe refactoring in large databases The tool features a Test List Manager, a separate tab within the SSMS interface for creating, editing, managing, and running unit tests. This integration allows teams to stay within SSMS, eliminating the need for learning and switching between different tools, thus supporting a more comfortable environment and efficient performance.
    Starting Price: $169.95