| bio | website | youtube.com/… |
|---|---|---|
| location | Maryland | |
| age | 27 | |
| visits | member for | 10 months |
| seen | Feb 11 at 15:44 | |
| stats | profile views | 1 |
I am a professional programmer and web application tester. I'm sort of a jack of all trades because I work with almost every technology under the sun as a hobby, so most of the questions that appear on StackExchange sites are intensely interesting to me, and many of the answers that I come up with will prove useful to me in my pursuits in the future.
I have professional and serious hobby experience with system administration (client and server), desktop applications and web programming (mostly in higher level languages), audio processing and encoding, functional validation, and application security testing. My degree is in Computer Science but my interests are much broader than most of my peers.
Chances are, if you've got a question related to technology, I'm right there with you -- either I have the same question or have had it at some point in the past. I'll try my best to impart my own personal experience in the hopes that it is useful, but be wary that I sometimes jump the gun and post experiences that may not represent actual fact. I encourage everyone to verify the information they read on the internet before making important decisions based upon it, and my answers are no exception.
Watch South Park parodying the Oh Don Piano cat that I have as my gravatar!



|
Feb 8 |
comment |
Should A Formal Test Plan For Dynamic String Testing Include All Combinations? It depends on what I can convince my coworkers to do :) Maybe we'll do exhaustive testing for 1 to 3 variables, allpairs for 4 to 10, and random spot checks for more than 10? I don't know. We'll have to try it out. But the conceptual introduction of allpairs into my brain is a huge contribution to my knowledge and development as a software tester. |
|
Feb 8 |
awarded | Student |
|
Feb 8 |
reviewed | Excellent What would be the best roles and assignments for a developer in a QA team? |
|
Feb 8 |
reviewed | Satisfactory How do I test that external CSS does not contain an absolute URL via unit test? |
|
Feb 8 |
reviewed | Excellent How can my team move away from record-and-playback when not everyone has scripting experience? |
|
Feb 8 |
reviewed | Excellent Looking for open source, Java-based tool for performance testing |
|
Feb 8 |
awarded | Custodian |
|
Feb 8 |
reviewed | Excellent What test generators do exist? |
|
Feb 8 |
reviewed | Excellent How to stress test this chat application |
|
Feb 8 |
reviewed | Needs Improvement Test automation for .NET / Java Project relying on app container |
|
Feb 8 |
reviewed | Satisfactory Should web pages be tested for ZOOM levels? |
|
Feb 8 |
reviewed | Satisfactory Webdriver Check if Checkbox is Set and Set it if Not |
|
Feb 8 |
reviewed | Needs Improvement Open-source/freeware testing tool for Set-Top Box |
|
Feb 8 |
awarded | Scholar |
|
Feb 8 |
accepted | Should A Formal Test Plan For Dynamic String Testing Include All Combinations? |
|
Feb 8 |
comment |
Should A Formal Test Plan For Dynamic String Testing Include All Combinations? Very detailed answer, thanks -- I had no idea that "allpairs" existed! In one of my real-life examples, I was able to take a truth table of 16 conditions down to 10 by eliminating impossible situations (sometimes the predicates are made up of conjunctions or other boolean logic that would lead to a contradiction), then down to 6 by using the allpairs tool to eliminate a few combinations. No, they aren't life-critical, but will lead to user confusion or support calls if it's wrong. |
|
Feb 8 |
asked | Should A Formal Test Plan For Dynamic String Testing Include All Combinations? |
|
Aug 21 |
awarded | Autobiographer |
|
Aug 7 |
awarded | Citizen Patrol |
|
Aug 7 |
comment |
How is the QA org chart across organisations? You're unlikely to get many good answers without reading a management textbook. Actual management / organizational procedures that are in place at companies are often considered to be sensitive proprietary information and should not be disclosed. After all, if a company financially benefits from having a good organizational practice, why should they share it with you for free? |