Answers for "what is assert"

12

what is assert

In simple words, if the assert condition is true then the
program control will execute the next test step but if the condition is
false, the execution will stop and further test step will not be executed.
Posted by: Guest on December-04-2020

Browse Popular Code Answers by Language