What is the best practice to test the scenarios which requires live executions using the APIs?
For example Place Order->Order is pending->Order is executed(assuming not all the lots asked, is available e.g asked for 10 lots at a limit price only 2 lots executed at the asked price )-> 8 order is pending->2 order is executed.->For executed order I get callback from Kite->For pending order I do some polling.
How to test these complex scenarios.which requires live execution?