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

How to bulk controller extension test class
hi, I have to write a test class for controller extension. How we apply best practice about bulking in this case? Controller extension constructor takes one standard controller instance. Do i have to instantiate for 200 Times the controller extension in test class? Thank you in advance
All Answers