I am writing an eclipse 3.6 RCP application with various menus, navigators, views, wizards etc.
Now I need to add a new wizard. But each time I would like to check how it looks I need to start the whole application, navigate to the menu that contains a button that launches the wizard and then I can see the result.
Is there some tutorials that show how to launch a single wizard from eg a junit test and maybe get some output from some of its pages?