8,564 reputation
11030
bio website
location Austin, TX
age
visits member for 2 years
seen 2 hours ago
stats profile views 109

Jun
20
comment What are good guidelines to determine when to automate a test?
Of course, it can be hard to quantify ROI.
Jun
20
accepted Should unit tests be executed as part of a build?
Jun
20
accepted Is the return on investment of any particular kind of testing measurable?
Jun
20
comment What is shakeout testing?
Nice explanation, and probably right too.
Jun
20
answered What is shakeout testing?
Jun
20
answered What are the pros and cons of a testing team having a lead vs having a manager?
Jun
20
comment Should unit tests be executed as part of a build?
I don't understand "Build might succeed even and unit tests might fail." Can you clarify that please?
Jun
18
asked Should unit tests be executed as part of a build?
Jun
18
asked Is the return on investment of any particular kind of testing measurable?
Jun
18
comment Selenium form input sendKeys doesn't always work under IE
Is this specific to IE?
Jun
17
answered Writing tests to learn the code
Jun
17
answered What criteria do I apply to a highly complex development project to warrant getting “real world” data?
Jun
16
revised Bugs keep reappearing in our GUI software during development. How should this be addressed?
typo
Jun
16
comment Bugs keep reappearing in our GUI software during development. How should this be addressed?
I think we both agree you need to consider the ROI.
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.