Quantcast
Channel: All Quality Center / ALM Practitioners Forum posts
Viewing all articles
Browse latest Browse all 14708

How to retrieve Linked Defect Id from a Test in Test Set using OTA

$
0
0

I could able to retrieve Test information like whether it is passed or failed, execution date etc.,

Now I want to retrieve Linked Defect Id from that particular test in test set.

 

I am using below code to get status & Execution Date


Set TSTestFact = objTests.TSTestFactory
Set TestSetTestsList = TSTestFact.NewList("")

For Each objTestInst In TestSetTestsList
    strTestStatus = objTestInst.Status
    strExecDate = objTestInst.Field("TC_EXEC_DATE")
Next

 

Please provide sample code which can extract the defect id from a test in test set.


Viewing all articles
Browse latest Browse all 14708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>