Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Full cycle testing

Your best bet it is use RCPTT (https://www.eclipse.org/rcptt/)
It allows to drive the Eclipse UI, write assertions, etc.
The tests written with RCPTT can be executed using a Maven plugin.

However know that at this point RCPTT does not deal with installation / uninstallation using p2, so you may have to resort to write something manually for this.

On 15-10-23 02:04 PM, Eugene Kondrashev wrote:
Hi guys,
I'm interest in implementing full cycle testing for eclipse plugin.

By full cycle I mean, testing starting from installation, launching, execution basic operations(crud for projects/files), perhaps compilation/execution of some classes(jdt), shutdown, etc.
In other words common scenarios would be:
launch -> installation -> restart-> create project->verify operation->shutdown
launch -> installation -> restart -> uninstallation
...
Those scenarios should be executed with maven.

Are there any instruments available to implement such testing scenarios? Any similar examples?

Thanks,
Eugene


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top