Archive for the ‘functional testing’ tag
Code Coverage And Functional Tests
I am often asked this rather perilous question:
How do I view code coverage for my functional tests?
Short answer:
Here’s how…. However, use it only for figuring out what functionality is not covered, not as a workaround for not having enough unit and integrations.
Having to use functional tests to determine percentage of code coverage is IMO a bad smell, avoid as much as possible.
SWTBot 1.2.0 released
For the impatient:
Direct download link: https://sourceforge.net/project/showfiles.php?group_id=188411&package_id=220519&release_id=622752
Update site: http://swtbot.sourceforge.net/latest/update-site/
SWTBot 1.2.0 is the 3rd of the 1.x releases of SWTBot was released last night, and there have already been about 200 downloads by the time of writing this blog post.
SWTBot has always believed in release early release often mantra, and pushes out nightly builds out of CruiseControl. From the download stats I’m looking at, there are more downloads of the nightly build than the ‘stable’ available on the sourceforge mirrors.
The highlight of the release is support for view menus and view toolbar.
Thanks to the contributors and adoptors, for patches, criticism, and suggestions for improvement. The release has fixed about 42 issues.
Read more on the detailed release notes and the changelog.
Announcing SWTBot 1.0
I just made new release of SWTBot – 1.0
Direct download link: http://sourceforge.net/project/showfiles.php?group_id=188411&package_id=220519&release_id=601136
Update site: http://swtbot.sourceforge.net/latest/update-site/
Some features:
- A recorder API — now you can record SWTBot scripts. Still in beta though.
- 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.
- More stable than before.
For more details, you can read up on the release notes here.
SWTBot 1.0 out soon…
So I’ll be doing a release of SWTBot 1.0 sometime soon
After quite some rigorous tests on a real life project I believe it’s now quite stable enough to be called a major release.
A lot of folks have asked me if there’s a way I could provide any intermediate builds as and when fixes are checked in into trunk. To address this issue, I’ll be putting in some build scripts to push builds out of the CruiseControl running at ThoughtWorks.
Watch out for this space for an announcement about this…
What’s next, I hear there’s something called eSWT and eRCP out there, there’s also some search engine company doing something similar
Announcing SWTBot 0.2
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.