Magento Expert Forum - Improve your Magento experience

Results 1 to 14 of 14

what is difference between verification(ver) and validation (val)?

  1. #1

  2. #2
    Junior Member
    Join Date
    Feb 2015
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Validation: Determination of the correctness of the products with respect to the user needs and requirements.
    Verification: Determination of the correctness of the product with respect to the test conditions/requirement imposed at the start.

  3. #3
    Junior Member
    Join Date
    May 2015
    Posts
    50
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Its simply to understand i will give you a example below

    Verification :User name, Password login page (your password is already stored to database when you entered password this value sent to database if its same one you will allow to login)

    Validation : In Contact us form input field ( it described to basic structure,For example if you entered a mail id it check the basic id format if your input are fulfil the basic structure it take your value )

  4. #4
    Junior Member
    Join Date
    Mar 2015
    Posts
    295
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    Verification

    Verification is the process of evaluating products of a development phase to find out whether they meet the specified requirements.
    The objective of Verification is to make sure that the product being develop is as per the requirements and design specifications.

    Validation

    Validation is the process of evaluating software at the end of the development process to determine whether software meets the customer expectations and requirements.
    The objective of Validation is to make sure that the product actually meet up the user’s requirements, and check whether the specifications were correct in the first place.

  5. #5
    Junior Member Gowebbaby's Avatar
    Join Date
    May 2014
    Location
    700 LOWER STATE RD, 19B3 NORTH WALES, PA 19454
    Posts
    42
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    See Below image for difference b/w verification & Validation.

    Name:  validation vs verifecation.jpg
Views: 242
Size:  21.7 KB

    You can easily understand.

    Verification- Meeting the specific requirement
    Validation- Whether the Functional requirement has been achieved

    Hire Certified Magento Developer & Designer for your online Ecommerce development

  6. #6
    Junior Member MrJaswal's Avatar
    Join Date
    Apr 2015
    Location
    Ludhiana,Punjab,India
    Posts
    29
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by thaonvp View Post
    what is difference between verification(ver) and validation (val)?
    In a single line i will explain you what is the main difference between verification and validation.

    Verification is to make sure that requirements were built right and it does not involve Execution of code. On the other side Validation is to make sure that requirements actually meet up users needs and it does not involve Execution of code.

  7. #7
    Junior Member orbit informatics's Avatar
    Join Date
    Oct 2015
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Verification is to make sure that requirements were built right and it does not involve Execution of code.
    Validation is to make sure that requirements actually meet up users needs and it does not involve Execution of code.

  8. #8
    Junior Member
    Join Date
    Oct 2015
    Posts
    20
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Verification and Validation both are used a find a defect in different ways. Verification is used to identify the errors in requirement specification.
    Validation is used finds the defects in the implementation software application.

  9. #9
    New member
    Join Date
    Oct 2015
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Consider anyone overall answer is one that validation is realated to client side and whereas Verification related to product side

  10. #10
    New member
    Join Date
    Nov 2015
    Location
    San Jose, CA
    Posts
    9
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    As far as I have gained knowledge about verification and validation in website development I would say that there are some clear differences between verification and validation-
    Verification
    1. Verification uses methods like inspections, reviews, walkthroughs, and Desk-checking etc.
    2. Verification is to check whether the software conforms to specifications.
    3. It can catch errors that validation cannot catch. It is low level exercise.
    4. Verification is done by QA team to ensure that the software is as per the specifications in the SRS document.
    5. It generally comes first-done before validation.
    Validation
    1. Validation uses methods like black box (functional) testing, gray box testing, and white box (structural) testing etc.
    2. Validation is to check whether software meets the customer expectations and requirements.
    3. It can catch errors that verification cannot catch. It is High Level Exercise.
    4. Validation is carried out with the involvement of testing team.
    5. It generally follows after verification.
    Good Luck.

  11. #11
    Junior Member
    Join Date
    Oct 2015
    Posts
    20
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Verification is the standing practice of verifying the documents, products, coding it could be anything, where we have to verify the things. It generally comes first before validation. Validation is the self-motivated mechanism of validating testing the actual products, it generally follows after verification.

  12. #12
    Junior Member
    Join Date
    Jan 2016
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Verification: Evaluates the intermediary products to check whether it meets the specific requirements of the particular phase.
    Validation:Evaluates the final product to check whether it meets the business needs.

  13. #13
    Junior Member
    Join Date
    Mar 2016
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Verification:- Verification is the process of evaluating products of a development phase to find out whether they meet the specified requirements.

    Validation:- Validation is the process of evaluating software at the end of the development process to determine whether software meets the customer expectations and requirements.

  14. #14
    Junior Member
    Join Date
    Mar 2016
    Posts
    209
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Verification is to make sure that requirements were built right and it does not involve Execution of code.
    Validation is to make sure that requirements actually meet up users needs and it does not involve Execution of code.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •