X-ray is a great tool. However I have a request to make.
There is a lot of emphasis in the tool's handling of tests. However, when we execute our Verification, we emphasize in what requirements we want to execute regression on.
The use case is this. Given that 600 requirements exist in the project, when 200 of those requirements are deemed critical and regression must be done, then all tests for those 200 requirements must be executed.
As X-ray is implemented today, one have to go find those 200 requirement's tests and add to the plan. Then if requirements change in between or new tests are created, etc, one has to manually keep things in sync.
We have to resort to building these programs that allow this to happen and it is starting to get out of hand.