Can anyone explain Boundary value Analysis and equavelance
partition with real time example
Answer Posted / vinod
Equivalence Partitioning is black box testing technique to
partition the test data in valid data range and use any
single value from the each range.
e.g. if field accepts value up to 100 then test data can be
taken single value from each data range 0-10, 10-20, 20-30
..... 90-100
Boundary Value Analysis is black box testing technique in
which test data is taken with +1,-1,and value for both the
ends.
e.g. if field accepts value up to 100 then test data can be
-1, 0, 1 ... 99, 100, 101
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
how to test a store procedure?
what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???
whta is compile module?
Is compatabilitytestig and port testing are same
Can you explain decision tables?
hello frens. Im Arun from the uk. im planning to apply for tester jobs with 3yrs experience. the problem is i dont have resumes. i have to mention atleast 3 projects (preferably financial projects) in my CV. im totally blank. can u plz send ur CV's to my email.... arunmoses1982@yahoo.com. this would be a great help from you guyz. n u need any help from me? just mail me n ill get in touch with u. Thanx.
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..
Why it is recommended to add verification checks to your all your scenarios?
Hi All I want discuss abt Testing tools is any one available online in google chat?
What are the qualities needed by a software tester?
HI. ANYONE HAS ATTENDED INTERVIEW FOR TESTING IN MINDKRAFT GLOBAL. I HAVE WRITTEN TEST FOR SOFTWARE TESTING. CAN ANYONE TELL ME WHAT ALL QUESTIONS CANBE ASKED. PLS REPLY. THANK YOU
What is remedy testing,expalim that and how can use that
i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?
After insert the record in front-end, how will you check the back end by manually? Please explain?