Our July Column is out in Software Test & Performance Magazine. It's a free subscription. If you'd like to read an issue before you subscribe (as you may not...
You can have test cases that only concern the development that are done in that iteration. When all the iterations are over with, your regression test cases...
Hi Elisabeth et al- We use subversion (via TortoiseSVN in my case as well) for the code, tests, etc. However, the project management group seems very resistant...
Why is this any better than using a test case repository (ignore my comments about the existing test management tools), though? I can version it, I can report...
John Overbaugh
john.overbaugh@...
Jul 1, 2008 8:51 pm
14621
Job Title : Sr. Configuration Management Engineer - Agile Development Location : Raleigh, NC State : North Carolina Description : Company delivers integrated,...
Job Title : QA Agile Tester Location : Raleigh, NC State : North Carolina Description : Company delivers integrated, comprehensive solutions that improve...
Ultimate Software's Agile Development Team has Quality Assurance openings for the most talented and passionate Agile Software Testers in the business to ensure...
I was wondering if anybody knew about good testings tools for Agile testing. I am still working on my thesis and need to have some example done. I looked in...
... So, I have a big stack of "Software Test&Performance Magazine" copies in my office. Each individual one has some value, but when I get a question like...
Thanks, i appreciate the Articles, i am definitely going to read those. I have a section on my thesis for articles and i need to write about 7 lines for each...
... The Agile Manifesto specifically states that we focus on individuals and interactions /over/ processes and tools. So, while I could recommend various test...
I really think that is very usefull to have testers testing early stages of development even if the feature is no freeze.. BUt when we implement that we had an...
No matter when you freeze the code, everyone on the team, including the programmers, needs to take responsibility for delivering a high quality product. If I...
How big or small the iteration is for the project may help solve your problem. I would sit down with business or product teams (whomever writes your...
We do 2 week iterations within 6 week increments in my current project, with large user review sessions at the end of the increments. Testing is done on that...
We are implementing an application using ExceCalc to run calculations contained in numerous workbooks of formulas. These formulas are mapped to a complex...
Sounds like Fit style testing may suite this scenario. For each story card , I would create acceptance test fixtures and fill in the fit tables with the inputs...
... development even if the feature is no freeze.. The language that you use might be misleading. If we find a problem, the code or feature isn't frozen; it...
... contained in numerous workbooks of formulas. These formulas are mapped to a complex database of data on over 1200 entities, with various other sources of...
Hi Arturo, I don't think there is a book that tells you how to test within a Scrum project. There are some books about testing in an agile environment, like...
I've recently started to use the term 'permafrost' rather than 'freeze'. At different points in time it is more frozen than others and if you need to put...
I'm afraid, Code Freeze is required before start of testing in conventional test model. In Agile/Scrum testing where both the developer and tester start...
I'm afraid, Code Freeze is required before start of testing in conventional test model. In Agile/Scrum testing where both the developer and tester start...
Hi, We are glad to announce that today we have open-sourced Google C++ Testing Framework (http://code.google.com/p/googletest/), a library that helps you write...
... There's a perfectly reasonable system - called a "blessed build" in some circles - that follows this pattern: - The daily build server extrudes a daily...
Suvransu:>I'm afraid, Code Freeze is required before start of testing in conventional test model. Not in my conventional test model. Is there such a thing as a...