Tagged Questions
HP Quality Center web based software for test management
5
votes
3answers
1k views
Force .NET interop to use local COM DLL
Is it possible to force an interop assembly to reference a local copy of its associated COM DLL?
Here's the scenario:
I have a .NET app that references an interop assembly (Interop.OTAClient.dll), ...
5
votes
6answers
3k views
Is it possible to call a COM API from Java?
Is it possible to call a COM API from Java (specifically the HP/Mercury Quality Center OTA API)? If so, what's the best way?
Is something like JACOB appropriate?
Code fragments would be helpful for ...
4
votes
1answer
683 views
How to isolate a bad COM component (HP Quality Center 10.0) from a .Net application when performing integration tests
I'm currently working on some .Net based software (.Net Framework 3.5 SP1) that integrates with HP Quality Center 10.0 through it's COM Client API (often referred to as TDApiOle80 or ...
3
votes
1answer
574 views
QTP, access to QC field by label
I want to update a custom user field in QC using the Label of field instead of the name
At the moment we are doing it this way
Set currentRun = QCUtil.CurrentRun
currentRun.Field("RN_USER_03") = 1
...
3
votes
4answers
6k views
What's the best way to export bug tracking data from hosted HP Quality Center?
This question may be too product specifc but I'd like to know if anyone is exporting bug track data from HP Quality Center.
HP Quality Center (QC) has an old school COM API but I'd rather use a web ...
2
votes
4answers
56 views
Using Nulls in VB.Net
I am calling the OTA API from HP Quality Centre and one of the calls requires sending a NULL.
This is the actual line of code:
stepF.AddItem(NULL)
This works perfectly in VBA and VB6 but VB.NET ...
2
votes
3answers
2k views
Migrating test cases & defects from Quality Center to TFS 2008/2010
Tool that can be used to migrate (or even better..synchronize) test cases and bugs between:
TFS 2008 and Quality Center 9.2 (or later)
TFS 2010 and Quality Center 9.2 (or later)
I am aware of the ...
1
vote
1answer
479 views
URL to access a defect directly in Quality Center 10
How can I create a direct link to a Defect in Quality Center 10?
In the QC UI when I right click on a defect, i see an option "Copy URL". Which gives me a URL similar to
...
1
vote
1answer
316 views
HP Universal Configuration Management Database UCMDB Starting Point
I'm working with a contractor installed UCMDB instance that was put in before I started. What are some good starting points that I should read to get up to speed so that I can ask good questions of ...
1
vote
1answer
391 views
Consolidated QTP Result for Multiple Tests inside email
I am running multiple QTP Scripts from Quality Center. On running the scripts, email is sent indicating PASS/FAIL result for each test set. If script fails to see the detail report we have to go in ...
1
vote
2answers
885 views
QC OTAClient dll
We have developed a QC Adapter for one of the clients using OTA API by referencing OTACLient.dll
Is this DLL redistributable?
1
vote
2answers
690 views
Get a reference to Quality Center API Interface ISupportCopyPaste using QuickTest Pro
Quality Center OTA API provides interfaces like ISupportCopyPaste (copy/paste data using clipboard). The documented way to get a reference to an implemented interface is:
'Declare a variable to hold ...
1
vote
1answer
4k views
Quality Center OTA API: Return just the first-level of child TestSets in a TestSetFolder
The HP QC OTA API appears to provide two methods for returning the list of TestSets within a specified TestSetFolder. However both methods are recursive and return all the tests sets for every single ...
1
vote
1answer
782 views
How do you remove a step from a test in Quality Center via the OTA API
In the Quality Center OTA API how can you delete steps from a test. When I delete steps using the RemoveItem method of the DesignStepFactory, they still remain - I've tried deleting by both ID and ...
1
vote
4answers
2k views
QA team uses HP Quality Center, Dev team wants to use JIRA — will this work?
Our QA team uses HP Quality Center for defect tracking, test plans, etc.
The dev team really detests Quality Center and wants to use JIRA for internal task tracking.
Can these two systems work ...
1
vote
4answers
164 views
Visual Studio project remains “stuck” when stopped
Currently developing a connector DLL to HP's Quality Center. I'm using their (insert expelative) COM API to connect to the server. An Interop wrapper gets created automatically by VStudio.
My ...
1
vote
3answers
3k views
Automating HP Quality Center with Python or Java
We have a project that uses HP Quality Center and one of the regular issues we face is people not updating comments on the defect.
So I was thinkingif we could come up with a small script or tool ...
1
vote
3answers
676 views
QTP, QC, Load Runner and RFT tutorials
I am newbie in testing. Can you please suggest me some good tutorials of
Quality Center
Quick Test Professional
RFT
Thanx in advance
1
vote
1answer
1k views
How to read the user email address in HP QC Script Editor?
Inside the HP Quality Center Scripting Editor, I can access current user info (like user name or full name) with the "user" object.
How do I access the current user E-Mail address property?
1
vote
2answers
876 views
Quality Center api using only HTTP?
So.. I set up IE to use WebScarab as a proxy, and then logged into Quality Center. Lo and behold, the program uses HTTP to do all its communication with the server, and the all commands and responses ...
1
vote
1answer
848 views
Store the results of the test sets executed from Quality Center when using RunTestSet.exe
I have used RunTestSet utility using ant to run testsets from QC automatically. i need to save the test results in a location. Earlier i used RunResultsOption in vbscript and got the results. Now when ...
1
vote
4answers
2k views
Is it a good idea to use HP Quality Center for Continuous Integration?
We need to compile our code after check - ins, be notified if compile fails, run tests, be notified of test results and publish our application (publish a website or create an msi file for a desktop ...
0
votes
0answers
19 views
Quality Center Modify Status of Automatic Runner via OTA
A simple need in Quality Center.
Background:
In HP Quality Center -> Test Lab, you can create a testset having many testcases. You can run the testset or individual testcase by clicking on the Run ...
0
votes
0answers
53 views
Quality Center VAPI-XP-TEST - Modify Default Python Script
I have a simple need with Quality Center 10
If you noticed in Quality Center Client on IE 8 -> Test Plan. If you create a new Testcase with Test Type = 'VAPI-XP-TEST', it will ask you for Script ...
0
votes
1answer
54 views
Lookup Fields in HP Quality Center
I am interfacing with Quality Centre via Open Test Architecture API.
I would like to determined the allowed values of bug Fields that are linked to a lookup table.
These are available via drop downs ...
0
votes
1answer
50 views
LoadRunner Scripts update test execution state
How to connect LoadRunner scripts to the QC (Quality Center), while executing LoadRunner scripts, the scripts should automatically get updated in QC as well?
0
votes
2answers
291 views
Adding testcase results to Quality Center Run from a outside Python Script
I want to try to add all the step details - Expected, Actual, Status,
etc. to a QC Run for a testcase of a TestSet from a Python Script
living outside the Quality Center.
I have come till here ...
0
votes
1answer
178 views
sync defects from QC
our QA team use QC to manage defects.
our DEV team use VS2010,TFS2010(for source control only), SharePoint.
the QA team is behind a private network with no connection to DEV network.
what is the best ...
0
votes
0answers
152 views
HP Quality Center and multiple LDAP / ActiveDirectory servers
can HP-QC lookup users in separate LDAP / ActiveDirectory directories?
AD1 : us.my-company.com
AD2 : japan.my-company.com
?
thanks
0
votes
0answers
203 views
Quality Center Filters and Favorites Action
I am trying to change the filters in the display of the current user in the Defects module.
I have set the "tdc.BUGFactory.Filter" object with my filter and i can access the data, but i cannot force ...
0
votes
0answers
135 views
Can't start again ALM service after stop it
I installed trial version of HP QC 11.0. After installation ALM service runs ok, I can use Site Administrator, create new user and project. But after stoping ALM service I can't start it again. In ...
0
votes
2answers
328 views
Integrating Sharepoint with Quality Center
I am an intern for a company that wants to try to integrate data from HP Quality Center (graphs, dashboards, data etc) into Sharepoint 2010. The whole idea is that once a test case or something is ...
0
votes
3answers
302 views
Delete the generated script in QC
By mistake I have generated the script for one of test case in quality center.
Now I am unable to execute it manually.
Please guide me how to remove the script
0
votes
1answer
384 views
Quality Center: link to attachment
In HP Qualtiy Center,
I have a test case where I have attached some documents.
I want to call directly the attachment from other test cases(not the test case).
Can somebody help out?
0
votes
1answer
214 views
Visual Studio 2008 and HP Quality Center 10 : are there any plugins?
Do you know any plugin to use HP Quality Center 10 from VS2008?
Thanks,
Leo
0
votes
1answer
1k views
Is it possible to make a recursive SQL query - with HP Quality Center?
This question has already been asked in stackoverflow and elsewhere:
Is it possible to make a recursive SQL query ?
RequĂȘtes rĂ©cursives avec les CTE - Exemples avec SQLServer 2003
But I would like ...
0
votes
1answer
513 views
HPQC usage and tips n tricks? [closed]
hi i am new HPQC could you tell me how to use the HPQC and some tips and tricks in HPQC.
0
votes
2answers
2k views
Qtp, export datatable to Quality Center
I have my QTP Scripts in Test Scripts Tab and datasheets in the Attachment Tab of TestPlan of QC.
I import these datasheets to Datatable (Global) of QTP and use the data in my application using the ...
0
votes
1answer
682 views
Attaching Files to QC defect by Java code from local machine
When we open a defect in QC generally we need to attach the logs of the server
i want to Make an application such that It will take files(logs from all the relevant server) and stores in our local ...
0
votes
1answer
1k views
How do I generate a Quality Center recordset with C#?
I am converting an application that connects to Quality Center via the OTA API from VB.net to C#. The application makes extensive use of recordsets, but I have not been able to get them to work in C#. ...
0
votes
1answer
1k views
Import Sharepoint XML based requirements to HP Quality Center
We're thinking of moving away from Sharepoint 2003 and to HP Quality Center for our requirements tracking system. Is there a way to import our current Sharepoint requirements and user stories to HP ...
-3
votes
1answer
125 views
Quality Center: Set a Step Field in Python
I have a very simple problem here.
I want to achieve the following VB script Code in Python:-
dim objSfact
dim objOrun
dim mystep
Set objOrun = QCutil.CurrentRun
Set objSfact = ...