Questions tagged [hp-quality-center]

HP Quality Center is a web-based system for requirements, test, and defect management.

HP Quality Center (QC) is a set of web-based test management software offerings from the HP Software Division of Hewlett-Packard. HP Quality Center offers software quality assurance, including requirements management, test management and business process testing.

442 questions
3
votes
4 answers

Connecting to Quality Center v11 using COM4J

I am trying to connect to HP Quality Center V11 using Java code and com4j but i keep getting following error. Can someone please take a look at the error? When I use the URL in my browser and log-in with same credentials, I was able to login. I…
VBJ
  • 673
  • 5
  • 14
  • 24
3
votes
1 answer

QC ALM ( QC 11) REST Api 400 Error while Authentication

I am trying to access QC 11 using Rest api in Java. I am following API reference in the manual provided by HP. Following is basic step for login authentication. Non-Web Application Authorization Client queries the is-authenticated resource and…
Gaurav
  • 1,534
  • 2
  • 14
  • 23
2
votes
1 answer

Writing to custom QC fields from QTP

I'm using QTP and QC 11 and am attempting to update a custom field in QC with details of a failed test (so we can easily see why a test failed without opening up the test run). I've created a memo type field on the testcycle and on the run field. My…
Dave
  • 21
  • 5
2
votes
1 answer

Can you change the data type of a customized defect field in Quality Center after it has been created?

We are using HP Quality Center and have created several custom defect fields. When they were initially created many of the fields to alpha numeric and now want them to be purely numeric. Is it possible to change the data type of these fields…
ProfessionalAmateur
  • 4,447
  • 9
  • 46
  • 63
2
votes
0 answers

Synchronize defects and requirements between TFS and HP QC

We use TFS 2010 for (development and requirements) and HP Quality Center for Testing and defects. We currently use Juvander TFS Bug Synchronizer for synchronizing defects and requirements between TFS 2010 and HP Quality Center 10.00. The problem…
AlwaysAProgrammer
  • 2,927
  • 2
  • 31
  • 40
2
votes
4 answers

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 doesn't accept Nulls. Anyone know how to fix such an…
2
votes
0 answers

Is there any way to download attachements from HP QC through API with C#

I had this code below to download attachments from HP QC through API with C#. I think that I succeeded to log in to HP QC through API but I had the following two issues: First, how should I do to ensure that I had connected successfully actually I…
2
votes
2 answers

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…
Salman A. Kagzi
  • 3,833
  • 13
  • 45
  • 64
2
votes
1 answer

How can I set ..Settings.Run.OnError non-programmatically for interactive (i.e. IDE-based debug) runs of a BPT component?

In UFT 14.50 (but I don't think this is version-specific), I face the following problem: For action-based GUI tests, I can configure for each test using File/Settings/Run what should happen in case of error: For BPT GUI-based components, I cannot;…
TheBlastOne
  • 4,291
  • 3
  • 38
  • 72
2
votes
2 answers

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?
JS.
  • 145
  • 1
  • 2
  • 9
2
votes
0 answers

Tool to aggregate results from QC, Jira and Jenkins

We are using Atlassian Jira for issue tracking, HP's Quality center for tracking the tests and jenkins for running automated tests. Now all these platforms have results in forms of tables and graph projections. I have a requirement to create a tool…
2
votes
1 answer

From Quality center, Need to send automatic mail after completion of Automation run of all testcases in Test lab with attachments

I am using ALM / Quality center 12.53 Need to automatically send mail after the completion of automatic run of those test cases. QC already has feature to support automatic mail trigger providing the status of each test case. What i need is to send…
Yuvaraj
  • 23
  • 9
2
votes
2 answers

Can I determine if current test execs from test lab or interactively from within QTP IDE?

What is the most efficient way to check if the current QTP test execution is interactive, i.e. not part of a QC test set execution launched from the QC test lab? Do you guys know a cool way? WR used to have a batch run flag which reliably was…
TheBlastOne
  • 4,291
  • 3
  • 38
  • 72
2
votes
3 answers

ActiveX component can't create object: 'TDApiOle80.TDConnection'

I am trying to connect to QCServer using Excel Macro. I am using a 64-bit operating system with following being done: Register OTAClient.dll Installed HP ALM Connectivity tool Added OTA Library to reference I am getting the following…
2
votes
1 answer

Javascript OTA call to HP QC

I found below OTA method to access HP QC , but when I execute it I am getting "sys is not a defined" error. I am using Protractor(Nodejs) to test an application thus I need to use JavaScript to do OTA calls Can someone please help me with…
Dilip Reddy
  • 339
  • 2
  • 4
  • 17
1 2
3
29 30