I am developing a plugin for IBM Rational Rhapsody using this Java API.
This plugin is registered in the help file and is working fine as long as I can tell. In order to have more confidence about its stability I created a JUnit test suite that I can run through my IDE.
However that's just a mocking solution and I was wondering if there is any way to create an integration test suite that starts from Rhapsody.
What I would really like could be automate the execution of my plugin on a list of test models assessing its good behaviour
I can't find any reference to this on the internet so also other ideas are welcome.