March 19, 2018 – Make Selenium Easy Hello Folks, When we capture screenshot using “TakesScreenshot” interface in selenium webdriver, it captures only visible area of webpage in… Continue reading “March 19, 2018 – Make Selenium Easy”…
April 20, 2019 – Make Selenium Easy As per official document of Protractor:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests… Continue reading “April 20, 2019 – Make Selenium Easy”…
August 11, 2018 – Make Selenium Easy Hello Folks, I was asked this question in an interview and I was like “Are there two terms “Parameters” and… Continue reading “August 11, 2018 – Make Selenium Easy”…
May 1, 2018 – Make Selenium Easy Hello Folks, In last post, we have seen the requirements of TestNG in Selenium webdriver. We will learn how can… Continue reading “May 1, 2018 – Make Selenium Easy”…
May 13, 2018 – Make Selenium Easy Hello Folks, We will see an interesting topic in this post. We can create an inner TestNG class as well… Continue reading “May 13, 2018 – Make Selenium Easy”…
February 2018 – Make Selenium Easy Hello Folks, In this post, We will learn about javascript commands which we can use to locate a web element… Continue reading “February 2018 – Make Selenium Easy”…
March 2017 – Make Selenium Easy Hello Folks, We have seen: How to launch Firefox browser. How to launch chrome browser. In this post we will… Continue reading “March 2017 – Make Selenium Easy”…
June 2, 2018 – Make Selenium Easy Hello Folks, In last post, we have seen default order of test methods in a TestNG class. You go to… Continue reading “June 2, 2018 – Make Selenium Easy”…
November 12, 2017 – Make Selenium Easy Question: What will happen if you pass Hindi words in sendKeys method? Answer: Selenium webdriver will type Hindi font in… Continue reading “November 12, 2017 – Make Selenium Easy”…
May 19, 2018 – Make Selenium Easy Hello Folks, Method overloading is an important concept in Java. Can we create overloaded method in TestNG class. Let’s give… Continue reading “May 19, 2018 – Make Selenium Easy”…