Tagged Questions
1
vote
4answers
1k views
How to apply verification and validation on the following example
I have been following verification and validation questions here with my colleagues, yet we are unable to see the slight differences, probably caused by language barrier in technical English.
An ...
1
vote
2answers
171 views
What are good examples of using assertions to detect bugs?
Most examples of using assertions that I find seem to be about dealing with runtime errors, such as out of memory conditions. That's not what I'm after. One good example of using assertions to detect ...