True/False: Test methods cannot be used to test Web service callouts.
True.
Web service callouts are asynchronously while test methods are synchronous.
How do we test email send and receive in different environments?
By moving the mail functions into their own class and then pass the required parameters to send the mail.