6

This week the QA is on vacation, so we, the developers, are testing our own code (I test my partner's code and he tests mine).

For those who are QA, I have a question: If our boss omitted something on the description of how the code has to be made, for example, filtering data from database, and one of those filters are needed but the boss forgot to tell us and, at the time of making the tests, the QA and de dev team notice this... the change that has to be made should be marked as a bug? or how would you mark it?

Comments
  • 2
    If it was never a feature (in whatever task logging system you use: redmine, jira, trello, whatever) then its a feature. If there's (or ever was) a task for it and it doesnt work, its a bug.

    At least thats what I would say
Add Comment