Why cant a developer test his own software?
Answers were Sorted based on User's Feedback
Answer / rajkumar
its like why cant a student correct his own test papers!!!
Is This Answer Correct ? | 1 Yes | 0 No |
A developer is responsible to unit test their code.
Developers are usually paid more than testers and they are
usually looked upon with more favor by management. With
this in mind, developers don't have time to test. They
bring in the money by writing applications. Also, here is
an example.
a Basic accounting system. You have General Ledger (GL),
Accounts Payable (AP), Accounts Receivable (AR). A
developer may be coding the AR portion or the AP porition.
That portion may work great. But when you combine the GL,
AR, and AP portions, that is when there is a better chance
for defects. Again, a developer does not have the time to
test. if they did, a company would not need to hire a team
of software testers.
And a more simple reason would be, A developer has written
the code, they have unit tested it, they believe it is
correct and therefore to them it doesn't need any more
testing.
When you look at something too much, you tend to have
tunnel vision.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vicky
The main reason is lack of Objectivity.he may not able to
find his own mistakes.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / edeprabhakar
there are two reasons
1.a person cannot perform two tasks at a time
2.sentimental attachment
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 123
Developer only developed the software and he knows each
flows of his codes and logics, some times lack of time or
mood they may ignore the some mistakes and also due to dead
lines they may not find such errors and also they will be
confident on their code, so considering all these developer
if he tests his own software also he will be thinking that
his code is still working fine.
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / biju
Because anybody who creates something would have an
emotional relationship to his creation, In this case a
developer would have an emotional relationship with the code
as he has written the code and would never like/want any one
(including him) to find bugs in his code.
Is This Answer Correct ? | 0 Yes | 2 No |
What is “FRAG” related to Gaming
What is random/monkey testing? When is it used?
Why cant a developer test his own software?
How can I create button in excel and apply Macro to it?
Hi i am urgently in need of the ISTQB sample exam questions by John A Estrella and Maria C Estrella as i am going to take the exam at the end of this month. Please send the ecopy of this book to tselvi83@yahoo.co.in
What are the best practices for software quality assurance?
How will you define a critical bug?
What is disaster recovery testing?
a step by step procedure on the action in testing and verifying of results is called a
What is the most critical component in SAN?
Actually how many positive and negetive testcases will write for a module?
What is race condition?