ALM 11 - PL/SQL query for export of test lab to Exel
Hello experts. Thanks in advance for your help. i am trying to create a SQL query for an Excel report The report should create a dump of everything in the Test Lab area. So far, I have come up with...
View ArticleRe: HP ALM 11 - Dashboard - Project Report - Defects - Add images to the report
It’s not possible to add images, but you can add links to images.In the Configuration tab, click on the “Defects” report section and then click on “Add Report Section”. This will allow you to add...
View ArticleHP ALM 11 - REST API - Defect Check Out 404 Error on HTTP POST
Hi all, Have a problem with checking out a defect in ALM via the REST API. I can successfully lock the defect, but when I submit the following command: POST...
View ArticleHow to add a new folder and subfolder to the QC Resource using OTA
Hi, I am trying to add folder and Subfolders in ALM under Resource section using OTA.I successfully created folder under Resources, but not able to find solution to add sub folders. Option ExplicitDim...
View ArticleRe: How to find the Field names in TESTSET?
Hi Trudy Claspill, Than you for your reply.. Finally i got successfully retrieved all my testset fields . string a6 = Convert.ToString(test["TC_EXEC_TIME"]); //planned exec date Here my another...
View ArticleRe: Getting System.__ComObject instead of data while pulling data from HP ALM?
Hi. Try to change casting in your code to:Runfactory a8 = (Runfactory)test.RunFactory; Run a9 = (Run)test.LastRun; Br, Tomas [If my advice solves your issue or query, please mark the thread as solved....
View ArticleRe: How to find the Field names in TESTSET?
Hi. There is a DB Guide provided by HP. You probably mean BG_TARGET_RCYC The RELEASE_CYCLES.RCYC_IDof the release cycle in which the defect is planned to be fixed. Be aware because return value is int...
View ArticleRe: Attaching documents in ALM and exporting from ALM stop working from time...
I didn't understand, whether you FIXED this or still Looking...!! Is it for all the users or for particular, try changing the machines and perform the same.Check whether those users are able to attach...
View ArticleRe: Script generator - Add Defect Field Customization overides Workflow
All you can do is to make the necessary from the Script editor (Add Defect Field Cust) and apply changes.I am suggesting this because, you already informed that the code is been cleared off and still...
View ArticleRe: HP ALM 11 - REST API - Defect Check Out 404 Error on HTTP POST
Please post your code which you are executing for check out the defect.Ramesh
View ArticleRe: Attaching documents in ALM and exporting from ALM stop working from time...
DAMUS, I am still looking, the issue is happening sporadically for multiple users. The same users who experience the issue, can do attachment without any problem from time to time. The issue doesn't...
View ArticleRe: How to add a new folder and subfolder to the QC Resource using OTA
The section of code you have under "Code to add subfolder" needs to use the same objects that you used in the section labeled "QCResourceFolderFactory Object". The TreeManager object is for folders in...
View ArticleSQL query needed to pull the test execution status
Hi I need to to pull the test executions status from QC by parent folder. There are many child folders inside the parent folder and there are many test sets inside each child test folder. Is there a...
View ArticleALM-V10055: Schema differences were found
Hi community, Whenever I create a new project (empty project) on HP ALM Quality Center 12 I see the following error happening on the D:\ProgramData\HP\ALM\log\sa log: "Verifying the project schema ......
View ArticleRe: Can't list fields collection via REST
According to the HP Quality Center Support team, this REST call problem is caused by a product defect. HP was able to execute this REST call successfully on ALM 11 and ALM 11.52, but not on ALM 12. So...
View Article'Field' property of Test object is not displayed in interop.tdapiolelib.dll
Hi guys, I have started my first QC OTA using C#.Net project and I am stuck with this question. The below lines worked fine when I wrote them in VB Editor of Excel,strTestCaseDescription =...
View ArticleRe: ALM-V10055: Schema differences were found
Hi Mcasal, Have you recently upgrade to ALM 12 from QC 10?
View ArticleCan somebody tell how many test cases can upload into QC per hour
Let's say an example, there are 18,000 Test cases with each contain 10 steps. I just want to know much time will take to upload these no of test cases to HP QC? I just want to calculate an effort for...
View ArticleRe: Can somebody tell how many test cases can upload into QC per hour
You may not judge exactly in Ideal. It depends upon lot of verticals.1. No of concurrent users accessing the application.2. Depends upon the Memory of both Local & Server3. Heap size.4. Accessing...
View Article