简体   繁体   中英

How to automate testing of graphical (eclipse-based) desktop applications?

I need to automate testing of desktop applications based on eclipse. Is it worthy ? If yes, what kind of tools can I use with some well known continuous integration tools ?

We use a commercial tool called WindowTester from instantiations. You can buy it together with WindowBuilder (UI designer) in the RCP Developer suite. It's really good and quite cheap in my opinion.

SWTBot is getting mature, and can be used for SWT-based Gui testing.

You can integrate those test in a Continuous Integration process, or even have them as JUnit test.

以配置身份运行

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM