Part 11 | Selenium With Python Tutorial | Parameterizing test in Pytest with multiple data sets

preview_player
Показать описание
#seleniumtutorial

When we need to run same set of automated test steps with different set of test data. Then we should parameterize our test.
But sometimes we also need to parameterize our test fixtures as well. Fixtures cannot be directly parameterize as we can do with test methods. But there is a method using indirect keyword, we can achieve that.

So, lets move inside the video to see how we can do parameterization for fixtures.

****************************************************************

Selenium C# Tutorial :

Рекомендации по теме