Issue linking Ranorex CodedUI tests to MTM/VSO 2013 CI following recent VSO update

后端 未结 1 964
自闭症患者
自闭症患者 2021-01-22 10:04

We have an established CI process which links 118 Ranorex test cases to MTM test cases and runs them on a dedicated automation VM, which is triggered by a timed build in Visual

相关标签:
1条回答
  • 2021-01-22 10:53

    There is already a feedback submitted for this on Visual Studio page, refer to this link for details: https://connect.microsoft.com/VisualStudio/Feedback/Details/2137069

    Currently, you can create the test case from your test assemblies via following steps first and then update the test cases.

    1. Run "Developer Command Prompt" and navigate to the debug folder via "cd" command. For example: cd C:\xxx\xxx\solution\testproject\bin\debug
    2. Create test case for the test assemblies via "tcm testcase" command: tcm testcase /collection:https:xxxxx/DefaultCollection /teamproject:yourproject /import /storage:xxx.dll
    0 讨论(0)
提交回复
热议问题