I've been working with specflow's scenario outlines where you define your tables as examples below the steps.
I've recently seen tables being used with scenarios as opposed to scenario outlines. Why would you use tables as opposed to scenario outline examples?
What are the benefit of tables? As far as I can see you have a dictionary that has little typesafety when compared to a typed parameter?
I'm sure I'm wrong about this but it seems better to use scenario outlines with tags. I'm sure I'm missing something here.
question from:
https://stackoverflow.com/questions/65888427/specflow-tables-vs-scenario-outline 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…