Can Jubula test Eclipse IDE as an application? -
am able use jubula test entire eclipse ide?
what want achieve let jubula automatically detect actions performed in eclipse ide such "right click project , rename selected project". therefore, able reuse these recorded actions test purpose.
if possible, toolkit (rcp, swing, swt etc.) should use this?
of course, it's possible.
you need use rcp toolkit , set eclipse.exe (or whichever system binary is) aut.
you don't want workspaces collide: can use jubula standalone or need run 2 instances of eclipse. when execute test job, start (or seek running) instance of eclipse. need 2 workspace folders; 1 jubula/eclipse executing tests, eclipse being tested.
you can use observation mode detect actions perform. it's disadvantage way tests less reusable , harder modify. if there's change in actions, better record whole process again.
or can create tests manually adding test cases , controller mappings. requires more practice/time.
if don't want spend time use observation mode.
Comments
Post a Comment