Hi guys!, as you can see we are using TestNG and previosly we have created the method SumNumbers in the class SomeClassToTest, this methods just sum two numbers. And Assert.assertEquals() has two parameters, the first parameter is actual result and the second parameter is expected result. Once we assign parameters to the method assertEquals() weContinue reading “Let’s talk about error message with Assert and TestNG”