Hello guys!, Today I want to talk a little bit about dependence on test methods using TestNG. First, when we want to use a dependence on a test, we must define it on the top of the test method together to @test, let me illustrate it for you guys. As you can see, we defineContinue reading “Let’s talk about dependence on test methods – TestNG”
Category Archives: Sin categoría
Let’s talk about basic Method and Class Annotations in TestGN
Hi guys!, today I want to talk about the order of the method execution in TestGN. You know guys there are the following Class Annotations: The order of executing this class is the following:
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”