Skip to content
  • Home
  • Selenium
    • Setup & Launching Browsers
    • StaleElementReferenceException
    • Locators in Selenium
    • Basic Concepts Of Selenium
    • Handling Calendar in Selenium
    • All Waits in Selenium
    • Page Object Model – PageFactory in Selenium
    • Front End Automation Strategies
    • JavaScript Usage in Selenium
    • Usage of Java Stream API in Selenium
    • Handling Dropdown in Selenium WebDriver
  • API Testing
    • Kick Start API Testing
    • Postman Tutorials
    • Learn REST Assured End to End
    • Industry Level End To End Automation Framework From Scratch
  • TestNG
    • DataProvider Concept in TestNG
  • GIT Tutorial
    • GIT Basics Concepts
    • Git Tutorial – E2E – Basics To Advanced
  • About Me

Category: TestNG Tutorials

TestNG Tutorials 59: DataProvider in TestNG – Running DataProvider Method in Parallel – Parallel DataProvider Method

November 3, 2018 Amod Mahajan 3 Comments

A Test method is run for all data set provided by a DataProvider method which is by default one after…

Continue Reading →

Posted in: Selenium Topics, TestNG Tutorials

TestNG Tutorials 58: DataProvider in TestNG – Running Test for Specific Set of Data Provided by DataProvider Method – Dataprovider With Indices

Amod Mahajan 3 Comments

By default a Test method is executed for all data set returned by DataProvider. The reason behind this is that…

Continue Reading →

Posted in: Selenium Topics, TestNG Tutorials

TestNG Tutorials 57: DataProvider in TestNG – Passing External Data File Name to DataProvider Method Using TestNG xml

Amod Mahajan Leave a comment

In last post, we have learnt how can we make parameterized DataProvider method in TestNG to provide test data to…

Continue Reading →

Posted in: Selenium Topics, TestNG Tutorials Filed under: dataprovider, parameterised dataprovider, parameters, parameters in testng, Selenium, selenium testng

TestNG Tutorials 56: DataProvider in TestNG – Parameterizing DataProvider Method to Provide Data to Multiple Test Methods

Amod Mahajan 2 Comments

“DataProvider” is an important feature provided by TestNG to provide required test data to test methods to run on. We…

Continue Reading →

Posted in: Selenium Topics, TestNG Tutorials Filed under: dataprovider, parameterised dataprovider, Selenium, selenium testng, testng

TestNG Tutorials 55: DataProvider in TestNG – Lazy Initialisation of DataProvider Method – Use of Iterator Return Type

October 20, 2018 Amod Mahajan 3 Comments

Hello, DataProvider is an important functionality provided by TestNG to achieve Data driven testing or providing a set of different…

Continue Reading →

Posted in: Selenium Topics, TestNG Tutorials

TestNG Tutorials 54: DataProvider in TestNG – Implementing Object Oriented Concept “Encapsulation” with DataProvider Method

October 19, 2018 Amod Mahajan Leave a comment

Hello Folks, As part of ongoing series on DataProvider, we will learn “How does Encapsulation ( in OOPS concept) help in…

Continue Reading →

Posted in: Selenium Topics, TestNG Tutorials

TestNG Tutorials 52: DataProvider in TestNG – Accessing DataProvider Methods From Another Class Test Class

September 17, 2018 Amod Mahajan 2 Comments

Hello Guys, Now we have good understanding of DataProviders in TestNG from previous articles. If you have not read my…

Continue Reading →

Posted in: Selenium Topics, TestNG Tutorials

TestNG Tutorials 51: DataProvider in TestNG – Two Dimensional Array DataProvider Method

September 15, 2018 Amod Mahajan Leave a comment

Hello Folks, In last post, we have seen Basics of DataProvider in TestNG and its working logic with one dimensional…

Continue Reading →

Posted in: Selenium Topics, TestNG Tutorials

TestNG Tutorials 50: DataProvider in TestNG – Understand Basics of DataProvider & How It Works

September 9, 2018 Amod Mahajan 4 Comments

Hello Folks, In last post, we have seen Why do we need to use DataProvider in TestNG. Now we will…

Continue Reading →

Posted in: Selenium Topics, TestNG Tutorials

TestNG Tutorials 49: Need of DataProvider Method in TestNG

September 5, 2018 Amod Mahajan Leave a comment

Hello Folks, TestNG provides a beautiful functionality to parameterized our configuration and test methods so that we can execute the…

Continue Reading →

Posted in: Selenium Topics, TestNG Tutorials

Post navigation

Page 2 of 7
← Previous 1 2 3 … 7 Next →
Copyright © 2024 — Ascension WordPress theme by GoDaddy