9,144 reputation
11030
bio website
location Austin, TX
age
visits member for 2 years, 1 month
seen 1 hour ago
stats profile views 109

Jun
16
comment Bugs keep reappearing in our GUI software during development. How should this be addressed?
I am skeptical about the wisdom of automating tests for rapidly-changing interfaces, but I like and agree with the rest of your answer.
Jun
16
revised Bugs keep reappearing in our GUI software during development. How should this be addressed?
deleted 40 characters in body
Jun
16
comment Visual studio web performance testing for invalid input
Typically you don't field validation during performance testing. Is your question really about performance testing? If not, revising it might attract more answers.
Jun
16
answered Bugs keep reappearing in our GUI software during development. How should this be addressed?
Jun
16
revised Should a test method test only one condition?
Fix typo
Jun
15
comment Should a test method test only one condition?
Ideally your test harness will distinguish between 10 failures in the same test and one failure each in 10 tests, because the first failure in a test may flag a condition that necessarily causes another 9 failures in the same test.
Jun
15
revised Should a test method test only one condition?
deleted 5 characters in body
Jun
15
revised Should a test method test only one condition?
"club" -> "include"
Jun
15
comment Should a test method test only one condition?
Well then I learned something new today. I am going to take the liberty of changing "club" to "include", which hopefully means the right thing in both our worlds.
Jun
15
answered Should a test method test only one condition?
Jun
15
comment Should a test method test only one condition?
Did you really mean "club" in the first sentence? I'm not being humorless; I just thought it might be a typo. Did you mean "clump"?
Jun
14
answered testing Touchscreen driver
Jun
14
revised Documenting Unit Tests
Corrected spelling
Jun
14
answered Documenting Unit Tests
Jun
14
comment Documenting Unit Tests
Before I answer, can you clarify something about the extra unit tests? Would the extra unit tests stick to testing the interfaces that are part of the specification, or would they actually communicate with the internals of the implementation?
Jun
13
accepted What are some ways In which testing a mobile application is different from testing a PC application?
Jun
12
comment References for resources used in test
the "like this one" link is broken.
Jun
11
comment Is it easier to write “correct” software in functional languages?
This is really a topic for a language forum, not a QA forum. Yes, your question is about quality, but no, there are not a lot of functional programming experts/advocates hanging around here.
Jun
11
comment Is it easier to write “correct” software in functional languages?
Not necessarily. For example, You need to consider the language environment. If you use a functional language, will there be as rich an ecosystem of supporting libraries available is there are for more established, procedural languages? If not, you may need to write more code yourself. The more code you write, the more bugs you will produce. And yes, existing libraries may have bugs too, but if others are using and maintaining them, there are probably fewer bugs than in your brand-new code.
Jun
11
answered Is it easier to write “correct” software in functional languages?