Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
code to refresh QC
#1
Solved: 10 Years, 9 Months ago
Hi all,

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.
Reply
#2
Solved: 10 Years, 9 Months ago
The below piece of code actually refreshed and gave the exact status
qcutil.QCConnection.BugFactory.Item(1).Refresh
msgbox qcutil.QCConnection.BugFactory.Item(1).Status

Thanks
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How do you validate the refresh types like ajax refresh or page refresh venkatbatchu 3 3,348 07-31-2009, 04:31 PM
Last Post: Saket

Forum Jump:


Users browsing this thread: 1 Guest(s)