Answer Posted / shilpa s
Testing techinique can be used to effectively desgin
efficient test cases.These techinique can be grouped into
blockbox and white box testing.
BlockBox testing techiniques:
when creating block box test cases , the input data used is
critical. Three successful techiniques or managing the
amount of input sata reuires include:
1.Equivalance partitioning.
2. Boundary Analysis.
3.Error guessing.
EQUIVALANCE PARTITIONING:
Euivalance partitioning is a techinique for testing
equivalance classes rather than undertaking exhaustive
testing of each value of the larger class. for example
a program which edit credit limits within a given range
(1,000 -1,500) would have three equivalance classes;
< 1,000 ( invalid)
Between 1,000 and 1,500 ( valid)
> 1,500 ( in valid)
BOUNDARY ANALYSIS:
A techinique that consist of developing test cases and data
that focus on the input and output boundaries of a given
function. In same credit limit example, boundary analysis
would test:
Low boundary +/- one(999 and 1,001)
on the boundary ( 1,000 and 1, 500)
Upper boundary +/- one(1,499 and 1,501)
ERROR GUESSING:
Test cases can be developed based upon the intuition and
experience of the tester . For example in an example where
one of the inputs is the date, a tester may try february
29, 2000
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which are the standards for software test plans?
What are the main key components in web applications and client and server applications?
what is the test plan of facebook?
How do you test google or gmail application??tell me step by step process??
Explain test metric and the information it provides.
What is smoke testing and user interface testing ?
How to test a Falsh player scrollings?
what are the risks and contingencies u had in ur project?
what is the main field of bugzilla which we fill to report bug to any developers???give some brief description??
Plz give me manual testing real test case ?
What are the different strategies for rollout to end users?
What are the RBI rules has to follow by a bank for online precesseing. ?
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
Explain compatibility testing with an example.
wat is test management ?what are the components available in test management?