What is verification and validation in software testing?
explain with examples?
Answers were Sorted based on User's Feedback
Answer / urvashi singh
Verification-- Verification is a process that makes it sure that the product is developed in the right way.
Validation-- Validation is the process of finding out that the product is being developed is right.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / aparna tiwari
1.Verification - is to determine the right thing, which involves the testing the implementation of right process. Ex: Are we building the product right?
2.Validation - is to perform the things in right direction, like checking the developed software adheres the requirements of the client. Ex: right product was built
| Is This Answer Correct ? | 5 Yes | 2 No |
What is Standalone testing?
What are triggers and procedures?
how can u report bugs in manual testing?
7 Answers IBM, MBT, Microsoft,
What is the Entry Point for Test Plan?
What is programe specification deleverable documents of SDLC ?
what is the difference between test case and test scenario.Explain with example?
19 Answers Beryl Systems, Infosys, Intellinet, KUN, Mindteck, TCS,
what is test report?
We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.
Who is responsible for doing "Cause-Effect GraphCause Effect Graph". If tester is responsible then how we to do it? Urgent
How and when a build can be assigned to a Tester and who do this responsibility? Is there any tool is used for performing this process?Generally what is the flow of "Build assignment"?
How many Test Cases do we need to write for a particular application?(For example, for this AllInterview.com?)
I how to test Web application in which the value is changing dynamic every time and anyone can modify it?