Re: HP ALM 11.00 ota api - no idea :(
Hello trudy, gott verdammte scheiße :( es klappt einfach nicht! so! sorry for that :D sorry for not answering, but i was in trouble the last days.today i tried the code in my hp alm project but.. it...
View ArticleRe: Enable ALM 11 trusted sign-on
Hi, I'm dealing with exactly the same problem.My company is moving to PKI (Login with smart cards). In this authentication type, users will not know their Active directory password, and authentication...
View ArticleRe: Automatically create Excel Reports and store them in a folder
The OTAXml and OTAReport libraries have been around for a long time and I suspect they will be deprecated soon... Nevertheless, I attach a document that used to be available at some point in the...
View ArticleRe: Can test configuraiton for a test case be copied and paste to the other...
Hello Jan Czajkowski, I tried using TestConfigFactory property and I was able to modify the existing ConfigValue using following Code. set tdc =...
View ArticleRe: Can test configuraiton for a test case be copied and paste to the other...
For example: Set myTest = tdc.TestFactory.Item(aTestId) Set aNewConfig = myTest.TestConfigFactory.AddItem(NULL) aNewConfig.Name = "Firefox" aNewConfig.Post
View ArticleRe: ActionCanExecute Not Functioning
Jan, I took out the "On Error" code lines and retried. I still get nothing. In answer to your second question, I do not get a message box at all. I agree that it seems to be that the ActionCanExecute...
View ArticleRe: Can test configuraiton for a test case be copied and paste to the other...
I tried with your code and it worked !!!!!! It solved my problem Thanks a million
View ArticleRe: Add a new Memo field in "Test Plan" and I would like it displayed when we...
What version of the product are you using?The dialog in your third image is for the Run entity. In v11.52 there is a hot link at the bottom to bring up the source test case details, which opens another...
View ArticleRe: Qualitycenter crashing
What process did you use to try to remove QC from the client system? There is an automated uninstall tool available from the HP support knowledge base. Did you use that?What is the OS and bit level of...
View ArticleRe: HP ALM 11.00 ota api - no idea :(
Double check the customization you did to create the fields and confirm that the underlying field name is actually TSC_USER_01. Also what is the Type of that custom field?That "o" would've definitely...
View ArticleRe: Enable ALM 11 trusted sign-on
Single Sign-on integrated with SiteMinder and using smart cards is a feature of ALM v12.0.I doubt HP will bring that back to 11.x. Once they release a new major version, they rarely take the new...
View ArticleRe: ActionCanExecute Not Functioning
Awesome catch, Jan! We don't use template projects so I never would've thought of that.
View ArticleRe: How to create a new field which is dependent to another
Personally, I don't think it can be done.A selection list field has to be tied to a list. It can't be tied to a dynamically created array, as far as I can tell. Since changes to a custom list won't be...
View ArticleRe: How to fetch test cases from test plan folder
Hi,I have checked for all the variables, but gives same error for every variables, "Object Required"Please refer the screen shot. I have defined the variables in start of code, still it gives error. Is...
View ArticleRe: How to fetch test cases from test plan folder
Try changing "QCConnection" to "TDConnection"
View ArticleRe: Hp Defect Module : Defect type specific mandatory Fields
Thank you very Much for the reply. I followed your advise, but it does not seem to be working. I am sure I am making a mistake. My Bug_FieldChange workflow code looks like this Sub...
View ArticleRe: Hp Defect Module : Defect type specific mandatory Fields
You can not change the FieldName parameter of Bug_FieldChange. It should look like this:Sub Bug_FieldChange(FieldName)On Error Resume NextIf Bug_Fields("BG_USER_01").Value = "Task"...
View ArticleRPC_E_SERVERFAULT : HP ALM : ASp.net and c#.net
HI I receive this exception from my asp.net web application, from where I intend to display defects list and advanced graphs later on. I am using OTAClient.dll version 11 with HP ALM - QC Edition V...
View ArticleRe: Hp Defect Module : Defect type specific mandatory Fields
HI Again thank you very much My code looks as follows now : UNder the Bug_MoveTo(this automatically added the BUG_FieldChange into it : Sub Bug_MoveTo On Error Resume Next If...
View Article