VSTS API测试用例测试步骤 [英] VSTS API Test Case Test Steps

查看:80
本文介绍了VSTS API测试用例测试步骤的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经通过他们的API,我不能在我的生活中确定如何通过他们的API正确获取测试用例的测试步骤。  

解决方案

嗨NovariHealth,


欢迎来到MSDN论坛。


请参阅说明,此问题与VSTS(Azure DevOps)有关。由于我们的论坛是讨论VS IDE,请将
重定向到这个适当的论坛:
https ://developercommunity.visualstudio.com/spaces/21/index.html
并点击"报告问题"以寻求更专业的支持。


同时,你可以拥有看看

这个类似的问题
以及用于列出测试用例步骤的以下代码:


for(int actionIndex = 0; actionIndex< _testEditInfo.TestCase.Actions.Count; actionIndex ++)


{


}


希望它对你的问题有帮助。



最佳 问候,


萨拉


I have been through their API and I cannot for the life of me identify how to properly obtain the test steps of a test case through their API.  

解决方案

Hi NovariHealth,

Welcome to the MSDN forum.

Refer to the description, this issue is about VSTS (Azure DevOps). Since our forum is to discuss the VS IDE, please redirect to this appropriate forum: https://developercommunity.visualstudio.com/spaces/21/index.html and click ‘Report a problem’ to seek for a more professional support.

Meanwhile, you can have a look at this similar issue and the following code to use to list the test case step:

for (int actionIndex = 0; actionIndex < _testEditInfo.TestCase.Actions.Count; actionIndex++)

{

}

Hope it helpful for your issue.

Best regards,

Sara


这篇关于VSTS API测试用例测试步骤的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