In HP-ALM 11, moving test sets from the 'Unattached' folder to any other folder in the test lab, using the OTA API throws the below exception:
'No post allowed for object that has virtual father'
The exception is thrown at the 'post' below:
TS.TestSetFolder = DestFolder; TS.Post();
The same works in QC10. Need your help please.
Additional info:
Setting the destination test set folder for test sets is the way to move the test sets from one folder to another in the test lab, which works for test sets in any other folder except for the Unattached folder using ALM11 OTA API. The problem is not seen in QC10 (using QC10 OTA API).