Quantcast
Channel: Quality Center / ALM Practitioners Forum topics
Viewing all articles
Browse latest Browse all 5491

Unable to close QC connection

$
0
0

Dear Support,

I am using below line of code in C# to update test case status but after execution it doesn't close connection. It creates new connection each time. Please let me know how I can close connection after execution below line of code.

 

try
{
        QCConnector.QCConnector objQCconn = new QCConnector.QCConnector(qcUrl, domainName, userName, passWord, projectName, folderPath, testsetname);
        objQCconn.SetTestCaseStatus(testCasename, QCConnector.QCConnector.Status.Passed);
}
catch (Exception ex)
{
        Log.WriteLog("QC Error :"+ ex.Message );
}


Thanks & Regards,
Rajeev


Viewing all articles
Browse latest Browse all 5491

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>