... QTP is a verbose automation tool that uses a limited scripting language: VBScript. To get the best results is to ignore most of its 'features' and to write...
testLink as a "good enough" manual. Not too big but with relevant information, IMO. By the way, when you decide which to use, please let us know, and the...
We use VSS (Visual Source Safe) for our Test Script management And MS Project for our Test Schedules / Test Coverage & Traceability - Jim ...
Coyle, Jim
jim.coyle@...
Feb 1, 2008 3:06 pm
13090
Hi, I totally agree with Mickael, especially since it was said that the 'developpers' and not the 'tester' want to test the private method. IMHO it is even the...
Manuel MOLINIER
manuel.molinier@...
Feb 1, 2008 3:07 pm
13091
I use QTP. I agree with Aidy with regard to writing scripts in text files... almost all my test code is in external vbscript function files. I do find QTP's...
... building something, not just evaluating something that has been built. Yes; I assumed that. ... what is being built, wanting to test the internal methods...
... test cases designed in individual Excel sheets and end of the day we have to sit together and integrate all the cases into a single sheet to keep a...
... reported in Bugzilla. Doesn't bugzilla have a test management plug-in 'Testopia'? But again, I think this is another question that is not relevant on this ...
... Well, let me try a different way of phrasing the answer. I generally find testing private methods to be a bad /development/ practice. If I weren't...
... both the testing and the software design problems by extracting the list variable and the push and pop methods into a Stack class, and then just have a...
... Yes, though I might phrase it as "don't have private methods that need direct testing." I do end up with private methods that get tested just fine,...
Excuse me, Artur, but given that my original question was about organizing test for a .Net project, why would you come here and dump a link to your product on...
Automated testing folks, I'm speaking to a local company in a couple of days, and I would like to help them see that other companies really are doing this ...
... as "don't ... private method ... should be ... easily ... need ... just ... Yes, that's how I see it too and I have one additional angle on it. I have...
... I understand that very often private stuff represents the tough part of a class and that one could be motivated to write tests at that level. But one...
Hi Should we test Business Rules as isolated elements or should we incorporate them into our use\test cases (ie. a sequence of interactions that returns a ...
I've got a bit of a quandry. I'm an Agile/Xp enthusiast moving in to a coaching role. One of the issues I keep running up against when working with teams is...
hi all, Can anyone help me in knowing that how we can do the Load testing for the SQL database. There are ways to test the MS SQL , but how can we test this. I...
Hi Michael, In my experience, the key here is to make the entire development team, not just testing or QA, responsible for testing and quality. IMO, that's the...
Well, first thing I'd do is sit down with them and map out what needs to be done. I think they'll find there aren't any real changes--maybe moving some ...
John Overbaugh
john.overbaugh@...
Feb 4, 2008 5:34 pm
13108
Lisa, I agree. In a week long training session last week we spoke about "developer rights" and "management rights" and the head of QA piped up immediately. ...
See this sounds a bit pie in the sky to me. A nice ideal certainly, but an ideal nonetheless. We have a large legacy C++ codebase and the regression time is...
... but ... I ... Michael, I would agree with Lisa and John although, as always, the best steps to take are always context dependent. I continually find that...
Michael, It may sound pie in the sky, but it can work. The biggest obstacle that you will need to overcome is existing culture. Getting testers and developers...
... incorporate ... returns a ... Hi Aidy, As a general rule, testing should occur at the lowest level possible, so if the business rules are encapsulated in a...
Janet, Sounds delightful to me. The shift to Xp and Agile practices in my head was extrordinarily painful after 25 years of programming. I just spent last...
... coaching role. One of the issues I keep running up against when working with teams is how QA can handle the transition. One important step is to stop...
Hello, Michael. On Monday, February 4, 2008, at 11:54:43 AM, you ... Where did you get the impression that QA has the sole responsibility for up front...