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

How to insert and use records from external object in @testSetup?
Hi All,
Can you help me how to write Test Class for External object Data?
I have some class use data from exteral object for logic code. I saw that someone use mockrequest.
http://grahambarnard.com/development/2016/02/08/mocking-external-objects/
But i need to query records into my classes it's not working with the same solution. How to insert and use records external object in @testSetup?
Please help me about this case.
Can you help me how to write Test Class for External object Data?
I have some class use data from exteral object for logic code. I saw that someone use mockrequest.
http://grahambarnard.com/development/2016/02/08/mocking-external-objects/
But i need to query records into my classes it's not working with the same solution. How to insert and use records external object in @testSetup?
Please help me about this case.