Monday, August 9, 2010
Tuesday, June 15, 2010
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
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://
For QC 10.0 :
The URL in the format http://
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
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
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
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 :
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
§ 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:
Monday, June 8, 2009
AccuRev to Support 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
Connected";
Logged In : Domain - $dmn | Project :$prj ";
Disconnected";
Released Connection.";