How do you have your code written? If you abstract...
# sdf
c
How do you have your code written? If you abstract that search logic, into some kind of getter, you can just mock that get method to return sample data. Otherwise you're testing NetSuite and not your own code.
👍 1