Quantcast
Channel: Quality Center / ALM Practitioners Forum topics
Viewing all 5491 articles
Browse latest View live

Importing project list items

$
0
0

All,

     We are currently testing the migration of QC to ALM 11 and have a number of project lists that need to be populated. I have found a utility that will import a list of values from an Excel spreadsheet into ALM project lists. This will run successfully one time but after that will continually fail with the following error

 

Exception from HRESULT: 0x80040438

 

We also get the same error when manually trying to create project lists in ALM. I'm unable to find any references to this error anywhere online and wondered if anyone had come across it and how to solve it.

 

Thanks in advance


QC 11.5 sp2 certificate issue

$
0
0

Hi there,

 

We are moving from QC 10 to QC 11.5 sp2 . I have installed QC, however I am getting message when I am trying to get to clients:

initialization has failed. Contact your system administrator.
For details, see the Loader log file.

Failure details:
http://servername:8080/qcbin/setup_a.cab - Can't verify digital signature. Some certificates are not installed or are not updated.

 

Once moved to QC 11  we will need to pass QC to 100+ clients, therefore manual installation of certificate on each computer is not really an option. Is there any easy solution to issue? Is somebody else having this issue? I got official installation from HP web site which means that probably everyone who downloaded this installation will have same issue. An I right?

 

Thanks

ALM 11 Patch 14 does not show Management/Quality graphs

$
0
0

After upgrade to Patch 14, ALM 11.00 stopped displaying actual defect graphs by Release in Management Module, Quality tab.

