Ketan's Musings

Where he blogs about his eclipse musings

Archive for the ‘swt’ tag

SWTBot at EclipseCon

without comments

It is amazing how a talk at EclipseCon can get higher visibility to an otherwise unknown and unheard of project.

SWTBot.org was taking less than 10MB of web page views before, it now takes about 100MB, even before my talk is done with. I’ll let the graphs talk for themselves:

swtbot stats on sourceforge.net

Written by Ketan

March 20th, 2008 at 5:51 am

SWTBot at EclipseCon

without comments

I’m sitting here at EclipseCon, and the coolest thing about this is getting to meet a lot of interesting people around.

A few folks spoke to me about SWTBot, and asked for a few feature requests. I promptly added those, and checked them into SVN, and my CruiseControl instance at ThoughtWorks says green. Hurray yet another build that can be pushed into production.

Catch hold of me if you are interested in knowing more about SWTBot.

Written by Ketan

March 19th, 2008 at 5:37 am

Announcing SWTBot 0.2

with 2 comments

I just made new release of SWTBot – 0.2.0.

Some features:

  • A recorder API — now you can record SWTBot scripts.
  • Better SWTBot integration in eclipse — now you can run tests within eclipse.
  • More API — now you can use more SWT controls using an even richer API.

For more details, you can read up on the release notes here.

Written by Ketan

March 1st, 2008 at 8:41 pm

I'm speaking at EclipseCon

with 4 comments

I’ve held back on this post for quite a while now :) my visa was pending all this while, now that that’s out of the way –

I’ll be speaking at EclipseCon about SWT/Eclipse testing, and lessons learnt along the way.

The lack of a good functional testing tool about a year ago, and given that there’s no problem in ‘writing yet another calculator‘ I decided to roll out my own over a few weekends :)

SWTBot is a functional testing tool for SWT applications, that also works for eclipse plugins, and work is still underway. I would be talking about my experiences in dealing with the various functional testing tools, the various pain points of functional testing for SWT and where SWTBot compares to these.

See you at EclipseCon.

Written by Ketan

January 28th, 2008 at 2:00 pm

Announcing SWTBot 0.1

with 2 comments

I’d like to announce SWTBot a functional testing tool for SWT.

Here is a quick list of features supported by SWTBot.

Here is a link to some sample code and screencasts