| bio | website | loader.io |
|---|---|---|
| location | Anaheim, CA | |
| age | 30 | |
| visits | member for | 2 years |
| seen | 14 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):
|
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 |
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 1 |
comment |
Drag and drop using Selenium IDE How is this a different (or more informative) answer than pmafi's answer below? |
|
Oct 1 |
comment |
Who writes stories and tests in Agile? BA or tester? In Agile, you would define your 'velocity': how much the team is getting done in a fixed period of time. If you have small team and writing manual test scripts and test cases to a certain level of detail is not allowing the team to achieve the desired velocity, then you need to find an alternative, less verbose way. Documenting tests would extremely important (a separate topic) - details are left to the team to figure out |
|
Sep 28 |
comment |
What is automation testing and why do we need it? I'm sorry, but I am going to vote -1 for the question. There are way too many answers available just by typing "automated testing" or "test automation" on google e.g. support.smartbear.com/articles/testcomplete/manager-overview. If there is any other specific information you are looking for that you couldn't find while searching, please specify that. |
|
Sep 27 |
comment |
Xpath captured using Selenium IDE is not running in Selenium RC for Links designed in XML What's the xpath given by Firebug or any other html debugger? |
|
Sep 25 |
comment |
Selenium Webdriver cannot locate element for right click event Are you able to find this element in any other part of the code? From the error message it looks like the code has problem finding the element and not specifically the right click. |
|
Sep 21 |
comment |
The structure of test logs? +1 for the wise humor. A nice way to start the day :-) |
|
Sep 20 |
comment |
Error on command: service: “ecmascript” You have also posted the same questions here: stackoverflow.com/questions/12489609/…. Not sure posting in multiple forums will help more. A few people answering here and a few there will segment the information for anyone looking for this. |
|
Sep 19 |
comment |
Outlook Mail testing Please proof read your question for basic typing errors before posting to make it readable for others increasing people's interest to post an answer. Something like "ro" for "to" can easily be corrected. |
|
Sep 13 |
comment |
Is my pay fair, just based on the fact I have little experience If you think about it, you will face this situation - I can be paid more - all your life. It's very easy for anyone to come up and tell you that. With experience, you will be able to gauge your worth, what you want to do, etc. much better. It's a good question to ask every once in a while, but don't get stuck in that cycle. Hard work and a level of satisfaction will take you much further! Good luck! |
|
Sep 11 |
comment |
Automation engineers- general purpose vs. dedicated +1 for the last paragraph. Unfortunately, a lot of companies look for people who can start contributing asap concentrating more on what the person has achieved so far rather than what they can achieve in the future. Building a team with solid individuals with a good team environment will have better and consistent long term returns. |
|
Jul 14 |
comment |
Should automated tests be efficient? That's about what the next line says "That is more of an attitude. In the real world, the automation should be as efficient as practically possible." Also, the quality of your test scripts impacts the quality/efficiency of the testing process, which impacts the quality of the product. And while writing test scripts, the customers are the engineers who use those scripts to test. |
|
Jun 20 |
comment |
What are the pros and cons of a testing team having a lead vs having a manager? I strongly disagree to the description of a lead. Why would you have a lead who cannot actually help the team when it is stuck? Why would the team have a lead that is technically not as or more capable than the rest of the team? Also that you mention that "the lead does not look at the overall achievements of the team" - the points here kind of list the qualities of a bad lead! |
|
Jun 18 |
comment |
Should unit tests be executed as part of a build? +1 for the points, and for 'cautions' and not 'disadvantages' |
|
Jun 17 |
comment |
Writing tests to learn the code If they are skilled employees, their effort will help your project have some good tests. Also depends on other alternatives. You would rather have build Tests under proper guidance than have them write the development code with no experience of the system at all! |
|
Jun 16 |
comment |
Bugs keep reappearing in our GUI software during development. How should this be addressed? If the product is of the nature, you can't do anything else. You still have to automate, but selectively automate. Calculating ROI here becomes extremely important. |
|
Jun 14 |
comment |
What aspects normally differ when developing automation framework in QTP VS Selenium I used to write logs to text file in the format that I had created. It has been long time so I don't really remember much, but if something comes to my mind, I will add to this response. |
|
Jun 9 |
comment |
Are code reviews considered part of QA? +1 for the sync up points. |