James Cantorjamescantor.hashnode.dev·Jun 3, 2024Everything You Must Know About Equivalence Partitioning TestingEquivalence Partitioning Testing (ECP) is also known as black box testing or identicalness class parceling. It is a product testing procedure that isolates the test information of the application into each segment. It helps in comparison and helps in...equivalence partitioning
Mihai-Cristian Fagadaublog.mihaifagadau.dev·Jan 24, 2023Functional Testing – Boundary Value Analysis, Equivalence and Category PartitioningFunctional testing is an essential part of software development that involves evaluating a system or its components to ensure that they meet the specified requirements. In this article, we will delve into three key techniques that are commonly used i...1 like·79 readsAdvanced Software Testing Techniquesfunctional testing