This document provides an overview of the qEstimation analysis method for estimating the size and effort of software testing. It discusses estimating test size using Test Case Points (TCP), which represents the size of the simplest test case. TCP is calculated based on the number of checkpoints in a test case, and the complexity of the test setup and data. Estimated testing effort is then determined using the total TCP size and either a measured test velocity or a regression analysis of previous test cycles. The method aims to introduce a standardized way to estimate testing size and effort.