Short answer
On a site that sells CVV and fullz data, "card test sample" means one thing: running a stolen card number through a small charge or an authorization request to find out whether it is still live. I am not going to write that guide. Explaining which amounts to test with, what a decline code means, or how to keep a test from tripping a fraud rule is instruction for payment card fraud. In the US that is a federal crime under 18 U.S.C. § 1029, and it does not matter how neutral the framing sounds.
The word "sample" does not change the act. A cardholder gets a charge they never made. A merchant eats the chargeback and the fees. A bank reissues the card and passes the cost to everyone else.
What I can write instead
If you build or run a real payments product, there is a genuine topic hiding behind this keyword: sandbox test cards. Stripe, Adyen, Braintree and most other processors publish test card numbers that only work in test mode. That is worth a proper guide. How to find your provider's test card list. Which test numbers trigger specific decline, insufficient funds, or 3DS challenge scenarios. How to keep test keys and live keys from ever crossing paths in your config, and why hardcoding a test PAN into a staging environment that later points at production is a mistake people make once.
I can also write about chargeback prevention, PCI DSS scope reduction, or how issuers score authorization requests in real time. Those help merchants and developers, and nobody gets hurt reading them.
What I will not do is help anyone verify stolen cards. If that is the goal, I am the wrong writer.