... That's true. When I meant "as soon as we had something testable by the performance point of view", it actually means that it happened between iterations 5...
Samuel Crescêncio
samuel.crescencio@...
Aug 1, 2006 1:32 pm
9418
I have an idle curiosity, but a friend has a real need: does anyone know of WSDL-readers or SOAP-wrapper generators or other SOAP tools implemented in C#? I...
Didn't we say SOAPUI will work with different technologies? http://www.soapui.org/ "soapui is a desktop application for inspecting, invoking, developing and ...
I'm sorry it was confusing. Maybe my problems comes from a lack of clear understanding myself :) When I say embedded I really meant very tightly coupled. I do...
Regarding the idea of putting testers onto development teams solely to write more unit tests. I am guessing the unit tests added are going to be additional ...
Is there a role for a Program Manager in an Agile environment? (define Program Manager in your organization also, please). -- Pete Abilla blog: www.shmula.com...
-> But I'm still a bit clueless about a good building and testing system for C++. I have used CruiseControl and xUnit for my .Net and Java projects. However I...
Titus Brown
titus@...
Aug 2, 2006 5:17 pm
9425
... Jonathan Kohl has done a lot of this sort of work, pairing with developers to contribute unit-test ideas and doing some programming along the way. He's...
According to the PMI, a program manager is a person who manages a portfolio of projects that serve to satisfy some common corporate goal. Certainly I think...
The Agile Program Manager is a different role from the traditional program manager. The Agile program manager is akin to an investment manager, who on a day by...
I think not. I would describe such a person as a SuperProductOwner. At least in our world, the ScrumMaster is a technical person, and the Program Manager is...
No, you're right, SuperProductOwner is a better name. I was actually thinking that but my hands typed ScrumMaster on their own accord. I hate it when they do...
Hi All, I work as a QA Lead for an agile project ('90 days cycle') that has a testing team of 8 members. At present, most of the testing is done manually and...
... Watir and Ruby. I also believe there is a web-recorder. I packed in Rational Functional Tester for Watir. Look at the short tutorial and cheat sheet. ...
... Your programmers must start with unit tests. If they use Test Driven Development, they will replace many long hours debugging with short minutes writing...
I agree with Phlip, unit tests are by far the best ROI. Are the programmers committed to using any agile practices such as test-driven development and ...
... Yes. ... productive in a short duration. Will WATIR Yes. and Perl help in this scenario? Yes. ... This is a theme that came up any number of times in...
... As an author of Watir, i have to say that i don't think it is the answer to your problem. Instead, i suggest you get your developers to use NUnit. Bret...
Hi all, Recently when I was showing a co-worker how to introduce mocks into his test to mock out external resources, I helped him refactor the instansiation of...
Watir is cool and very useful. Another one which does the same job but drives the web app via the browser itself is Selenium. http://www.openqa.org/selenium/ ...
*CMMI is a framework, and agile is the best practices for the development* Hi I would like to discuss the relation between CMMI and the agile methods from ...
Many thanks for the response, Aidy/Phlip/Lisa. There were so many brainstorming sessions in this regard an all fingers pointed to the testers' lack of ability...
On Fri, Aug 04, 2006 at 08:16:35AM -0500, James Carr wrote: -> Hi all, -> -> Recently when I was showing a co-worker how to introduce mocks into -> his test to...
Titus Brown
titus@...
Aug 6, 2006 5:53 pm
9443
Hello James, Thanks for your note. On Friday, August 4, 2006, at 9:16:35 AM, you ... Yes, it's a drawback. I'd rather have the test. If someone wanted to do...
... About 30% of the circuits in a typical IC are there for testing purposes. IC manufacturers could significantly increase their yields and therefore profits...
Yes, there is no theoretical conflict between CMMI and agile methodologies. However, in practice there are lots of issues, including: - the organizational...
... I guess the defect rates in untested software are acceptable. .... OK, now that you've laughed so hard you got coffee on your monitor, lets consider. Why...