Difference between Verification & Validation?
Answer Posted / manu
Validation:
The Validation technique refers to the process of
evaluating a software product at the end of its development
stage to ensure that it is free from failures, and complies
with the requirements.
Verification:
The Verification technique refers to the process of
determining whether the products of a given phase of a
software development process fulfill the requirements
established.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Architectural structure of the insurance project?
What type bugs you will find in integration testing with example?
need answer interviewer will ask me about all project which i mention in resume or presently i'm working??please reply tomorrow is my interview
can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com
What is regression testing? When to apply it?
test measurment techniques
What is testing and maintenance?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
hi this is satish can some one help me out by sending the maxium notes on client sesrver ,web server and company architechture project hirearchy and company hirearchy i will happy to recive the answers as early as possible
When new application ready to test than whats your testing strategies?
What are tools of performance testing?
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is the Testing strategy for testing client server applications/products?