The Fuzz about Models

The past weeks, I’ve been working on what was intended to be a small amusing feature in the Model-Based Testing Workbench, but instead turned out to be much more complex and useful than I thought it would be. Fuzzing is a testing technique, which consists largely of just throwing random inputs at a program and […]

Read More… from The Fuzz about Models

Minor Improvements

It’s been a while since I last wrote about the Model-based Testing Workbench.  That’s not for lack of developments, but because I bit over what turned out to be much more complex and useful than I originally anticipated.  That’s not the topic of this post, though, in this post I’ll outline a bunch of minor […]

Read More… from Minor Improvements

A Model of a Program

The MBT Workbench, my tool for model-based testing, is nearing completion, at least in a proof-of-concept state.  The idea is that instead of focusing on setting up test logical cases and manually or semi-automatically validating that an application adheres to them, we just provide a model describing the correct system behavior, and let the computer […]

Read More… from A Model of a Program

Output is Just Input with the Opposite Sign

It’s been a while since I last posted about my model-based testing tool, the MBT Workbench.  That is mostly because last time, we finished something really cool (a fully working chain resulting in web-services getting called), and the big bunch of very samey user-interface coding I had to do get further was a lot less […]

Read More… from Output is Just Input with the Opposite Sign

Stubbing and Calling

I’m not even going to pretend this isn’t cool as hell: I got a hole thru on my tool for model-based testing, the MBT Workbench. I can now automatically generate a test-suite from a service description and do a comprehensive invocation. Last time, I was talking about how we set up tests in the MBT […]

Read More… from Stubbing and Calling

User-Interface too Noisy? Add More Icons!

Last time, we looked at how the MBT Workbench assists the user in deriving an input mapping from a service definition. This time, we will look at what input mappings look like and how they can be created inside the MBT Workbench, and we’ll also take a look at how the entire meta-model is implemented. […]

Read More… from User-Interface too Noisy? Add More Icons!