Issues with ALM OTA List Collection
Hi, I'm hoping someone will be able to help me with the below described problem. I've been trying to initialize a List collection but receive an error. When I attempt to save my ALM Workflow Script...
View ArticleRe: Keeping VBA macro in exported Excel file
I don't use the Post Processing feature, but the description of it is to contain code to manipulate the data. I don't think it was ever intended to provide a way for users to create persistent macros...
View ArticleRe: Issues with ALM OTA List Collection
In VBScript you are not allowed to cast the variable as a particular type when you declare it. That is why you get an error on the statement:Dim testList as ListI think the problem is that you...
View ArticleUnable to find the Logic / Customization details for a System field
Hi, We have one system field 'BG_ESTIMATED_FIX_DAYS', where this field will be caliculated data and filled automatically based on other fields. I wanted to know the complete logic of this field, but I...
View ArticleRe: Unable to find the Logic / Customization details for a System field
Were you referring to BG_ESTIMATED_FIX_TIME?? I didn't see any system field as FIX_Days in the Bug Table.The dependant fields of estimated fix or actual fix are auto calculated by ALM. the actual...
View ArticleRe: Unable to find the Logic / Customization details for a System field
Exactly how are you determining that there is no workflow code related to this field?Looking at my own ALM 11.0 system, I don't see a System Field named "BG_ESTIMATED_FIX_DAYS" in the Defect entity....
View ArticleRe: Unable to find the Logic / Customization details for a System field
Hi, The field Name is "BG_ESTIMATED_FIX_TIME (LABEL: Estimated Fix Time (Days))", I am aware that the system fields with pre defined logic cann't be visible in workflow Editor. If any one used this...
View ArticleRe: Unable to find the Logic / Customization details for a System field
I used below logic for one of my projects on status closed ,but it was to display the time difference in hours and mins on user fields .I am not sure how the exact calculation is done for the system...
View ArticleCreating new Defects in HP QC using JAVA
I tried creating a new bug in HP QC using java QCtools4j , OTA client but cretaing a new bug instance or assigning id as null and on save or post give the error that cannot connect to unknown source as...
View ArticleRe: Linked Defects - ALM 11.52
I think now defect should be linked to test run.There should be separate module in test lab -> Runs. So if you didn't link a defect while you were executing a test in a test set - you can go to runs...
View ArticleRe: QC Workflow Action - How to modify
Thank you for your response alexanderk. I have checked this work flow code.below is my Observation: When user in defect module it failed to restrict user to create defect from Tools ->New DefectIt’s...
View ArticleRe: Dialog box not recognized in Firefox
Use: Browser("Browser").HandleDialog micCancel Browser("Browser").HandleDialog micOK
View ArticleDefect ID not visible
For some reason I am unable to see the BG_BUG_ID field on the defect logging screen. I have the rest of the screen looking how I want it, and I can make any other field visible except for the Defect...
View ArticleChanging User field names in QC
Hi, We have number of projects - we want all projects to have the same field definition (for enabling copying from one to the other and having the same VB scripts etc.).So we want to have a common...
View ArticleExcel Report
Hi , Anyone has any idea how to get the vaues of BUG field using SQL query ? Severity field may have 1-Critical, 2- High , 3- Medium & 4- Low . I need a SQL query to fetch these values from...
View ArticleRe: Excel Report
Hi Rahav24, SELECT BG_BUG_ID,BG_SUMMARY,BG_SEVERITY,BG_PRIORITYFROM BUG Regards,Srihari
View ArticleRe: Defect ID not visible
Defect ID gets generated in the backend while logging a new defect and will not be visible till the bug gets posted,this was by default behaviour of the application and same applies to rest other...
View ArticleAdvantages and Limitations Of Rest Api
Hi All,Can anyone please let me know the advantages and limitations of Rest api in ALM 11 and 11.5. Thanks,Gaurav
View Article