Thank you Naveen for providing the best content related to Java. An year ago, I was not confident enough to print "Hello World" because of fear of failure. You are the person made java easy for me and only because of you I have cracked SDET role at Times Internet, DB Schenker, Deutsche telekom and Adobe. All of these Java, Jenkins and Automation part I learnt in last 1 year. Thank you from my heart.
Thanks a Lot, Naveen it's a beneficial series in applying the most important design pattern in Selenium I am really learning new Knowledge. I practiced it Will you put other patterns?
Hi Naveen, On webelementDecoratorBase you have created as abstract class but it doesn't have any abstract method in it. As per java.....abstract class must have atleast one abstract method right. Can you explain me where I am going wrong
Thank you Naveen for providing the best content related to Java. An year ago, I was not confident enough to print "Hello World" because of fear of failure. You are the person made java easy for me and only because of you I have cracked SDET role at Times Internet, DB Schenker, Deutsche telekom and Adobe. All of these Java, Jenkins and Automation part I learnt in last 1 year. Thank you from my heart.
Thanks a Lot, Naveen
it's a beneficial series in applying the most important design pattern in Selenium
I am really learning new Knowledge. I practiced it
Will you put other patterns?
that was awesome, if possible please provide the github url link of this project , so i can practice,
Most interesting line in the code: webElementActions = new WaitDecorator(new LoggingDecorator(new WebElementActions()), driver);
Hi Naveen,
On webelementDecoratorBase you have created as abstract class but it doesn't have any abstract method in it. As per java.....abstract class must have atleast one abstract method right.
Can you explain me where I am going wrong