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 |
Can anyone explain me these 3 techniques with an example? 1).Equalent Class Partision 2).Cause-Effect Graph analysis 3).Error Guessing.
what types of testing you perform ?
On what basis you are fixing up the time for project completion?
explain v model in detail(pls explain with real tme company process)
how does a client /server environment affects testing?
What is Standalone testing?
1.What is mean by data base testing?explain with example? 2. you can check the data base testing through sql then why we are using QTP Data base check ? 3.difference between modified waterfall model and waterfall model? 4.defect life cycle?
what is prototype testing, component testing, thread testing
What is the exact difference between Integration & System testing; give me examples
why do u go for whitebox testing,when black box testing is available?
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?
What Is Regression Testing?