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”
Tag Archives: selenium
Let’s talk about stale elements
Hi guys!. I have had a lot of problems with stale elements. But what are stale elements? Let’s talk, When you load a web page into a broswer, there are elements loading according to the speed of the internet, they are requesting data to the web service to show you as information in your monitor.Continue reading “Let’s talk about stale elements”