I found a test going by the name, "Comparison Test" to test convergence of a series.
It states that :
Let $ \sum u_n$ and $\sum v_n$ be two series of positive real numbers and there is a natural number $m$ such that $u_n\leq kv_n,\forall n\geq m,$ $k$ being a fixed positive number. Then, $\sum u_n$ is convergent if $\sum v_n$ is convergent.
Now, I know $\sum \frac 1{n(n+1)^2}$ is convergent. But there's a problem.
When I use the Comparison Test it turns out that $\frac{1}{(n(n+1)^2}\leq \frac 1{n^3}\leq \frac 1n$ for all natural numbers. Now, if $v_n=\frac 1n$ then, we know $\sum \frac 1n(=\sum v_n)$ is a harmonic series so, divergent which implies, $\sum \frac 1{n(n+1)^2}$ is divergent by Comparison Test.
Now, what's wrong with this argument?
Direct comparison test is used in this way, given that eventually
$$0\le a_n \le b_n \le c_n$$
then
$$\sum b_n \; \text{diverges} \implies \sum c_n \; \text{diverges}$$
but we can't say anything about $\sum a_n$ and
$$\sum b_n \; \text{converges} \implies \sum a_n \; \text{converges}$$
but we can't say anything about $\sum c_n$.
In your case the useful inequality to prove convergence is
$$\frac{1}{n(n+1)^2}\leq \frac 1{n^3}$$
and we don't need more than that.