You need to sign in to do that
Don't have an account?

Deploy Viualforce page with callout
When I run the test to deploy a visualforce page I get the following error :
System.TypeException: Testmethods do not support webservice callouts.
It's hard to believe than you can write some apex code and you can not deploy .
Anybody know how to get around that limitation?
integer i = 0;
i++
i++
etc.
it gets the coverage that i need without adding no-op statements.