Nested Shared steps
Nick Pruchkovskiy
Is it possible to implement nested Shared steps? I mean to create new shared steps which would include already existing shared steps.
F.i. For login functionality we should have at least 3 separate steps - input email, input password, click submit. But for testing functionality based on if user is logged in we don't need such atomic steps. Instead we can create step Login which can include all steps above
Rohith Yarramsetty
I find it challenging to manage the steps required for multiple test cases within the same story while writing them. I hope the QASE team prioritizes improvements that can make this process of converting the parent test steps as shared steps easier for me.
J
Jeffry Leonardo
Voteeee
Ilya Volkov
Merged in a post:
Child steps in shared step
Vadim Mamaev
We'd like to have an ability to create child steps inside a shared step. It would save us a lot of time!
Right now we have to manually drag them when editing every complex test case.
Thanks in advance!