0

I want to get the count of status(Pass/Fail) of all testcases present in QC by checking the execution grid. What is the method to retrieve the status and execution date of a test case ? Currently I am only able to get the test case name.

Code:

Set treeMgr = gTDConn.TestSetTreeManager 
Set tstTree = treeMgr.NodeByPath(TestSetPath) 
Set tstFactory = tstTree.testSetFactory 
Set tsetList = tstFactory.NewList("") 

For Each tset In tsetList 
  msgbox tset.Name 
next
LabaNayak
  • 1
  • 3
  • Can you post some code? – Robert Dec 09 '13 at 12:23
  • 1
    @Robert Set treeMgr = gTDConn.TestSetTreeManager Set tstTree = treeMgr.NodeByPath(TestSetPath) Set tstFactory = tstTree.testSetFactory Set tsetList = tstFactory.NewList("") For Each tset In tsetList msgbox tset.Name next – LabaNayak Dec 09 '13 at 15:17
  • Thanks. I've added it to your question. You're more likely to get a decent response that way. – Robert Dec 09 '13 at 15:28

0 Answers0