Originally posted by: puffff
Are software developers worth valued than software testers would you say? It seems to me they should be. It takes more skills to develop software than to test it, the hours are longer, there's probably more pressure. Thoughts?
Originally posted by: talyn00
Originally posted by: puffff
Are software developers worth valued than software testers would you say? It seems to me they should be. It takes more skills to develop software than to test it, the hours are longer, there's probably more pressure. Thoughts?
that isn't necessarily true, it really depends on the complexity of the software they are developing and the type of testing it has to undergo. I'm currently doing work as a software tester and sometimes I see code that makes me go wtf is wrong with the guy that wrote this. But both are important to the software development cycle
Originally posted by: talyn00
Originally posted by: puffff
Are software developers worth valued than software testers would you say? It seems to me they should be. It takes more skills to develop software than to test it, the hours are longer, there's probably more pressure. Thoughts?
that isn't necessarily true, it really depends on the complexity of the software they are developing and the type of testing it has to undergo.
Originally posted by: AmigaMan
pfffftt... my software doesn't have bugs. Who needs QA anyways.
Actually I've been named a "Friend of QA" since my code breaks so easily thereby making their jobs easier.
Originally posted by: torpid
Originally posted by: AmigaMan
pfffftt... my software doesn't have bugs. Who needs QA anyways.
Actually I've been named a "Friend of QA" since my code breaks so easily thereby making their jobs easier.
I think it would be more accurate to say that it makes their jobs secure, not easier. Making their jobs easier would be writing really high quality code so that they could just browse ATOT all day.
Originally posted by: talyn00
Originally posted by: torpid
Originally posted by: AmigaMan
pfffftt... my software doesn't have bugs. Who needs QA anyways.
Actually I've been named a "Friend of QA" since my code breaks so easily thereby making their jobs easier.
I think it would be more accurate to say that it makes their jobs secure, not easier. Making their jobs easier would be writing really high quality code so that they could just browse ATOT all day.
even high quality code has to be tested and documented.
Originally posted by: torpid
Originally posted by: talyn00
Originally posted by: torpid
Originally posted by: AmigaMan
pfffftt... my software doesn't have bugs. Who needs QA anyways.
Actually I've been named a "Friend of QA" since my code breaks so easily thereby making their jobs easier.
I think it would be more accurate to say that it makes their jobs secure, not easier. Making their jobs easier would be writing really high quality code so that they could just browse ATOT all day.
even high quality code has to be tested and documented.
Yeah, but the less bugs, the less re-testing required after the bug is "fixed", the more free time for testers.
Originally posted by: torpid
Originally posted by: AmigaMan
pfffftt... my software doesn't have bugs. Who needs QA anyways.
Actually I've been named a "Friend of QA" since my code breaks so easily thereby making their jobs easier.
I think it would be more accurate to say that it makes their jobs secure, not easier. Making their jobs easier would be writing really high quality code so that they could just browse ATOT all day.
Originally posted by: sourceninja
I find testers mostly worthless. Sure they find tons of bugs, but then we are told, "Its ok, lets go live with it and patch it later". Then we are told "We dont have time right now, get on the next project". So basically their job is worthless as all they do is point out problems that will never get fixed and we already know about anyways.
Originally posted by: sourceninja
I find testers mostly worthless. Sure they find tons of bugs, but then we are told, "Its ok, lets go live with it and patch it later". Then we are told "We dont have time right now, get on the next project". So basically their job is worthless as all they do is point out problems that will never get fixed and we already know about anyways.
Originally posted by: talyn00
Originally posted by: sourceninja
I find testers mostly worthless. Sure they find tons of bugs, but then we are told, "Its ok, lets go live with it and patch it later". Then we are told "We dont have time right now, get on the next project". So basically their job is worthless as all they do is point out problems that will never get fixed and we already know about anyways.
who is "we"?
Testing is definitely not worthless. It really all depends on the type of software and the severity of the bug. If there is a crash level or critical/serious bug it should definitely should not be put into a production enviroment. If the bugs are minor, fixes can probably be put it off until the next build. The decision to "go live with it and patch it later" is typically a management decision. You have to look at it from a management standpoint, is it worth it to patch every bug that appears or just the serious ones?
