Selenium Cucumber BDD Framework with Java and TestNG - Parameterization and Data Driven Testing

preview_player
Показать описание
In this video, we will understand what Parameterization is and how to perform data driver testing using Parameterization in cucumber.

In the context of Cucumber, #Parameterization refers to the ability to pass dynamic or variable values to your #cucumber #scenarios or steps. This is a fundamental feature in Cucumber that allows you to make your tests more versatile and reusable by replacing hard coded values with placeholders that can be supplied at runtime. Parameterization is particularly useful when you need to run the same scenario with different inputs or data sets.

Cucumber supports parameterization through the use of placeholders known as step definition parameters or Scenario Outline placeholders. It's a valuable feature for creating data-driven tests and testing various input combinations.

Playlists in this channel:

I hope you have liked the explanation and learned from this video. Please do like and subscribe to my channel and share it with your friends. also share the feedback in comment section.
Рекомендации по теме
Комментарии
Автор

Thanks for capturing realtime errors during feature file execution. It helped me overcome the issue I was facing with the scenario outline.

riyashukla
Автор

Really thanks sir ..it helped me to solve the error that i faced how to give parameterized

vidhyutvijay
Автор

Hello Sir I'm not able to get the html report under the target folder, it's blank. what can be the solution for that. Kindly please tell the solution for it.

khitishkumarjena
Автор

Hi sir I'm not able to get the html report under the target folder, it's blank. what can be the solution for that.

ISHANKVISHNOI
Автор

You have not changed the parameters to string & string2, so that it is always getting the same user name i.e; "standard-user" and testing it for successfull login.

HarshVardhan__-zpsi
Автор

Hi Sir... How we can hide the user name and password from Examples?

ganeshvavale
join shbcf.ru