Answer Posted / subhash
Equivalence Partitioning is a black box testing technique.
we use Equivalence Partitioning to divide the test case in
equivalence Partitioned Valid and Invalid.
example: Consider a credit card limit accepted only range
between(20000 to 50000).
test case will be
Less than 20000(invalid)
Between 20000 to 50000 (valid)
Greater than 50000 (Invalid)
Hope this will clear your doubt..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is Cyclometric testing?
What is Dynamic Binding and Dynamic Loss?
Could anyone share FAQs for Test Manager position...
write testcases for open dialogbox
What is the difference between latent and masked defects?
What about manual testing opening in bangalore in September. Not getting a single interview call from last one month.
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
Do you know anything about Set Top Boxes?
wat are the questions would the project leader ask about the project?? please do send the answers early.
when database testing comes into manual tesing
As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
What is boundary value testing? Give an example.
Anyone tell me the test cases of Shopping Favorite
What is an entry criteria?