Re: Seek help for the issues related to update a defect by using rest API
Hi , I am Facing the same issue,while performing check-out. Can anyone help me
View ArticleUsing external libraries inside ALM workflow
Is it possible to use external libraries within the ALM workflow, along the lines of a #include command? I want to try and make use of the winhttp library from within the workflow, but I'm not sure I...
View ArticleRe: Free business model design software for import into Business Models in QC?
Thanks for this,In fact late on Friday I found it athttp://download.bizagi.com/modeler/2.1.0.1/BizAgiPMSetup.exeIt would appear that BizAgi store each version publicly, without mentioning on their...
View ArticleRe: Does anyone have a known working XPDL file?
Thanks, but I can access the file.I think you need to make it public
View ArticleRe: ALM 11.52
Is it windows 7? If yes, please check your user rights thoroughly. ALM is a bit sensible to those ;)
View ArticleRe: Free business model design software for import into Business Models in QC?
Links were updated :))) sorry
View ArticleRe: Are these reports possible to produce in Quality Center?
The following query gave me what I was after. SELECT AUDIT_LOG.AU_USER, AUDIT_LOG.AU_TIME, AUDIT_LOG.AU_ENTITY_ID, AUDIT_PROPERTIES.AP_OLD_VALUE, AUDIT_PROPERTIES.AP_NEW_VALUE FROM...
View ArticleEmpty TestFolder_Fields.Field("AL_ITEM_ID").Value
Hi, I am using the below code (which was posted on a different post in this forum): Sub TestFolder_MoveToOn Error Resume NextmyFolderID = TestFolder_Fields.Field("AL_ITEM_ID").Valueset TreeMgr =...
View ArticleDrill Down Results">Re: Enable "Add Comments" button in Dashboard -> Drill Down Results
In QC-->Tools-->Customize-->Groups & Permissions-->Select the Group-->Select respective member (Membership)-->Select Permissions Tab-->Defects Tab-->Expand Defect...
View ArticleRe: HP ALM 11.50 Service Unavailable (HTTP Error: 503)
We just started seeing this issue today. Still tracking down what changed, but restarting the service doesn't help us. We're running 11.52.
View ArticleRe: QC Sense Monitoring Recommendations
Many of those items listed are exactly what Mgmt wants us to start reporting on.How do I get that coding from that page into QC Sense?
View ArticleRe: Empty TestFolder_Fields.Field("AL_ITEM_ID").Value
Try this instead:myFolderID = TestFolder_Fields("AL_ITEM_ID").Value
View ArticleAssign an output of DB query to a custom defined field in QC 11
HI All, I have the below logic to get the value from QC DB, I am printing the value and it looks fine, but i am not able to assign the value to the user defined field....please help me here...
View ArticleSumming of Fields in Business View graph
I need to create a report for average resolution time with severity on x-axis. I thought of taking advantage of business views (want to check out the new functionality rather than doing it in excel)....
View ArticleRe: Assign an output of DB query to a custom defined field in QC 11
In your query you are trying to convert the value to INTEGER. If the field is configured as Text in DB, then you cannot store the integer value in a Text field. Try casting to string in this scenario.
View ArticleRe: Assign an output of DB query to a custom defined field in QC 11
Thanks for your inputs,Got it working just by Casting it to String value....Test_Fields("TS_USER_07").Value = CStr(newValue)
View ArticleGetting test steps for tests that are in a specific test lab/target cycle?
Hi, Running into a brick wall on this one and was hoping that someone would have seen this before. We are attempting to create a test plan, containing all design steps, for a specific grouping of...
View ArticleQC 9.2 -> 10.0 upgrade and DB 9i -> 10g questions
So hopefully I can type this so it makes some sense. I need to perform two tasks: Upgrade all current projects from QC 9.2 to QC 10.0(and 11.5 later) & change from Oracle 9i DB to 10g DB. I did...
View ArticleRe: Getting test steps for tests that are in a specific test lab/target cycle?
Test and Step tables are joined and you did a cartesian product with Cycle Folder table. A join becomes a cartesian product when you omit the join condition. As you rightly put 'it brings back...
View Article