what is validation?
What is verificaion?
What is the diffefernce between validation and verification?
Answers were Sorted based on User's Feedback
Answer / naidu
validation ensure the functionality --Is product build right
Verification ensures that product is designed to deliver
functionality---Is Right product build
Verification is done when the life cycle starts whereas
validation is done once the product is done.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naresh babu
VERIFICATION: Checking the corrtectness of every stage of
application development process till coding
Typically involves reviews and meetings to
evaluate document plans ,code requirments and specifications
VALIDATION: Checking the corrtectness of developed
application
Typically involves actual testing and takes
place after verification are completed
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ashish
validation - involves actual testing. It include all
Functional and non functional testing types.
verification- means to check that software meets the full
requirements of the end users .Verificaiton involves
review, inspection means to verify the document at
different stages of its correctness and completeness.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suresh.chaluvadi
http://www.allinterview.com/showanswers/163.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jayanth
verification = system right
validation = right system
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chitra
VERIFICATION - Are we buliding a right product?
VALIDATION - Have be build a right product?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rachana
Validation is Product specific->Are we building the right
Product?
-The process of evaluating specifications, designs and code
to ensure compliance with specified requirements.
Verification is Process specific->Are we building the
product right?
-The process of determining whether the products of a given
stage fulfill the requirements established in the previous
stage
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aaa
validation: Testing the functionalities with an invalid
input.
You perform Client side validations:checking special
characters,boundary conditions,empty strings...etc...
server side validations: Checking the info that does not
exist in database.
Verification:checking the functionalities of an application
with a valid input.
| Is This Answer Correct ? | 0 Yes | 1 No |
Hi, Currently i am using winrunner for my project.Its a java project. When i am running the script its failing in cliking an image link("My Profile"). The image object is eventhough exists in GUI map editor script is failing to recongize the object. I am getting the error of "Web_image_click:"My Profile" Error:Object is not found". I recorded the script and executed it is not running it shows the same error. The following physical description displaying in GUI map editor : { class: object, MSW_class: html_rect, html_name: "My Profile" } The thing was running successfully, I could not able to identify something happen to the script its showing error. Please give solution for this problem. Let me know if need more information. Regards, Sankar shankarmg@gmail.com
what is the winrunner framework?
Have you ever created a test plan?
How do you configure gui map?
Name the three modes of running the scripts?
two file is there how will compate it by useing qtp.
Where are the expected results will be stored?
How do you make the configuration and mappings permanent?
what is the difference between synchronization pt and wait statement. what are the advanatages and disadv..of context sensitive and analog recording
Is 'public' allowed inside of the function declarations?
What are the Win Runner tools for functional testing?
What is the definition of function?