Python Behave – Dynamic data for a scenario outline
Have you ever thought about if it's possible to have dynamically created test data for Python Behave Scenario Outlines based on parameters? If not, or If yes, but you can't find out how to solve this, you are in the right place.
You have to start with your feature file, where you have to create a placeholder that will be later dynamically replaced by fetched data from an API…