Monday, March 17, 2014

Release Locked QTP Tests from QC

Set QCConnection=QCUtil.QCConnection
Set con=QCConnection.command
con.CommandText=”DELETE FROM LOCKS WHERE LK_USER = ‘USERID’ “
Set recset=con.execute
*Mention your QC USER ID in above code
***********************************************************************************************
you can find this info. in QC Site Configuration TAB (Use QC Admin login) , Lock_TimeOut option

No comments:

Post a Comment