how to write test cases for boundary value analysis and
equality partitioning?
Answer / naveen kumar
in boundary value analysis if the input is range of values for example A-B ( A to b) then we have to design test cases for
A-1,A,A+1,B-1,B,B+1.
FOR EXAMPLE
if input is between 5 to 10 then write the test cases for 4,5,6 and 9,10,11
equality partitioning if the input is range of values then we divide the range into equivalent parts and tests the application.
For example value is 500 to 1000 then we divide the range into values 500,600,700,800,900,1000.like this we divide the values.
but here we have to ensure that we are checking for two invalid data.
Is This Answer Correct ? | 13 Yes | 4 No |
can any one of u give templates for test plan and test strategy
what is the creteria required for deciding when the test cases are cover the requirements of the client or project ?
. Is any graph is used for code coverage analysis?
What are the benefits of creating multiple actions within any virtual user script?
How will you link the Defect to the Test case? Explain Bug life cycle ?
What is system level testing?
Which testing is this- verifying the funtionality of each programme 1. white box testing 2. black box testing 3. glass box testing 4. grey box testing
Why we call it as a regression test nor retest?
What would u do if u come across a bug...report it.....but the programmer is in a diff location ( say u in India n he is USA)..and he keeps accepting its a bug?
What are levels in testcases in order to avoid duplication efforts ?
Can u tell something about the Agile Methodology
what is the diff b/w bug and defect?