Alternatives to WireMock

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

  • 1
    NeoLoad

    NeoLoad

    Tricentis

    Continuous performance testing software to automate API and application load testing. Design code-less performance tests for complex applications. Script performance tests <as:code /> within automated pipelines for API testing. Design, maintain and run performance tests as code and analyze results within continuous integration pipelines using pre-packaged plugins for CI/CD tools and the NeoLoad API. Create test scripts quickly for large, complex applications using a graphical user interface and skip the complexity of hand coding new and updated tests. Define SLAs based on built-in monitoring metrics. Put pressure on the app and compare SLAs to server-level statistics to determine performance. Automate pass/fail triggers based on SLAs. Contributes to root cause analysis. Update test scripts faster with automatic test script updates. Update only the part of the test that’s changed and re-use the rest for easy test maintenance.
    Compare vs. WireMock 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. WireMock View Software
    Visit Website
  • 3
    Boozang

    Boozang

    Boozang

    Build. Test. Automate. Empower your whole team to build and maintain automated tests, not just developers. Meet your testing demands fast. Get full test coverage in days, not months. Our natural-language tests are extremely stable to code changes. When tests break our AI will repair it in minutes. Go Agile/DevOps by setting up Continuous Testing. Push features in production the same day. Boozang supports the following test approaches: - Codeless Record/Replay interface - BDD / Cucumber - API testing - Model-based testing - HTML Canvas testing The following features makes your testing a breeze - In-browser console debugging - Screenshots to show where test fails - Integrate to any CI server - Test with unlimited parallel workers to speed up tests - Root-cause analysis reports - Trend reports to track failures and performance over time - Test management integration (Xray / Jira)
    Partner badge
    Compare vs. WireMock View Software
    Visit Website
  • 4
    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. WireMock View Software
    Visit Website
  • 5
    ZAPTEST

    ZAPTEST

    ZAPTEST Inc.

    ZAPTEST is a leading Free and Enterprise software test automation and RPA tool. Offerings include Computer Vision technology that allows for Cross-Platform digital interface automation for UI, API, Load testing, and RPA in a seamless process. Combine that with our 1SCRIPT methodology, seamless automation, parallel execution, and unlimited licenses– you get an efficient testing suite that generates up to 10X ROI. We promise that if you can perform a procedure via any digital interface (live application or mockup) manually, ZAPTEST can automate this procedure As-Is! With ZAPTEST’s Enterprise Solution subscription program, you receive unlimited licenses across the entire organization. Regardless of whether your automation needs increase, your cost remains fixed. FARM allows ZAPTEST users to manage all of their devices so you can remotely control cross-environments and projects from any location. ZAPTEST uses many practical applications to enhance its software testing software capabilities
  • 6
    Speedscale

    Speedscale

    Speedscale

    Validate the performance and quality of your apps with real-world traffic scenarios. Preview code performance, quickly spot problems, and rest assured your app runs optimally when it’s time to release. Mimic real-life scenarios, test load, and create intelligent simulations of third-party and internal backend systems to better prepare for production. No need to spin up costly new environments each time you test. Built-in autoscaling drives your cloud costs down even further. Bypass complex, homegrown frameworks and manual test scripts so you can ship more code, faster. Be confident that new code changes can handle high-traffic scenarios. Prevent major outages, meet SLAs, and protect the customer experience. Simulate third-party systems and internal backends for more reliable, affordable testing. No need to spin up costly, end-to-end environments that take days to deploy. Seamlessly migrate off legacy architecture without disrupting the customer experience.
    Starting Price: $100 per GB
  • 7
    Fiddler

    Fiddler

    Progress Software

    Capture all HTTP(S) traffic between your computer and the Internet with Telerik Fiddler HTTP(S) proxy. Inspect traffic, set breakpoints, and fiddle with requests & responses. Fiddler Everywhere is a web debugging proxy for macOS, Windows, and Linux. Capture, inspect, monitor all HTTP(S) traffic between your computer and the Internet, mock requests, and diagnose network issues. Fiddler Everywhere can be used for any browser, application, process. Debug traffic from macOS, Windows, or Linux systems and iOS or Android mobile devices. Ensure the proper cookies, headers, and cache directives are transferred between the client and server. Supports any framework, including .NET, Java, Ruby, etc. Mock or modify requests and responses on any website. It’s a quick and easy way to change the request and responses to test websites without changing code. Use Fiddler Everywhere to log all HTTP/S traffic between your computer and the Internet.
    Starting Price: $12 per user per month
  • 8
    MockLab

    MockLab

    MockLab

    Craft your simulation using the friendly, no-code UI or go fully automated with the 100% WireMock-compatible API. Simulate stateful behaviour in your mocked API using a simple finite state machine model. Test your app to destruction by injecting delays, dropped connections, drip-drip responses and corrupt HTTP payloads. A MockLab plan's collaborator limit is the total number of individual collaborators + team members that can be added by the owning account so e.g. if your subscription has a collaborator limit of 2, this means that you and 2 colleagues can work on your APIs. Test your app to destruction by injecting delays, dropped connections, drip-drip responses and corrupt HTTP payloads.
    Starting Price: $29 per month
  • 9
    PowerMock

    PowerMock

    PowerMock

    Writing unit tests can be hard and sometimes good design has to be sacrificed for the sole purpose of testability. Often testability corresponds to good design, but this is not always the case. For example final classes and methods cannot be used, private methods sometimes need to be protected or unnecessarily moved to a collaborator, static methods should be avoided completely and so on simply because of the limitations of existing frameworks. PowerMock is a framework that extends other mock libraries such as EasyMock with more powerful capabilities. PowerMock uses a custom classloader and bytecode manipulation to enable mocking of static methods, constructors, final classes and methods, private methods, removal of static initializers and more. By using a custom classloader no changes need to be done to the IDE or continuous integration servers which simplifies adoption.
    Starting Price: Free
  • 10
    Qyrus

    Qyrus

    Qyrus

    Utilize web, mobile, API, and component testing for seamless digital user journeys. Test your web applications with confidence, our platform gives you the assurance you need when it comes to speed, efficiency, and cost reduction. Leverage the Qyrus web recorder, in an already low code no-code platform to build tests faster and reduce time to market. Maximize coverage across scripts using test-building features including data parameterization and global variables. Run comprehensive test suites on the go with the scheduled runs feature. Deploy AI-driven script repair to combat flakiness and brittleness due to element shifts and UI changes to ensure application functionality throughout the development life cycle. Manage the test data in one place, eliminating the tedious steps of importing data from external sources using Qyrus’ Test Data Management (TDM). Allow users to synthetically generate data within the TDM system for usage during runtime.
  • 11
    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
  • 12
    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.
  • 13
    TAST

    TAST

    SIPSA

    TAST, Test Automation System Tool is a comprehensive cloud test automation framework that enables businesses to maximize their test automation across the complete testing process from an End User´s perspective. It is easy to use and its graphical interface defines the automated test cases across technological platforms. TAST automates: *Cross Browser testing *Mobile testing *Desktop applications testing *DDBB testing: Oracle, PostgreSQL, MySQL, Db2. *File testing: txt, pdf, word, excel, csv, xml. *Mainframe testing: AS400, Host *APIs testing *Interface testing. *Remote Server testing. Types of tests you can automate with TAST: *Integration *Functional *System: Regressive, stress, load, parallel *Acceptance *A/B.
  • 14
    IBM Rational Test Workbench
    API testing, functional UI testing, performance testing and service virtualization. IBM Rational Test Workbench provides software testing tools to support a DevOps approach: API testing, functional UI testing, performance testing and service virtualization. It helps you automate and run tests earlier and more frequently to discover errors sooner—when they are less costly to fix. IBM also provides a new bundled offering under a new consumption model that changes the way you can use and deploy DevOps software. The new offering helps simplify your planning for adoption and growth of critical IBM DevOps products. Automate all types of tests -- traditional functional/regression, mobile and integration technology, performance and scalability. Fully-integrated authoring environment provides a consistent user experience across a variety of domains. Don't wait for everything to be available to start testing, create virtual components and start testing right away.
  • 15
    HCL OneTest

    HCL OneTest

    HCL Technologies

    HCL OneTest provides software testing tools to support a DevOps approach: API testing, functional testing, UI testing, performance testing and service virtualization. It helps you automate and run tests earlier and more frequently to discover errors sooner — when they are less costly to fix. HCL also provides a bundled offering under a new consumption model that changes the way you can use and deploy DevOps software. The new offering helps simplify your planning for adoption and growth of critical DevOps products. HCL OneTest UI enables testers to take automation all the way from mainframe terminals with 3270 interfaces, through .NET- and Java-based thick client applications. Additionally, it works with the latest top browsers, ERP systems such as SAP and Oracle, right up to HTML5-based responsive web applications that are built on modern frameworks like Angular, React and Vue.js.
  • 16
    HttpMaster

    HttpMaster

    Borvid

    HttpMaster is a debugging and testing tool for various HTTP applications with special focus on web APIs and RESTful web services. Key features: - HttpMaster project to store complete definition of HTTP calls in one single place. - Broad set of HTTP properties (HTTP headers, URL encoding, etc.). - Dynamic parameters to simulate variations of input data or create global API values. - Response data validation with logical expressions. - Request chaining to use data from previous request with the next request. - Extensive data upload support, including 'multipart/form-data'. - Request data builder for creating request body with an optional dynamic parameters. - Request item execution with detailed progress monitoring. - Execution groups to create batches of requests. - Comprehensive execution data review and management. - Basic request tool for ad-hoc execution. - Command line interface. - PDF reports. - Support for cURL commands.
    Starting Price: Starting from $69
  • 17
    Autostub

    Autostub

    Torry Harris Business Solutions

    AutoStub® is an essential tool to speed up API development. It can significantly reduce your build time by quickly designing, prototyping, documenting and testing APIs. AutoStub® creates a functional mock that allows developers to work with APIs before they are fully implemented. Available as a SaaS offering, for On-Premise deployments and in a hybrid model. Key Features Simulate ReST and SOAP services Input format - Swagger files for ReST, WSDL files for SOAP services Support for GET, POST, PUT, DELETE methods in ReST Create WSDL/Swagger 2.0 based mock services; generate dummy data for API testing Get an endpoint URL that can be used on a third party SOAP client tool Improves quality by facilitating functional testing Can handle multiple test scenarios together
  • 18
    Apidog

    Apidog

    Apidog

    Apidog is a complete set of tools that connects the entire API lifecycle, helping R&D teams implement best practices for API Design-first development. Design and debug APIs in a powerful visual editor. Describe and debug easily with JSON Schema support. Automate API lifecycle with Apidog's test generation from API specs, visual assertion, built-in response validation, and CI/CD. Generate visually appealing API documentation, publish to custom domain or securely share with collaborative teams. Local and cloud mock engine generate reasonable mock data according to field names and specifications without writing scripts. Quality tools have the power to unite your entire team, while ensuring that no task is needlessly repeated. Effortlessly describe your API as you test it, and generate JSON/XML schemas with a simple click. Generate test cases from APIs, add assertions visually, and create test scenarios with branches and iterations easily.
    Starting Price: $9 per user per month
  • 19
    SOAPSonar

    SOAPSonar

    Crosscheck Networks

    Validate the functional behavior of APIs with client input simulations. Success criteria rules provide validation and regression testing of API behavior. Tests can be run on-demand or automated. Supports latest OpenAPI standards for automatically parsing OpenAPI documents and building test cases for all of the defined operations. Test authentication schemes including OAuth, SAML, PKI, Basic Auth, Amazon Auth, and Kerberos. Verify SSO tokens and cookies. Create behavior baselines and run regression tests to determine if any breakage or change of behavior occurs. Includes JSON and XML Diff capability. Test encryption and decryption of JSON, XML, REST, and SOAP message patterns. Simulate load from multiple virtual clients to measure and validate the performance criteria of the target APIs. Dynamic security and identity provide real world simulated inputs. Built-in support for AWSv4 signatures to authenticate to and test Amazon AWS APIs.
    Starting Price: $80/month
  • 20
    Ping-API

    Ping-API

    Ping-API

    Use our generator to create a test script in JavaScript or CoffeeScript. Write script to set the request parameters and validate the response. Ping-API will run your test script on global servers in U.S., Japan, Germany and Singapore. Schedule testing to inspect your APIs. We will send the failure test information to you with email, Slack and HipChat. Ping-API allows you to write test script in JavaScript and CoffeeScript to test your APIs. Write script to set request url parameters, headers and body. And write script to validate response headers and body. Script generator. Don't worry about programming. Just set parameter of your API, the generator will give you test script. It is easy! The use case for web developers. Give me a notification when my web is down or the response is unexpected. Ping-API will schedule your tests in every minutes or hours. If the test is failure, we will send the notification to you.
    Starting Price: $5 per month
  • 21
    Testfully

    Testfully

    Testfully

    From powerful API client features to advanced testing and monitoring, Testfully does it all. Enjoy the flexibility of cloud and offline-only storage, seamless team collaboration, and easy migration, all in one multi-platform tool. Easily transfer your data from Postman or Insomnia directly into Testfully. Flexible and secure, set global, environment, and folder variables scoped to workspace or user. Customize auth, parameters, headers, and body to build any HTTP request easily. Work together effortlessly, add teams, assign roles, and control folder access. Supports major schemes like OAuth2 for secure and streamlined authorization. From basic to complex, Testfully enables quick, effective testing without the need for coding, making advanced API testing accessible and hassle-free. Execute all requests in a folder simultaneously, sequentially, or randomly with just one click. Validate responses and perform contract testing using a declarative format, no coding is needed.
    Starting Price: $49 per month
  • 22
    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
  • 23
    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.
  • 24
    Bright Security

    Bright Security

    Bright Security

    Bright Security is a developer-centric Dynamic Application Security Testing (DAST) solution that helps organizations ship secure applications and APIs quickly and cost-effectively. Its approach enables quick and iterative scans to identify critical security vulnerabilities early in the SDLC without compromising on quality or delivery speed. Bright empowers AppSec teams to provide governance for securing APIs and web apps while allowing developers to take ownership of security testing and remediation work. Unlike legacy DAST solutions built for AppSec professionals, which are complex to deploy and find vulnerabilities late in the development process, Bright's DAST solution is optimized for the DevOps world. It can be deployed as early as the Unit Testing phase and run throughout the SDLC, learning and optimizing from every scan. By enabling organizations to detect and remediate vulnerabilities early in the SDLC, Bright reduces risk at a lower cost and effort.
  • 25
    vREST

    vREST

    vREST

    Validate response of your REST APIs. Write Test Cases, Run them, Validate it's Response, Find out failure reasons using Diff Report, and much more. Powerfully integrate tools like JIRA, Jenkins, Team City, Bugzilla, Slack etc. Easily pluggable with any build or continuous integration system and lets your team remains in sync on test failures. Using API Mocks, your front-end team won't need any back-end API for their development. It means that your front-end team can work in parallel with the back-end teams. Apart from it's Easy-To-Use interface and Great Customer Support Team, there are some features that make vREST stand apart in its competition. Feeling lazy to write test cases? Don't Worry, in vREST you can simply record test cases by manually using your application once. vrunner lets you execute your test cases just by running a command on your terminal. So every time you deploy your application, you just need to Run a Command to validate your APIs.
    Starting Price: $20 per month
  • 26
    Paw

    Paw

    Paw

    Paw is a full-featured HTTP client that lets you test and describe the APIs you build or consume. It has a beautiful native macOS interface to compose requests, inspect server responses, generate client code and export API definitions. Building great software is hard, and developer tools should be helping you without the headaches. Paw is exclusively built for macOS, so you should easily get the hang of it. Every feature is built intuitively with quick mouse or keyboard shortcut access. Visually build your API requests and describe each parameter through textual descriptions, typing, and constraints. Paw natively supports JSON Schema and can import and generate fully compliant Swagger, RAML, and API Blueprint description files. Keep everyone in sync with Paw for Teams. Create a team, invite your team and everyone gets seamlessly the updates.
    Starting Price: $10 per month
  • 27
    Azure Chaos Studio
    Improve application resilience with chaos engineering and testing by deliberately introducing faults that simulate real-world outages. Azure Chaos Studio is a fully managed chaos engineering experimentation platform for accelerating the discovery of hard-to-find problems, from late-stage development through production. Disrupt your apps intentionally to identify gaps and plan mitigations before your customers are impacted by a problem. Experiment by subjecting your Azure apps to real or simulated faults in a controlled manner to better understand application resilience. Observe how your apps will respond to real-world disruptions such as network latency, an unexpected storage outage, expiring secrets, or even a full data center outage with chaos engineering and testing. Validate product quality when and where it makes sense for your organization. Take advantage of a hypothesis-based approach to drive application resilience with integrated chaos in your CI/CD pipeline.
    Starting Price: $0.10 per action-minute
  • 28
    Gremlin

    Gremlin

    Gremlin

    Everything you need to safely, securely, and simply build reliable software through Chaos Engineering. Use Gremlin's comprehensive set of failure modes to experiment across your system, including bare metal, any cloud provider, containerized environments, kubernetes, applications, and serverless. Throttle CPU, Memory, I/O, and Disk. Reboot hosts, kill processes, travel in time. Introduce latency, blackhole traffic, lose packets, fail DNS. Test for failure in your code. Fail or delay serverless functions. Narrow the impact to a single user, device, or percentage of traffic.
  • 29
    ChaosIQ

    ChaosIQ

    ChaosIQ

    Define, manage and verify your system’s reliability objectives (SLOs) and corresponding measurements (SLIs). See in one place what reliable work is being conducted and what you need to do. Verify the impact on your system’s reliability by exploring how your system, people and practices anticipate and respond to difficult conditions. Structure your Reliability Toolkit to reflect how you work using the familiar structure of teams and organizations. Build, import, execute and learn from powerful chaos engineering experiments and tests based on the free and open-source Chaos Toolkit. Track the impact of your reliability work overtime against important metrics such as MTTR and MTTD. Surface weaknesses in your systems before they turn into a crisis using chaos engineering. Explore how your system responds to common failures. Build powerful and custom experiment scenarios so you can see for real how your investment in reliability is paying off.
    Starting Price: $75 per month
  • 30
    AWS Fault Injection Service
    Find performance bottlenecks or other unknown weaknesses missed by traditional software tests. Define specific conditions to stop an experiment or roll back to the pre-experiment state. Run experiments in minutes using pre-built scenarios from the FIS scenario library. Get superior insights by generating real-world failure conditions, such as impaired performance of different resources. Part of AWS Resilience Hub, AWS Fault Injection Service (FIS) is a fully managed service for running fault injection experiments to improve an application’s performance, observability, and resilience. FIS simplifies the process of setting up and running controlled fault injection experiments across a range of AWS services, so teams can build confidence in their application behavior. FIS provides the controls and guardrails that teams need to run experiments in production, such as automatically rolling back or stopping the experiment if specific conditions are met.
    Starting Price: $0.10 per action-minute
  • 31
    Harness

    Harness

    Harness

    Use each module independently with your existing tooling or use them together to build a powerful unified pipeline spanning CI, CD, STO, SRM and Feature Flags with metadata enhancing cloud cost management. AI/ML are at the heart of every Harness module. Our algorithms verify deployments, identify test optimization opportunities, make cloud cost optimization recommendations, restore state on rollback, assist with complex deployment patterns, detect cloud cost anomalies, and trigger a bunch of other activities. After a deployment, sitting around staring at logs and dashboards sucks. Harness analyzes the logs, metrics, and traces from your observability solution and automatically determines the health of every deployment. When a bad deployment is detected, Harness can automatically rollback to the last good version.
  • 32
    Global App Testing

    Global App Testing

    Global App Testing

    Global App Testing is a crowdtesting solution that enables tech teams to test in over 189 countries with 60,000+ professional testers using real devices and environments.
  • 33
    SOAtest

    SOAtest

    Parasoft

    Anchored in artificial intelligence (AI) and machine learning (ML), Parasoft SOAtest simplifies the complexity of functional testing across APIs, UIs, databases, and more. Change management systems continuously monitor quality, making the API and web service testing tool a perfect fit for Agile DevOps environments. Parasoft SOAtest delivers fully integrated API and web service testing tools that automate end-to-end functional API testing. Streamline automated testing with advanced functional test-creation capabilities for applications with multiple interfaces (REST & SOAP APIs, microservices, databases, and more). The tools reduce the risk of security breaches and performance outages by transforming functional testing artifacts into security and load equivalents. Such reuse, along with continuous monitoring of API for change, allows faster and more efficient testing.
  • 34
    NowSecure

    NowSecure

    NowSecure

    Fully automate security and privacy testing for mobile apps you build and use within one easy-to-use portal. With NowSecure Platform, test pre-prod and/or published iOS/Android binaries while monitoring the apps that power your workforce. Scale comprehensive security and privacy testing with automation Continuously test mobile binaries as you build them to keep pace with Agile and DevOps software development timelines. Monitor apps in production to confidently meet rapidly evolving mobile enterprise needs while building bridges across dev, security, GRC and mobile center of excellence (MCOE) teams. Streamline modern testing practices NowSecure Platform is tailored to meet the unique needs and complex infrastructure of the modern mobile SDLC, providing security and privacy testing solutions, including API testing, that are continuous, customizable, and accurate. Maximize visibility across teams with accurate results.
  • 35
    Alithya GoTest
    Alithya GoTest is a collaborative test hub that is easy and quick to master and integrate, ensuring the quality of any professional digital solutions for companies requiring reliability without compromises. Ensure the quality of your application without sacrificing speed or agility with an easy-to-use, GUI test automation tool. Whether using scripts or not, our flexibility is unmatched, letting you create manual, automated or hybrid test suites for every desktop, web, and mobile application with ease including .Net, Java, WPF and Windows 10, modern JavaScript frameworks like React and Angular and iOS or Andoid with 2050+ browser and platform configurations. No need to jailbreak your devices. Alithya GoTest comes with a keyword library of over 1500 keywords, so you can ensure your GUI and API tests are scalable, robust, and easy to maintain. Alithya also offers consulting, coaching and training to ensure the success of your teams.
  • 36
    Eggplant

    Eggplant

    Keysight Technologies

    At Eggplant we empower organizations to create amazing digital experiences. We help businesses to test, monitor and analyze their end-to-end customer experience and continuously improve their business outcomes. Companies worldwide use Eggplant to surpass competitors, boost productivity, and delight customers. How? By dramatically enhancing the quality, responsiveness, and performance of their software applications across different interfaces, platforms, browsers, and devices - including mobile, IoT, and desktop — in agile, DevOps, and innovative application and data environments. As software release cycles accelerate, manual testing can't keep up. AI automatically discovers user journeys, hunts for bugs and performs image-based UI tests from the user POV. Build better software with fast, broad, accurate AI-powered testing. To keep up with DevOps, continuous testing is key, streamlining development and automating the testing process.
  • 37
    Appvance

    Appvance

    Appvance.ai

    Appvance IQ (AIQ) delivers transformational productivity gains and lower costs in both test creation and execution. For test creation, it offers both AI-driven (fully machine-generated tests) and also 3rd-generation, codeless scripting. It then executes those scripts through data-driven functional, performance, app-pen and API testing — for both web and mobile apps. AIQ’s self-healing technology gives you complete code coverage with just 10% the effort of traditional testing systems. Most importantly, AIQ finds important bugs autonomously, with little effort. No coding, scripting, logs or recording required. AIQ is easy to integrate with your current DevOps tools and processes. Appvance IQ was developed by a pioneering team who envisioned a better way to test. Their innovative vision has been made possible by applying differentiated, patented AI methods to test creation while leveraging today’s high-availability compute resources for massive levels of parallel execution.
  • 38
    ReadyAPI

    ReadyAPI

    SmartBear

    The ReadyAPI platform accelerates functional, security, and load testing of RESTful, SOAP, GraphQL and other web services right inside your CI/CD pipeline. ReadyAPI allows teams to create, manage, and execute automated functional, security, and performance tests in one centralized interface - accelerating API quality for Agile and DevOps software teams. Teams can get started by importing API definitions like OAS (Swagger) or WSDLs, testing and recording live API traffic, or virtualizing web services to remove pipeline dependencies. Create comprehensive, data-driven functional API tests without the hassle of maintaining scripts. Generate load, stress, and spike tests to validate whether your API can handle real-world traffic conditions. Secure your vulnerable APIs from XSS, malformed XML, SQL injections and more with each deployment. Remove dependencies in your testing pipeline by virtualizing RESTful, SOAP, TCP, JMS, and other web services.
    Starting Price: $644 per year
  • 39
    Swagger

    Swagger

    SmartBear

    Simplify API development for users, teams, and enterprises with the Swagger open source and professional toolset. Find out how Swagger can help you design and document your APIs at scale. The power of Swagger tools starts with the OpenAPI Specification — the industry standard for RESTful API design. Individual tools to create, update and share OpenAPI definitions with consumers. SwaggerHub is the platform solution to support OpenAPI workflows at scale. Swagger open source and pro tools have helped millions of API developers, teams, and organizations deliver great APIs. Swagger offers the most powerful and easiest to use tools to take full advantage of the OpenAPI Specification.
  • 40
    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
  • 41
    Apiary

    Apiary

    Oracle

    Write an API in 30 minutes. Share it with your teammates or customers. Let them use the API mock to take your API for a spin--without writing any code. Iterate, rinse & repeat. Coding can wait until you know what your developers really need. DNA for your API, powerful, open sourced and developer-friendly. The ease of Markdown combined with the power of automated mock servers, tests, validations, proxies, and code samples in your language bindings. It's often hard to see how an API will be used until you have the chance to code against it. What wireframes are for UI design, a server mock is for API design. A quick way to prototype an API - even before you start writing code. Two clicks will link Apiary to a repository of your choice. It’s up to you whether you make the API Blueprint private or public and let the community contribute. We update API docs every time you commit, and we push commits to the repo whenever you update your documentation at Apiary. It's a virtuous cycle.
  • 42
    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
  • 43
    MockK

    MockK

    MockK

    Mocking is a technique to make testing code readable and maintainable. In three consequent articles, I would like to show the basics, features, and quirks of the MockK library. It is a new open-source library (github repository) focused on making mocking in Kotlin great. Injection first tries to match properties by name, then by class or superclass. Check the lookupType parameter for customization. Properties are injected even if private is applied. Constructors for injection are selected from the biggest number of arguments to lowest.
    Starting Price: Free
  • 44
    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.
  • 45
    Insomnia

    Insomnia

    Kong

    Design, debug, and test APIs like a human, not a robot. Finally, a workflow you'll love. The Collaborative API Design Tool for designing, testing and managing OpenAPI specifications. The Desktop API client for REST and GraphQL. Make requests, inspect responses. Quickly create and group requests, specify environment variables, authentication, generate code snippets, and more. Get all the details on responses. View the whole request timeline, status codes, body, headers, cookies, and more. Create workspaces, folders, environments, drag-and-drop requests, and easily import and export your data. Create, edit, lint, debug, preview, and manage all of your OpenAPI specs in one collaborative API design editor. Generate configuration for common API gateways such as the Kong API Gateway, and Kong for Kubernetes. Sync your API designs with source control such as Github / Gitlab, and deploy directly to API Gateways such as Kong with one click.
    Starting Price: $5 per month
  • 46
    Telerik JustMock

    Telerik JustMock

    Progress Telerik

    JustMock allows you to easily isolate your testing scenario and lets you focus on the logic you want to verify. It integrates seamlessly with your favorite unit testing framework and makes unit testing and mocking simple and fast. Mock everything like non-virtual methods, sealed classes, static methods and classes, as well as non-public members and types everywhere even members of MsCorLib. The perfect tool for unit testing your .NET code whether you're dealing with complex and hard to maintain legacy code or code written with best practices in mind. From finding what arguments your mock object is called with to why it’s not called or why it’s called repeatedly, the JustMock Debug Window helps you find the answers you are looking for while debugging your unit tests. JustMock allows you to receive critical feedback about the completeness and thoroughness of your unit tests—an absolute must for any organization that strives for high-quality code.
    Starting Price: $399 per developer
  • 47
    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!
  • 48
    API Tester

    API Tester

    API Tester

    API Tester is a completely free mobile app available on iOS, Android, macOS, and watchOS. It is a functional API testing tool that allows users to complete compound tasks on any device. - Test any API on the go: REST, GraphQL, WebSocket, SOAP, JSON RPC, XML, HTTP, HTTPS. - GET, POST, PUT, PATCH, DELETE, etc. HTTP request methods are supported. - Perform the API calls with any kind of request data encoding and transfer type. - Import collections from Swagger, Postman, and YAML, or import requests using cURL, as well as export created requests via link or cURL. - Use a powerful GraphQL editor with full-scale experience. - WebSocket testing tool is available: handles connection and message exchange via WS or WSS. The API Tester mobile app allows you to get the job away from your workstation. Save time, work from anywhere!
    Starting Price: Completely free
  • 49
    Runscope

    Runscope

    Runscope

    An API Monitoring (Runscope) API test is a group of one or more HTTP requests executed sequentially to evaluate the uptime, performance and correctness of an API. For each step in the test, you can define Assertions to validate response data and Variables to extract data to be used in subsequent requests. A test Passes if all the assertions pass. A test Fails if any assertion fails, or another error is encountered, such as a network connection problem. Your customers shouldn’t be the ones telling you about downtime and breakages. Runscope supports the notification tools you already use, like PagerDuty, Slack, HipChat, email, webhooks and more. Proactively monitor service performance to quickly catch and debug API problems fast. Stay ahead of intermittent failures before they become major issues with the API Dashboard and daily API Performance Report. Verify that the structure and content of your API calls meets your expectations. Powerful and flexible assertions give you total control.
  • 50
    NUnit

    NUnit

    .NET Foundation

    NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 3, has been completely rewritten with many new features and support for a wide range of .NET platforms. The NUnit Project is a member of the .NET Foundation. The .NET Foundation will provide guidance and support to help ensure the future of the project. The success of NUnit has been made possible through the hard work of our many contributors and team members. The Core Team thanks everyone for the help and contributions that have made NUnit the success that it is. At last count, the various NUnit packages passed 126 million downloads on NuGet.org. We couldn't have done that without the dedication of the many volunteers that donate their time and knowledge to the project. NUnit is Open Source software and NUnit 3 is released under the MIT license.