How to test a cron job in Local Server like WAMP?
You can create a html page and open it on browser. The javascript setInterval function will call for specified periods.
Following is the code to do this. Specify your interval (5000 eg. which runs every 5sec)
Cron
Cron page
Note: To avoid CORS you should call ajax from same host or allow CORS from server side.