Is there any way for the test cases to get a parameterization feature? Currently, I have to create multiple test cases which cover the same functionality but with different parameters.
A Feature which allows parameterization in both the test cases and a corresponding feature to check those off in the test run would be really nice
Unfortunately, there’s currently no built-in parameterization support for test cases, e.g. where you can feed in variable data to a test case to create multiple test case instances from it.
However, such a feature is already on our roadmap with high priority, you can still increase priority by voting for this topic 
If you read this request and you would also like to have this feature, make sure to vote for this topic. We do consider the number of votes for feature requests in our roadmap and priority planning.
Best regards,
Alex
Currently I have to create multiple test runs separately and I add the environment (operating system and browser) on which the tests have to be run on, manually. It would be very convenient if I could specify the environments I have and then automatically create test runs for it.