Skip to main content

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

Don't forget good old ETF (Eclipse Testing Framework) for plain JUnit testing both headless and UI (programmatic, not interactive). See also this summary of Eclipse testing tools and strategies. Cheers, --A

On 23 October 2015 at 19:04, Eugene Kondrashev <eugene.kondrashev@xxxxxxxxx> 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