Domanda di colloquio di Tecra Systems

Difference Between Assert and Verification in Test Automation ??

Risposta di colloquio

Anonimo

7 apr 2017

I have not answer to that question perfectly , however later I found . Assert is Comparing the actual value and expected results, if the data is mismatched script execution going to be stop, here no else part . Coming to the Verification This one also same like assert but only thing here if the data mismatched else part will part run and out will be displayed with respective given value.