-
Hey, using the tool I was able to pass the test plans, inside them the test suites, but the test cases only appear in 'work items', not inside the test suites. Any idea what am I doing wrong? I first ran:
And then:
|
Beta Was this translation helpful? Give feedback.
Answered by
MrHinsh
Jan 22, 2023
Replies: 1 comment
-
You need to migrate Test Cases along with the rest of the work items. And then, use the TestPlansAndSuitsProcessor to migrate the Plans & Suits. This will wire up the Test Cases. If you use "Requirement based Suits" then the Requirement must also be migrated. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MrHinsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to migrate Test Cases along with the rest of the work items. And then, use the TestPlansAndSuitsProcessor to migrate the Plans & Suits.
This will wire up the Test Cases.
If you use "Requirement based Suits" then the Requirement must also be migrated.