Quality Assurance in software development, is not the sole responsibility any one team, yet the structure (and project schedules) of many organizations makes the Test team, in particular, "accountable".
The net effect is you end up with strange beliefs that "not letting developers talk to testers" will improve the quality of the software product. What gives?
At what point did we lose the plot?
Fortunately, there's some smart folks out there who realize there's a better way. Competitive software companies nowadays are doing some interesting things;
* Building & Testing what the customer actually wants (BDD, Agile Specs
* Not wasting time (and money) on stuff that's not important. (MMF, Getting Real)
* Automating things instead of doing them by hand. (Like testing!)
* Training people how to write Code That's Easy to Test (the Pragmatic Programmer)
* Training people how to write tests for that same code (cmon, this is basic QA people! Educate your developers.)
* Training people to write & run those tests before they write any code (e.g. BDD/TDD/XP )
* Isolating bugs when they are introduced, not 6 months later (Continuous Integration) And last but not least;
* Responsibility, accountability and pride your own/team's work. (Leadership, Software Craftmanship, SCRUM)
Easier said than done, yes, but its not rocket surgery.
I've been a user of the "Password Gorilla":http://www.fpx.de/fp/Software/Gorilla/ (I use OS X) with an automatic backup of its (encrypted) password database with "DropBox":http://www.getdropbox.com/ . (Kudos to "Joel S":http://www.joelonsoftware.com/items/2008/09/11b.html for this idea)
I'm not a great fan of Password Gorilla's (PwG) UI, and am tempted to go to a purely OSX app. But being a Java app, I do like the ability to install/run PwG on a windoze box at short notice if the fit does ever hit the shan.
Another issue for me is the encryption strength of the PwG database. I read of several users syncing TrueCrypt volumes to DropBox instead, which is a damn fine idea. Any suggestions for a multi-patform PwG-clone with a better UI / encryption ?