How do I use the integrated testing feature?

This blog entry here about how to develop and test in the same Eclipse instance sounds great. But how do I get there? Neither the normal Knime version nor the SDK seem to show the mentioned entry in the popup menue of any of the views. I also couldn't find a way to manipulate my run configurations to work as described. Is the feature not yet official? Is it only in the premium versions? Do I need a special plugin? What am I doing wrong?

You need to install the ""KNIME Testing Framework" from the standard update site as described in the blog post.

Starting with 2.11 the SDK will already contain the testing framework.

Ok, that was easy... I was thrown off by the wording and thought it was already an integrated part. Now all that is missing is an automatic export of my node into a workflow, but that's what Ant is for.

So: thanks!