Can anyone explain me these 3 techniques with an example?
1).Equalent Class Partision
2).Cause-Effect Graph analysis
3).Error Guessing.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?

1448


What are the main key components in web applications and client and server applications? And explain the differences between them?

666


1.Enlist the types of testing performed for any window in sequence? 2.Use of edit_get_list function 3.Accuracy & Precision

1689


Can you explain function points?

681


What do you understand by usability testing?

649






What impact ratings have you used in your projects?

675


If project wants to release in 3months what type of risk analysis you do in test plan?

702


Do you know anything about Set Top Boxes?

7730


Explain thread testing.

649


Do we have any certifications for ETL Testing ?

1728


What are the different types of software testing?

703


what is conditional testing? explain and examples

1088


What is a defect?

647


How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }

1581


can anyone tell me few critical bugs in ecommerce project.

5583