10-03-2011, 10:58 PM
Hi all,
I am trying to fetch the status of a defect from QC using the below code
But instead of fetching the current status, it fetches a status which is old.
is there any code which will refresh QC and give the exact status.
Thanks.
I am trying to fetch the status of a defect from QC using the below code
Code:
msgbox qcutil.QCConnection.BugFactory.Item(1).Status
But instead of fetching the current status, it fetches a status which is old.
is there any code which will refresh QC and give the exact status.
Thanks.