Both upper and lower graphs only show one line marked "Unknown". No other priority option is shown, although I select all of them in the filter (Configure Outstanding Defects"). There are several defects linked to the test sets of this particular Cycle. No actual defects shown even if I uncheck "Only Targeted Defects" checkbox in the "Configure Outstanding Defects" window.

The functionality used to work well before the upgrade (I am not sure what patch of ALM 11 was installed before this last upgrade).
All other functionalities are currently working as expected.

Cannot figure out what may be the cause of not displaying defect's statistics in the Quality graphs of the Management module.
Please advise.

Test Set Folder Path to text

$
0
0

Hi,

 

I have displayed the Test Set Folder Path which is in this format AAAAAMAAAAAG in quality center 10. My question is how do I know which folder does this path belong to.

 

-Regards,

Bharadwaj 

ALM 11.5 .NET custom test type implementation: Issue with ScriptViewer

$
0
0

I've downloaded the latest ALM release demo (11.52) and was testing the recent alleged support for .NET custom test types. The documentation is not 100% clear, but I managed to figure out most of the things. One thing is still bothering me:

 

in history view, the ShowTest from the HP.ALM.QC.UI.Modules.Shared.Api.IScriptViewer Implementation is never called. In the old "COM" alternative, there was a ShowTestEx method that was called on history view / test script passing the correct instance of the test (with the correct version and Extended Storage instance). In regular script display (current version) everything works as suppose to be, but in history view, the class constructor, the InitViewer and the ReadOnly setter are called, but the ShowTest is NOT called.

Is there a known workaround or solution for this issue?

Missing folders in Test Lab for one certain user

$
0
0

Hi All for one certain user on HPQC she cannot see the the folders in the Test lab that everyone else can. I have checked her admin rights and she is the same as myself and she is on the right project. The only thing different is her username MurphC01 is set up against her old name Caroline Murphy. She is now Caroline Dinan since she got married. Any help would be greatful thanks

Not able to add component to the business process test

$
0
0

I was trying to create a new business process test and add an existing component to the same. I am now able to create a BP test however I am getting an error while adding the business component to the test..

 

"Object Doesn't support method or property" at line Set myBPComponent1 = BPTest.AddBPComponent(objQcComponents.Item(1))

 

Pasting the code below. Please let me know the error in below code or suggest me any other alternative way to add a business component to the business process test.

 

Set TreeMgr = objQcConnection.TreeManager

Set folder = TreeMgr.NodebyPath("Subject\myTestFolder2")

' Get a test factory from the new folder.

Set testF = folder.TestFactory
' Create the test,
Set NewTest = testF.AddItem(Null)
NewTest.Name = "myBPTest1"
NewTest.Type = "BUSINESS-PROCESS"
NewTest.Field("TS_USER_TEMPLATE_15") = "Functional"

 

' Save the test
NewTest.Post

 

Dim objQcComponentFolderFactory: Set objQcComponentFolderFactory = objQcConnection.ComponentFolderFactory
Dim objQcComponentFolder: Set objQcComponentFolder = objQcComponentFolderFactory.FolderByPath("Components\RAPIDO_Consolidated_Components")
Dim objQcComponentFactory: Set objQcComponentFactory = objQcComponentFolder.ComponentFactory
Set oFilter = objQcComponentFactory.Filter
oFilter("CO_NAME") = "Consolidated_Component"
Set objQcComponents = objQcComponentFactory.NewList(oFilter.Text)

Set myBPComponent1 = NewTest.AddBPComponent(objQcComponents.Item(1))
myBPComponent1.Order = 1
myBPComponent1.FailureCondition = "Continue"

Set NewTest = Nothing
objQcConnection.Disconnect
Set objQcConnection = Nothing

 

 

Note: I have version control enabled in ALM, so I tried to use below checkout code also after .Post but that too is failing saying "Checkout is not supported by object"

 

Dim vc: Set vc = NewTest.vc
vc.CheckOut " "

 

Thanks & Regards,

~Manish

How to set Req risk values using OTA ?

$
0
0

 I would like to set risk values using req object in HPQC req module. 

 

I tried using this below code but its throwing error on DIM statement

 

Dim RBTass As ISupportRBTAssessment
Set RBTass = MyReq
RBTass.BIChosenAnswerForQuestion(0) = 1
'...
MyReq.Post

 

 

i am new to HPQC OTA, so any kind of help would be greatly appreciated.


Duplicate data in HP ALM

$
0
0

Hi,

 

We have projects growing in size, and when checked with project team we could see that there is tremendous duplicate test cases, duplicate requirement. We would like to identify the high level count of duplicates in each projects. I understand that for each entity unique records are created, however was wondering if there is anyway to find out those duplicate records.

 

Thanks,

Avi

 

How to get lookup lists that are not associated with a field (HPQC 11.5 API)?

$
0
0

I'm working on HPQC 11.5 API,

 

when using this API "/qcbin/rest/domains/{domain}/projects/{project}/customization/used-lists"

I can't get lookup lists that are not associated with a field but are associated with a Rule.

 

Please look at attachment file: "Application 1" is not associated with a field but is associated with a Rule.

 

: How to Upgrade to ALM 11.5 from QC 10.0 or ALM 11.0 ?

$
0
0

Dear Customers ,

 

Here is the useful KB article which contains all details about upgrading to ALM 11.5 from QC 10.0 or ALM 11.0:

http://support.openview.hp.com/selfsolve/document/KM00474177

 

It contain several links to related KB articles which covers both MS-SQL and Oracle DB envionments and all other information related to the upgrade

It has links to relevant guides of ALM 11.5 as well.

 

Regards,

HP support

Send defect email : error when typing the begin of recipient (startIndex)

$
0
0

Hi All,

One of my users used regularly the functionality to send e-mail from defect.

Since few days, an error occurred. When he is typing just one letter in the field "To", an error message is displayed :
(sorry, it is in French)

 

startIndex ne peut pas être supérieur à la longueur de la chaîne. Nom du paramètre : startIndex

 

 

Extract of ALMExceptionData\myplatform\14540\20130801022623\Exception.txt

 

System.ArgumentOutOfRangeException: startIndex ne peut pas être supérieur à la longueur de la chaîne.
Nom du paramètre : startIndex
   à System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
   à Mercury.TD.Client.UI.Core.Services.SendMailForm.IsAppropriate(String usedUser, String typedString)
   à Mercury.TD.Client.UI.Core.Services.SendMailForm.ShowAppropriateUsersAccordingToTheTypedString(UltraTextEditor sender, String typedString)
   à Mercury.TD.Client.UI.Core.Services.SendMailForm.OnRecipientsTextChanged(Object sender, KeyEventArgs e)
   à System.Windows.Forms.Control.OnKeyUp(KeyEventArgs e)
   à Infragistics.Win.UltraWinEditors.TextEditorControlBase.OnEditorKeyUp(KeyEventArgs args)
   à Infragistics.Win.UltraWinEditors.TextEditorControlBase.OnEditorKeyUp(Object sender, KeyEventArgs args)
   à Infragistics.Win.EmbeddableEditorBase.RaiseKeyUpEvent(KeyEventArgs e)
   à Infragistics.Win.EmbeddableTextBox.OnKeyUp(KeyEventArgs e)
   à System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)à System.Windows.Forms.Control.ProcessKeyMessage(Message& m)à System.Windows.Forms.MaskedTextBox.ProcessKeyMessage(Message& m)à Infragistics.Win.EmbeddableTextBoxWithUIPermissions.ProcessKeyMessage(Message& msg)à System.Windows.Forms.Control.WmKeyChar(Message& m)à System.Windows.Forms.Control.WndProc(Message& m)à System.Windows.Forms.TextBoxBase.WndProc(Message& m)à System.Windows.Forms.MaskedTextBox.WndProc(Message& m)à Infragistics.Win.MaskedTextBoxEx.WndProc(Message& m)à Infragistics.Win.EmbeddableTextBoxWithUIPermissions.WndProc(Message& m)à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

 

