Explain Boundary value analysis, Equivalence partitoning
and Error guessing?
Answer / aa
Boundary value analysis : Designing test cases at boundary
values. If field take values from 10 to 20 numbers,
following are the boundary values which is taken care while
doing testing.
Valid boundary values 10, 11, 19, 20
Invalid Boundary values 9, 21.
Equivalence partitioning : Designing test cases by deviding
the input values in to equivalence partitions.
valid Equivalence partitions 14 or 18
Invalid equivalence partitions 5, 26
Error guessing : From testers experience , are able to guess
where bug will come and in which scenario.
| Is This Answer Correct ? | 5 Yes | 1 No |
what is date field test case
What is defect life cylce
5 Answers Hurix, Syntel, Zycus Infotech,
what are the contents of SRS documents?
What's an 'inspection'?
How many tabs are in QC?Name some tab
Which type of requirement suitable for water fall model, v model, prototype model, incremental model, agile model, ? plz explain with example....please give the answer immediately
What is dry run testing??
hi guys...every test engineer have strong knowledge on SQL....but i have zero knowledge on sql......pls suggest me which one i need.. to get strong knoledge on sql .... learn SQL SERVER or ORACLE?
What is mean by testing Methodology?
10 Answers BlueShift Technology,
What is Localization and Internationalization Testing
How will you test manually if you have more than 1000 of data?
If we have an interface, but no concrete class which implements it. How we will test that interface in white box testing?