hp-alm

HP ALM 12.5 - How to Make Test Sets Read Only in Test Lab Module

a 夏天 提交于 2020-01-15 10:53:27
问题 I am trying to make particular test set Read Only, meaning no one will be able to run, delete or modify these particular test set. I also 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): In Test Lab module Script --> TestSet_MoveTo Sub: If TestSet_Fields.Field("TC_Cycle_ID").Value = 103 Then Actions.Action("TestSetView.Run").Enabled = FALSE Actions.Action("TestSetView.RunTestSet").Enabled = FALSE Else

HP ALM 12.5 - How to Make Test Sets Read Only in Test Lab Module

久未见 提交于 2020-01-15 10:52:33
问题 I am trying to make particular test set Read Only, meaning no one will be able to run, delete or modify these particular test set. I also 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): In Test Lab module Script --> TestSet_MoveTo Sub: If TestSet_Fields.Field("TC_Cycle_ID").Value = 103 Then Actions.Action("TestSetView.Run").Enabled = FALSE Actions.Action("TestSetView.RunTestSet").Enabled = FALSE Else

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

情到浓时终转凉″ 提交于 2019-12-12 04:23:59
问题 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 回答1: thanks for using Synchronizer. Your question is not detail enough. adapter.properties file can do several things like: Define folder sync for TFS. Define work item subtype hierarchy structure. You can find details in user guide, or you can ask more specific

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

一曲冷凌霜 提交于 2019-12-12 02:39:24
问题 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: general error AutomationException: AdapterException: Error in method TfsComEntityManager.UpdateWorkItemState , Unknown exception occurred. Cannot update State field with value:Closed . 回答1: thank you for using HPE ALM Synchronizer. For syncing between

ALM C# application

ⅰ亾dé卋堺 提交于 2019-12-11 21:26:00
问题 I am using Interop.TDAPIOLELib dll to connect to ALM (application lifecycle managment). In order to connect to the project i am using TDConnection but when executing this line _connection = new TDAPIOLELib.TDConnection(); i get this exception Retrieving the COM class factory for component with CLSID {C5CBD7B2-490C-45F5-8C40-B8C3D108E6D7} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). This code was working fine

OTA - ALM 11.52 - Building Graphs through OTA

别来无恙 提交于 2019-12-11 13:13:56
问题 I am trying to create reports in the 'Analysis View' using OTA and HP ALM 11.52. I've searched the OTA Reference Documentation and looked for samples online and I've found a few samples, but none seem to work. There seem to be three methods utilised: TDConnection.GraphBuilder.BuildGraph(GraphDefinition) TDConnection.testFactory.BuildSummaryGraph("TS_STATUS", "TS_STATUS", "", 0, myFilter, False, False) and a third method involving an AnalysisItemFactory object that I can't find anywhere in the

Let tests in UFT automaticly run per ALM

ε祈祈猫儿з 提交于 2019-12-11 04:31:19
问题 I have a test-script written in UFT. How can I let this test run in ALM every morning at the same time. Like every morning at 10 AM automated? 回答1: In ALM go to the Test Lab section in the Execution Flow tab, then right click a specific test and select Test Run Schedule . Select the Time Dependency tab and fill it out. 来源: https://stackoverflow.com/questions/32325953/let-tests-in-uft-automaticly-run-per-alm

Get all Test Sets given a Test Set Folder path in ALM REST API

怎甘沉沦 提交于 2019-12-10 09:15:53
问题 I'm using PHP to get all the testcases in all testsets in a given folder. I followed this tutorial to make the connection and I'm using the following query to get the id of the test-set-folder I want as my root: So this give me an id=12345 for example. How can I get all the testcases below this testset folder? 回答1: So after some investigation I finally managed to solve my question so I will share what I learned. LOGIN TO QC REST: http://IP:PORT/qcbin/rest/is-authenticated?login-form-required