Hi all!
I have a custom test type where the test STEP names are not named incremented Step_1, Step_2... but like [Comment] ... [DoAction] [Wait]. The issue is that in the test I have more similar steps like in the bellow example...
[Comment]
[DoAction]
[Wait]
[Comment]
[DoAction]
[Wait]
[DoAction]
[Wait]
[DoAction]
When I import in QC the test - only the last instance of the step is imported, the last [Comment], the last [Wait] and so on...
Is there a way to import all the test steps?
Thanks in advance for the answer!
Vincent