测试计划下的测试用例重置为活动状态 [英] Test Case under Test Plans getting reset to Active State

查看:197
本文介绍了测试计划下的测试用例重置为活动状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi Team,

我们已将所有测试用例标记为"已通过"昨天几个测试计划,但所有测试用例都重置为活动。请提供以下查询的答案。

We have marked all Test Cases as "Passed" for few Test Plans yesterday but all Test Cases got reset to Active. Please provide answers to below queries.

1。 TFS数据库中的哪个表包含测试用例结果的数据? 

1. Which Table in TFS Database contains data for outcome of Test Cases ? 

2。哪个表包含测试用例的审计跟踪以及测试运行的结果,以便我们可以验证谁将其状态从"通过"更改为"活动"? 

2. Which Table contains audit Trail of Test Cases along with outcome of Test run, so that we can verify who change its state from Passed to Active ? 

谢谢&问候

VJ




感谢和问候Vijay Kumar

Thanks & Regards Vijay Kumar

推荐答案

嗨VJ,

感谢您在此发布。

在TFS表中,没有表直接记录谁对测试用例进行了反应。

In the TFS table, there's no tables record directly about who reactive the test cases.

因为似乎有一些测试用例被反应,你可以在
[dbo]中找到那些测试用例。[tbl_Point]   table 并检查 [LastUpdated],[LastUpdatedBy] 字段,以查看昨天在测试计划下更新这些测试用例的人员。

Because it seems that have some test cases been reactived, you could find those test case in the [dbo].[tbl_Point] table and check the [LastUpdated], [LastUpdatedBy] fields to see who update those test cases under your test plans yesterday.

要跟踪测试用例的测试结果,请参阅 tbl_TestResult
表。

To track the test results of a test case, please refer to tbl_TestResult table.

祝你好运


这篇关于测试计划下的测试用例重置为活动状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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