As a tester we are mainly interested in generating very good html reports to get to know the Test cases passed and failed. TestNG which is a java framework helps… Read more »
REST API Automation Testing Tutorial Part 2:In this tutorial we are going to focus on testing the HTTP POST method using REST ASSURED API. To know more details about the… Read more »
In TestNG we use the @DAtaProvider for passing the data values to the testcases. In majority of these cases the Data source used as an two dimensional Array,XLS or XLSX…. Read more »
TestNG allows you to group your tests and also allows to pass Test Parameters using parameter tag in the TestNG xml file. You can then execute one or more specific… Read more »
The Difference Between :nth-child and :nth-of-type CssSelector CssSelector is one of the most important Locator in Selenium WebDriver. Also Css is faster when compare to Xpath. In CssSelector to use… Read more »
DevOps Tutorial-1 Pushing the Code to Github In this tutorial we will discuss about the significance of Github in Real Time Projects and also we will see step-by-step process of… Read more »
Selenium automates browsers like Firefox,Chrome and Internet Explorer. Selenium WebDriver Scripts run against multiple Platforms MAC,Windows and Linux. In this tutorial, we will discuss about Running Selenium WebDriver Scripts on… Read more »
Refer to the below Links for Practise Collections in Java Complete List of Selenium Basics 50 Real Time Interview Questions Real Time Scenario’s Java Platform Standard Edition 8 Documentation Java… Read more »
Cucumber BDD with Selenium WebDriver and Testng Framework Cucumber is a Behavior Driven Development (BDD) testing framework that helps the non technical members of the team can easily understand the… Read more »
Maven Build Profiles Example Refer to the below Links for Practise Selenium Wiki Complete List of Selenium Basics 50 Real Time Interview Questions Real Time Scenario’s Java Platform Standard Edition… Read more »