Quantcast
Channel: All Quality Center / ALM Practitioners Forum posts
Viewing all 14708 articles
Browse latest View live

Getting connection problem to connect HP ALM through Hosted dot net Web application in IIS

$
0
0

Hi, We are working in a asp.net web application which connect to HP ALM using HP ALM dll. When I run the application thorugh visual studio, application is able to connect HP ALM and fetch the data from ALM. Now Next i deployed this code in IIS and checked functionalities of this application through the hosted url but when I tried to fetch the data from ALM. I am getting the below problem. 

Detailed Error : System.Runtime.InteropServices.COMException (0x8000FFFF): Server has been disconnected while performing GetServerSettings action at TDAPIOLELib.ITDConnection4.InitConnectionEx(String ServerName).

   Please help me to solve this problem.


Re: Getting connection problem to connect HP ALM through Hosted dot net Web application in IIS

$
0
0

I am not sure but just confirm that 'HP ALM' and 'your application' both should not use same port number (by default HP ALM uses 8080 port). 

Re: Difference between two different names on Quality Center screens

Re: QC Integration with SElenium

How to add/update User field under Portfolio Items menu

$
0
0

Under Portfolio Items view, there is a field to assign a User name to an asset i.e. the main user of the portfolio item) which is linked to the User link from AMEMPLDEPT table. Currently, it assigns the user dependingon the UserName i.e. Last Name and First Name format e.g. LASTNAME,FIRSTNAME format. Need this to be changed to ADID format i.e. AD\abcd12345

Current value under

Re: How to replace the status of multiple test cases

$
0
0

Thanks Damodar!

I am just a HPQC user, not an admin so I am not able to see the code. If I am wrong and any user can see it, please let me know it

