for NS stuff, I do unit testing only when I have complex logic/rules that really benefit from it. Also, I should add that using NFT makes testing easier since it means working with plain objects rather than mocking as many function calls.
c
creece
10/14/2020, 4:57 PM
I was joking around as almost everyone says they want to but don't
creece
10/14/2020, 4:57 PM
You're unit testing your framework though not netsuite if you're going that route.
creece
10/14/2020, 4:58 PM
You'd have to totally separate out the business logic from any framwork/netsuite specific code and then unit test that.. and most of the time its a pain to do it