First alpha release of LReport is out

[2006-04-26]
Release 0.14 of LReport is availiable. This is the first release, which I consider usable. Have a look at lreport.sourceforge.net.

Revision 1.0 of Win32::GuiTest documentation is available

[2005-05-06]
There is still much space for improvements but at least all exported functions are documented.

Revision 0.2 of Win32::GuiTest documentation is available

[2005-04-27]
Revision 0.2 of Win32::GuiTest documentation is available. It is still far from being complete but more and more functions get documented

New design of my website is in place

[2005-04-13]
The site design has changed. I believe that navigation is now simpler. It may happen that some links don't work. If you find such a link please let me know

Tools > Introduction

Testing Tools

I am currently developing few tools, which I believe can be useful and there is no free equivalent for them. My goal is to create a set of free tools, which can be effectively used to facilitate testing process. Read below about my vision of the test suite.

Free test suite

My goal is to create a set of free tools, which can effectively facilitate the testing process. This set would include tools for managing tests and tools for helping in test execution. My plan is to create this toolkit in a unix way  i.e. to build the framework from the smaller well defined blocks, which would be easily adaptable outside the framework. I don't like huge toolkits made of tightly integrated blocks, which are useless outside the toolkit.

My current focus is on tools helping in test execution rather then in test management.
I am working on 2 tools:

  • A tool for reporting database tables contents.
There are different methodologies describing how to create test cases, how to manage them. But regardless on the methodology, execution of most of test cases looks like this: Check the interesting database tables, run test scenario, check interesting tables again and document your observations. The purpose of the tool is to help you with the documenting phase. You can find more details here.

  • A tool for testing Win32 gui applications.
It allows you to do the basic stuff you can do with tools like winrunner or testpartner. I am reluctant in calling this tool an equivalent of commercial tools, because it lacks many fancy features. But there are some reasons why may consider using it. Read more.