Brad - you would ask the day after I disappear on an internet free vacation. A few of us are working on such a beast but are currently hobbled by the pain of...
Mark, On Tue, Sep 2, 2008 at 12:52 PM, Mark Levison <mlevison@...> wrote: <snip> ... If we create a page for every tool, pbwiki 2.0 supports page-level...
Hi, I am thinking about how to make our current regression test strategy more efficient. My ultimate test item is a communications system made up of radio...
Thanks a lot for your help and time. My team is working on an agile methodology, as you know the main idea for this methodology is the "change", we're working...
Hi Matt, This is an excellent question. I used to be more of a fan of automated regression testing at the end-to-end, system level, but over the years I've ...
Hi, I agree with Lisa that the best approach is to test as much as possible at the lowest level possible. When system testing you shouldn't be worrying about...
Registration is now open for Ágiles 2008 to be held 22-23 October 2008 at the Bauen Hotel in Buenos Aires, Argentina. Ágiles 2008 aims to be a meeting...
the video is now online. See http://gojko.net/2008/09/03/video-from-the-selenium-talk/ The first part of the talk introduces Selenium and some related tools ...
Hi all, Yesterday an issue raised about Rspec, FitNesse and Watir; if we are using Watir to test a web application then what's the need of Rspec or FitNesee ...
... Watir is "thru the GUI". That means tests are slow to write, slow to run, and clumsy to change. A test case should never run more than a couple hops away...
Hi Philp ... True, but if we implement story or scenario driven development then these tests lead development. A change in the tests means a change in ...
When evaluating a tool, try asking (and answering) these questions: 1) Do I have questions about the product that I really want to answer? 2) Does this tool...
... these tests lead development. A change in the tests means a change in development - not the other way round! What if it turns out that we no longer care...
... Two big points: - the first tier of tests must cover as many features as possible, and be super-fast to run - test cases must be as close as possible to...
Hi Phlip ... 1) The GUI may include the business logic 2) The customer in whatever way will test through the GUI or want to see tests through the GUI ... I...
I don't really agree that all those tools have the same purpose. Watir is a driver. As others have pointed out, it drives a web app through the GUI. (So does...
... I agree on these points, but I'd probably prefix the second with 'most'. ... I don't really agree on these conclusions. My two big points are: 1) How do...
... Then you are testing the GUI directly - the test case is close to the tested case. Then, if such a test fails (conceptually or literally), you fix it by...
We use FitNesse for most of our acceptance/functional test automation. It allows us to capture customer requirements in a format they can understand, it...
One of the ways to deal with such situations maybe as follows- Models can be used to automate testing to a certain extent. You may use Class models annotated...
Hello, I'm looking for advice on an approach to interviewing QA candidates for our shop which is transitioning to agile practices. I've been reading links like...
Hi Lisa, I have also found that testing at the API level is much more maintainable. It even fosters declarative style tests. The organization I am currently at...
I wrote this article for Better Software on hiring an agile tester. We've had good luck with this approach - although it is still hard to find good candidates...
... development, what are some ways, from you experiences, to guage someone's abilities to work with automated tests and continuous integration scenarios? One...
Michael's post reminded me of something new we tried last week on a candidate. We hooked up a laptop and a projector and showed one of our UI screens that's...
... In my opinion, this is the only way to conduct interviews. Asking questions just opens the candidate up to responding with memorized answers. Sometimes,...