Quality Center Expert day is now live !!
Hi all, Expert Day is now live. If you are a customer with a valid support contract then you will have access to a number of Quality Center product team experts in the Quality Center Support Customer...
View ArticleRe: Automatically publish dashboard reports to a central location
Any way to use the same publish URL approach for reports? I don't quite understand why this feature seems to be limited to graphs...
View Articlere-point a customisation field to a new list
Afternoon all. I am after some pointers on how I would go about re-pointing a customisation field to a new custom list. Currently I have a custom field called "Target app" which is pointing at a custom...
View ArticleRe: re-point a customisation field to a new list
Quick code check ... so far I have this which is basically a copy / paste of a worked example from the knowlegebase Option ExplicitDim objQCConnection As TDConnectionDim objReqFactory As ReqFactoryDim...
View ArticleRe: TestSet.StartExecution("") throws Active component cannot create object...
I don't have access to close UAC. So this method doesn't work for me. Is there any other soluction? Any update for the ticket you opened with HP support? Thanks in advance!
View ArticleRe: Automatically publish dashboard reports to a central location
The Share option appears to be available only for Graphs. I don't know why since I don't know the underlying technology of the sharing feature. Perhaps you should open an Enhancement request with HP.
View ArticleRe: TestSet.StartExecution("") throws Active component cannot create object...
If you are referring to my (Trudy's) ticket, then no. Ultimately I told HP support to close the ticket because they provided no meaningful help, and the solution I worked out on my own was adequate.UAC...
View ArticleRe: QC11 - QTP11 Iterations Problem
The only way to get the patch (which is QTP_00733, by the way) is to open a support case with HP.I was just looking in their SSO site for the patch and it is still not listed as a publicly available...
View ArticleHP QC - excel import - how to update field value ?
I am importing requirements and test cases in requirement and test plan module in hp qc 10, what are the steps to update values for already imported data? e.g. I want to update a list of value from...
View ArticleQc import error when import to update field values in requirement module
Hi I am experiencing Qc import error when import to update field values, please help. Refer to attachment ofr details Thank you
View Articleproject customization in hp qc - requirement types
project customisation in hp qc - requirement types - is is possible to remove a required field(system field)? for example, in the requirement types - functional, i wanted to remove "name" as the...
View ArticleRe: Extracting list of Release Names available in QC 11.5.
Thank you Trudy. And Srihari, thanks for detailed information. Now I have got the complete picture, i am almost done with my coding. Here is my code, and now i face small issue:...
View ArticleRe: State of button new folder in test plan QC 11
hamzaRezgui wrote:Hello ,Question 1: in test plan user interface i want to test if of the button NEW Folder if its enabled or not .How can i doing this please .I use OTA and script Editor under QC...
View ArticleRe: Test Plan export from QC to Excel?
Hi.. I am getting the below error after giving username, pwd, QC URL. 'OTA Version not compatible with the ALM server' (PFA for more details).. Please help here..
View ArticleLooking for SCripting in QC v11 for Defect module.
Hi Team, One of the project requirement is to change(hide) fields in defect module for 'New' Defects and for 'Existing' defects, could you tell me what is the Enitity i should change in Work flow ? I...
View ArticleGeneral run error. tdc.InitConnectionEx sQCUrl
Hi, I am getting General run error (tdc.InitConnectionEx sQCUrl) while connecting to QC using the below code, this code was worked many times and I automated few scenarios. Suddenly the same code is...
View ArticleRe: re-point a customisation field to a new list
Well it appears nobody has an answer to this one so if anyone stumbles on this looking for an answer this is how I did it... Attribute VB_Name = "reload_target_applications_list"Option ExplicitDim...
View ArticleRe: Running batch of test scripts in different test
Hi Trudy, Thank you for the response. We are using QC 11.00 and there is no feature in the GUI to schedule the tests. I will try the API method you have suggested. In the meantime, any other suggestion...
View ArticleApplication Life Cycle Management 11.0 in linux login error
Hi I installed ALM QC 11.0 in linux environment and it was working fine for few days .Suddenly when I login now I ma getting Attempt to read (or) write proctected memory and memory could be corrupt.I...
View ArticleRe: Looking for SCripting in QC v11 for Defect module.
Hi. Go to the Script Edit > Defect module script and update these methods and add new one:'to updateSub Bug_New On Error Resume Next HideFields On Error GoTo 0End Sub Sub Bug_MoveTo On Error...
View Article