Re: Email to be sent when the Assign to Field changes in the Defect Module
You can use workflow code for this. In the workflow help, there is an example function for how to send email. You would call this function from the Bug_FieldChange event and check for the Assigned To...
View ArticleRe: Macro to retrieve data from QC and populate excel
After your Set RecSet = com.Execute, you now have the returned data in a recordset. You want to iterate through the recordset and write out the data to an Excel range. Something like this: For i = 1...
View ArticleQC Upgrade from version 11.00 to 12.01
We plan to upgrade Quality Center from version 11.00 to 12.01. Please advise if you have a detailed documentation on the steps to do the upgrade.
View ArticleRe: Retrieving the lookup list name from Quality Center
To get the list name when you know the field name: Set custFields = cust.FieldsSet aCustField = custFields.Field("Bug", "BG_USER_02")Set aCustList = aCustField.ListlistName = aCustList.Name
View ArticleRe: QC Upgrade from version 11.00 to 12.01
12.01 comes with an installation and upgrade guide. The detailed steps are there.
View ArticleRe: Problems while evaluating HP ALM trial- qcbin/setup_a.cab - Failed to...
I got the same issue. I tried the solutions above but not working. I use Windows 7 with IE 10 64 bit.
View ArticleRe: Retrieving the lookup list name from Quality Center
This code works for me. It will display the list name associated with the BG_USER_04 field. Public Sub Get_Field_ListName() Dim cust As Customization Dim custFields As CustomizationFields Dim...
View ArticleRe: Compatibility of ALM 11 with IE 11
Refer to the link to technical specifications provided in an earlier response in this thread. You can find information about supported configurations for ALM/QC there, and there is a link there to...
View ArticleRe: ALM report for Target Cycle (RN_ASSIGN_RCYC) is blank
Did anyone manage to get a fix or workaround for this? We are using HP ALM 11.52.341 and are seeing the same problem, Target Cycle is blank on reports
View ArticleRe: Excel Report for test cases in a test plan folder
@karthick1108Re-read the replies already on this thread. Your question has already been answered within this thread, starting with my reply on 10-14-2011 11:41 am.
View ArticleRe: Bandwidth Utilization on Average of ALM 12 desktop clietn
Correct Craig. I understand the mechanics of tuning and test data validation between the differetn configurations and set ups, I am looking to see if we have metrics for latency of X vs. latency of Y...
View Article"ALM Client has stopped working", ALM 11.00 Patch18, IE11, Win7Pro(64)
We recently upgraded our ALM 11.00 with Patch 18 running on Windows Server 2008 R2(English) with Patch 18.So far I have successfully updated browsers on several machines ranging from Win7 - Win8.1 w/...
View ArticleAuto Mail through Work Flow when the Assigned to Field Changes
Hello Quality Center Experts, Can someone help me write a code through workflow customizations where the system sends out automatic emails whenever the "Assigned To" fields changes in the Defects...
View ArticleRe: Auto Mail through Work Flow when the Assigned to Field Changes
You asked the same question in another recent thread. Did you have a look at the workflow help document as was suggested? There are several examples there to help you do this. It is usually much...
View ArticleRe: Auto Mail through Work Flow when the Assigned to Field Changes
Hi William, Yes I've looked at the work flow help as you have recommended in the previous thread and read through the Admin guide and tried multiple different customized codes but still had no luck....
View ArticleRe: Auto Mail through Work Flow when the Assigned to Field Changes
Please explain how the above code is not working for you. What is the symptom that tells you it is not working?I posted this same code into one of my projects. I commented out the On Error lines since...
View ArticleSchema difference error when verifying project
I am in the process of upgrading from QC11 to ALM 11.52 and some projects are throwing following error when I try to do verification after the upgrade. Only some of the projects have this issue not...
View ArticleRe: Schema difference error when verifying project
Hi, Please try this:1-Create a backup copy of the affected project database (just in case you need to revert the changes suggested below).2-Involve your organization’s database administrator and ask...
View ArticleRe: "ALM Client has stopped working", ALM 11.00 Patch18, IE11, Win7Pro(64)
Hi psefgrep, Please try reinstalling the .Net framework on the affected machines and try reproducing the issue. Regards,
View Article