PROFESSION.
Software engineers shall
advance the integrity and reputation of the profession consistent with the
public interest. In particular, software engineers shall, as
appropriate:
Promote public knowledge of software engineering.
Take responsibility for detecting, correcting, and reporting errors in software and associated documents on which they work.
While we doing our project we have to run the unit test on component before they integrate to the main system. So we do black box testing by giving the component to other team members (except developer) and also white box testing by developer.
When we doing this we found many errors in many components. Team found nearly 10 code errors and few design errors in my components.
And also when we detect others errors first we report it to the document. Then we discuss what went wrong, why we suggest this is piece of code as error.
Main thing we do is when reporting error we have to document the fact that why we suggest it is an error. This action take because of to prevent reporting non-errors as errors. And also to think about the logic of the code.
No comments:
Post a Comment