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
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
what are the different methods to test a product in 'Japanese' language? NOTE:User is unable to perform basic functionalities while using the app..(copy, paste, text selection etc.)
What is the difference between baseline and traceability matrix?
What is mean by incident logging system ?
Differentiate verification and validation?
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
Is compatabilitytestig and port testing are same
There is only requirements document. You have 10 days and 8 resources to release the system.At the end of the 8th day u tell ur TL that system is ready for release. How will you proceed with the testing process or in other words what all approach you will follow once you get requirements
1.what is a test condition ?
what is meant by application server and its functions?
Can you explain usability testing?
Testcases for msword( microsoct office word??
why testcases are written and what is the importance?
What is a ‘test plan’?