Generative MUnit Tests With MuleSoft Vibes

Testing is critical to integration development, but let’s be honest: writing MUnit tests can feel like a chore. You need to account for happy paths, error scenarios, edge cases, and realistic mock data. It’s time-consuming work that often gets deprioritized. MuleSoft Vibes: Generative MUnit Tests changes that. This feature uses generative AI to create complete […]

MuleSoft Vibes: MUnit Tests is Generally Available (GA) 

Testing has always been an incredibly important component of the software development life cycle. Appropriate testing practice often lays the foundation for improved correctness, refactoring safety and encouraging long term velocity and code impact. It’s also regularly treated as a necessary evil.  Developers have to take the time to write the tests themselves and often work […]

Best Practices for Automating MuleSoft Integration Tests via the Robot Framework

In software development, ensuring application integration and functionality is essential. For MuleSoft, the challenge is even more pronounced due to the growing number of applications, parallel projects, lack of test data, monthly runtime patches, and stringent security and compliance requirements. These factors often lead to operational disruptions. To mitigate these challenges, test automation frameworks play […]

Beginners guide to Runtime Fabric: Install, configure, and test on AWS

More Mule customers are adopting MuleSoft Runtime Fabric. This mini-series covers several Runtime Fabric topics — including how to install, configure, test, and troubleshoot Runtime Fabric. Part one of the series will cover the Runtime Fabric installation on AWS. The AWS Runtime Fabric install process is different from the traditional software install. With the traditional […]

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 in Madrid. Jose Ramón shares his findings after completing a Mule Runtime 4.3 performance test. 

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 daunting and arduous task — especially in larger applications. This can make it difficult for some users to know where to begin when they’re ready to test their Mule applications in […]

3 ways interoperability helps get more patients tested in the COVID-19 outbreak

This article was originally posted on the Salesforce blog. COVID-19 has overwhelmed governments and healthcare resources around the world. This crisis underscores the importance of interoperability — the ability for clinical and non-clinical health IT systems to talk to each other, exchange data, and make use of key information. I’ve spent years advocating the importance […]

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 Java Programmers: Introduction, unit tests play an essential role in the implementation, maintenance, and evolutionary stages of a project’s life cycle. Tests can be executed during each of these stages and the […]