Custom Workflow Code to Add folders & Files in resources not working
| ♥ 0 | worfkow scripts to add folders & files under test resources using QCResource, QCResourceFactory, QCResourceFolder & QCResourceFolderFactory objects but none seems to be working. Using the AddItem method throws an error and nothing gets created. Sample of Code Set rFolderFactory = TDConnection.QCResourceFolderFactory.root.QCResourceFolderFactory set newFolder = rFolderFactory.AddItem(Null)     newFolder.Name = "Archive Test Results"     ‘Create Resource     newResource.Name = "Results_Path"     Set newResource = Nothing Set rFolderFactory = Nothing 
                    Marked as spam | 
