Haiku QA team: looking for volunteers!
This post is a followup to post: http://www.haiku-os.org/community/forum/dedicated_haiku_qa_testing_team
So I am currently trying to assemble a QA team for the Haiku project which will be tasked with attempting to implement a QA process that would hopefully drive quality standards within the Haiku project. Currently, there is no dedicated QA team to oversee the testing process that would include a formal QA process for Haiku development.
The misson is simple: to establish a formal QA process (and test cycle) which is complimentary to the Development process without impeding on the efficiency and effectiveness of the current and future development and release cycles.
Things to consider getting done (in no particular order)...
Most of the things listed above will take time to get done and mature. And some of the things listed are probably not the most fun to do as it can be a lot of digital paperwork (so-to-speak).
I can assume some folks interested in being a part of the Haiku QA team already have some QA/testing experience, do QA/testing for a living or just like to break things (with QA/testing) and so the best team in my mind is one that has folks with different talents and strengths that harmonize well. Now for me, I'm no QA lead for this endeavour, I plan to be in the trenches with everyone else and I'd like to bring together people who simply desire to push and advocate for quality in everything that is Haiku and we help each other manage the whole QA process that we have established and agreed on. We all want Haiku to be the best operating system on the planet and the Haiku Dev team can only do so much (when not coding); so for us folks who can't help out with coding can certainly drive the QA/testing aspect of the project and maybe be the loud and proud voice of the Haiku end-user when it comes to driving quality.
If anyone is interested, please give a shout out here and maybe this thread will be a starting point going forward.

