Originally posted by Banfa
Testers vs Supporters
Collapse
X
-
To get back on topic...
Which would you say is easier? Testing code or supporting code?
From my knowledge I would say testing, as that involves thinking up all the possible outcomes of a program from a specific state and seeing if any unexpected results appear. Supporting would mean going through the existing code to try and discern where an error was made.Comment
-
Originally posted by Ganon11Which would you say is easier? Testing code or supporting code?Comment
-
personaly i would rather write the code myself and have someone else find and fix the problems.
ericComment
-
Originally posted by tolkienardapersonaly i would rather write the code myself and have someone else find and fix the problems.
ericComment
-
i think that these jobs are kinda all in one. the programer builds, tests, and fixes programs. somtimes we need assistance in those various stage but it is still the programers job to do all of the steps because they can better test a program because they know all of its capabilites.
i was just saying i would like somone to fix all of my code for me rather than doing it myself (would be kinda nice)
ericComment
-
No for a professional large development you need independent testing to ensure impartiality.
Testing by the programmer is not as good because the programmer has preconceived notions because they wrote the code and know how it works and may well not test the software in the way the user intends to use it.
The tester should follow a test plan agreed with the user to ensure that the program works in the way that the user requires not the way the programmer has coded.
In my company we have 2 levels of testing (one following the other)
FAT - factory acceptance testing testing performed by the programming team to a customer agreed specification
SAT - Site acceptance testing performed by the customer after initial delivery but before final sign off on the project.Comment
-
what languages do you guys write in. i've gotten a good enough grip on php, which is what i need for work, that i am ready to delve into a new language. what would you advice. I learned VB and C++ in highschool but c++ was all CLI. so what should i learn if i want to be a 'real' developer one day.
ericComment
-
Originally posted by tolkienardawhat languages do you guys write in. i've gotten a good enough grip on php, which is what i need for work, that i am ready to delve into a new language. what would you advice. I learned VB and C++ in highschool but c++ was all CLI. so what should i learn if i want to be a 'real' developer one day.Comment
-
thanks are there any particular header files in c/c++ i should look into or just expand my knowldge of the syntax.
ericComment
-
Originally posted by tolkienardawhat languages do you guys write in. i've gotten a good enough grip on php, which is what i need for work, that i am ready to delve into a new language. what would you advice. I learned VB and C++ in highschool but c++ was all CLI. so what should i learn if i want to be a 'real' developer one day.
eric
I'm really starting to like .NET.
Unless of course you're working cross platform....I'd suggest C++ or maybe Java?Comment
-
Originally posted by tolkienardawhat languages do you guys write in. i've gotten a good enough grip on php, which is what i need for work, that i am ready to delve into a new language. what would you advice. I learned VB and C++ in highschool but c++ was all CLI. so what should i learn if i want to be a 'real' developer one day.
ericComment
-
thanks i have been reading a book on cgi theory but would like to get out of web apps someday and move into larger projects, is OOP somthing that i should study and if so do you have any good suggestions on where to get a book or online reasource
thanks
ericComment
-
Originally posted by tolkienardathanks i have been reading a book on cgi theory but would like to get out of web apps someday and move into larger projects, is OOP somthing that i should study and if so do you have any good suggestions on where to get a book or online reasource
thanks
eric
Interactive tutorial on OOP
OO Programming Tutorial
OOP Tutorial
Don't fear the OOP (Java)
RonaldComment
Comment