In this article, I will show you how to use Extent Report with Selenium Webdriver.Report is one of the most important feature of any Automation framework. TestNG already has in-build reporting but it does not look good and attractive. I have been using Extent report in my project since long and it is one of the best reporting. I have already published 2 article of … [Read more...] about How To Use Extent Report with Selenium WebDriver and Add Screenshot
How to Perform API Testing using Katalon Studio
In this article, I will cover how to perform API Testing using Katalon Studio and how to assert the various responses. API Testing- New version of Katalon support API testing (SOAP and RestFul both) and they also provided very easy UI which will help testers to automate API's without using much coding knowledge as well. In one of my previous article, we already discussed … [Read more...] about How to Perform API Testing using Katalon Studio
How to execute Selenium Webdriver in Chrome Browser
Hello Welcome to Selenium Tutorial, today we will discuss Launch Chrome Browser using Selenium Webdriver. Selenium Webdriver by default support firefox browser only that is the reason we did not face any issue while working with Firefox.In order to execute your script in the different browser like chrome, IE etc. If you are working with IE browser then you should know the … [Read more...] about How to execute Selenium Webdriver in Chrome Browser
How to Handle Untrusted Certificate Selenium Webdriver
Hello, Welcome to Selenium tutorial in this post we will see how to Handle Untrusted Certificate Selenium. What is Untrusted SSL certificate? Whenever We try to access HTTPS website or application so many time you will face untrusted SSL certificate issue. This issue comes in all browser like IE, Chrome,Safari, Firefox etc. 2- Why we get this … [Read more...] about How to Handle Untrusted Certificate Selenium Webdriver
How to Create Data Driven Framework in Selenium Webdriver in easy way
Today in this article we will mainly discuss how to implement data driven framework in selenium webdriver using TestNG data provider.We have so many frameworks like Keyword driven framework, Hybrid Framework, POM that is Page object model and data driven framework, each framework having its own feature so we need to decide which framework to choose for this project. I … [Read more...] about How to Create Data Driven Framework in Selenium Webdriver in easy way