Can anyone explain me these 3 techniques with an example?
1).Equalent Class Partision
2).Cause-Effect Graph analysis
3).Error Guessing.
Answer Posted / 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 |
Post New Answer View All Answers
what r the measure bugs found in your project??? Give some example abt this.
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
What are the different types of software testing?
What is smoke testing and what is sanity?
could anyone explain application testing in sequence order i don't have any experience in that
What are the types of maintenance?
ANY ONE HAS ATTENDED THE INTERVIEW FOR WIT INNOVATION P LTD? THEN KINDLY LET ME KNOW ABOUT THE INTERVIEW PROCESS AND QUESTIONS ASKED.
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
what are the testing appraoch that you have tested for Bread toaster
What r the documents required for performance testing
what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?
What is state transition?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
What is deferred status in defect life cycle?