Describe to me the difference between validation and
verification.
Answer Posted / venkee
VERIFICATION means physical exitence of the software is
satisfy or not according to the requriments and customer
conditions .
e.g:walkthrough,insfections and requirments.
VALIDATION means checking the initial conditions according
to the exitence of the software.
e.g:checkpoints and output checkpoint
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is quick test professional and what test environment it supports?
Explain the acceptance testing?
Positive and Negative test cases for the speedometer?(minimum 5 each)
What is ramp testing?
What is component testing?
Explain the static testing?
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
Write test cases to test a browser app
What are the test cases for mouse?
What are the Test Cases Comes under Regression Suite?
Explain the gray box testing?
Explain the integration testing?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Explain how to develop a test plan and a test case.