You are on page 1of 1

1. http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/how-to-extract-runs -from-test-instance-with-OTA/td-p/5336919 2. http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/QC-OTA-Create-arun-against-a-Test-Instance-in-Lab/td-p/4393591#.

T8kzaVLzqZE qcTestSetFolder = "Root\" ' Test folder name from the test lab testSetName = "MyTestSet" ' QC Test Set Name ' Connect to the specified testSetName ' Set the Test Set Folder Set tTreeMgr = TDC.TestSetTreeManager Set tFolder = tTreeMgr.NodeByPath(qcTestSetFolder) Set TSF = tFolder.TestSetFactory SQLString = "Select * from Cycle where CY_CYCLE = '" & testSetName & "'" Set TSList = TSF.NewList(SQLString) ' Set the object Set TestSet = TSList.Item(1) 3. http://www.learnqtp.com/forums/Thread-QC-OTA-Run-Only-one-script-and-How-to-i mport-DataTable-during-run-time

You might also like