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

HP QC API: Test lab filter with target cycle

$
0
0

Hi All,

 

I am trying to filter test set which are related to particular target cycle. Below is my code. I am not getting any error, but  list count displayed as zero.

 

Set QCConnection = CreateObject("TDApiOle80.TDConnection")
QCConnection.InitConnectionEx QCbinpath
QCConnection.Login sUserName, sPassword



QCConnection.Connect sDomain, sProject

If (QCConnection.LoggedIn <> True) Then
MsgBox "QC User Authentication Failed"
End If

Set testSetF = QCConnection.TestsetFactory
Set testSetFilter = testSetF.Filter
Tar_Cyle = "<I provided my target cycle name here>"
testSetFilter("CY_ASSIGN_RCYC") = Tar_Cyle
Set testSetList = testSetF.NewList(testSetFilter.Text)

 

For each testset in testSetList
print testset.name

Next

 

'here testSetList.count is coming as Zero.

 

Kindly provide your valuable input. Even small help will be very much appreciable.


Viewing all articles
Browse latest Browse all 14708

Trending Articles



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