trans-am
2 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. ============================...
- 2 years ago
Hi,
Can I ask, why go to the effort of building the IF to assert true/false? Why not "assert not null"?