Can anyone explain me these 3 techniques with an example?
1).Equalent Class Partision
2).Cause-Effect Graph analysis
3).Error Guessing.
Answers were Sorted based on User's Feedback
Answer / sj1234
Consider any edit field which can accept values b/w 18-35.
Equivalence pertitioning In this method given i/p is
divided into number of equivalence classes.
From each equivalence class one i/p value is chosed for
testing.
Ex.Consider the above ex. edit field which accepts i/p
value b/w 18-35.
From the given range of i/p value we can form 3
equivalence classes.
i) Less than 18.
ii) Between 18-35.
iii) Greater than 35.
Take any value from three equivalence classes and test
them. example 6, 25,100
3) Error guessing.This depends on the tester experience,
domain knowledge, & common sense.
Ex:For the same above ex.i)23+,-34,5*,00,Blank,5o(Not
zero,O),etc.
4) Cause-Effect GraphCause Effect Graph: A Boolean graph
linking causes and effects
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / avinash
Shraini you are wrong. Equivalence partitioning is a software testing technique that divides the input data of a software unit into partition of data from which test cases can be derived. In principle, test cases are designed to cover each partition at least once. This technique tries to define test case that uncovers classes of errors, thereby reducing the total number of test cases that must be developed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shraini
what you explained about equalent class partition is not
correct.that is all about boundry value testing.testing the
size and range values of an object.
According to my knowledge equalent class partition is
testing the type of objects,ex: in a drop down box for
gender (Male /female).
If I am wrong please correct me.
| Is This Answer Correct ? | 0 Yes | 2 No |
Is compatabilitytestig and port testing are same
How do we decide scope for smoke and sanity testing?
what is the scalability testing
(hi friends : please give me reply soon ) i have completed my software testing course , now am planning to put a fake of 1.5 yrs, i need two projects to put in my resume , if anybody has any real time experience and those who handled a project( 6-8 months )in the telecom domain ,please send me the details regarding the project ...it will a great help for me ..if u have suggestion let me know ....
what is crud testing ?
what is UI testing
Which methodology u follow in testcase?
Explain spiral model?
Do the test cases differ for Functional,Integration,System and User Acceptance Testing???
Hi Everybody could you please send me the ISTQB Material to my mail id sravanthireddyr@gmail.com Thanking you in advance
What is positive and negative testing?
When you found a bug and reports it to the developer but the developer is least bothered and he does not accept that bug what will u do?