Thursday, January 29, 2015

Equivalence class partitioning in software testing

Equivalence class partitioning:


It is a black box testing technique with the help of this technique we can divide the data into valid parts and invalid parts

For example take this requirement: Username should take alphanumerics only


For this requirement we can write ECP like this


Valid: all alphabets a to z, all numbers 0 to 9 

Invalid: special characters

After that we can write testcases like this

Positive test cases:

1) Verify the functionality of the username field by entering alphabets
2) Verify the functionality of the username field by entering numbers

Negative test case


1)Verify the functionality of the username field by entering specials characters 



























bva interview questions||bva in testing with example||equivalence partitioning testing||equivalence partitioning example||equivalence partitioning||test case techniques||equivalence class partitioning examples
bva and ecp examples||equivalence partitioning ppt||difference between equivalence partitioning and boundary value analysis||equivalence class partitioning examples||equivalence partitioning and boundary value analysis with examples||equivalence partitioning test cases||

ecp software testing||bva testing examples

No comments:

Post a Comment