Re: Datatable to be saved in local from ALM while execution
Why do you want to save the files locally? What problem are you trying to solve?
View ArticleRe: Test Folder Lock
Hi. I cannot share whole workflow codes but I can add you some advices.You have to set all test lab entities to read-only mode in case you stay on 'locked' test set folder. You can ensure it by usage...
View ArticleRe: Test Folder Lock
Thanks Tom.Am very new to workflow customization.This may help me to proceed further.ThanksShiva
View ArticleDealing with Releases & Cycles in Waterfall & Agile
Hi, I'm looking for people having experience with setting up Releases & Cycles in HP ALM for both Waterfall and Agile. The way we use ALM here is by having multiple projects stored in a single QC...
View ArticleRe: Imported Test Parameters during execution lost
Hello AleydaAime, We would like to try to reproduce your issue on our lab before doing more investigation on your case. Could you please discribe in details about your issue? It's better that you can...
View ArticleRe: Report showing Test Scenarios execution, status and linked defects
Hi, While executing this query I am getting the following error.In Valid Object Name V_Link_Test. and It would be great if you can tell me how to get the report from QC for the complete tracebility...
View ArticleRe: Datatable to be saved in local from ALM while execution
Hi, As of now in 64 Bit OS all our ALM Test Automation assets (Datatable, Function libraries) are saved in C:\Users\username\AppData\Local\Temp\TD_80 and during ALM run time execution updates are...
View ArticleRe: Retrieving the lookup list name from Quality Center
Yes a look up list name can be user defined.In a project a user defined field can be created. The field will be associated to a database field where the data will be recorded. For defects, that...
View ArticleRe: Datatable to be saved in local from ALM while execution
Assuming that the Datatable and Function Libraries are stored in the Resources area, you can use the QCResources object in the OTA API to get at them. Once you have the QCResources object pointed at...
View ArticleEmail to be sent when the Assign to Field changes in the Defect Module
Hi All, I am trying to send out an email to the user assigned to a particular Defect. We currently have the system set up where it sends out emails only the first time an user is assigned to the defect...
View ArticleRe: Datatable to be saved in local from ALM while execution
You are Right Datatable and Function Libraries are stored in the Resources area. I am ignorant over usage of QCResources object in the OTA API. Can you please give the steps to acheive this...
View ArticleRe: Datatable to be saved in local from ALM while execution
Unfortunately, no, I cannot provide you with code.The ALM product includes an Open Test Architecture API reference document, and that document includes many examples for how to accomplish a variety of...
View ArticleRe: Email to be sent when the Assign to Field changes in the Defect Module
Please describe what you have done with the Auto Mail options to try to achieve this result, and exactly what is happening as a result.Also, what is the ALM patch level?
View ArticleMigrate Users and Passwords from QC 10 to ALM 11.5
Hi there, I am migrating service QC 10 to ALM 11.5 (BD and new servers), reviewing my first migration, I see that users are not migrated with their full details (full name, email, password). Do you...
View ArticleRe: Migrate Users and Passwords from QC 10 to ALM 11.5
Are you using LDAP authentication or QC authentication?You could use the Site Admin API to extract the data from the v10 system and then add it to the v11.5 system.You could copy the Site Admin...
View ArticleWhat are the Pros and Cons of having a seperate domain
Hi, We are looking to organize our projects in ALM. Can you share the pros and cons of having a seperate domain. We are planning a seperate domain for manual testing projects(many). And a seperate...
View ArticleRe: 800403EA OLE error through Analysis View Excel Report
Hi M_Whitby, From your information, i suppose that you are in ALM 11 patch 2.The issue you posted is treated as a defect and was resolved in ALM 11 patch 3.You can also try this: After updating the SQL...
View ArticleMacro to retrieve data from QC and populate excel
Hi All, Im trying to write macro to retrieve data from QC and Populate in excel sheet. i have a macro for selecting but please help me in populating in excel.Private Sub Worksheet_Activate()...
View ArticleRe: Macro to retrieve data from QC and populate excel
HiI think its work in the order of executing query and save in excel.I mean after Update_Tests_Fields() write macro to create excel object and save it.
View ArticleRe: Retrieving the lookup list name from Quality Center
Thanks Trudy...That clarifies that lookup list name can be user defined. Now Can you please let me know how can i retrieve the lookup list name dynamically when my code runs. I have reservation in...
View Article