
20 Feb EQUIVALENCE CLASS PARTITIONING
Equivalence class partitioning or EQP is the technique of blackbox software testing method. In this technique tester separates data in two distinct type
- Valid data
- Invalid data
If we look at input testing number of input data would be more and if we test application with all possible input it will take long time to finish testing. To overcome this situation we select some candidate value from each domain which makes software testing very effective.
Let’s take example from previous blog post
Username:
- Username field should not accept more than 10 characters
- At least 4 characters are required as username
- Username should not accept any special characters
- Username is a required field to go to next field
- Username can contain Alphabets and Numeric
In above requirement we can consider pt. 3, pt.4 and pt. 5 as EQP.
Case: Username should not accept any special characters and Username can contain Alphabets
and Numeric can be clubbed to derive test cases.
Valid | Invalid |
Username is an alphabet | No Username |
Username is an numeric | Username contains special character |
Username is alpha numeric | Username contains white space at end |
Username contains white space at beginning | |
Username contains white space in name |
- WHAT THE CEO IS READING – IMPROVING THE BUSINESS-TO-BUSINESS CUSTOMER EXPERIENCE - March 26, 2016
- WHAT THE CEO IS READING – LEADING AND GOVERNING THE CUSTOMER-CENTRIC ORGANIZATION - March 22, 2016
- WHAT THE CEO IS READING – MANAGE YOUR EMOTIONAL CULTURE - February 23, 2016
- WHAT THE CEO IS READING – GETTING TO SI, JA, OUI, HAI, AND DA - December 9, 2015
- 2 นาทีข่าวเทคโนโลยีประจำเดือนกันยายน - October 2, 2015
- 2 Minutes Of Tech. September’s News in 2 Minutes. - October 2, 2015
- PRINT YOUR OWN CROSSGUARD LIGHTSABER - September 22, 2015
- WHAT THE CEO IS READING – FOUR SEASONS: THE STORY OF A BUSINESS PHILOSOPHY - September 17, 2015
- 2 นาทีข่าวเทคโนโลยีประจำเดือนสิงหาคม - September 2, 2015
- 2 Minutes Of Tech. August’s News in 2 Minutes. - September 2, 2015