trans-am
3 years agoOccasional Contributor
Assert = false and log.info to the console
 When firstName is null I would like to assert false and print log.info but in "else" part I cannot print log.info to console. Any thoughts?  Following piece of script.    ============================...
- 3 years ago
Hi,
Can I ask, why go to the effort of building the IF to assert true/false? Why not "assert not null"?