Just one project, one user. No change since few months on platform...

 

Someone have an idea to help me ? Thank you.

 

QC EXCEL ADD IN ==> tsFieldMapping ERROR

$
0
0

Hello, i have the following error when i use QC EXCEL ADD IN (see attachment "pb_mapping_AddinExcel_QC.png" file.

 

I'm working on

+ Windows7-64bits

+ EXCEL OFFICE PROFESSIONAL PLUS 2010 - version 14.0.6129.5000 (32 bits)

+ QC  ADD IN excel : HP-ALM-MSExcelAddin_11_0_1_15.exe

+ QC 11.0

 

I try to uninstall/install the excel add in ==> but this problem occurred when i want initializing the map between my excel columns and the QC fields.

 

Any idea what is causing this error ?

Values between angle brackets not displayed in HPQC 11 Test Plan

$
0
0

Hello,

 

We have an issue with the version 11.00 of HPQC.

 

In our HPQC tests, we have text containing values between angle brackets. When we try to consult these tests using the Design Steps tab, the values <AAAA> are not displayed. If we open the Design Steps Details window, using the "Edit Step" button, the values are displayed in this window.

If we modify a step and save the test, all <AAAA> values for all other steps (excepting the modified step) are automatically replaced by an empty string.

Issue with ALM v11.52 Client Installation

$
0
0

In my case, Users access client network and ALM through a VMWare.

 

I downloaded and installed the client components for the user. User was able to access ALM. But everytime he restarted his computer, he would be promptd to download and register the client components again!

 

So I installed the ALM explorer - Again same problem. The ALM Explorer gets uninstallde by itself everytime the system is restarted.

 

This could be a weird system security policy which undoes everything you do.

 

I would like to know where does the ALM client component reside in the system. Is it C:\Users\<user>\AppData\Local\HP or is it C:\ProgramData\HP or is it both?

 

I can see that everytime the system is restarted, the HP folder within Local is getting deleted. Again an enforced group policy perhaps?

 

Has anybody encountered such a scenario with any of your clients? What would be the resolution?

 


Where can I find QC 10

$
0
0

Hi All,

 

We are currently using QC 10. We purchased additional licenses recently, however when we try to download the software, we are only given the option to download QC 11 or 11.5. We have not yet migrated to QC 11 so we still need to use QC 10. Where can we get the QC 10 software?

 

 

Thanks in advance.

Error with Copy and Paste from Word

$
0
0

I have several user who are receiving the error " Clipboard does not contain the specified formatted data" in QC ALM 11.52

once they get this that cannot copy & paste into the results field 

 

any suggestions?

Can we make attachments to be stored in Project database

$
0
0

Hi All, 

 

Usually in HPALM all the attchements are stored in project repository right...is there any way we can change it so that all the attachments might be saved in Project database??

 

Thanks in Advance

QC 9.0 perpetual license - any additional cost for QC 11/11.5 Enterprise

$
0
0

Hi There,

My client is having perpetual license for MQC9.0 and ongoing contract, In order to upgrade to QC 11 Enterprise or QC 11.5 Enterprise. Is there any additional cost involved?

 

Also, if no cost is involved - can organisation run both version (on different set of infrastructure) so that people with existing running projects in old version can still continue to use without impact.

 

 

If that's not possible - how does one migrate data ? is there any intermie period for which HP provides sample license in order for upgrade to go through.

 

Regards,

Raul

Field validation message for a user defined field

$
0
0

Hi,

 

I am trying to a write a validation for a custom defined field. I want the user to enter only 1 to 9 values in a required number field.

 

I have added code as below :

 

Sub RiskPriorityFieldValidation
If Req_Fields.Field("RQ_USER_06").Value <1 or Req_Fields.Field("RQ_USER_06").Value >9 Then
MsgBox "Risk Priority should be between 1(Lowest) to 9(Highest), please change the value.", 16, "Warning!"
End If
End Sub

 

This is i inserted in Req_FieldChange and Req_New and displaying the image as below but after clicking ok still it the value is allowing if the user forgot to change that. Is there a way to get this message until the user changes to the correct value.

 

 

 

 

Warning Message

Viewing all 5491 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>