Please add an option of copying and pasting steps from an existing test to a new test
It will be useful for the users to have a option to copy whole steps (description & expected Result) from an existing test to a new one.

-
Alexandre Beaulieu commented
Totally what I was looking for!
Use case:
1- Created test X, steps a-b-c
2- Create test Y, steps d-e,
2a: oops, I should have done Xb-c as stand-alone for reusing.
3-Create test Z
4-Go back to X,
5-copy all info from Xb-c, paste in Z
6-delete Xb-c
7-'Call steps from another test'
Proposition: Kill substeps 3-4-5-6-7
From steps Xb-c, have an option that will:
- allow selecting step(s)
- generate test Z with those,
- delete from X
- insert Z same as 'Call steps from another test' -
Berry commented
Super useful and important option that should be added as soon as possible!