Am I right in saying with the SDF webstorm plugin,...
# suitescript
c
Am I right in saying with the SDF webstorm plugin, I can test functions such as getSublisValue against the XML representation of a record?
m
👍🏼 1
c
@michoel We're not currently using the Oracle testing framework - looks like it provides a nice structured way to stub records though.
e
@Craig No, the XML framework is just for the metadata representation of a record/field/object. It's not used to interact or define instances of a record
(That is where the aforementioned testing framework comes in 🙂 )