Can you tell me what is boundary value analysis and
Equivalence partitioning, and error guessing with examples
Answer Posted / athilakshmi.g
Boundary value analysis:
take the input value from the edges of the classes and
write the test case.
Eg:
1..........n;
input value is -1 0 1 and (n-1), n, (n+1)
Equivalent Partioning
Divide the input value into different class and pick the
value from the each class and write the test case:
Eg:
Age=n
input value is +n and -n
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the phases involved in software testing life cycle?
What are parametere require for Performance testing?
what is conditional testing? explain and examples
Test approach to windows scheduler?
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
Can you explain the pdca cycle and where testing fits in?
What are the cases when you’ll consider to choose automated testing over manual testing?
What does 100% statement coverage mean?
How can software qa processes be implemented without stifling productivity?
How do you go about testing a project?
What is test startegy?
Hi, Im B.E 2011 pasout,worked in back office till now, but now im searching for job into manual testing with fake exp of 1 year..Plz suggest me how to prepare for an intervw? how to gain real time testing knowledge? Is dere any site where i can practice testing?
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?
Manual and automation how do they help in bringing out quality product? Explain?
What is desk checking and control flow analysis