Using the OTA
The below code will show you how to upload a defect using the OTA API and VBScript
'================================================
s...
Wed, 7 May, 2014 at 9:05 AM
Const Domain = "DEFAULT"
Const Project = "RAMA_TZC_TEMP"
Const UserName = "chris.carpenter"
Const QC_URL = "http...
Thu, 21 Apr, 2016 at 8:48 PM
Sub GetAttachments()
Dim cn, rs, mystream
Set cn = CreateObject("ADODB.Connection")
Set rs = CreateObject("ADODB.R...
Sat, 10 May, 2014 at 10:22 AM
Applies To:
HP ALM HP QC
Issue:
The customer wants to populate the Target Release field when a new defect is created.
Solution:
...
Thu, 21 Apr, 2016 at 8:49 PM
Applies To:
HP ALM 11.x, HP ALM 12.x
Issue:
When trying to connect to the OTA an error is displayed "Unable to create activeX component&quo...
Wed, 4 May, 2016 at 11:10 AM