Votes
Answers
Views
Question
2
1
29
While creating some SQL for reporting I noticed that the SQL returns 1 result where the BG_RESPONSIBLE field is NULL. The BG_RESPONSIBLE field is required during DEFECT creation. I'm curious why this is occurring... SELECT [BG_BUG_ID] ,[BG_STATUS] ,[BG_DETECTION_DATE] ,[BG_RESPONSIBLE] FRO...
2
1
34
Tags:
We are having to upgrade our version of .Net to 4.6.1 for one of our applications. Is HP Application Lifecycle Management certified to use .Net 4.6.1 or higher?
2
1
16
I would like to know if the tabs in the right hand pane of Test Plan for an individual test script can be moved around. I would like to change the order in which they appear.
2
1
202
Tags:
Is there a query or method (REST API) by which I can retrieve a list of attachments (and sizes) for an ALM project? Grouping by entity type (Defect, Requirement, etc.) might also prove useful.
2
1
122
Hi - is there any settings in ALM to turn off auto defect logging for automation script executions like the option "Submit a defect to ALM for each failed step" in UFT? The process that we use is if the automated test fails then it goes to the manual testers for review and then they are the ...
3
1
63
On our web application there are some WebEdit objects. Some of these objects have default values in them when the page loads. You can change the value, but when we try to do this with UFT using .Set, the value reverts back to the original value and produces a false result.
3
1
138
Hello, We are having issues deleting some inactive projects in our ALM12.53 version. We are receiving the following errors: "ALM-E-10004 error message" ( project failed to load from domain). What additional steps are needed to be able to delete the projects?? Thanks, HomerJ
3
1
123
Hello, We're getting LDAP errors in or system recently and are wondering if it is due to a configuration or if it is due to an error on the LDAP system. We recently added a domain to our LDAP system and when we added it due to the limitations of availability because of EU standards we have had to li...
2
1
132
While running UFT test, we're associating repositories using RepositoriesCollection.Add but when it hits that code line, UFT crashes. It just says: Failed to run the test due to an unknown error.