what is verification and Validation?
Answers were Sorted based on User's Feedback
Verification: We are going to check whether we are following
the same procedure for the development process that is at
the time of development we are checking the application to
conform it that the process is is done in a defined procedure .
Validation: Checking the application which is already
developed and to conform that it is developed in a right way
or not.
Is this answer correct or not?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shakun garg
I want to illustrate it with simple example:
when we decided to go from city A to city B
verification:
At the time of journey , Are we on the right way.
Validation:
After reaching to city B,Are we at right place.
In the same way in software scenario:
Are we on right way when we are in development > verification
After development whatever we developed working properly as per requirement mentioned in SRS document>validation
| Is This Answer Correct ? | 0 Yes | 0 No |
The program prints data on the screen instead of the printer. Referring to the fault above, which load condition errors has occurred?
What is Static Testing?
How we will assign the severity n priority levels to the bug?
1.how to check or test the image ?
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is responsible for C and if A & C is not ready & B module is ready then how can u check Module B
what are the various levels of testing?
A general Question: If there are two bugs one with high priority and one with high severity, which bug should be fixed first?
What is the difference between the test case and a test script
Write test cases for agent login screen agent name will 4 to 20 character. password length not mention two buttons, 1-submmit and 2-Reset
what is cyclomatic complexity
in SDLC,at what phase life cycle stops?and what are the input and output of each phase?