Re: Requirement module Customization
Hi Trudy. Thanks for explination. i could not change based on your advice, since i am beginner. i justed modified code in this format. i am not sure whether i am doing it right way. i request you to...
View ArticleRe: To get the subfolder list from QC using OTA
Set SubjRoot = TreeMgr.TreeRoot("Subject")k = SubjRoot.Count For s = 1 To SubjRoot.Count ' Nodes under Subject : 3Set ChildNode = SubjRoot.Child(s) ' Names of Nodes under Subjectc1 =...
View ArticleRe: Custom list name and values for the fields Application Name, Detected in...
Thanks Raju and Jan. I am checking for proper QC rights to access the same.
View ArticleExtracting list of Release Names available in QC 11.5.
Hi , I am trying to extract list of Release names available in QC project. Earlier in QC 10.0 we used to have 1 release name(for a project) and multiple cycles under it. So I did not get a chance to...
View ArticleQC 9.2 - default text on test lab test set description
Hi all, We are currently using v9.2 and we're looking to add some 'default' text into the description field against a test set within test lab, such as - Scenario details Objective Expected results Can...
View ArticleRe: ALM11 REST API - Requirement Coverage
>also cannot view the link. You must have a support contract to view the above ER QCCR1J22908.
View ArticleRe: QC 9.2 - default text on test lab test set description
We do something like what you are requesting. The Admin guide has more info. While we are modifying the code in Test_New, you can easily do the same in TestSet_New or TestSetFolder_New. Sub Test_New On...
View ArticleALM connection issues from behind proxy... (Loading...
We are trying to access ALM from behind our corporate proxy but the session is hanging at "Loading. Please Wait... Loading Infragistics2.Win.UltraWintoolbars.v8.2 ...". We are trying to access the site...
View ArticleRe: Extracting list of Release Names available in QC 11.5.
Using the OTA API, you would utilize the ReleaseFolderFactory, ReleaseFolder, ReleaseFactory, and Release objects to access the folder and Release information in the Management module.Is that what...
View ArticleRe: Requirement module Customization
Which workflow is this in? Show the entire workflow code block, from declaration (Sub...) to End.Is this code working for you now or not?
View ArticleRe: Extracting list of Release Names available in QC 11.5.
Hi Srekkk, Consider the below structure in Release module, In Folder "Sample_Folder" there are two releases "Release1" and "Release2". Using below Query I got the Folder Id of "Sample_Folder"....
View ArticleGetting Error while extracting data from Test Lab same code working fine on...
Hi, i need to extract data from test lab. Need to extract test instances from given folder path. i have tested this code on another server and it was working perfectly fine. giving me following error...
View Articlepros & cons of starting with HPQC 11.0 or HPQC 11.5?
At this point we are unsure which HPQC software installation we should proceed with. I need some advice on the pros & cons of starting with HPQC 11.0 or HPQC 11.5? We will be implementing HPQC to...
View ArticleRe: Getting Error while extracting data from Test Lab same code working fine...
exact Run time error is " Cannot Access Test Sets directly from root folder". Please if anybody can help in it.
View ArticleRe: Getting Error while extracting data from Test Lab same code working fine...
When you say it works on one server but not the other - what is the difference between the servers? Are they running the same version and patch level of the ALM/QC software? What is the value of...
View ArticleRe: pros & cons of starting with HPQC 11.0 or HPQC 11.5?
Do you already have or have the ability to get v11.0 of the product? Since 11.5 has been out for over a year, I suspect that you can't purchase v11.0 anymore. So, your question may be moot.The pro of...
View ArticleHow to filter a Business Component Parameter using Parameter Name in OTA
Hi,Please suggest a way to find business component Parameter by applying filter on the parameter name in OTA. Thanks,Gaurav
View ArticleRe: Getting Error while extracting data from Test Lab same code working fine...
One patch level is 11 where it is working, other 10. True strNodeByPath value is coming as Root so error is geniune but i am not getting, how same code giving full path on another machine or server....
View ArticleRe: Detect end of test execution using OTA
Hello, I am facing similar issue, however, in our case the ExecutionStatus.Finished is changing to True randomly during the TestSet excution. Is this a know issue with HP ALM? Is there a work around...
View ArticleRe: QC11 - QTP11 Iterations Problem
I am getting similar Issue. When running QTP tests from the ALM Test Lab my tests run all iterations. But my test has been saved and set to run 1 iteration only. I also only want to run 1 iteration. If...
View Article