Hi all,
I was told to do a payment page using Paypal and so far it is working fine. Users can load it and purchase items with no issues.
But recently, there is a requirement to do daily checks that the page is working properly. Like a health check. The objectives are:
- Load the payment page (something like a checkout page). Ensure the page loads with no errors.
- Clicking on Paypal or Pay button in the page will bring the user to the Paypal page.
- Check the IPN page can be loaded.
- If any of the above fail, send a notification via email.
- For each check, record them down in a log file or database.
I can do this manually and log them in a database or spreadsheet but I would prefer this to be done automatically at random intervals.
Can this be done?
Thanks!