Hi All,
Is it possible to perform "checkin" or "undo-checkout" on a "checked out" QTP automated type
script present in quality center 10.0 from the FRONT END GUI.
User "ABC" created script QTP type automated script "XYZ" in test plan of QC 10.0.
User "ABC" checked out this script and left the organization.
Now how can admin try to check-In or Undo-Checkout this automated script from the FRONT END GUI?
I am having TD-ADMIN role but even then I could not do "Undo-Checkout" on this automated script , i am recieving
"Failed to undo checkout entity" error message.
Check in option is faded out in the versions of this script.
I tried to open this script in the QTP , since it was checkout in QC it opened in read only mode in QTP.
I am unable to checkin/checkout or undo-checkout this entity from QTP.
I understand that in this scenario we can do a undo - checkout from backend using the below procedure.
BUT I WANT TO EXPLORE THE ADDITIONAL OPTIONS THAT WE CAN PERFORM FROM FRONT END BEFORE DOING THIS BACKEND OPERATION.
Does deleting this User "ABC" from the users list of QC Site Admin will have any affect on the QTP scripts that he/she checked-out?
After deleting this user can I do Undo Check-Out from QC?
After deleting this user from QC can I do checkin/Undo Check-Out from QTP?
delete from locks where lk_object_key in ('54274','54198','54710')
select * from VC_ASSET_RELATIONS where ASR_OWNER_ID IN ('54274','54198','54710') ***No Output***
select * from VC_TEST where TS_TEST_ID IN ('54274','54198','54710') ***3 records are present***
select * from VC_USER_ASSETS where UAS_OWNER_ID IN ('54274','54198','54710') ***9 records are present***
select * from VER_CTRL where VC_OBJECT_KEY IN ('54274','54198','54710') ***3 records are present***
select * from TEST where TS_TEST_ID IN ('54274','54198','54710') ***3 records are present***
delete from VC_ASSET_RELATIONS where ASR_OWNER_ID IN ('54274','54198','54710')
delete from VC_TEST where where TS_TEST_ID IN ('54274','54198','54710')
delete from VC_USER_ASSETS where UAS_OWNER_ID IN ('54274','54198','54710')
delete from VER_CTRL where VC_OBJECT_KEY IN ('54274','54198','54710')
update TEST set TS_VC_STATUS = 'Checked_In' where TS_TEST_ID IN ('54274','54198','54710')
Please advise.
Regards,
Srihari