What QA expects from Dev
Continuing with my previous post about what developers expect from you as a QA, I'm going to tell you the other side of the coin, this is what I expect from the development team or from each developer on the company or project. Developers must do the heavy work of the project, they need to build up stuff for the client and create things, they need to make what the client wants in requirements into a real thing that the client can use, that being said, QA expects from the development team to deliver with the highest quality possible, what I expect from dev is not just to pass the requirement to QA, but to read the requirement, test the requirement (unit testing is mandatory), and at least make sure the acceptance criteria or the happy path is met before passing the story to QA, this will avoid stories to be taken back to dev, reopen stories or log a lot of bugs that could have been avoided and fixed by the development team before QA, just by doing a quick check before passing t...