Can you tell me what is boundary value analysis and
Equivalence partitioning, and error guessing with examples

Answer Posted / abbas

bva - ex:- input box should accept no.s 1 to 5
test scenario desc expected outcome
b.v=0 don't accept
b.v=1 accept
b.v=2 accept
b.v=3 accept
b.v=4 accept
b.v=5 accept
b.v=6 don't accept

in equivalence partition first u divide a set of test condn into a partition
ex:-input data from 1 to 10

test scenario desc value
enter 0 to 5 chars don't accept -------------------partition 1
enter 6 to 10 chars accept--------------------------partition 2
enter 11 t0 16 chars don't accept-------------------partition 3

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is software configuration management?

719


whta is compile module?

1685


To specify the test artifacts involved in testing.

1646


What is Cyclometric testing?

1765


What are all the netwoking tools, hardware tools and software tools required for testing a web-based n client server applicatopn?

1463






Give the real-time example for back-to-back testing?

1371


In which all places, testing is done?One is from the server by calling server name.Can u suggest others?

1480


Please send any one latest 3+ years of experience testing tools resumes my mail id is krishnavenimodaliar26@gmail.com

2879


Explain the procedure for manual testing.

716


can anybody tell me what is release process of company? release note?

1495


What are the cases why parameterization is necessary when load testing the Web server and the database server?

1596


What is split testing?

687


What is Test Design ?( Urgent) and Test Design for Printer?

1563


Easiest way to write test cases? How i can learn writing the test cases?

943


How can I do Server side Interface testing in Web Testing?

3206