Tech

Exploratory Testing in Agile Developments.

By Nasima Alam, Test Analyst on Nov 30, 2021

As a Test Analyst at Infomentum, I generally follow a formal structured test process, one that is promoted by certification bodies such as ISTQB. It ensures that we adhere to the best practices and verify that the software under test meets our requirements. But is it always enough? In my experience, no. On occasion, a more experimental method of testing is a more suitable approach for that given project. Great news, it also fits nicely with an agile development cycle!

Topics: Tech testing
Continue Reading
Tech

How to use Bitbucket pipelines to deploy to WPEngine

By Diego Maeoka, Senior UI Consultant on Sep 8, 2021

We developers love to use and create automated processes! If something is repetitive, we have an urge to write a bash script, a gulp/grunt task, etc. It is in our nature! If we can automate, we will automate.

Topics: DevOps Tech
Continue Reading
Tech

MuleSoft for Java Developers: Building APIs with Mule and SpringBoot

By Guilherme Pereira, Senior Integration Consultant on Jul 20, 2021

Exciting news to share! We are launching a new MuleSoft Online Group dedicated to introducing Java Developers to the MuleSoft world. 

Topics: MuleSoft Tech
Continue Reading
Tech

How to call RPA bots from a Mule application

By Mayara Silva, RPA Associate on Mar 31, 2021

Here is a challenge for you - how to create an API that retrieves data from a cloud-based system with no external APIs? In the situations like this, it would make a perfect sense to access the data via the system's UI using robotic automation bots. Your API can invoke a bot to read the required information. To implement this solution and enable APIs to Bots requests, we need an API-RPA connector.

Topics: Tech RPA API
Continue Reading
Tech

Pursue your dream: from MSc in Physics to MuleSoft development

By Olga Kepa, MuleSoft Developer on Nov 3, 2020

Do you know many MuleSoft developers with MSc in Physics and Medical Engineering? Meet Olga Kepa - an example of how a career can change in a drastic way when you pursue your dream.

Continue Reading
Tech

Oracle APEX: how to customise Interactive Grid search

By Rene Mikami, Senior Consultant on Oct 15, 2020

One of the main features of Oracle APEX is the Interactive Grid (IG). For those unaware, it works as a CRUD to interact with any data from the database. There are many great features readily available in the IG. Search is one of such out-of-the-box capabilities, which means no extra development is required!

Continue Reading
Tech

The best way to validate MuleSoft

By Alessandro Toscano, Solution Architect on Oct 7, 2020

Are you in the middle of working out your integration strategy and selecting a suitable platform? It's a serious and long-term commitment, so wouldn't it be great to test a chosen platform first? Validate it by building fully-functioning API integrations for your specific use case?

Continue Reading
Tech

Testing made easy with MUnit Test Recorder

By Olga Kepa, MuleSoft Developer on Jul 29, 2020

Testing is a critical part of software development, ensuring early detection of bugs or any other problems within your code. However, for most of us it's the less favorite activity; it feels tedious and often repetitive. Furthermore, creating test for a large block of code can be troublesome, especially for beginners.

Continue Reading
Tech

Oracle APEX: Sending big texts to modal popups

By Rene Mikami, Senior Consultant on Jun 8, 2020

In my experience, when working with Interactive Grid, most of the times, we need to open a modal popup to interact with selected records (single or multi selection). For example, let say we have an Interactive Grid listing some records and you want a button which bulk updates all selected rows with the same value.

Continue Reading
Tech

MuleSoft TDD with the use of MUnit

By Spiros Pappas, Senior MuleSoft Consultant on May 20, 2020

Unit testing has always been an integral part of software engineering because it ensures that problems in the code are isolated and fixed long before they become an issue in production. With the introduction and adoption of Agile framework, unit testing has changed dramatically because of the test-driven development (TDD) methodology. TDD is a software development strategy in which unit tests are used to drive the development process. In this blog, I explain how to practice TDD and share some tips on how to write great unit tests using MUnit.

Continue Reading