Archive for the ‘QA’ Category

MySQL Workbench 5.2 – Code Statistics

Monday, November 30th, 2009

A community member recently noted, that it takes quite a long time to compile MySQL Workbench. So he started wondering about how big the project actually is and asked for the Lines Of Code we have in our MySQL Workbench 5.2 repository. We did not have this information at hand and ...

Next MySQL Workbench 5.0.20 Release Almost Ready To Ship

Thursday, April 24th, 2008

As promised we are continuing our strong efforts after reaching GA and our announcement at the MySQL Users Conference (find a nice press article here). Alfredo managed to fix a serious bug that almost seemed to be of random nature and happened on certain OnMouseDown and OnMouseUp events on the canvas. Another ...

What Happens After Workbench 5.0 Becomes GA?

Monday, April 7th, 2008

We have just officially released the WB 5.0 RC3 build and are planning the GA build to happen soon. One might ask, what is our criteria to call something GA? Well, it means that there must not be any known and verified P1 (crashing) and P2 (very serious bug with ...

Tell me what your code looks like…

Thursday, February 7th, 2008

From time to time it is necessary to get a bigger picture of your project in terms of size, test coverage, code vs. comments ratio and others (aka metrics). While it is quite difficult to find a good (and free) code coverage tool for C++ there is already a very ...

Section related to bug reporting was added to FAQ

Monday, December 10th, 2007

For all new contributors devoted to quality, FAQ was slightly updated with new section.

Why Released on Windows First?

Monday, November 12th, 2007

If you are on Linux or OS X you might ask why we have decided to first release on the Windows platform. And why the releases for Linux and OS X will happen a few months later. Here is why. We believe we can deliver better quality if we focus on ...