Related to the value entered is the Replace field is exact like in the drop down list, I am pretty sure of that because it works fine with the same value by pressing Replace and fails after pressing Replace All (indeed I have just changed all test cases by using the Replace one by one but then when I use Replay All it fails

I think the bug is related to Replace All function

 

 

 

 

Re: HP ALM Synchronizer 12.50 Sync Pack 2 Not connecting with TFS

$
0
0

Hi Nick,

 I was also got the same error but it got installed, While creating a new link from Synch Clinet verify 'TFS' is listed in 'Endpoint2' dropdown list. If so go ahead and verify the 'Endpoint2' connectivity. If it is passed then you can ignore that error.

Re: Display User's Email Address for Assigned To in a Defect Custom Field

$
0
0
Sub Bug_FieldChange(FieldName)
  On Error Resume Next
    if FieldName = "BG_RESPONSIBLE" Then
      Bug_Fields.Field("BG_USER_04").Value = TDConnection.Customization.Users.User(Bug_Fields.Field("BG_RESPONSIBLE").Value).Email
    End if
  On Error GoTo 0
End Sub

Microsoft Excel Add-In, Version 12.01 (patch 03) and later: Getting error while doing mapping

$
0
0

In this new excel Addin i'm not able to do mapping, I followed below steps and got an error.

Excel-->Selected the row that contains data-->HP ALM Upload addin-->Mapping-->Selected Entity type as 'Tests'-->Getting error :value cannot be null(PFA)..Kinldy help me on this error.

Also can you please guide me how to create a mapping ( .req or .tst or .bug) file.

Re: Modfying Defect Email (Automail) template

$
0
0

You can change the Subject line by inserting a custom field with the ALM Admin site.  You have to do this for each project you want the change.

insert into DATACONST values('AUTO_MAIL_SUBJECT_FORMAT', 'Defect #?BG_BUG_ID in ?PROJECT, Status = ?BG_STATUS, Severity = ?BG_SEVERITY')

It accepts variables "those with the ? in front"  the example above is what I use most of the time which shows something like

 

Subject:  Defect #32 in WebApp, Status = New, Severity = Critical

 

As for altering the actual defect Automail itself, i'm not sure.

filter in GET request (ALM API)

$
0
0

HI All,

I am trying to limit the output of the GET request using below query however it is not working. Please let me know what is going wrong in it.

-http://myserver/qcbin/rest/domains/<domain>/projects/<project>/defects?query%3D%7Bid%5B329%20or%20123%5D%7D

-http://myserver/qcbin/rest/domains/<domain>/projects/<project>/defects?query={id[329 or 123]}

Appreciate your help

Re: ALM 12.01:OS 64 bit Win7:Not able to use OTAClient in Macros:Getting error ActiveX can't create

$
0
0

What are you writing this in?  for me the oject to crete is:  TDApiOle80.TDConnection

Compatibility between QC 12.50 and ALM synchronizer 1.40

$
0
0

Hello, 

 

Actualy my company use ALM Synchronizer 1.40.0.1138 to connect Quality Center and Rev-Trac. We want to upgrade QC to version 12.50. 

 

 So, is there anyone can tell me if QC 12.50 is compatible with ALM Synchronizer 1.40.0.1138 or tell me where can I find this information

 

Best Regards, 

Antoine

Re: Deleted Folders with results accidentally in ALM .Process to restore ALM before the deletion occ

$
0
0

ALM doesn't have a "recycle-bin" feature. What gets deleted is deleted.

Do you have a recent backup of the project's file respository and database which you can restore?

Re: An Excel utility to export ALM project customization

$
0
0

Hello Gary. This tool is great.

Do you know how I would go about exporting (to Excel) my custom user groups along with each group's associated permissions?


How can I update a Test Plan field based on a Test Lab value?

$
0
0

I have data-driven, automated test case that each use an xls as input. I execute my automation externally and use a custom tool to upload the results back into HP ALM (12.21). Along with updating the execution status, the automated tests returns the row count of the assoc xls into a field called "Instance Variations". A sum of all "Instance Variatoins" would represent the total number of all rows for all executions.

I would like to pass the latest "Instance Variations" value back to the assoc test in the Test Plan so that test will show the lastest "Unique Variations". 

For example, If I have 10 test cases and I execute them 5 times,, i want to show:
10 Unique Variations as a field on the Test  Plan
50 Instance Variations as a field on the Test Lab

I can't quite work out how to do something like this psedocode:

     TestPlan(TESTID).UniqueVariations.value = TestLab(TESTID).InstanceVariations.value 

Re: Export all Test Plans

$
0
0

Hi,

I am using the attachment you have attched, it throws an error object required when ever i click on DOwnload testcases can you please help me fix this one

Baselining Implementation in QC Project

$
0
0

Hi All,

What all things we need to think before finalising to implement baselining concept in Requirements/Test Plan and other modules in HP QC project?

Have any one used this baselining concept in your projects? If so, can you please share the learning points and challenges that were faced and how they are handled?

What are the questions that we may receive from the project managers if we propose the baselining concept for requirement management?

Are there any disadvantages of using baseline?

Regards, Srihari

Execution Flow diagram

$
0
0

Hi Colleagues,

I am very interesting on create test cases which ONLY can be run after the result of other test cases. So, I follow the help guide related with Test Run Schedules - Execution Flow diagram but it does not work as expected. Example: I have 2 test sets: test 1 and test 2 and I do a test instance on test 2 indicating that the test case has to be executed only if the test 1 is Passed (green line) but then it is possible to run the test 2 independently of the status of test 1 (even if test 1 has not been executed)...

Has anyone work with this functionality to drive me to do it?

Thanks in advance

display full name in Test Lab

$
0
0

Hello,

I am trying to display the full name of a user in the The test lab. 

Tried with this code

Sub TestSetTests_FieldChange(FieldName)
On Error Resume Next

if FieldName = "TC_ACTUAL_TESTER" then TestSetTests_Field.Field("TC_USER_01").Value = TDConnection.customization.users.user(TestSetTests_Field("TC_ACTUAL_TESTER").Value).FullName

On Error GoTo 0
End Sub

 

But no luck

Can anybody help me.

gr

Kathleen

 

Viewing all 14708 articles
Browse latest View live


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