- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
Remove Zuora error on Salesforce unit tests

Is there anyway to avoid the Zuora error in Salesforce unit tests that states "Please upload Zuora WSDL at first" without having to use the @isTest(SeeAllData=true) attribute? Salesforce best practices are to not use SeeAllData=true. Using SeeAllData has the potential to create other issues when testing which I'm trying to avoid.
To generate the error I simply need to attempt to create a dummy Zuora object within the context of a test
Zuora.zObject zCharge = new Zuora.zObject('RatePlanCharge');
Is there anything else I can do to prevent this error? "Please upload Zuora WSDL at first"
How does one avoid this bug if it's not really a bug but what looks like bad design?
- Find more ideas tagged with:
- 17
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.