How do I associate test methods to azure test plan test cases without using visual studio?
Sorry for any inconvenience.
This behavior is by designed and Visual Studio is the only one that provides this feature at present.
According to the blog and the Official document Associate automated tests with test cases, starting from Visual Studio 2017 15.7.1
, we could use Visual Studio to associate automated tests with a test case:
Consider using Visual Studio to associate automated tests with a test
case when:
You created a manual test case that you later decide is a good test to
automate, but you still want to be able to run that test as part of a
test plan.
You want to enable end-to-end traceability of requirements. If your
test cases are linked to requirements or user stories, the results of
the test execution can be used to establish the quality of those
requirements.
Besides, the Product team does not give priority to adding support for other methods at present.