Re: Quality Center service, quit mysteriously ?
What you mean by Exited the Quality Center? Did you check, whether the application is working fine in the servers, when you encounter such in Local Machine?If it is working fine inside the server, then...
View ArticleRe: HP ALM 11 - REST API - Defect Check Out 404 Error on HTTP POST
It seems to be due to the server not recognising that I am the one who put the lock on the defect.
View ArticleRe: Report for passed test case count by testers from test lab where step...
Hi, Thank you for the help. My requiremnet is to generate a report with all test cases in the test lab (Assigned to a cycle ) , with test case status is "passed" but its own "test step"- execution...
View ArticleRe: QC 10.0 - Executing a dashboard report using Macro in Excel
Dim tdc As New TDAPIOLELib.TDConnectionDim tdcomm As TDAPIOLELib.CommandDim QCRecSet As TDAPIOLELib.Recordset 'Connect to QC and Logintdc.InitConnectionEx "http://qc1d.atlanta.hp.com/qcbin" tdc.Login...
View ArticleRe: how to make a field have default value for runs
Hello, Thank you for your question Maybe you can use the example on page 479 of the Admin Guide of ALM 11.52 and adapt it to your need. You could add a code such as the below for example in the Sub...
View ArticleHow to export defects from one TC to Excel/Or extract the linked entiites...
Hello everyone, I'm having some hard time trying to figure out a way to make easyer my report defect activitie.I'm trying to extract the linked entities from one defect to Excel, but if I right click...
View ArticleExtract email address from LDAP based User List type field
Hi folks! If you can solve this one, Im impressed: My requirement has an attribute 'Requirement Owner' which is of type 'User List'. The users' identities in our ALM installation are based on LDAP. I...
View ArticleFilter - How to sort Requirements Grid View to be like Tree View
I select a Req Parent, Requirement Type = Functional, and Sorted By Req Parent(Asc), Name(Asc), but it is not working. These requirements have both alpha and numeric name beginning in the Req Parent...
View ArticleALM OTA API - How to dynamically create a factory object using its name?
Hi, I need to parse a few different Factories for some fields, in order to update those fields.Thing is the list of factories is quite large and I don't want to have a bout of code specific to each...
View ArticleRe: Extract email address from LDAP based User List type field
Is the email address not imported into ALM as part of the user record when you create the user?
View ArticleRe: Filter - How to sort Requirements Grid View to be like Tree View
There is no attachment with this posting.
View ArticleVAPI-XP-TEST: script to update test run attachment overwrites every run's...
I am using VAPI-XP-TEST to call my automation scripts.The automation script will generate the log file in the path "C:\Attachments\Run_Log.mht every time.The name and path of the log file doesn't...
View ArticleRe: how to make a field have default value for runs
I want it for Runs not for Defects...
View ArticleRe: Quality Center service, quit mysteriously ?
Hi Damus,thanks for the advice.What I mean by exited mysteriously is, We have installed qc webserver in a Windows vm, hence the QC is appear as one of the registered windows service. When I experienced...
View ArticleRe: how to make a field have default value for runs
Hi Machman134, Set as default value is only available for modules Test plan and defect.This information is noted at page 99 of ALM 12 user guide. Thank you and regards,
View ArticleRe: How to export defects from one TC to Excel/Or extract the linked entiites...
Hi taciones, Did you linked your defect with your entities (test, run)?I tried to create a document as following steps:- Create a test and link it to a defect- Go to defect tab then at the tab list in...
View ArticleRe: Problem OTAClient filter - listResults seems to be limited to 30
Thank you very much for your answer.The aim of what I want to get is an extract from BUG table.I have to use the objets Bug / BugFactory, AuditRecord / AuditRecordFactory , AuditProperty /...
View ArticleRe: Quality Center service, quit mysteriously ?
If this is been keep on irriating, Go for HP Sitescope in your ENV. You can set few monitors with the same & find out the root cause
View ArticleRe: Extract email address from LDAP based User List type field
Hi try something like this.. In common moduleFunction Project_GetFullname(username) if len(trim(username)) = 0 then Project_GetFullname = username Dim tdc, vUser, vUsers, vCust, List set tdc =...
View Article