1,014 reputation
418
bio website loader.io
location Anaheim, CA
age 30
visits member for 2 years
seen 22 hours ago
stats profile views 39

I believe in and strive for quality - may it be products, code, comments, documentation or anything else that I do. Effort and attitude counts more than the final result.

Check out this load testing tool (developed by devs at the company I work for):

http://loader.io


Oct
8
reviewed Reviewed Testing with no QA team in an agile development environment
Oct
8
comment Testing with no QA team in an agile development environment
What if developing as fast as possible creates more bugs? This will increases the amount of time spent in testing + documenting bugs + fixing + (all 3 again). If the developers are creating a code with too many bugs, developing faster will only make the matters worse.
Oct
8
revised Handling popup with many buttons using Selenium webdriver
basic editing
Oct
8
suggested suggested edit on Handling popup with many buttons using Selenium webdriver
Oct
8
comment How to indicate an ` ` in xpath?
You might have already tried this, but try escaping the parentheses "\ (" and "\ )" (without the space)
Oct
8
awarded  Autobiographer
Oct
4
revised Selenium RC is out dated or still in the market after selenium 2.5 release?
reframed the question
Oct
4
reviewed Reviewed Selenium RC is out dated or still in the market after selenium 2.5 release?
Oct
4
reviewed Reviewed How in depth does a test plan have to be in agile environment?
Oct
4
reviewed Reviewed UI and DB automation tool suggestions
Oct
4
suggested suggested edit on Selenium RC is out dated or still in the market after selenium 2.5 release?
Oct
3
reviewed Reviewed Selenium testing using checksums of html
Oct
3
reviewed Reviewed WebDriver API: 'Failed to send keys because cannot focus element' — better workaround than using Firefox instead of Chrome?
Oct
3
comment WebDriver API: 'Failed to send keys because cannot focus element' — better workaround than using Firefox instead of Chrome?
Looking at the error, no XPath is used.
Oct
3
reviewed Reviewed The structure of test logs?
Oct
3
comment WebDriver API: 'Failed to send keys because cannot focus element' — better workaround than using Firefox instead of Chrome?
What happens if you execute .focus before .send_keys?
Oct
3
comment Is there a PC or MAC laptop built for QA work?
There can be no general machine made for QA. If your machine can run your application, you can test it.
Oct
2
revised How to select or check multiple checkboxes in Selenium?
removed .click()
Oct
1
awarded  Custodian
Oct
1
reviewed Reviewed Drag and drop using Selenium IDE