Software quality reflects how well a software conforms to given requirements (functional and non-functional), how much it shows characteristics like reliability, efficiency, security, maintainability.
I am working as a software developer and I had a quarrel today with our QA team about the following: …
software-quality qaI get asked this question very frequently in my interviews. They draw username and password text fields and ask me …
testing integration-testing software-qualityIs there a standard way of measuring Defect Density? Most sites online state that it should be measured as: number …
software-quality defectsI'm kind of a rookie with python unit testing, and particularly coverage.py. Is it desirable to have coverage reports …
python testing software-quality code-coverage coverage.pyTesting can be mainly classified into manual and automated testing. With regard to this certain questions come to mind. They …
testing automated-tests software-quality manual-testingHow do I exclude entire files from coverage.py reports? According to the documentation you can exclude code by matching …
python testing software-quality code-coverage coverage.pyWe are currently preparing our testing department for a new release of our latest project. We would obviously like them …
testing qa software-qualityI have this piece of code, which is to write an Ojbect to a byte array stream: static byte[] toBytes(…
java stream findbugs software-qualityA friend was telling me the other day that there is a pyramid for the costs of fixing a problem …
software-qualityI'm working on a quite large project, a few years in the making, at a pretty large company, and I'm …
software-quality