Questions tagged [hp-alm]

This is the place to post questions about HP-ALM - HP Application Lifecycle Management. Post questions about scripting, administration, integrations etc.

HP Application Lifecycle Management (HP ALM) is a set of software tools developed and marketed by the HP Software Division of Hewlett Packard Enterprise for application development and testing.

144 questions
0
votes
1 answer

Getting "picked up Java tool options" error while running a test script in HPALM integrated with CA LISA

I am trying to integrate HP-ALM with CA-LISA (a service virtualization tool). On trying to run the below test script function Test_Main(Debug, CurrentTestSet, CurrentTest, CurrentRun) { try { TDOutput.Clear(); lisa = new…
johny
  • 51
  • 1
  • 11
0
votes
1 answer

Edit script actions directly in Performance Center / ALM 12

I am using: Application Lifecycle Management Version 12.50 HP Performance Center 12.50 from Internet Explorer. Under Test Plan I try to edit the Actions of a Script. I checked out the script, I can rename it, but I don't see a way to edit its…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
0
votes
1 answer

.net - How to get the test cases present in a test set using HP ALM 12.5

Below query is used to get the test cases present in a test set.But the response returns all the test cases present in the project irrespective of the test set id passed in the query.…
art
  • 33
  • 4
0
votes
1 answer

Running old script in new UFT version

I upgrade ALM and UFT to the latest version. There is no GUI change, but when i run the old script it shows this error: The Microsoft Jet database engine could not find the object 'TestData$'. Make sure the object exists and that you spell its…
Sam
  • 1
  • 2
0
votes
1 answer

Export HP ALM test plan to an excel file

Is it possible to export HP ALM test plan cases to an excel file ? I found some Add-INS that Export to HP ALM from excel. Thanks for any advices..
FuSsA
  • 4,223
  • 7
  • 39
  • 60
0
votes
1 answer

Can we integrate selenium with JIRA and HP ALM?

We would like to automate regression test cases using selenium.These regression test cases are availbale in JIRA and HP ALM.My Objective here is to use Selenium(Java) and Automate these test cases in such a way that when I execute individual test…
user5167985
0
votes
0 answers

Calling custom fields form Defect Table in HP ALM using C#

I am currently working on a C# code to export a Bug Report form HP ALM using OTA. I am successfully able to fetch the System Fields but am not understanding the way to fetch the User Defined fields. Below is the code snippet. I have marked the point…
0
votes
0 answers

TDAPIOLE80 issue with test item number

I am new user to QTP+ALM and i am struggling to understand the usage of Item number with TestFactory. I have managed to read number of articles on this site and it seems, it is a unique id and hence is used by the code that i have inherited.…
Rohit
  • 1
  • 1
0
votes
1 answer

Uploading Requirements to HP ALM

Does anybody know the attributes in python win32com that I need to set in order to upload requirements? I've successfully connected to HP-ALM (HPQC) 12.5, but when I try to upload requirements, it tells me that the attribute can't be blank. The…
Rethipher
  • 336
  • 1
  • 14
0
votes
1 answer

Get Run time error 429 for CreateObject("TDApiOle80.TDConnection") while connection to HP-ALM:Quality Centre 12.01

I wrote a piece of code for connecting to HP-ALM: Quality Centre 12.01.The basic line of code Set tdConnection = CreateObject("TDApiOle80.TDConnection") Gives me the error Run time error 429 ActiveX component can't create object. In the Excel…
Gauri Aparadh
  • 11
  • 1
  • 4
0
votes
1 answer

HTTP 1.1 400 Unknown version Rest API create defect HPALM

Hi I am trying to create defect from Rest API into HPALM. I am using following command. I am getting an error: HTTP/1.1 400 Unknown Version C:\Adwait>curl -D- -X POST --data-binary @C:\Adwait\HPCreateDefect.json -H "Authorization: Basic RGVtb" -H…
0
votes
1 answer

Importing bugs to JIRA from HP ALM

My project is closing our HP ALM instance and is switching to JIRA, and I got stuck with doing the import. I am planning to use the CSV import function in JIRA, but I am having some issues. Is there a better way? Preferably free, but I can probably…
0
votes
1 answer

How to enable folder level Synchronization between HP ALM to Microsoft Team Foundation Server,using HP ALM Synchronizer client 12.53

Synchronize HP ALM to TFS Used HP ALM Synchronizer client How to edit the adapter.properties file in ALM to synchronize two folders 4.Want to synchronize two folders(synchronized folder) should be reflected in both the apllications
0
votes
1 answer

Navigate/pre-populate view for multiple defects via hyperlink to HP ALM/Quality Center

I know I can link to an individual defect via a hyperlink such as the one below: td://[project].[domain].[server]:[port]/qcbin/Defects?Action=FindDefect&DefectID=188416 Is there a way to go to multiple defects by calling a different action or…
0
votes
1 answer

how to Sync HP ALM Status field with TFS State field with HP ALM Synchronizer 12.53

I'm having issues to Sync HP ALM Status field with TFS State field with HP ALM Synchronizer 12.53, this is the issue that I'm getting Update conflicted records: threw an exception,skipping this entity and moving to the next, exception:update:…
Nick
  • 21
  • 1