Answers

Question and Answer:

  Home  Automation

⟩ Tell us the difference between assert and verify commands?

Both of them check if the given condition is true or false. Unlike to "assert", "verify" will not stop the test case execution if the test case fail.

 167 views

More Questions for you: