Test Step sorting by menu instead of drag-and-drop
We encounter a lot of frustrations with how sorting is done in Zephyr Enterprise. The responsiveness of the application is often terrible. When we need to change the order of our test steps, the only option is to drag-and-drop. The problem is when the UI is not responsive, or the performance is bad, it's frustratingly difficult to move the step more than one position at a time. Often the step is dropped at some random location due to a glitch in the connection to the server (which we then see that frustrating blue status loading bar at the top of the screen - why is the page I'm on constantly reloading anyway?). I have had to assign my Steps a step number so I can see when something is dropped in the wrong position, and then after I finally get the step where I want it, I need to edit all of my steps with the new order numbers. I'd like to see a better implementation for moving / changing the order of test steps. Jira has a nice implementation for changing the order of options on things like custom field parameters. They have "Order" buttons that allow you to move the selection up/down one position, or move it all the way to the top/bottom; and there is a "Move To Position" button so you can select exactly where you want the selections to be in the list.Add features to collapse and preview test steps in Test Execution
When working with a test step with a lot of text or images, it creates a really long test case. It would helpful to limit the vertical size, and add an option to click to expand (adding wrapping and truncation). It would also be helpful to be able to click the image within the test step to launch the image preview. currently you have to leave the test step and scroll the bottom of the test case, preview the image, close it, then scroll back up to the test step to update the exeuction status.Make the UI more intuitive for the copy/paste options for test steps
The UI is not very intuitive when it comes to copy/pasting test steps. The top button pastes to the bottom, however you don't really know that unless you're used to it or you hover over the button. The option to paste above only exists on the test step, however you don't really know this unless you hover over the button. It would be helpful to also have the option to paste at the bottom on the test step as well.Import new Test Steps section (Test Steps, Test Data, and Expected Results) to an existing Test Case
The user should be able to create an Import map and file to load new Test Steps (at least Test Steps, Test Data, and Excepted results) to a pre-existing Test Case in the Test Repository. Maybe by using the Test Case Id as a unique identifier for the Import processing.