vbscript to delete bulk Inactive users in ALM with the help of .sAapi object
Question ID: 107186
0
0

Delete Bulk users in ALM with the help of vbscript.

Marked as spam
Posted by (Questions: 23, Answers: 3)
Asked on October 20, 2016 11:51 am
184 views
Answers (2)
0
Private answer

Public Sub RemoveUsersFromSite(UserName)

Dim qcServer, qcUser, qcPassword

qcServer = ''http://sample:8080/qcbin''
qcUser = ''alex_alm''
qcPassword = ''''

Set objSA = CreateObject(''SAClient.SAapi.9'')
objSA.Login qcServer, qcUser, qcPassword
objSA.DeleteUser UserName
objSA.Logout
Set objSA = Nothing

End Sub

Marked as spam
Posted by (Questions: 3, Answers: 168)
Answered on February 10, 2017 3:30 pm
0
Private answer

@Jafar can I use this for QC ALM 12.53?

Marked as spam
Posted by (Questions: 0, Answers: 1)
Answered on June 27, 2017 5:39 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top