[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: SWT GUI Tester
|
- From: _mcbear@xxxxxxx (mcBear)
- Date: Tue, 29 Apr 2003 06:47:33 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
Hi, Geoff
Some times ago, I looked for same tools over Internet, but I not found it.
I got abbot (http://abbot.sf.net) as prototype of my own system, and found
out that abbot's ideology works fine for SWT. For user event symulation i
wrote little c++ library, that puts keyboard and mouse events into
XWindows directly.
After that I rewrited Robot, ComponentFinder, and all tester classes.
Geoff Gibbs wrote:
> Does anyone know of a GUI tester that can test SWT and eclipse plugins,
> in particular.
> We currently use SilkTest for GUI tests, but each time eclipse runs, or
> editor pages are changed, the identifiers for the components change,
> making it impossible to record a test that will run each time.
> Geoff.