What is the difference between Assert and Verify?
Assert: In basic words, on the off chance that the assert condition is valid, at that point the program control will execute the following test step yet in the event that the condition is bogus, the execution will stop and further test step won't be executed.
Verify: In basic words, there won't be any stop in the test execution despite the fact that the confirm condition is valid or bogus.