Call shared steps within a test and at execution, include the detail of the shared steps.
We need a method by which a step or series of steps can be written once and called from multiple tests. For example, I want to write a login procedure and then call it from other tests. Specifically,...