[Resolved] Clone multiple TestSteps to another TestCase
In one TestCase, I have 7 consecutive TestSteps that I want to clone into each of the other 5 TestCases in my project. I want the name of each TestStep to be the same in every TestCase. Today, I cl...