lundi 30 avril 2018

Different parameters in TFS test with shared steps

Title: Different parameters in TFS test with shared steps.

I have a situation where I write a (manual) testcases in TFS (Server Version 15.117.27024.0)

I created a shared step with 2 parameter values. How do I call the same shared step, with different parameter values, from within the same testcase?

in pseudo-code:

test_case (
    shared_steps('param1','param2');
    shared_steps('param3','param4');
    step3();
    step4();
)

From the web interface, and various (old) blogpost, it seems like this is not possible, if that is indeed the case, I would like to have that verified.

Aucun commentaire:

Enregistrer un commentaire