Friday, February 1, 2008

Developer’s Attitude on Developer Testing

During my initial days in software industry I was working in a level 3 support project. Initially I was doing less development and a lot of peer testing, b’coz this is a big application and the lead thought that the best way to understand the application is through testing. During the initial year I was one of the best testers. I had the energy and enthusiasm to test for corner cases. But after 4 years in development I really don’t have the patience to do even unit testing!
So what has gone wrong?
Is this the right attitude?
Do all S/W developers face this problem?
I don’t know the correct answer but for me I’m pretty happy with what I’m doing.
When you are into development you’ll have this mentality that whatever I’ve coded should be working correctly, but you should do unit testing but never should do regression testing.
Testers are present for doing just that and also to nail down some corner cases…..if you’re going to do the same thing that they will do then you are just wasting your time.When I started development I was coding for 1 day and testing for 3 days J
I was very cautious; I don’t want my bug to be reopened. So I was termed as a person who does things effectively but take some time to do it.
My lead was not unhappy, but I was draining my energy. I was wasting my energy on something which would’ve been definitely done by testers!!


So what am I going to gain by being over cautious?
Me being over-cautious affects both me and the tester.
I would’ve spent my time effectively in solving some other bug
If I covered all the scenarios and gave to tester, the tester will be running all the scenarios once again and would’ve got bored.

We should make the testers life interesting J
Let them find bugs and be happy about that……We will fix it when it comes.
A developer should not have ego. He should know that he can be defeated all the time and should not worry about that.
His aim is to code better and test it in the shortest possible time and give the rest of the job to tester.
Even Jon Bentley had a bug, why can’t you?

No comments: