Hi
I am trying to create a test completion graph in hp alm 12.5 dashboard module with no sql query access. I want to create a graph like the attachment in my query. Could anyone please help?
Thank you.
Hi
I am trying to create a test completion graph in hp alm 12.5 dashboard module with no sql query access. I want to create a graph like the attachment in my query. Could anyone please help?
Thank you.
Hi
Could anyone please give me some idea about how to create a chart with planned vs actual executed test cases in HP ALM 12.5? by the way, I have limited access to the application. (i.e. I cannot access to write SQL query)
I would like to create a chart like the one I have attached in this post.
Thank you.
Hello,
I'm trying to find a good way to define a library that includes all of my linked entities. Ideally I'd like to select on requirement as a starting point and then have the library include all children to that requirement; and every requirement that is traced to any of those requirements.
The HP ALM Sharing_Best_Practices.pdf guide says (regarding Defining Libraries):
Another approach is to define “initial roots” for the libraries and let HP ALM automatically gather all of the relevant entities based on predefined links (for example, coverage and requirement traceability).
I haven't been able to figure out how to do this and can't find any documentation that points me in the right direction. Maybe cross-filters?
thanks
Sul
Browser("Home").Page("Home").Link("PO").Click
Browser("Home").Page("PO").WebElement("43032").Click
Browser("Home").Page("PO").Link("Copy Line").Click
Browser("Home").Page("PO").Link("OK").Click
I want to get the WebElement value and put it inside the For loop for iteration i.e., It should take the next value 43033 and do Copy functionality like this go on..
I need to create the rest API query for requirement with crossing filter relation. this filter having the relation with Requirement Trace.
"requirements",
"<Filter Entity=\"requirement\" KeepDescendants=\"false\" KeepHierarchical=\"true\"><Where><Field Name=\"type-id\" Value=\"119\" /></Where><CrossFilter RelationName=\"requirementToReqTraceLinkLeft\" Entity=\"req-trace\" Inclusive=\"true\" Legacy=\"REQ-FROM-TO-REQ\"><Where><Field Name=\"requirement:user-07\" Value=\""cobas 8000 DM"\" /></Where><Grouping /><Sort /></CrossFilter><Grouping /><Sort /></Filter>"
I have created a query "?query={type-id[119];to-linked-to-req-trace-link-left.requirement:user-07["cobas%208000%20DM"];to-linked-to-req-trace-link-left.inclusive-filter[true]}&fields=id,name,type-id" but it is returning wrong values.
Hello,
I recently ran into an issue while trying to access the ALM REST API using my own Java wrapper - I'm getting a "javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" error. After researching a bit, it seems that I'm missing the SSL Certificate for HP ALM, but I'm not exactly sure how to find & download that certification. I saw other threads explaining to navigate to the url that threw the exception and to find the certificate there, but there are so many certificates listed that I'm not sure what I'm supposed to be looking for.
Thanks,
Kevin
Hello,
How to link a defect from a projetct to other(s) project(s) ?
Regards,
Hello,
It's a minor problem that I'm hoping there's a workflow fix for to satisfy my end-users' wishes.
When you're in the Defects Module (QC 11.52 patch 8) you can use ALT+G to go to a specific defect. It works fine as long as you display to the grid view, but if you open the details window you can only use ALT+G one more time before your window loses focus and ALT+G stops working (until you either click the Details window to give it focus again, or close the Details window).
I did find that different actions are being called
Alt+G from the Grid calls these actions: act_goToDefect, Defects.GoToDefect
Alt+G from the Details window calls these actions: actGotToDefect, BugDetails.GoToDefect
Any suggestions on how I can give the "Details" or "Bug Details" window focus if it's open?
Thanks in advance!
Hi,
I am looking up for a Query to extract the number of Runs that a Test script had in a Cycle and in a specific Folder. Is this possible to do via a Query on the ALM HP Quality Center?
thanks in Advice.
Hi,
I am looking up for a Query to extract the number of Runs that a Test script had in a Cycle and in a specific Folder. Is this possible to do via a Query on the ALM HP Quality Center?
thanks in Advice.
HP ALM 12.01, Windows 10, IE11
Our users are starting to experience problems accessing HP ALM Desktop Client. This access worked until recently.
They are now presented with a page telling them to install HP Application Lifecycle Management Client (Install "ALM-Platform-Loader.12.0x.cab").
After initiating install, they are asked to run or save the msi-file "ALM-Platform-Loader.msi". After running this file, the whole cycle repeats itself again.
I have tried running IE as administrator and I have tried removing previous installations with the "ALMUninstaller.exe" tool - no success.
Has anyone else experienced this problem?
Is there a search feature either through the UI, programatically (REST Call) to search for attachments on Technical Design objects or any other objects?
Does anyone know how to resolve download issues into excel for defects or test plans? I am on a windows 10 device using office 2013 and every time I try and download into excel I get the following error
Could not find any of the following registry keys
HKEY_CURRENT_USER\SOFTWARE\Microsoft Office\14.0\Common\LanguageResources
This repeats for version 12.0, 11.0 and 10.0
I can download using a text file but not excel. other folks in the area are not having any issues. I have reinsalled excel and even had my device re-imaged and I still get the same error.
HPE has been unable to resolve.
We are on ALM V11.0
How can we use test cases created (in test plan) for one project in test lab of another project which are in same domain?
Hi
Under Release module > select a relase and view the progress > I notice the figure for 'remaining test instances to run' (indicated 100% completed) does not match with the actual executed test in test lab.(e.g. 90 test cases to run).
fyi, I have two cycles in the release with each one assigned to different test folder in the test lab. in each test folder it contains multiple test sets.
Could anyone please help?
Thank you.
Hi,
We have list field in defects module where items are stored in hierarchy, so there are various parent, child and sub child nodes.
The users at the moment are able to select any of these items from the list while the requirement is that they should only be able to select an item with no further child items.
Could anyone please help as to how this can be accomplished?
Many thanks
Hi,
I am working on ALM Excel Reports to extract all requirements with the associated test cases and defects (if any).
I am using the following query but, it only gives me the requirements which have associated defects. I want a report of all requirements irrespective of whether they have test cases and defects associated. That would help me identify which requirements that need coverage and the ones which are sufficiently covered.
Please help me troubleshoot this query. Thanks a ton!
SELECT
TEST.TS_USER_03 AS "Application",
REQ.RQ_REQ_ID AS "Req ID",
REQ.RQ_REQ_NAME AS "Requirement",
REQ.RQ_USER_42 AS "Requirement Completed Date",
REQ.RQ_REQ_PRIORITY AS "Requirement Priority",
REQ.RQ_TYPE_ID AS "Requirement Type",
TEST.TS_TEST_ID AS "Test ID",
TEST.TS_NAME AS "Test Case",
CYCLE.CY_CYCLE AS "Test Set" ,
TEST.TS_EXEC_STATUS AS "Execution Status",
TESTCYCL.TC_EXEC_DATE AS "Test Instance Exec Date",
BUG.BG_BUG_ID AS "Defect ID",
BUG.BG_SUMMARY AS "Defect Summary",
BUG.BG_DETECTION_DATE AS "Defect Detected Date" ,
BUG.BG_USER_11 AS "Defect Entry Type",
BUG.BG_STATUS AS "Defect Status",
BUG.BG_PRIORITY AS "Defect Priority",
BUG.BG_SEVERITY AS "Defect Severity",
BUG.BG_CLOSING_DATE AS "Defect Closing Date" ,
REQ.RQ_FATHER_ID AS "Req Father ID"
FROM REQ, REQ_COVER, TEST, TESTCYCL, CYCLE, CYCL_FOLD, BUG, LINK
WHERE REQ.RQ_REQ_ID = REQ_COVER.RC_REQ_ID
AND TEST.TS_TEST_ID = REQ_COVER.RC_ENTITY_ID
AND TESTCYCL.TC_TEST_ID = TEST.TS_TEST_ID
AND TESTCYCL.TC_CYCLE_ID = CYCLE.CY_CYCLE_ID
AND CYCLE.CY_FOLDER_ID = CYCL_FOLD.CF_ITEM_ID
AND TEST.TS_TEST_ID = LINK.LN_ENTITY_ID
AND BUG.BG_BUG_ID = LINK.LN_BUG_ID
ORDER BY REQ.RQ_REQ_ID
Hello Everyone,
I am trying to build a specific query to link a defect automatically with a requirement; whenever the user fails a test case, a defect is linked with the test instance. Now, when the user run the query, the defect should be linked with the requirement as well (which is linked with the failed test instance).
So, after the query is run, the defect is linked with two entity- one failed test instance and one requirement.
Certainly, I need to get an update query where the LINK table will be updated.
Hi,
Is there an easy way to see all the Business components that are using a specific function from my libryary, in UFT or ALM?
There is a function which was scripted in my library and now i want to delete that function from my library.
If i delete the function from my script without removing it from all the business components that use it, my test could fail.
Is there an easy way to do thin in either UFT or ALM?
I am using ALM v11.52 and UFT 12.52
Hi Team:
For LeanFT's Application Model feature, in visual studio, can it generate a partial class instead? Thus allow for adding custom method. Alternative, allow for overriding AppModelBase, thus the approach would work for both C# and Java.
Best Regards,
Chi Wai Chan