Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

1. Define the following along with examples
a. Boundary Value testing
b. Equivalence testing
c. Error Guessing
d. Desk checking
e. Control Flow analysis

Answer Posted / ramyab.mca@gmail.com

Hai...

a) Boundary value Analysis: –
A process of selecting test cases/data by
identifying the boundaries that separate valid and invalid
conditions. Tests are constructed to test the inside and
outside edges of these boundaries, in addition to the
actual boundary points. or A selection technique in which
test data are chosen to lie along “boundaries” of the input
domain [or output range] classes, data structures,
procedure parameters, etc. Choices often include maximum,
minimum, and trivial values or parameters.

E.g. – Input data 1 to 10 (boundary value)
Test input data 0, 1, 2 to 9, 10, 11

b) Equivalence testing: –
The input domain of the system is
partitioned into classes of representative values, so that
the no of test cases can be limited to one-per-class, which
represents the minimum no. of test cases that must be
executed.

E.g.- valid data range: 1-10
Test set:-2; 5; 14

c) Error guessing: –
Test data selection technique. The selection
criterion is to pick values that seem likely to cause
errors Error guessing is based mostly upon experience, with
some assistance from other techniques such as boundary
value analysis. Based on experience, the test designer
guesses the types of errors that could occur in a
particular type of software and designs test cases to
uncover them.

E.g. – For example, if any type of resource is allocated
dynamically, a good place to look for errors is in the de-
allocation of resources. Are all resources correctly
deallocated, or are some lost as the software executes?

d) Desk checking: –
Desk checking is conducted by the developer of
the system or program. The process involves reviewing the
complete product to ensure that it is structurally sound
and that the standards and requirements have been met. This
is the most traditional means for analyzing a system or
program.

e) Control Flow Analysis: –
It is based upon graphical representation of the
program process. In control flow analysis; the program
graphs has nodes which represent a statement or segment
possibly ending in an unresolved branch. The graph
illustrates the flow of program control from one segment to
another as illustrated through branches .the objective of
control flow analysis is to determine the potential
problems in logic branches that might result in a loop
condition or improper processing.

K,Byeeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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???

2006


how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?

6600


How do you know the code has met specifications?

1305


What is XML Testing? Do we have any tools to test the XML? Please let me know.

2071


What are different types of verifications?

1271


What is positive and negative testing?

1076


can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??

1846


Do you know anything about Set Top Boxes?

9692


Is there any procedure of web-site development in manual testing. If yes what are factors we should test?

2329


How should validation activities be handled?

1093


What is smoke test?

1126


What is the difference between load testing and performace testing?

1133


what is port testing and do it comes in manual testing?

2099


Differentiate test bed and test environment?

2547


What is build interval period?

2302