Tecra Systems interview question

Difference Between Assert and Verification in Test Automation ??

Interview Answer

Anonymous

Apr 7, 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.