May 12, 2018 – Make Selenium Easy Hello Folks, In this post, we will learn logic behind generation of testng.xml. When we select a class or package… Continue reading “May 12, 2018 – Make Selenium Easy”…
July 3, 2018 – Make Selenium Easy Hello Folks, In previous post, we learnt about basics of group concepts in TestNG and how to use with @Test annotated… Continue reading “July 3, 2018 – Make Selenium Easy”…
June 1, 2017 – Make Selenium Easy Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced, in this post we will see… Continue reading “June 1, 2017 – Make Selenium Easy”…
January 31, 2019 – Make Selenium Easy Recently, a guy asked me below question: I need to verify title of an article is in bold. Article title… Continue reading “January 31, 2019 – Make Selenium Easy”…
July 9, 2018 – Make Selenium Easy Hello Folks, We have learnt how can we customise testng xml to run test methods belonging to multiple groups. Let’s… Continue reading “July 9, 2018 – Make Selenium Easy”…
October 22, 2017 – Make Selenium Easy Hello Folks, This will be last part of “Handling frames in selenium webdriver”. We know what is frame and how… Continue reading “October 22, 2017 – Make Selenium Easy”…
November 3, 2018 – Make Selenium Easy A Test method is run for all data set provided by a DataProvider method which is by default one after… Continue reading “November 3, 2018 – Make Selenium Easy”…
October 2017 – Make Selenium Easy Hello Folks, I will start series of posts on topic “Handling different types of popup in selenium webdriver”. What is… Continue reading “October 2017 – Make Selenium Easy”…
May 2018 – Make Selenium Easy Hello Folks, Let’s run below TestNG class and observe output: Output: Can you see different order of execution of test… Continue reading “May 2018 – Make Selenium Easy”…
October 12, 2019 – Make Selenium Easy We have already learnt to create parameterized request body by reading data from a CSV and JSON file. If you… Continue reading “October 12, 2019 – Make Selenium Easy”…