BEP20 Token doubt

I want to create a BEP20 token where anyone can trade a maximum of 2 tokens only.
For every transaction, 8% must go to the liquidity pool and 7% to all holders.
I want my token to have 0 decimal points (Not sure it is a good idea or not, can anybody tell?).

Can anyone provide me any similar token contract template which fulfills my requirements?

And how can I test the behavior of my token without deploying it to mainnet. I know I can deploy it on testnet but I want to check the auto liquidity feature and tax distribution to all holders. Pancakeswap for testnet is available?

PLS HELP

how are you going to deduct 15% of a token without decimals?

yes i figured it out so i will be going with some decimals