Shared steps Test case - NextensArelB/SwaggerGenerationTool GitHub Wiki
##Objective Describe making a new shared steps and converting a test vas into a shared steps
##Who
- Test & Requirements Analysts (T&R)
##What When there are multiple features with the same AC to make a test case for.
Making a shared steps can be done by making a new test case and by converting a existing test case into a shared step
##Making a new shared steps
- Make a new test case by following step 1-6 in chapter Test Analysis
- Click "create shared steps button"
- Name the Shared Steps
- Scroll down and click on the linked item
- Make steps by using Gherkin-format and save
- The test case will have the shared step in one step
##Add excisting shared steps in a test case
- Open test case
- Click on Insert Shared Step button
- Click on Run Query
- Choose the shared step you want to add and insert
##Converting excisting test case into a shared steps
- Open the excisting test case
- Select the steps you want to turn into shared steps, this can be all or a selection, and click create shared step
- Give your shared steps a name and the shared steps will be opened including all the steps you shared