Mule Studio Beta is coming!

Reading Time: 4 minutes

I’m really happy to give you more details about Mule Studio. This is a project that started early last year and we are finally getting to a point that we are ready to share a first beta version with the entire Mule Community.

Mule Studio is an Eclipse-based developer tool, that allows to graphically create and test Mule ESB Flows.

Continue reading

Page Models: An Object Oriented approach to integration tests design

Reading Time: 8 minutes

Setting up the problem

Here is a simple scenario:

1. Go to Google
2. Provide a search string
3. Search the web
4. Make sure that some results are returned

 

In order to automate it, use your favorite test recording tool. Did you say Selenium IDE? Sure, Why not, but there are other tools, even those solely based on Javascript.

The previous scenario was implemented using Selenium IDE. Below you can see the resulting generated Java code (JUnit4):

Continue reading