Techno Logica


Tuesday, February 16, 2010

Connect to QC Site Admin Api - SAClient.SaApi

src : http://forums11.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=1321283

Using VBScript:

Dim objSAClient, resp
Set objSAClient = CreateObject("SAClient.SaApi.9")
'you have to know which is the correct reference to the SiteAdmin

'then login as admin:
objSAClient.login "http://ipaddress/sabin", qcuser, qcpassword



Using PHP:

$objSAClient = new COM("SAClient.SaApi.9") ;
'you have to know which is the correct reference to the SiteAdmin

'then login as admin:
$objSAClient->login "http://ipaddress/sabin", qcuser, qcpassword



NOTE:
If you want to know what is the reference for the SAAPI you have to go to the regedit, "HKEY_CLASSES_ROOT\SaClient.SAapi\CurrVer" and see what is the current version and use it.

For QC 9.2 : 
 The URL in the format http://[:]/sabin.

For QC 10.0 : 

 The URL in the format http://[:]/qcbin.

Thursday, February 4, 2010

HP QTP Extensibility Accelerator demo




See how the HP QuickTest Professional Extensibility Accelerator lets you to test Web 2.0 apps ‘out –of-the-box’ and easily extend your existing tools to support future Web 2.0 development.

src : http://h30423.www3.hp.com/index.jsp?auto_band=x&rf=sv&fr_story=2535f2613537a9e3491ca53047faf913c0666d2e