Describe to me the difference between validation and
verification.
Answer Posted / ankita
Validation is "Are we building the right product?" whereas
Verification is "Are we building the product right?"
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
What is the state testing?
Test a file replication service that copies files from one net location to another
What is Initial Configuration?
Suppose a job should be executed for every two hours? Write test case for this?
pls i want test cases for oss? whts the process of oss 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?
Explain the ramp testing?
How to write test cases or test scripts for UAT testing which is done manually
How to write test cases for lift?
Explain the acceptance testing?
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
Why is it that the boundary value analysis provides good test cases?