What is the difference between verify and assert commands?
Risposta di colloquio
Anonimo
16 set 2019
Assert allows to check whether an element is on the page or not.
Verify command will check whether the element is on the page, if it is not then the test will carry on executing.