7,311 reputation
629
bio website AllThingsQuality.com
location United States
age
visits member for 2 years
seen 6 hours ago
stats profile views 73

Aug
11
comment What is the relation between development hours and testing hours?
Thanks for the kind comments, Balaji.
Aug
11
answered What is the relation between development hours and testing hours?
Aug
9
answered Test Automation for different Locale?
Aug
9
answered My team codes in one language, I want to test using another. What can go wrong?
Jul
28
answered Which tools should I start with?
Jul
25
answered Should we reject QA candidates based on basic reasoning and math tests?
Jul
21
revised Deployment Testing
added 233 characters in body
Jul
21
answered Deployment Testing
Jul
19
comment What is the best way to report test results?
"I like to take reporting back to a couple of fundamental questions. Who are you reporting to? What do they need to know?" Bingo! The keys to all communication.
Jul
19
comment How to QA the QA candidates… what should I look for in a QA person
Note - in your job posting, you might not want to use "to QA" as a verb. Instead, use "to test". Candidates will like you for that.
Jul
19
answered How to QA the QA candidates… what should I look for in a QA person
Jul
18
answered Why is separating functional and non-functional test important (or not)?
Jul
14
comment Should automated tests be efficient?
"When you are assuring the quality of the product, the quality of your test script is as important." I have to disagree. As long as you end up with a high-quality product, the quality of your test script is not important at all. Customers buy your product, not your test scripts.
Jul
11
comment Accessibility Testing - Should it be considered functional testing or non functional testing?
In your shop, does it matter in which category Accessibility Testing in placed? Is it funded or staffed differently?
Jul
6
comment Testing a data de-duplication and matching engine
Some excellent points here. In particular, "populate a clean database with data that covered as much of our de-duping logic as we had time to test, and then would query the database after the service was done running to verify that only the expected data remained." is one of the keys to success, IMHO.
Jun
30
comment Testing webservice engine: best practice
Rakesh - if you need to validate large amounts of data exhaustively for some reason, your parallel application is a perfectly reasonable approach toward that. But is "large amount of data" important here? Usually when I'm testing a data delivery mechanism like a web service, I use test data. Often a fairly small amount of test data will suffice, and a parallel delivery mechanism isn't necessary.
Jun
30
answered Any personal experiences on EggPlant, cross platform and application automated testing tool?
Jun
30
answered Testing webservice engine: best practice
Jun
23
comment Testing email generation
"Doesnt work so well for systems that require each email address to be unique however. In that case you may have to setup a large number of test accounts." Sometimes, you can create "unique" email addresses by appending a suffix to a single address. For example John.Smith+123@gmail.com is different from John.Smith+234@gmail.com. But Gmail will deliver both to John.Smith@gmail.com. Try it with your own gmail account!
Jun
22
answered Can exploratory testing replace executing manual functional tests?