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

Re: How to get TestLab folder info in Script Editor

$
0
0

Apparently you have an older version of QC than 11 since there is TestSetFolder_Fields after this version. Might already be in 10.

 

But to answer your question you can get the folder object from Test Lab module's script which looks something like below. The parameter value you get is either TestSetFolder or SysTreeNode type so you can check how to use it's properties and methods from the OTA API documentation.

 

------

 

Sub TestLab_MoveToFolder(Folder)
On Error Resume Next
   
On Error GoTo 0
End Sub


Viewing all articles
Browse latest Browse all 14708

Trending Articles



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