Hi,
out of curiosity: does anyone know what the site parameter FORCE_DH_FOR_QTP is doing? The documentation doesn't say much.
Thanks and best regards
Beate
Hi,
out of curiosity: does anyone know what the site parameter FORCE_DH_FOR_QTP is doing? The documentation doesn't say much.
Thanks and best regards
Beate
Hi Team,
HP ALM/QC 12.50 shows machies memory is below minimum requirements but I have used 8GB Memory Linux Machine.
Following Overview of Linux Machine:
Memory details:
Swap : 16GB
Memory: 7.4GB
Processor: Intel Core i3-4150 CPU @ 3.50GHz x 4
OS Type: 64Bit
Hi all,
I’m trying to upload a list of defects using Excel add-in.
My ALM version is 12.01.51 (patch 2) and I’m using Excel add-in (12.01.12.0). with windows10
When I submit my username and password I get an error massage “invalid server response”.
Anyone?
We have HP ALM 12.2 installed on one server. Can we install the same ALM 12.2 into another server. We are using licensed version
Currently, we have HP AutoPass license server (v8.3) installed and using for UFT concurrent licensing. But, we are having trouble with connection license server from windows 10 machine. Error "License server is not available". Do we need to upgrade the AutoPass license server? If yes, can we install this license server into another VM or server with same UFT license.
Hi
Very strange issue.
2 users have the same access rights.
One could change status of a test case. Another - also can. but when move out to new line in execution grid - status resets to the "No Run" (default status)
I've confirmed there are no any custom workflow present on the template or project level.
Nothing special in the logs even on debug level. status value reset not mentioned in the logs at all.
Taking in to account above: I have a feeling there is some issue with the IE, ALM Client or such...
anyone have faced similar issues before?
how to reinstall client properly? does it use Java or other external stuff to reinstall?
Hi -
I am trying to create links to my test cases in JIRA and for the feature i am using it only allows http:// urls - I want to add my QC tds:// but not allowed.
Is there a way to convert tds: urls or append http or https to the start and still have the link work?
Regards,
B.
Tutorial on how to authenticate HP ALM Session using REST API. Includes VB and C# code for Sign-in and Sign-out resources. Learn more
Tutorial on how to get projects from HP ALM using REST API. Includes the browser method, VB and C# functions to get domains. Learn more
I have a project with about 40-50 releases. I need to recreate those names in another project. I do not care about the linkages, all I want to recreate are the release names, start date and end date.
How can I do this? Thank you.
Hi Guys, I need help.
When importing test case from excel just the first step is imported, I don't know why.
see the pics
Thanks.
Hi All,
I want to know whether we can move a particular Cycle (say Cycle 1) from a Release (Release A) to a different Release (Release B)? If possible, how to do it and for which 'Role' is it possible? Please help.
Thanks in Advance
I am getting this error while uploading the file to FTP using UFT, any help will be appreciated.
thanks,
vaibhav
Hi,
I just wanted to check if there is a way to create smart defects using OTA.
Scenraio - I have created an automation Framework for mobile apps, where i create scripts in Selenium and i need to execute the test case in HP ALM. Now for every failed test case, i want to raise a defect. Instead of creating a defect and then using the Link library to create aa link between Defect, Test Case and and Requirement, I want to raise a defect directly from either the TestStep or TestRun.
We have this functionality in ALM, where when you raise a defect directly from run, it automatically picks up the defect description and other details. But how do i do this using OTA?
I am using OTAClient.jar & com4j as reference libraries.
Thanks
Shobhit
I want to import or copy paste Test cases from one test set to another test set in Test Lab using ALM rest api services on JAVA platform. can anyone help on this issue.
Hello Guys, My team and I are migration from Testlink to Quality Center, but in Testlink have a field that we use many, is the field precondition, but I saw in Quality Center don't have this field, Where do you put this information? I was thinking of putting this information on field Comments, Is possible change the label Comments for precondition?
Thanks
Hi,
I am trying to create a workflow to restrict a test lab folder to be deleted if it contains test set(s) that have runs against it. I need to go down to the child folders, as many as there might be, to check for the existence of runs. I have successfully been able to create worflows for test set deletion and test instance deletion.
I also need to implement the same logic on the test plan folders.
Below is my code for the testset folder. Thanks in advance
Function Template_TestSet_CanDelete(Entity) On Error Resume Next If User.IsInGroup("TDAdmin") Then Template_TestSet_CanDelete = True Else Dim runFilter Set runFilter = TDConnection.RunFactory.Filter runFilter.Filter("RN_CYCLE_ID") = Entity.ID If runFilter.NewList.Count > 0 Then Msgbox "This test set cannot be deleted as there are existing runs against one or more tests.", vbCritical, "Delete Action Not Allowed" Template_TestSet_CanDelete = False Exit Function End If set runFilter = Nothing End If 'call TestSet_CanDelete(Entity) 'Template_TestSet_CanDelete = Template_DefaultRes On Error GoTo 0 End Function
Hello,
I had posted this question to wrong forum. I am trying to make particular test sets Read Only, meaning no one will be able to run, delete or modify these particular test sets and the .
From HP ALM's Practitioner's forum, I found that following will take away "Run" ability for all tests (I don't know how to make Test Sets and also Folders Read Only for Delete and Modify functions yet, any help there I will be thankful too):
Actions.Action("TestSetView.Run").Enabled = FALSE Actions.Action("TestSetView.Run").Visible = FALSE Actions.Action("TestSetView.RunTestSet").Enabled = FALSE Actions.Action("TestSetView.RunTestSet").Visible = FALSE
But when I try to put a particular test set in an If Then Else logic, the above code does not work as it still does not show "Run" for all test sets and not only Test set with id 103. For example:
If TestSet_Fields.Field("TC_Cycle_ID").Value = 103 Then Actions.Action("TestSetView.Run").Enabled = FALSE Actions.Action("TestSetView.Run").Visible = FALSE Actions.Action("TestSetView.RunTestSet").Enabled = FALSE Actions.Action("TestSetView.RunTestSet").Visible = FALSE End If
Thank you.
Sohel
I would like to put more information for the tool tip. How do you edit the tool tip?
For a automation purpose, we have to dynamically change the test resource file. For which we feel REsources API would help. We are trying to change the script dynamically.
But we do not have proper example.
We are not able to check-out the resources, using below end-point. Can you please suggest reference.
http://URL:8080/qcbin/rest/domains/PROD/projects/Test/resources/1437/versions/check-out