438 reputation
37
bio website
location Cary, NC
age 43
visits member for 2 years
seen May 12 at 12:16
stats profile views 10

Contract developer at iSoftStone, avid Science Fiction reader, devoted husband and father of three.


May
4
awarded  Yearling
May
4
awarded  Yearling
Dec
8
comment Is there some published JavaScript with a list of 'interesting' test strings?
The tests-for-strings.html one looks pretty good, thanks. I asked for a JavaScript object because I was hoping for something pretty plug-and-play, to save myself some typing.
Dec
2
comment Is there some published JavaScript with a list of 'interesting' test strings?
Given enough volume, random is probably better than just guessing, but I'd still like to have some list of "known problematic" strings. The character set offered on that page also seems quite limited: no unicode, no punctuation.
Dec
2
comment Is there some published JavaScript with a list of 'interesting' test strings?
I certainly would have guessed that all those things are out there, but a while spent fruitlessly searching Google and StackOverflow seems to say they are not.
Dec
2
awarded  Student
Dec
2
asked Is there some published JavaScript with a list of 'interesting' test strings?
Sep
24
comment How do you test for everything that could go wrong?
Oh, and if you happen to run your app in a data enter, go talk to your ops guys; they will give you plenty of ideas for additional testing.
Sep
24
answered How do you test for everything that could go wrong?
Sep
24
comment How do you test for everything that could go wrong?
Root cause analysis is key. Find out what failed, figure out why you didn't catch it, and fix that.
May
12
awarded  Nice Answer
May
11
revised Which locator do you use with Selenium CSS or XPath?
updated the grammar
May
10
awarded  Beta
May
9
suggested suggested edit on Which locator do you use with Selenium CSS or XPath?
May
6
awarded  Organizer
May
6
revised Capturing screen shots in selenium tests
edited tags
May
6
answered Capturing screen shots in selenium tests
May
4
awarded  Editor
May
4
answered 1.5 Million lines of code. 0 tests. Where should we start?
May
4
revised When do you stop testing?
added more caveats to the end