Which Data Set is Best for Test Cases?

Test Suite
I have created a BDD Template Test Case and am invoking the workflow within the When sequence.

I’m considering the best approach for managing test data—whether to use a Test Data Queue or Excel File. Given that I have 14 input arguments and the client intends to add more test data in the future, I’d appreciate some insights on the optimal choice.

Any thoughts or suggestions would be greatly appreciated!

@Gagan_AP

Welcome to the community

generally for data driven with dynamic inputs preference is for test data queue as the data can be updated anytime without touching the flow

coming to excel …this is better when last set of data is present and already known and no changes happen to the data

cheers

1 Like