Re: Get the current requirement ID within workflow script using the OTA API
Oops. Sorry for the profanity in the last level of that case statement!
View ArticleRe: Get the current requirement ID within workflow script using the OTA API
A simplified example Sub Req_FieldChange(FieldName) On Error Resume Next if FieldName = "RQ_USER_18" then dim msg set msg = Req_Fields.Field("RQ_REQ_ID").Value MsgBox ("msg holds " &...
View ArticleRe: Get the current requirement ID within workflow script using the OTA API
which might be a problem with the messagebox. I cannot make it show even a hard coded value
View ArticleRe: REST API available in all Quality Center 11 versions?
I just spoke to HP Global Escalation Management and they informed me that the REST API is only avialable with the FULL ALM license, it is not avialable in Enterprise or any other editions. ?!@?! Are...
View ArticleRe: Quality Center & Mac Support - Any new news
Why not use REST API that already there. Put UI that MAKE REST API calls., this would eliminate need to run Active X.
View ArticleRe: How to create an issue via webservice
What version and patch level of QC are you working with?What programming language are you working with?Have you reviewed the API documentation? There is a COM API and there is a REST API (as of v11.0)....
View ArticleRe: Automation and Quality Center Test id version problems
If you copy a test, then the new copy of the test will have a different Test ID than the original did. That is unavoidable.Why do you need to make a copy of the test? Are you changing the test before...
View ArticleRe: QC/ALM 11 requiring sysadmin rights to SQL database
Perhaps ther eis a newer thread then this but have not found it. I had the same issue with the requirement of sysadmin rights.KB article KM186582 details that during upgrade user must have sysadmin...
View ArticleRe: Get the current requirement ID within workflow script using the OTA API
Found the answer here .... http://h30499.www3.hp.com/t5/Quality-Center-Support-and-News/How-to-get-the-selected-requirement-using-workflow-script/m-p/5348953#M66324
View ArticleRe: Quality Center 9.2 error on selecting Test Cycle
Solved my own issue.In case anyone else ever encounters the same issue:I turned on the 'Detected in Release' checkbox on the Defects module (Project Customization) for users in my Testers group.Even...
View ArticleRe: How to export tests with teststeps from test set ( from test lab )
No Tests have not executed yet, I am not bother about results of tests or steps.. I did research on this, but found we can get the tests with steps if we have executed them... so i want to export...
View ArticleRe: How to create an issue via webservice
Sorry, I can't help with example code. I don't use the REST api. Maybe you can find other posts in this forum with examples.
View ArticleRe: Manual Runner window not visible on screen for a particular user
My solution: 1. Right click on runner in task bar while holding down <shift> key.2. Click on 'Maximize'. Runner will appear on primary display maximized.3. Click on and drag top of window to...
View ArticleRe: Update users in ALM 11 after migration from QC10
@MonmonExactly what error do your users get in ALM 11 when they authenticate?Do you have the exact same Authentication settings in ALM 11 as you did in QC 10? In Site Admin check the Directory Provider...
View ArticleRe: QC Defect update to another project
You can select all the defects you need and export to excel (right click on selected defects to see Export option). Use Excel addin to upload defects to other projects.
View ArticleRe: IStepParams on OTA into TDAPIOLELib.List
You can use ParameterValueFactory to use NewList() method. For each Test object read the parameters using above property. This works same as LinkedParams(depreciated) property
View ArticleNeed suggestions to figure out what is consuming Repository space
We are using ALM 11 (patch 12, currently). We have one project that has a lot of automated tests, and the testers often attach movie files and/or images to the results when the tests are run. I know...
View ArticleRe: ActiveX component can't create object: 'TDApiOle80.TDConnection'
C:\WINDOWS\SysWOW64>cscript.exe ".... .vbs" workaround works if it's a simple standalone Vbscript. We have a problem because we have a small front-end ASP/HTML app that uses pure VBScript to connect...
View ArticleRe: create an issue via VBS
Hope you got what your are looking for. Please post if there is any error you are trying to resolve.
View ArticleALM Quality Center: Releases Module - Create an Email Option for Cycle Info
Version: ALM Quality Center 11.5.2 Issue: Our company will be utilizing the Releases Module for project and code tracking. At the release cycle level we have user fields created (Dev Lead, QA Lead,...
View Article