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

1d
reviewed Edit suggested edit on Difference between requirement, use case, and scenario?
1d
revised Difference between requirement, use case, and scenario?
backticks added and code indent inetgreted
1d
answered Difference between requirement, use case, and scenario?
May
21
comment How long does it typically take to progress from Test Analyst to Senior TA to Test Lead to Test Manager?
It it takes more than 3 years, there's something wrong with you. Just kidding. You might try asking a good recruiter or HR person -- they have have better data than any of us will.
May
10
awarded  Yearling
May
9
comment Any good test plan/cycles or experiences without using crowdsourcing?
You may want to search for "combinatorial testing".
May
7
comment How to Check my pc is having internet connection using java
The above code will fail if your NIC is up but Google, your router, or your ISP is down.
May
2
answered how to locate cursors randomly in map
May
2
comment how to locate cursors randomly in map
Mai, are you just making an observation about the dynamic nature of IDs in maps, or did you intend to ask a question?
May
2
comment Selenium Webdriver | Unable to locate element error
It may help for you to specify the error message.
May
1
comment Looking for growth in automation
@Joe Strazzere Can you use Selenium to test Windows applications? Or did I misunderstand the question?
Apr
30
comment Recommendations for code coverage tools?
@Shantonu I think Sam was asking about tools that measure how much of the code under test is executed. The packages you described are frameworks for organizing and executing automated tests. To see the difference, try comparing ncover.com to nunit.org.
Apr
30
reviewed Reject suggested edit on RFT - very slow to add objects
Apr
28
comment Crowdfunded feature request system - would it make users hate me?
This is an exact duplicate of ux.stackexchange.com/questions/38777/…
Apr
27
answered What does a QA Architect do in a team, and what skills are needed for this job?
Apr
26
answered Jmeter's threads got stuck and never end
Apr
26
reviewed No Action Needed Jmeter's threads got stuck and never end
Apr
25
revised Testing for SU Sprints
spelling, grammar
Apr
20
comment What are the most common mistakes student programmers make?
I think this is a fine question to ask, but it does not have much to do with QA or testing. Can someone migrate this over to programmers.stackexchange.com?
Apr
18
comment How do I automate “service-level” testing for a GUI app
@dzieciou Fair point. I answered the question from a test-follows-code perspective. From a TDD perspective, where the test acts as a requirement, your comments make sense.