Is there a way to upload defects into QC without using QCUtil? because the following can be used only when writing it in a QTP test, it is not working when written in a vbs file or in vba .
Dim QCConnection
Set QCConnection = QCUtil.QCConnection
Set BugFactory = QCConnection.BugFactory
Set Bug = BugFactory.AddItem (Nothing)
Is there an alternative for uploading defects to Quality Center other than using QCUtil?
Thank you in advance for your help,