Skip to content
  • salesforce New Automation bundle
    • Products
      For IT TeamsAnypoint Platform World’s #1 integration and API platform
      Integration Studio Exchange Connectors DataGraph
      API management

      Flex Gateway New

      API Governance New

      Monitoring API Manager
      See all
      Try for free Sign up to Anypoint Platform Download Studio & Mule
      For Business Teams MuleSoft Composer Connect apps and data instantly MuleSoft RPA New Automate tasks with bots
      Read the Gartner Magic Quadrant report

      Gartner names MuleSoft a Leader and a Visionary

      Read reports
    • Solutions
      Featured Solutions API Management Manage and secure any API, built and deployed anywhere Integration Connect any system, data, or API to integrate at scale Automation Automate processes and tasks for every team
      Featured Integration Salesforce Power connected experiences with Salesforce integration SAP Unlock SAP and connect your IT landscape AWS Get the most out of AWS with integration and APIs
      By Industry Financial services Government Healthcare and life sciences Higher education Insurance Manufacturing Media and telecom Retail
      By Initiative Automation eCommerce Legacy system modernization Mobile Move to the cloud Omnichannel SaaS integrations Single view of customer
      See all solutions
      Unleash the power of Salesforce Customer 360 through integration

      Unleash the power of Salesforce Customer 360 through integration

      Integrate Salesforce Customer 360 to digitally transform your business
      Read more
    • Services
      Training Courses Certifications Learning paths Training credits
      Customer success MuleSoft Catalyst Business Value Services
      Support Help Center Community Forums Resources
      Anypoint Platform Fundamentals

      Anypoint Platform Fundamentals

      Get hands-on experience using Anypoint Platform with a free online course
      Enroll for free
    • Resources
      Featured Resources Customer stories CIO webcast Developer podcast News
      Explore Webinars Demos Videos Analyst reports eBooks Whitepapers Infographics Articles Blog
      See all resources
      Events MuleSoft CONNECT MuleSoft at Dreamforce MuleSoft at TrailblazerDX Community Meetups All events
      Event MuleSoft CONNECT

      Watch CONNECT on-demand

      Watch all your favorite on-demand sessions from CONNECT, including the keynote address
      Watch now
    • Developers
      Getting started Community Training Tutorials Documentation
    • Partners
      FOR CUSTOMERS Find a partner FOR PARTNERS Partner program Partner resources Partner calendar Become a partner Partner login
    • CONTACT US Request a call Get support Global offices
    • Login
      Anypoint Platform Composer Training Help Center
    • Free trial
    • Products
      For IT TeamsAnypoint Platform World’s #1 integration and API platform
      Integration Studio Exchange Connectors DataGraph
      API management

      Flex Gateway New

      API Governance New

      Monitoring API Manager
      See all
      Try for free Sign up to Anypoint Platform Download Studio & Mule
      For Business Teams MuleSoft Composer Connect apps and data instantly MuleSoft RPA New Automate tasks with bots
      Read the Gartner Magic Quadrant report

      Gartner names MuleSoft a Leader and a Visionary

      Read reports
    • Solutions
      Featured Solutions API Management Manage and secure any API, built and deployed anywhere Integration Connect any system, data, or API to integrate at scale Automation Automate processes and tasks for every team
      Featured Integration Salesforce Power connected experiences with Salesforce integration SAP Unlock SAP and connect your IT landscape AWS Get the most out of AWS with integration and APIs
      By Industry Financial services Government Healthcare and life sciences Higher education Insurance Manufacturing Media and telecom Retail
      By Initiative Automation eCommerce Legacy system modernization Mobile Move to the cloud Omnichannel SaaS integrations Single view of customer
      See all solutions
      Unleash the power of Salesforce Customer 360 through integration

      Unleash the power of Salesforce Customer 360 through integration

      Integrate Salesforce Customer 360 to digitally transform your business
      Read more
    • Services
      Training Courses Certifications Learning paths Training credits
      Customer success MuleSoft Catalyst Business Value Services
      Support Help Center Community Forums Resources
      Anypoint Platform Fundamentals

      Anypoint Platform Fundamentals

      Get hands-on experience using Anypoint Platform with a free online course
      Enroll for free
    • Resources
      Featured Resources Customer stories CIO webcast Developer podcast News
      Explore Webinars Demos Videos Analyst reports eBooks Whitepapers Infographics Articles Blog
      See all resources
      Events MuleSoft CONNECT MuleSoft at Dreamforce MuleSoft at TrailblazerDX Community Meetups All events
      Event MuleSoft CONNECT

      Watch CONNECT on-demand

      Watch all your favorite on-demand sessions from CONNECT, including the keynote address
      Watch now
    • Developers
      Getting started Community Training Tutorials Documentation
    • Partners
      FOR CUSTOMERS Find a partner FOR PARTNERS Partner program Partner resources Partner calendar Become a partner Partner login
    • Contact
      CONTACT US Request a call Get support Global offices
    • Login
      Anypoint Platform Composer Training Help Center
    Free trial
    Link to MuleSoft Twitter profile Link to MuleSoft Linkedin profile Link to MuleSoft Facebook page Link to MuleSoft Instagram profile Link to MuleSoft Videos platform

    © Copyright 2023 Salesforce, Inc. All rights reserved.

    MuleSoft Blog MuleSoft Blog
    • Automation
    • Learn APIs
    • Integration strategy
    • Dev guides
    • News
    • Series
    Home > Testing

    Testing

    value testing API monetization
    Learn APIs

    What is value testing for API monetization? 

    With API monetization, determining the value delivered from your API products will inform a pricing and packaging strategy reflected in the business model that
    Stephen Fishman
    11 mins read | August 26, 2022
    How to tutorials

    Your guide to MUnit testing strategies and test coverage

    Humans make mistakes. While they’re usually harmless, when it comes to building applications, these mistakes can be expensive and risky. This is why application
    Mary Joy Sabal
    9 mins read | February 22, 2021
    How to tutorials

    A step-by-step guide to performance testing in Mule Runtime 4.3

    Jose Ramón Huerga is an experienced MuleSoft Architect at Everis. He is a multi-MuleSoft Certified Developer and Architect who frequently speaks at MuleSoft Meetups
    Jose Ramon Huerga
    10 mins read | November 18, 2020
    How to tutorials

    MUnit testing made easy: Introducing the test recorder

    Testing is an essential part of the software development process used to ensure code quality, but the reality is that it can be a
    Leandro Reina Kiperman
    9 mins read | June 15, 2020
    API design

    MUnit for Java Programmers: Test execution

    Unit tests are executed at different stages during the development life cycle. As mentioned in the first blog post of this series, MUnit for
    Alex Theedom
    11 mins read | March 10, 2020
    API design

    MUnit for Java Programmers: Test doubles

    What are test doubles? A test double is a term used to describe replacing a dependent component of the functionality that is being tested
    Alex Theedom
    17 mins read | March 5, 2020
    API design

    MUnit for Java Programmers: Test fixtures

    Test fixtures, also known as a test context, sets up the conditions for a test to run. These test conditions will be a known
    Alex Theedom
    7 mins read | February 26, 2020
    API design

    MUnit for Java Programmers: Test Assertions

    At the heart of unit tests are assertions which provide a mechanism for comparing expected outcomes with actual outcomes. JUnit provides a large selection
    Alex Theedom
    8 mins read | February 20, 2020
    Dev guides

    Setting up Postman for easier development with Anypoint Platform APIs

    Postman has become the standard for any developer working with APIs. It provides an intuitive interface that allows developers to easily configure, interact, and
    Dejim Juang
    7 mins read | January 7, 2020
    How to tutorials

    Easier assertions for XML and JSON in MUnit

    This is a guest blog from a member of our developer community. Dr. Roger Butenuth is a Senior Java Consultant at codecentric, he has
    Roger Butenuth
    18 mins read | December 14, 2017
    1. 1
    2. 2
    3. 3
    4. Next

    Newsletter

    Get the latest news delivered to your inbox

    Subscribe

    Report

    Choose a Gartner Leader in API management and iPaaS
    Download report   
    Also of Interest
    • QA Consulting
    • The Value of an API testing framework
    • Meet a Muley: Andrés Curcio, Software Developer in Test

    mainfooter

    • Products
      • Anypoint Platform
      • MuleSoft Composer
      • MuleSoft RPA
      • Start a free trial
      • Download Studio
    • Solutions
      • API management
      • Integration
      • Automation
      • See all solutions
    • Services
      • Training
      • Certification
      • MuleSoft Catalyst
      • Business Value Services
    • Support
      • Help Center
      • Community
      • Tutorials
      • Documentation
      • Quick start guides
      • Ask an expert
    • Resources
      • Webinars
      • Demos
      • Videos
      • Analyst reports
      • eBooks
      • Whitepapers
      • Infographics
      • Articles
      • Blog
    • Explore more
      • Contact sales
      • Partners
      • Customer stories
      • Events
      • News
      • Careers
    © Copyright 2023 Salesforce, Inc. All rights reserved. Privacy Privacy Shield Terms

    Your Privacy Choices
    Link to MuleSoft Linkedin profile Link to MuleSoft Twitter profile Link to MuleSoft Instagram profile Link to MuleSoft Facebook profile Link to MuleSoft Videos platform Link to MuleSoft Twitch profile
    • Deutsch
    • English Full site
    • French
    • Japanese
    • Portuguese
    • Spanish
    • Deutsch
    • French
    • Japanese
    • Portuguese
    • Spanish
    • English Full site

    Subscribe and get notified each time a new episode is published

    You have been redirected

    You have been redirected to this page because Servicetrace has been acquired by MuleSoft. Click here to learn more.