Oct 14
Understanding NullPointerException And How To Avoid It In Java/Selenium
Hello Folks, Very common question asked by people: “I am getting NullPointerException in automation script. I am correctly using selenium concepts but unable to resolve it.” So, in this post, we will see what is reason behind above exception and how to solve it. What is NullPointerException? When we declare a reference variable, internally a pointer […]