Headless Testing is very useful in Test Automation and Selenium Webdriver also supports now Headless Testing. Previously we have used HTMLUnitDriver and PhantomJS driver Run Selenium Test In Headless Mode. In case you are not familiar with Headless Mode then in just line I can say that "Test will run without GUI" it means test will be running in background and you will get … [Read more...] about How To Run Selenium Test In Headless Mode in Chrome Browser
How To Use Extent Report with Selenium WebDriver and Add Screenshot
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