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
0
votes
1 answer

Enable History Field in QC (HP Quality Center) with VBScript

I am trying to activate the History flag of a project in the customize section of QC11 with VBS. This is my script: If Not voCustomization.IsLocked Then ' lock voCustomization.LockObject Print "[" & Sysdate() & "] Locked customization object." If…
nimrod
  • 5,595
  • 29
  • 85
  • 149
0
votes
1 answer

ALM Synchronizer Adapter Get Endpoint Parameters

When developing an Adapter for HP ALM Synchronizer, in our Adapter class we define method public Map getEndpointParams(EntityType entityType) which tells the Synchronizer which are the extra parameters that our Adapter needs. I…
damian
  • 4,024
  • 5
  • 35
  • 53
0
votes
2 answers

QC ALM REST API using java

Can any one help me on QC ALM REST API's. What are all the things we need to configure to work on this? I have access to QC 10. Can i use same QC 10 url to connect using ALM REST API's
user3226787
  • 1
  • 1
  • 2
0
votes
2 answers

I need to import issues from HP Quality Center to JIRA

I was using HP Quality Center previously to log the issues. But now I am using JIRA for almost 5 projects. Its data is so important to us. How can I move all the issues from QC to JIRA? I found this but no idea is it safe to do the import operation?…
asma
  • 2,795
  • 13
  • 60
  • 87
0
votes
1 answer

Does anyone have any experience using the Rally Connector for QC.

I am looking at using the Rally connector, ideally to sync between Rally and QC 11.52 bi-directionally for both defects and test cases. I currently have it pushing defects from QC to Rally but I haven’t implemented an update, just a little concerned…
Jefe'
  • 31
  • 1
0
votes
1 answer

how to getch rawresults.zip in alm (performance)

Is there any way to fetch rawresults.zip / results.zip files of HP ALM (performance) using REST or OTA? If so can any one please help me out. Also the server link is with HTTPS. Its like https://****.saas.hp.com/qcbin/start_a.jsp. Many thanks
0
votes
1 answer

HP Quality center - Retrieve user names list

I want to retrieve an expanded list of users of a specific project in HP QC in Java - not only user personal number, but also user full name, for example. //establish connection to a project IList users =…
0
votes
0 answers

QTP Script to Get Field Values from QC

I want to get the count of status(Pass/Fail) of all testcases present in QC by checking the execution grid. What is the method to retrieve the status and execution date of a test case ? Currently I am only able to get the test case name. Code: Set…
LabaNayak
  • 1
  • 3
0
votes
1 answer

How to get Testcase status in QC From Excel?

I want to fetch QC execution result from EXCEL. I want to create an excel where i will write few testcases name and will click some execute button and it should fetch those textcases result and related field in excel from QC.So please help me to do…
Arnab
  • 271
  • 2
  • 7
  • 18
0
votes
1 answer

QC 11.5 OTA API's script run

I have problem in running working script (OTA API's) written for QC 10.0 on QC 11.5. I am not able to login in 11.5 through API's, i heard that v11.5 needs some client registration to be done to run the API's script. Could anybody tell me if you…
Srekk
  • 136
  • 5
  • 15
0
votes
1 answer

How to get Sub folder name using Test ID in HP QC OTA Java

Actually need to get SubFolder name using Test ID which is present under Test Plan > Subject > Sample(Folder Name) > Scenario (Sub Folder) > TC1 (Test- BPT) I need to retrieve Scenario as subfolder name using TestID Here is my code…
Ganeshja
  • 2,675
  • 12
  • 36
  • 57
0
votes
1 answer

urllib2 + Basic authentication + CookieJar

is there a way to use both openers to access a RESP Api from HP QC, or a different library i can use. im currently having trouble with a redirection error message "The HTTP server returned a redirect error that would lead to an infinite loop". but i…
alknows
  • 1,972
  • 3
  • 22
  • 26
0
votes
1 answer

How to pass parameters in a call to test using quality-center?

Is it possible to pass a parameter of a test case, in the testplan module of hp quality center 10, to a "call to test"? If I add in the call the parameter <<< parameter_name >>> the test runner won't evaluate the parameter to its value.
Oliver
  • 60
  • 1
  • 8
0
votes
1 answer

HP Quality Center Python Tests not executing any lines of script

I am familiar with Selenium using C# and integrating it with TeamCity - as a background. I am at a new company now. We have HP Quality Center and I saw a few articles how to use QC, Selenium, and Python Script to automate tests. I am having a…
Mike Nick
  • 31
  • 1
  • 6
0
votes
2 answers

How to create a New List and ADD records to it in Visual Basic?

I have a LIST which contains many record's, I want to extract records based on a condition and if the condition satisfies then I need to add the condition satisfied record into a new list. Below is the code which I have written till now: Module…
Srihari
  • 2,509
  • 5
  • 30
  • 34