Techno Logica


Tuesday, June 15, 2010

HP Forums - Quality Center

HP Forums - Quality Center

IT Resource Center Forums > Management software and system tools > Quality Center

Link : http://forums13.itrc.hp.com/service/forums/categoryhome.do?categoryId=895

This category is for discussions around HPS Quality Center. Topics are related to:

- QuickTest Professional
- TD for Quality Center
- WinRunner
- Business Process Testing
- Delivery Dashboard
- Service Test Management

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

Wednesday, January 27, 2010

QualityCenter/QTP integration best practices

This session will cover common issues, tips and tricks, and details of HP Quality Center and QuickTest Professional integration.

Attend and learn about:

Details of integrating HP QuickTest Professional and Quality Center, including an explanation of how QTP assets and tests are stored in QC and how QTP communicates with QC
Troubleshooting common integration issues
An explanation of what QTP/QC log files are and how to use them
How to use TDAPI/OTA in QC
What's new in QTP/QC 10

We’ll also give you a chance to ask questions.
We look forward to your participation at this HP Software & Solutions Customer Connection Member Event.
Register today!
Wednesday, February 1008:00am PDT 11:00am EDT 17:00 CET

Tuesday, August 11, 2009

Meet the Experts: Unraveling the mystery of HP Quality Center patches

Are you confused over the way patches are released by HP compared to how the process used to work when Quality Center was part of Mercury Interactive? Not sure how to find the latest information on a patch for your OS? Do you know what to do if the installation fails? Have you ever wondered why the HP Quality Center Client Files download after a patch is applied? In this webinar, Sandy Myers, a senior technical support consultant for HP Quality Center, will address some of the common concerns and processes involved with patching HP Quality Center server.

Topics will include:

· Mercury versus HP processes

· Types of patches

· Patch-release schedule

· Patch notification via SSO, KBs

· How to install and uninstall a patch

· What .vpd properties are, and what to do if a vpd.properties file is corrupted

· How to roll back a patch manually

· High-level differences between Quality Center 9.0, 9.2, and 10.0 patch processes on the server side

Register today!

Meet the Experts: QuickTest Professional

Join Sasha Rabinovich, senior technical support consultant for HP QuickTest Professional, to hear about technological challenges that testing professionals face today and about ways in which QuickTest Professional can meet those challenges. You’ll learn how to test for memory problems with QuickTest Professional, how to debug Web extensibility using Microsoft Visual Studio 2005, and how to use self-solve knowledge to search patches. Rabinovich will also cover the latest enhancements in QuickTest Professional 10.

Access this HP Software Customer Connection Member Event through the below link :

Register today!

Meet the Experts: tips and tricks for upgrading to HP Quality Center 10.0

HP experts Muhammad Sami and Philipp Schwarze, senior technical support consultants for HP Quality Center, will cover topics of interest to Quality Center customers who will soon be moving to Quality Center 10 or are planning to move to Quality Center 10. Specific topics include:

§ Supported environments for Quality Center 10 installation

§ Upgrade path for Quality Center 10

§ Purpose of the Verify tool

§ Purpose of the Repair tool

§ Verification Report details

§ Usage of exception file while upgrading projects

Access this HP Software Customer Connection Member Eventusing the below link:

Register today!

Monday, June 8, 2009

AccuRev to Support HP Quality Center 10.0

Article Source: EON:Enhanced Online News

LEXINGTON, Mass.--(EON: Enhanced Online News)--AccuRev Inc., a member of the HP Quality Management Ecosystem Partner Program, today announced support for HP Quality Center 10.0. AccuRev is extending its current issue-based change management integration to include software configuration management (SCM) for development and quality assurance (QA) teams leveraging their current investment in HP Quality Center 10.0.

AccuRev provides software development process automation and source code versioning to ensure full traceability between requirements and source code changes. The integration with HP Quality Center 10.0 improves the traceability of all development work and provides a firm foundation for application lifecycle management (ALM) based on the strong auditing, transactional, and compliance features of both systems.

“Working with HP, we plan to offer our customers an effective collaborative environment to manage all software development assets, from source code, requirements, tests, and other binaries all within the same tool,” said Cliff Utstein, vice president of marketing, AccuRev.

“Customers need to take a pragmatic approach to managing the application lifecycle in order to reduce costs and risks,” said Ankur Agarwal, senior product manager, Software & Solutions, HP. “AccuRev’s agile SCM and software process optimization capabilities combined with HP Quality Center help customers ensure that applications meet the needs of the business through end-to-end traceability of all business-critical artifacts.”

Availability

AccuRev integration with HP Quality Center 10.0 will be available from AccuRev in Q3 2009. For more information, contact your local AccuRev sales representative at 1-800-383-8170.

About AccuRev Inc.

AccuRev optimizes and automates the software development process to allow organizations using Agile or other development process models to accelerate their throughput and release higher quality software. AccuRev’s flexible and efficient approach to managing the software release process together with code assets is relied on by organizations challenged with doing Agile and parallel development, transitioning to Agile development practices, or managing geographically distributed and offshore teams. AccuRev ensures greater project visibility, optimal team collaboration, and software asset reuse to deliver more software at over 30 percent faster than traditional file-based, branch and label SCCM solutions. AccuRev, the fastest growing SCCM company, is used by over 500 global enterprises including Polycom, Texas Instruments, American Airlines, Orbitz, Thomson Financial, Verizon Wireless and Lockheed Martin.

Tuesday, June 2, 2009

Connect to Quality Center OTA Client using PHP

CODE:

$qcurl =$_GET["qcurl"];
$usr =$_GET["usr"];
$pwd =$_GET["pwd"];
$dmn =$_GET["dmn"];
$prj =$_GET["prj"]; 

$tdc = new COM("TDApiOle80.TDConnection") or die("Unable to instantiate Quality Center OTA API COM Object");
$tdc->InitConnectionEx($qcurl);
$tdc->Login($usr, $pwd);

If ($tdc->LoggedIn == 1)
echo "
Connected";
Else
        echo "Check the Attributes";

$tdc->Connect($dmn,$prj);

If ($tdc->Connected == 1)
echo "
Logged In : Domain - $dmn | Project :$prj ";

//$tsttMgr = $tdc->TestSetTreeManager; 


//Disconnect from the project
If ($tdc->Connected == 1)
{    $tdc->Disconnect();
echo "
Disconnected";
 }
//Log off the server
If ($tdc->LoggedIn == 1)
    $tdc->Logout();

//Release the TDConnection object.
$tdc->ReleaseConnection();
echo "
Released Connection.";