Comments
Re: Haiku QA team: looking for volunteers!
I don't have much time or any QA experience but I'm happy to help as much as I can. Perhaps a good start would be to simply create a Haiku "bug squad" to go through old bugs and see if they still exist.
Re: Haiku QA team: looking for volunteers!
I have some time to put towards this. I have professional experience doing project management and some QA.
Re: Haiku QA team: looking for volunteers!
I think your list sounds great (though ambitious) and I would be happy to act as a Haiku developer liaison with the QA team, if such a thing is necessary. While I should probably spend most of my time developing, I do have a great ability to find bugs, so I could also play some QA role.
One thing which I may work on soon is an automated test tool, with the first initial goal of having an automatic test suite of the Haiku menu system. Right now our "menu tracking" code leaves a lot to be desired, and it needs to be replaced, but it has years of subtle bugs fixes in it. Plus menus are a pain to test manually, and our current code doesn't even fully emulate the BeOS menu behavior, so having a full menu test suite would greatly increase the speed at which a replacement could be made, and also ensure it works how we like (emulating BeOS or not.) I know I sure have more confidence in refactoring my day job Ruby code when there are good RSpecs behind it.
Given that there is now renewed discussion of the alpha4 release, and I may be the release coordinator, I may not have time for the above soon, but it is definitely on my list.
Regards,
Ryan Leavengood
Re: Haiku QA team: looking for volunteers!
@leavengood
Developers probably make some of the best testers since they know their (and others?) code well and probably have an inkling on the weak areas where QA folks usually make wild guesses as to where bugs might be found (like finding a pinata while blind folded to beat with a stick in hopes to get candy and other goodies). I currently work in an agile development environment, so requirements are either in code, some random wiki (in Trac for example) or word of mouth, the rest of it is common sense and guess work.
I think the best goal for assembling a QA team is to maybe get one together to start work towards either supporting a formal test cycle prior to the beta release (at best) or the final release (at worst) of R1.
I work in a Rails shop myself as a QA member and there is some use of RSpec by some of the dev teams (it all depends on the team and the devs and what they think is the best test tool), but I am not involved at that level with the exception of reviewing tests they commit to better understand the functional aspects of the code and figure out what I may need to cover with testing. I do come in on functional and integration testing whereas the Rails developers mainly focus on unit testing with a smattering of functional or integration testing using such testing tools: Ruby Test-Unit, RSpec, Capybara, Selenium, etc... QA does get involved (independently) with Cabybara and Selenium (I use Selenium a lot myself). Of course I totally understand the Rails philosophy of "test driven development" and the team I'm on does a pretty good job practicing it and Rails provides a good test framework to support it, so why not?!
Oh, back to the subject here... yeah, if you and other devs would like to serve as liaisons to QA, that is great since it would hopefully be a mutual relationship that would benefit all and QA definitely depends on the devs in multiple ways. I'd be willing to learn the test automation capabilities of Haiku and attempt to write some of the automated tests that could support (and replace?) manual tests we generate.
I guess I'd like to get a feel for what the devs would like from QA; how do they see QA fitting in and making a valuable contribution to Haiku development, etc...?
-Dennis
Re: Haiku QA team: looking for volunteers!
Working off of #1 from DCATT's list, the next step is to focus on what specifically needs a regression test. Ryan, what would you recommend as high value targets for testing? I would suggest that we make a manual first pass. This is gets us acquainted with the tasks at hand, and also gets us started a bit quicker, while we think about automation as a phase 2.
Re: Haiku QA team: looking for volunteers!
I would suggest that we make a manual first pass. This is gets us acquainted with the tasks at hand, and also gets us started a bit quicker, while we think about automation as a phase 2.
I agree with your assessment... the manual test cases certainly inspire the automated equivalents (like a recipe of sorts).
Re: Haiku QA team: looking for volunteers!
Hi,
I am eager to join any testing effort for Haiku. Please see my bio for details. I would like to help out with automation or exploratory testing, although doing both always seem to produce the best results.
Wouldn't it be great if Haiku was so good it became a standard for some apps? I'd like to see it be a (the?) standard for cross-platform development work with a very wide selection of languages and APIs all working as seemlessly as possible. I like to work in many different languages (perl, python, groovy, etc.)
The future may be running multiple OSes, each on its own virtual machine. We will be going to 8 and 16 processors on the desktop, it would be nice to be able to exploit all this power using VMs. And it would be really great to see Haiku on a VM. Even better would be if Haiku was the VM, but who knows.
James Goss
Pasadena, CA
Re: Haiku QA team: looking for volunteers!
@krazykat
Looking at your bio, seems like you're overqualified (not that that's a bad thing). Anyways, I'm not in any way dictating how things should run concerning the QA team or its process. I'd rather brainstorm with those who want join the effort and come up with the best, most rewarding and fun way to test Haiku with some discipline so that the mission is continuously successful. Of course there will be some less than thrilling work to get the essential pieces in place (like a regression test suite/framework, etc...), but once that stuff is out of the way, it's just keeping it maintained and updated and the rest is the more exciting stuff.
I'm currently trying to get any of the Haiku devs to help us update the QA mailing list, which I guess I need to followup on that (maybe they expect me to do it?).
Re: Haiku QA team: looking for volunteers!
Well, I guess "overqualified" is better than nothing ... a bottle in front of me is better than a frontal lobotomy, Tom Waits might still say.
It is, after all, an operating system and there is lots that can go wrong - showstoppers, non-reproducibles, performance issues, usability, stability, boot times, APIs and compatibility, drivers, and so on. Some things with operating systems you don't really test, you just verify that after the changes are made, stuff still works about the same.
Anyway, I'd love to help out and it would give me a chance (excuse?) to really get into Haiku. I used to lead projects (as technical lead at Sun Microsystems, and as project lead sometimes, too) like this, so I feel right at home.
When can we start? :-)
James
Re: Haiku QA team: looking for volunteers!
If you have some idiot-proof scripts to run, I would be delighted to help.
Mark
Re: Haiku QA team: looking for volunteers!
When can we start? :-)
The sooner the better... I have been really trying to gauge interest and go from there. Awesome that you worked for Sun, I loved just about everything they did and I worked for a few technology companies that used Sun hardware and software for mission critical applications. Sounds like to me you'd like to take the lead on this effort, which is great if have the experience already. I think the first order of business is getting the QA mailing list fixed as it has not been maintained and needs to be updated.
https://www.haiku-os.org/community/ml (look for Quality Assurance and Testing)
I'm guessing that we can take care of it, but I thought maybe the Haiku project has a sysadmin that sort of manages that stuff for the project.
Re: Haiku QA team: looking for volunteers!
A new mailing list will be created in the next 24 hours at http://www.freelists.org/list/haiku-qa
Re: Haiku QA team: looking for volunteers!
A new mailing list will be created in the next 24 hours at http://www.freelists.org/list/haiku-qa
Thanx a bunch!
Re: Haiku QA team: looking for volunteers!
All,
The Haiku QA mailing list is now configured and working. So anyone interested in joining the Haiku QA team should subscribe to the mailing list so we can start sending and receiving official communications through there.
http://www.haiku-os.org/community/ml
Maybe we can setup an IRC channel as well for more immediate communication when doing testing events, etc...
Re: Haiku QA team: looking for volunteers!
In case everyone has not subscribed to the QA list yet (I just did myself), I figured I'd post a last message here, but from now on I'd suggest we discuss things on the mailing list.
Also someone should feel free to create a #haiku-qa IRC channel on irc.freenode.net.
Anyhow, we are starting the plans for an Alpha 4 release, which is currently scheduled for September 1, but that may be overly optimistic and certainly is not set in stone. Obviously I seriously doubt we can get a full QA process going for the Alpha 4 release, but if those of you who want to participate in the QA team could play a role in testing the release and see how we do that, I think it will be a great experience for all of us.
I am the release coordinator for Alpha 4, which mainly means being the developer who manages the release branch, with merging and cherry-picking relevant bug fixes from the master branch into the release branch. We have not yet done a release while using Git, but I'm reasonably experienced with Git and I expect the branch management to be much, much, much more pleasant with Git than it was with Subversion.
Right now fortunately Haiku is in pretty decent shape, and while plenty of bugs remain, overall things run pretty well. WebPositive was recently upgraded to a newer WebKit though, and there may be various regressions there, beyond all the bugs and lacking features it had (or didn't have) before ;)
But there is no way all of those can be fixed in the next few weeks, so we will just triage and do the best we can, and I'll just have to put some work into WebPositive and WebKit after the release.
Also one major feature which will be released as part of Alpha 4 is better wireless support, in particular support for WPA security, which was a pretty major lack in Alpha 3. Unfortunately the GUI side of wireless management is just not there at all really, and again I don't think we can pull that off for the release. But frankly we have gone too long without a release so it really just needs to get done.
While there definitely are quite a few changes from Alpha 3, I don't know if the release notes will be quite as impressive as they have been in the past. In a sense I consider this a maintenance release, if such a thing makes sense for something called Alpha (but as has been said our alphas are like some people's released product.)
Anyhow, I'm probably rambling a bit. Back on point: let's start with a basic manual testing process, where the various QA members can divide and conquer testing Haiku itself and the various included applications. As a quick example, we need to make sure ShowImage can:
If the tests are all documented they can later serve as a template for automated or semi-automated tests. The Haiku User Guide would be a great place to start to better understand some of the major features of the included Haiku applications (even I learn stuff when reading it.) Everything in the User Guide should work as expected (unless the User Guide is out of date, which is something else which should be found and fixed for the release.)
OK, I think that is enough for now, let's try to talk more on the mailing list.
Regards,
Ryan Leavengood
Re: Haiku QA team: looking for volunteers!
It would be helpful to make sure that the optionalpackages work as expected, don't introduce any unexpected dependencies, and workhybrid GCC 2 hybrid.
Re: Haiku QA team: looking for volunteers!
I would be happy to join a QA team as I have been on many in the past (I also love breaking things and trying to fix them) I have subscribed to the mailing list so I would be happy to start straight away.
-Matt
Re: Haiku QA team: looking for volunteers!
Hi!
Well... it`s a great opportunity to do some work in the field. I have no practical experience, but I can do some simple work and I can study things I don`t know.
P.S. forgot to write my bio... will do it tomorrow
Best regards,
Andrew Sushko
Re: Haiku QA team: looking for volunteers!
I would be happy to assist. I actually work in the field of consumer software products and support about 10 myself as well as write up documentation. I subscribed to the list so let me know.
-Chad
Re: Haiku QA team: looking for volunteers!
Cool, you guys! But don't be put off if you don't hear from the QA guys. This thread was over two years old when you found it, and there's no guarantee they're following it any more. You might check out that mailing list that's mentioned above, and see where it went from there.
Re: Haiku QA team: looking for volunteers!
I was the one that posted this a couple of years ago. I was going to attempt to establish a formal QA process as part of the release process by wedging a test cycle in between the dev and release cycles. The way the Haiku functions, it's not condusive for such a process to be implemented. It was probably a lofty goal that I wasn't going to be able to give the time necessary to make successful. For those of you wanting to help with testing, there are dedicated members of Haiku that test builds all the time and you can reach out to them for guidance. There should be some documentation somewhere on how to get started.
On another note, I am looking forward to the Haiku beta!
Re: Haiku QA team: looking for volunteers!
Hi all,
Sorry to take nearly a week to respond, but the Google Code-In has been the busiest it has ever been and Haiku has been the most popular mentor organisation by far!
I was officially asked to investigate QA for Haiku in 2012, but I had to wait until early 2013 to do so as I was too busy with university exams.
I found that in order to integrate QA with the current process, Haiku would need to have a tool that could connect to trac and submit tickets. The tool would need to be simple enough for people unfamiliar with QA to use, but powerful enough to handle a whole operating system. Lastly Haiku inc. is a non-profit organisation with highly constrained budget, so the software would need to be open source or, less preferably, free for open source/non-profit projects.
Although there are a lot of QA test management tools out there, they are ridiculously complicated to use or ridiculously expensive to buy.
There are a few exceptions, but they do not connect to trac and it would be rather annoying to transfer valid tickets over to trac all the time. Still it would be nonetheless possible if we can put up with that. It is just that it is made difficult by trac not coming with an API by default; requiring the need to install a dodgy 3rd party API implementation.
There are some highly polished QA tools that although are commercial solutions, are also free for open source/non-profit projects, but that still requires web hosting. This can be gained from the likes of dreamhost's free hosting for non-profits or on the dedicated Haiku Inc. server (although that is really only for core services).
I kind of gave up after this, but I have added a few tasks in GCI for students to write some test suites for some of the core apps. I just have to wait for Scott to ok them so they can be published.
When investigation Atlassian Crowd (to create a HaikuID system), I came across a couple of test management add-ons for Atlassian Jira. If you simplify Jira by turning off its advanced features, you can make it look and feel like Bitbucket (they are after all a subsidiary of Atlassin), so if you can use Bitbucket you can use these add-ons. These tools are all free for permissive licensed open source projects, but unfortunately the QA tools can only be self hosted and not hosted by Atlassian On-demand (their cloud service).
Anyway check out some of the videos of the add-ons:
http://youtu.be/eiPNH8JPFJM
http://youtu.be/F_IPkDF-Obo
http://youtu.be/w_9-Un6moGk