I've started unit testing and I'm trying to perform unit tests on an API wrapper I built for a WSDL Resource I'm using.
I can unit test my classes just fine, but what are the best practices for testing the external API? Should I ever bother testing it? Aside from the tests I to verify connection and parameters and stuff, what are the best methods for making sure my data got properly updated(if I should even be doing that)?