Verification of requirements question
        Posted  
        
            by 
                user970696
            
        on Programmers
        
        See other posts from Programmers
        
            or by user970696
        
        
        
        Published on 2012-09-12T06:21:58Z
        Indexed on 
            2012/09/12
            9:48 UTC
        
        
        Read the original article
        Hit count: 378
        
Doing a lot of reading about V&V, I would need to clarify the following.
A lot of definitons (less formal ones found in books) define verification like that:
Verification: The software should conform to its specification.
But then they speak about requirement verification, design verification etc. If I say that these items are "software" in terms of applying the definitons, what should I checked them against, what specification should requirements, which is the basic information, conform to?
And one more thing: shouldnt be requirements also validated? To make sure they meets the customer needs? All texts I have speak only about SW validation on the end of the dev.process..
© Programmers or respective owner