Business Views - Amending the SQL
When creating business views you can see the DQL and SQL created for what tables/columns you are including. You are able to manually add to the DQL freehand if you want. However, there does not...
View ArticleError message while upgrading to ALM Synchronizer v12.5
I'm trying to update the ALM synchronizer from version 12.20 to 12.50. I'm currently using HP ALM QC 11.52, but we are going to upgrade to version 12.50. So during the installation of synchronizer...
View ArticleGet UserLists list Values using REST API
Hello guys,I am trying to access (update) some defects fields with the type UsersList using REST API. Therefore there are some restricted values that needs to be inserted in the update, otherwise it...
View ArticleSorting of a Requirement Extract via OTA
Is there a way to maintain the parent/child order of requirements if you extract them via OTA?I've seen code referring to filter.order but that appears to be sorting by field name only.1.00 1.01 1.02...
View ArticleGetting error from HP ALM Export Wizard
Initial Question/Comment: I'm using the HP ALM Excel Add-in Getting error from HP ALM Export Wizard The following errors were detected while scanning the worksheet: Row: 1, Column: Z - Field 'Module':...
View ArticleProblem with requirements coverage and Called Tests.
Hi,In my QC process, I have two requirements :requ A : covered by test plan testArequ B : covered by test plan testB which calls testA ( function "call to tests")I have launched testB (so testA...
View ArticleHow to get total tests created in a given date range in side a test lab folder
Hi,I need to findout how many unique tests are created between a date range for a particular "TestLab" folder. Note- The test lab folder might have duplicate instance of same test which need be...
View ArticleHow to copy requirements with the test coverage with the Same ALM Project
Hi,Would anyone please tell how to copy the requirements along with the test coverage attached to it?Kind Regards.
View ArticleErrors during execution of Test Sets
When running UFT 12.51 test script Test Sets from ALM 12.21 I get the following errors repeatedly:Failed to get BVS test set runs for ID '1025' becauseFailed to get runs of BVS tests instances runs for...
View Articleproblem with installation of qc
hi, i have an error while i', trying to install:failed to login please contact system adminstrator for helpdescription: cannot find valid alm user.no alm user was found for given external...
View ArticleQuality Center defect email generated with html tags
Hi. We just migrated our ALM11 infrastructure to amazon cloud and since then, we are running into an issue with the defect emails that are generated. Along with the comments and description, I am...
View Articleerror attempting to retrieve test parameter values from a test using OTA
Trying to retrieve test parameter values from a test using OTA, found that the test.Params method is deprecated, so attempting to utilize TestParameterFactory, based on a similar posts but receiving...
View ArticleBusiness Views Show configuration issue in Excel 2013.
Hi,We are using HP ALM 11.52 and trying to use the Business views to generate our reports. After login to HP ALM using Business views, I can bring up the test data on to excel sheet based on the...
View ArticleQC 12.20 Need SQL to develop a report to tell all Defect severity and defect...
Quality Center 12.20 Need SQL to develop a report to tell all Defect severity and defect priority that were lowered in a given release or time frame.We often have "people" that will lower a defect to...
View ArticleEnforcing Defect Workflow
Hi TeamI would like to enforce Defect workflow in my project.For eg : If a new defect is posted and assigned to Dev, then the status cannot be directly changed to Fixed/Ready to test. Status has to be...
View ArticleStoring email IDs
Hi,I have written workflow script to send auto emails when defect is submitted.I have hard coded mail mailCC variable as below to email list of people in CC.mailCC =...
View ArticleALM 12.01 logo modification
I am trying to change logo in index.jspFor this I have updated index.jsp located in C:\Program Files\HP\ALM\application\20qcbin.war\ as mentioned below code, placed image in mentioned path(C:\Program...
View ArticleSend Auto Email in Bug_AfterPost event
I have written a code in Bug_AfterPost event to Send Auto Email when new defect is submmitted.Sub Bug_AfterPostOn Error Resume Nextif Bug_Fields.Field("BG_Status").Value = "New" Then' Send emailend ifI...
View ArticleSample OTA code to extract Test's Execution Reulsts from Tets Lab to Excel
Hi,I wanted to create Excel Macro to extract Test Results from HP ALM (Test Lab) to Excel, and the requiremnt is the Tree view should be visible to select Multiple specific Folders / Test Sets from...
View ArticleDefect fields tag meaning
Hello gurus,I am trying to understand the exact meaning of all the tags in the defect fields: http://{host}:8080/qcbin/rest/domains/{domain}/projects/{project}/customization/entities/defect/fields.I...
View Article