| bio | website | sqahome.blogspot.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years |
| seen | Mar 13 '12 at 8:41 | |
| stats | profile views | 21 |
|
May 11 |
comment |
Do you test using VM, User Agent, MutlipleIE etc? +1 because i agree with you. |
|
May 11 |
comment |
Do you test using VM, User Agent, MutlipleIE etc? Nope. We just report it. The dev mostly work on VMs too. And we did not encounter any defects yet stating: Only on VM. Or only on Live environment. Hack, most of the build machines are VMs. :) There are really only few dedicated machines. And we are a big company in the US. |
|
May 11 |
comment |
A way to match on text using CSS locators Awesome! :) Glad to hear that. And glad i could help. Cheers! :) |
|
May 10 |
comment |
A way to match on text using CSS locators Sorry, I made a mistake... please find edited answer... hope THAT helps. :) |
|
May 10 |
comment |
A way to match on text using CSS locators Sorry to hear that :( Unfortunately I don't think CSS has match exact param. But I might be mistaken. Hope you find an answer soon mate. :) Cheers. |
|
May 9 |
comment |
Handling self-refreshing pages from selenium Yeah i hope it helps. It's just an idea after all. I really hope that will help you get from there at least. |
|
May 6 |
comment |
Has automated UI regression testing helped you in finding critical defects in system? Automated tests can only do, what you program them to do. Unless you develop an AI. Prove your statement and i shall give you right. |
|
May 6 |
comment |
Handling self-refreshing pages from selenium @Lyndon: Thanks man. :) @Matt: This actually waits for EVERY jQuery request to finish. It waits until everything jQuery does on your page is done, even for a microsecond. If jQuery get's in the state: active=0 your program will continue. This of course is only valid for jQuery, but you can edit this to represent whatever tool you are using. Btw if you are not using jQuery, shame on you you should. :D |
|
May 6 |
comment |
Which locator do you use with Selenium CSS or XPath? Yeah, sorry.. arranged is continued on the below line. You have to tell your... etc,etc. But if needed in critical parts you still can use XPATH, just ceep it to a minimum. :) |
|
May 6 |
comment |
Capturing screen shots in selenium tests To easy of a question. We are trying to build a site here where you ask very difficult questions. This question would have been answered if you would googled it. Or read a selenium forum. Or searched the selenium mail list. |
|
May 6 |
comment |
How do I resolve a “Lock file still present” error? You could try this one: download.chip.eu/hu/Unlocker-1.8.7_145537.html Worked for me like a charm... |
|
May 5 |
comment |
Has automated UI regression testing helped you in finding critical defects in system? Yeah since the question was about GUI perf tests aren't regarded in my answer. Also, in pont of NEW i meant to say that if you have a set of Tests that search ONE part of a product then the bugs that it find will always be from that part. But never from somewhere else. I don't know if that's clear enough. :) |
|
May 5 |
comment |
When do you stop testing? thanks Tarun. :) |
|
May 4 |
comment |
Should QA be able to code tests? I would disagree. Did you heard of exploratory testing? Talk with James Bach about it, he will tell you how it works. :) Also... Performance testing is not realy and area for a Manual Tester. That's why i said, it depends on what kind of people you hire. |
|
May 4 |
comment |
Has automated UI regression testing helped you in finding critical defects in system? Yeah what he said just shorter then me. :) |
|
May 4 |
comment |
What are the best practices in quality assurance process measurement? Agreed. Please specify a concrete question. |