Question/Issue: In the ALM defect module, if a user highlights a Defect record and selects “Standard Defect Report” from the context menu, that report is accessing a specific report template. The user would like to modify this report and template. We have created a new template and marked as default, however the report is still linking to the original template. Is there a way to change the report listed on the context menu?
HP ALM (11.52) - Modifiying the Standard Defect Report in drop down context menu
HP ALM (11.52) - Modifiying the Standard Defect Report in drop down context menu
Question/Issue: In the defect module, if a user highlights a Defect record and selects “Standard Defect Report” from the context menu, that report is accessing a specific report template. The user would like to modify this report and template. We have created a new template and marked as default, however the report is still linking to the original template. Is there a way to change the report listed on the context menu?
Wrong requirements status
Hello,
All my requirements that the status should be passed, they are "Not Completed". I created another requirement as example, associated with a unique test case, created the the test set with this test case, run, passed and the status of the requirement that was "not run" is "not completed". If I run the test set and failed the test case, the status of the requirement is "Failed".
Why it is not recognizing the passed status?
ALM 12.20 Reporting Problem
Hello,
My problem is about reporting.
I'd like to generate a Project Report into ALM 12.20 that, for a selected requirements can give me report structure like the one showed:
Selected Requirement:
REQUIREMENT TESTS RUNS DEFECTS
Req_son_1 Test 1 Run 1a = Failed Defect 1
Req_son_2 Test 2 Run 2a = Passed Defect 2
Req_son_3 Test 3 Run 3a = Failed Defect 3
I can do it ,but with the this structure, which is not the desired one:
1.Selected Requirement
1.1 Req_son_1
1.1 Test 1
1.1.1 Run 1a = Failed
1.1.1.1 Defect 1
2.1 Req_son_2
1.1 Test 2
1.1.1 Run 1a = Failed
1.1.1.1 Defect 2
...
I've tried by modifying the Style Template File, but without success.
Has someone any idea on how to do that?
Thank you in advance.
Regards,
Alessandro
Image is missing in Req Rich Text
Hello,
I just upgrated our ALM server into from ALM 12.20 to ALM12..50 patch 1.
I paste a image into Rich text and save and refresh the page. The image is showed well in my machine but when I logged into ALM from other machine, it appears as missing.
Does anyone have how to resolve it?
Thank you,
Esti
QC Community Edition 12.5 and Oracle
Hi.
Does QC CE 12.5 absolutely need Oracle 12c? Is there any way to get QC 12.5 to work with older versions of Oracle such as 11g?
Upgrade issue migrating from HP ALM 11 to HP ALM 12.5
Failed to setValue for key 441 in table 'BUG' in project ....
Hi everyone,
Some other users and i are getting this error when trying add a comment to any defect:
It happens after i click Ok to try to save the changes made to the defect.
What can i do to fix this?
Thanks in advance.
Need a report which shows the linked defects to test runs
Hi,
I'm trying to generate a report which looks like the following
Test Set Folder Name Test name Status (Failed) Linked Defect ID (either test instance or step)
If a particular Failed test has no linked defect, the report should show that as well
I'm trying to generate a report of all failed tests for a particular test set folder and see if the failed test has a linked defect at test instance or step
Thanks,
Sastry
Update Defect via C# OTA API
Hi,
As i am newbie, i want to know on how to update an exisiting defect values using OTA API (C#). i have searched KB and API documentation guide,there are codes available in VB.net and i couldnt find any steps to do in C#.
I tried manually to convert VB.net code to C# code but i couldnt able to build successfully.
Suggest me an answer.
Update : So after some research i have tried this code to update defect through OTA API. Build is Successfull but when i do Run, it throws type casting error message on the line "bFilter=bugF.Filter "( All object types are IBUGFACTORY2 except bugF-[bugfactory] )
public void updatedefect(uint index)
{
int dID = 119;
bugF = (IBugFactory2)conn.BugFactory;
bFilter = bugF.Filter;
bFilter.Filter["BG_BUG_ID"] = dID;
blist = (IBugFactory2)bFilter.NewList("");
bugItem = blist[1];
DateTime saveNow = DateTime.Now;
// Populate the mandatory fields.
bugItem.Summary = "This is a summarySummary" + index;
bugItem.DetectedBy = "bankadmin";
bugItem.Priority = "2-Medium";
bugItem.Status = "New";
bugItem["BG_DETECTION_DATE"] = saveNow;
bugItem["BG_SEVERITY"] = "2-Medium";
bugItem["BG_DESCRIPTION"] = "This is a description" + index;
//Post the bug
bugItem.Post();
}
Please Can anyone imrpove the code.
Need help for HP Service Manager SOAP API consuming using java (axis)
Hello,
Firstly I'll like to make this clear I'm very new to web-services . So coming to my question I've been given a wsdl file of Incident management using which I've to retreive all the incidents lists and their data.Can someone please tell me which java class should I call and how do I get this done.I really need help on this.
Thank you,
HP ALM Excel Add-in download appears to install the HP ALM Business Views Add-In instead
Using the link for the Excel 12.01 Add-In, I downloaded and installed the add-in; however, instead of the Excel Add-In tab I have seen in the past, a different ribbon is displayed and seems to be for HP ALM Business Views add-in instead. I have NOT upgraded Excel since the last time I installed the add-in (summer 2015). I've tried removing the ALM Business View within Excel (options/Add-Ins) and have also used the Control Panel to uninstall the add-in and rebooted after that. Re-installed what should be the correct add-in but still see what appears to be the ALM Business Views add-in ribbon (tab=HP ALM rather than tab=Add-Ins).
Need help! Have a lot of test cases to upload to ALM.
kul@hpe.com
upgrading from ALM 12.01 to ALM 12.50 - qcsiteadmin_db consistently fails
upgrading from ALM 12.01 to ALM 12.50 - qcsiteadmin_db consistently fails.. tried it several times from new copies and copies from backup files.
wondering if the change in Oracle versions (11g to q2c) might be the issue.
Failed to create/upgrade Site Admin Schema. By default, the output is saved in
<ALM repository path>\sa\DomsInfo
\MaintenanceData\out on your ALM server machine.:
com.hp.alm.platform.exception.CTdException: Upgrade of SA schema failed: Exception occurred.
at com.hp.alm.platform.siteadmin.setup.CSiteAdminInstaller.upgradeSiteAdmin(CSiteAdminInstaller.java:1065)
at com.hp.alm.platform.siteadmin.setup.CSiteAdminInstaller.createSADatabase(CSiteAdminInstaller.java:977)
at com.hp.alm.platform.siteadmin.setup.CSiteAdminInstaller.load(CSiteAdminInstaller.java:169)
at com.hp.alm.platform.siteadmin.setup.CSiteAdminInstaller.newInstallMain(CSiteAdminInstaller.java:559)
at com.hp.qc.install.setup.QcConfigWorkerTask$7.run(QcConfigWorkerTask.java:246)
at com.hp.qc.install.setup.AbstractWorkerTask$ActualTask.<init>(AbstractWorkerTask.java:138)
at com.hp.qc.install.setup.AbstractWorkerTask$2.construct(AbstractWorkerTask.java:76)
at com.hp.qc.install.setup.SwingWorker$2.run(SwingWorker.java:114)
at java.lang.Thread.run(Thread.java:745)
SQL for Requirements Tree
Hi,
I want to create a report that dumps all the requirements in the same order of the requirements tree. Does anyone know the SQL for this?
I was ordering by requirement.id but new requirements get added and shuffeled and the order is not correct? I could not find the view for the requirements tree.
Any ideas?
Need help to replace a UFT script in ALM
Hi,
I have UFT scripts stored locally in my computer. In ALM 11.52 I have manual test cases but when I convert them to QuickTest, I can't associate them to existing scripts from UFT because I receive an error message "You cannot replace asset stored in ALM". I think it's because when a manual test case is converted to QuickTest, ALM generates automatically a script.
So, what I need is replace the script generated automatically by an existing script that I have stored in my computer. Is this possible?
Thanks in advance,
Help on copying a test folder and its content to another project using OTA and C#
Good afternoon,
My company is in the process of acquiring HPQC for our testing needs.
One of the challenge I am facing is that we are constantly reusing the same testing documentation from one contract to the other and I would like to find a way to create a c# piece of code using the OTA to copy one of my test plan (test folder and its content) from my master project to a slave project. I would like to specify that I am not interested in the test runs from the master project, only the test cases and their steps.
Any help would be greatly appreciated,
I thank you in advance,
Quality Center Project List
Dear All,
I have a requirement to get a list of all quality center projects which are having QTP test in it.The total number of projects in QC we have are around 4000+.Could someone please help to get the list using sql query or is there any other method.
We have Quality center Version 11.0
Thanks
Need Help in ALM 12.5 unable to launch in IE protected mode
HI ,
I am trying to launch New trail version of HP ALM using Selenium , I am facing issue that is unbale to launch the HP ALM with following error. " Internet Explorer is configured to run in Protected mode. Deployment is aborted. Contact your System administrator. "
Is there any solution to launch HPALM / QC with Proctected mode On . rather than Disabling the protected mode.
Need to know Run time for a TC to become pass
Hi ,
I am executing a batch run. Few will be failed and Few will be passed. The failed ones will be keep on running till it gets passeed.
At the end i need to Pull a report that How many TC were passed in 1st run. How many passed in 2nd Run and so On. as a Excel report .
Can you help me on this ??
REST API authentication issue since upgrade from 11.00 to 12.20
Hi,
I’m facing an issue with REST API and JAVA application. It seems that I’m successfully authenticating to QC ALM but every next API call (like “rest/server”) ends with HTTP error code 401 and ”…login-form-required=y…”.
My applications works well with 11.00. I have also tried the JAVA example application “ReadExample” from documentation. It also works well with 11.00 but fails on 12.20 at “failed obtaining response for … rest/server”.
- Is there any administration parameter that may define such behavior?
- May it be due to the fact that we are now on “https” on 12.20?