Re: Looking for SCripting in QC v11 for Defect module.
Hi, Thanks for your quick repply.Actually i need this way, Logging a new defect screen (Screen when logging a new defect):Fields to hide:- Planned closing versionWe do not use this field for...
View ArticleRe: Application Life Cycle Management 11.0 in linux login error
Hi, Could you please review the permissions that the user that is running the service has. Because this issue is when it's trying to modify a value. Could you also attach the logs in debug mode in...
View ArticleRe: TestSet.StartExecution("") throws Active component cannot create object...
When I follow your instruction, UAC is mentioned in step 2. But in fact, it has already been set to the lowest level. Not sure what's the problem here. I tried it on anohter 64 bit machine, it works as...
View ArticleRe: Running batch of test scripts in different test
We use a custom program that uses the API. Some of our teams also have build servers that have add-ins to run tests stored in ALM, so they tie execution of tests to completion of a build. Jenkins is...
View ArticleRe: TestSet.StartExecution("") throws Active component cannot create object...
The problem is occurring on a 64 bit system, Windows 7?Are you running the 32 bit version of IE? Since ALM is a 32-bit application, you need to run it in the 32 bit browser version.Are you launching IE...
View ArticleRe: QC - Linking Tests to Requirements using Excel Macro
'Dim coverable As ICoverableReq'Dim reqF As reqFactory'Dim req As reqSet reqF = tdc.reqFactorySet req = reqF.Item(231) 'consider reqid =231, value from QCSet coverable = reqcoverable.AddTestToCoverage...
View ArticleRe: project customization in hp qc - requirement types
This does not appear to be possible. I believe that System Defined fields that are marked as Required cannot be changed due to some aspects of the product's functionality being dependent on these fields.
View ArticleRe: Extracting list of Release Names available in QC 11.5.
Hi srekk, For the below structure: In order to Display Release Folder Name and Iterate through their Releases written the below code: Imports TDAPIOLELib Module Module1 Sub Main() Dim tdc tdc =...
View ArticleRe: QC - Linking Tests to Requirements using Excel Macro
Hi Abirs, Please refer to the below example: Code will dynamically get one test script and requirement, after that it will add the requirement as a coverage to the test script and will remove it. I...
View ArticleRe: General run error. tdc.InitConnectionEx sQCUrl
Hi PunatiSubbaRao, I tried below code by applying few cosmetic changes and it is working fine. I suspect URL provided in sQCURL is not correct. sQCUrl = "http://almdev/qcbin" sUsername = "MY_USER_ID"...
View ArticleRe: QC OTA-VB Code to connect to QC and export defects/tests
Hi, I am receiving the "Invalid server response" while connecting to ALM11.0. I am using below code- Set QCConnection = CreateObject("TDApiOle80.TDConnection")Dim sUserName, sPasswordsUserName = "User...
View ArticleRe: QC OTA-VB Code to connect to QC and export defects/tests
Hi Panki, Are you able to connect to the URL through a IE browser directly? Have you connected to the client network in which that URL is accessable? Did you register the QC and ALM components before...
View ArticleRe: Application Life Cycle Management 11.0 in linux login error
Hi Thanks for the reply....I have hosted qcbin.war in tomcat and tomcat is running in root permission in linux environment ... I am not sure how to change log level ,,,,,Kindly provide me a solution...
View ArticleRe: Qc import error when import to update field values in requirement module
Did you register the QC client before running add-in?
View ArticleSQL Query for list of test cases and defects linked with it
Basically i need full list of test cases (if possible select particular Test folder having test sets) and defect ID's linked to it along with the defect status and Test case execution status I have...
View ArticleRe: QC OTA-VB Code to connect to QC and export defects/tests
Hi Abi, your code is fine but remember that when you create an object in vbscript remember the keyword "set" so: set tdc = createobject("TDApiOle80.TDConnection") etc.... You could see some example on...
View ArticleRe: HP QC - excel import - how to update field value ?
The reason whý you are getting an error message for just some of the records is very hard to guess without knowledge of your exact structure. In general, I would say it is usually not a very good idea...
View ArticleIs HP ALM support digital signature in terms of Add Ins or anything?
Is HP ALM support digital signature in terms of Add Ins or anything?
View Articlememory problems by using qc ota over jacob
Hello, I use follow code to get certain tickets with a java thread every 30 minutes. Sporadically a get a heap memory although i set the java heap to 1,4 GB. Propably i forgot something to close/clean...
View Article