Neeraj Chhabra wrote:
I have one requirement, in which i need to connect to HP ALM and log a
defect in jira using python. i tried to connect to alm through
pywin32. but getting error. please check below code snippet and error -
...
IDispatch = pythoncom.connect(IDispatch)
pywintypes.com_error
Hi team,
I have one requirement, in which i need to connect to HP ALM and log a
defect in jira using python. i tried to connect to alm through pywin32. but
getting error. please check below code snippet and error -
*code -*
import win32com
from win32com.client import Dispatch
qcServer = ""
qcU