Hi all,
I'm currently working on integrating QC with third party tool. And for this purpose I need to get info about selected folder in TestLab but I can't find a way to do it in ScriptEditor.
I could find a way to do it with TestSet though. I use TestSet_Fields object and read Fields from it as follows:
TestSet_Fields.Field("CY_CYCLE").Value
This line returns name of the selected TestSet.
There are other objects available explicitly for folders such as: AnalysisItemFolder_Fields, DashboardFolder_Fields, LibraryFolder_Fields etc but there is no one for the TestSet folder.
Do you have any ideas how to get TestSet folder's info?
Thanks,
Oleg.