So both of you are unit testing then
# suitescript
c
So both of you are unit testing then
s
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
I was joking around as almost everyone says they want to but don't
You're unit testing your framework though not netsuite if you're going that route.
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