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

Compile Error : User-defined type not defined

$
0
0

Hi Team,

I am looking to connect perfromance center 12.20 using excel macro. 

facing "Compile Error : User-defined type not defined" at the first line of the code. which is - 'Public tdC As New tdConnection'

if i comment that line and try to create object using createobject function - "Set tdC = CreateObject("TDApiOle80.tdConnection")" facing error message "activeX component can't create object".

I suppose i am missing some dll files. kindly look into below code and suggest. Thanks in advance

 

Public tdC As New tdConnection


Sub ConnectToQualityCenter()

Dim qcURL As String
Dim qcID As String
Dim qcPWD As String
Dim qcDomain As String
Dim qcProject As String
Dim tdConnection As Object

On Error GoTo err
qcURL = "http://hppcbccwd2alm01:8080/qcbin/start_a.jsp"
qcID = "iiiiiii"
qcPWD = "ppppppppp"
qcDomain = "PERSONAL"
qcProject = "Migration"

Application.StatusBar = "Connecting to Quality Center.. Wait..."

Set tdC = CreateObject("TDApiOle80.tdConnection")

tdC.InitConnectionEx qcURL

tdC.Login qcID, qcPWD

tdC.Connect qcDomain, qcProject

Application.StatusBar = "........QC Connection is done Successfully"
Exit Sub
err:
'Display the error message in Status bar
Application.StatusBar = err.Description
End Sub


Best practice for workflow editing in Template Projects

$
0
0

Hi, I find the process of developing workflow scripts in a Template project to be laborous. Everytime I want to test a change I need to:

  1. Save the script
  2. Cross-project customization Verify and then Apply
  3. Exit Template Project customisation 
  4. Switch to my target test project
  5. Perform the test
  6. Switch back to template project
  7. Enter customization and open the script again  

That's very tedious. Probably there's a better way, I'd love to hear about it. thanks in advance.

For defect or at Test Lab : video recording option

$
0
0

Currently in HP ALM while creating defect we have option to attach the proof or we can capture the screen.

 

It would be better to have video recording option. While executing we can record all the steps.

This is also applicable at Test Lab attaching execution screenprint if we have video option.

while executing the test case we can enable the video option and it will capture all the steps accordingly..

 

Vishnu

Migrating ALM 12.00 project to new ALM 12..00

$
0
0

Hello 

I am doing planning for migrating ALM projects from One server to Another ALM Server. 

Can you please point me to the right documents

Thanks

Saurabh

ALM REST API - JAVA - Connection refused: connect

$
0
0

I got connectio nrefused error in below code

new test().authenticateLoginLogoutExample("http://" + Constants.HOST+ ":" +Constants.PORT + "/qcbin",Constants.DOMAIN,Constants.PROJECT,Constants.USERNAME,Constants.PASSWORD);

Error :

Exception in thread "main" java.net.ConnectException: Connection refused: connect

 

My QC doesn't have port number, its a full URL like "http://COMPANYURL.com/qcbin". Can someone help me how to fix the code?

How to create Custom Field in project report creation - ALM 12.53

$
0
0

Hi All,

I want to create project report using different templates. I have customized template as per the requirement but im fingind it difficult to use Custom field.

e.g. 1. if i want to use Author on first page and it should pick value from ALM how will that work.

2. When im trying to use cross refeence in filter i want to pick data from different section. e.g. i am creating table where im fetching testcase details and i also want host name which is available in Run its not getting populated as required.

If anyone has come across such issue please suggest how did you resolve it 

HP Excel Addin to Import Test Cases from HP ALM to Excel

$
0
0

I am using the Excel Addin to import test cases from test plan folder in HP ALM to Excel.

In the wizard - 4 to 6, where i can choose the folders and sub folders. I can see a difference that looks like a bug.

there are few folders that are displayed with sub folders (+) expand mark, and few with no sub folders.

But the Actual folder in ALM had sub folders, I dont know whats the difference disabling the view of subfolders for few of them.

Kindly help me how to solve this, let me know if you need illustrations to explain.

History section want at start of document err :15,15,15,55

$
0
0

Hi All,

1. Instead of history section at end of document i want it at start of document how is it possible?

2. While generating project report in histroy section im getting <CaliberColumnWidth>15,15,15,55</CaliberColumnWidth> error any idea why so?


PREVIOUSMONTH

$
0
0

Interactively, I can choose PreviousMonth when setting up filters against date format fields. Such as Modified PreviousMonth.

Below is how it comes up when I copy the filter setting:

TableName:BUG,
ColumnName:BG_VTS,
LogicalFilter:[PreviousMonth],
VisualFilter:[PreviousMonth],
NO_CASE:

 

 

I am building query for output in excel format and I will like to utilise the PreviousMonth there too.

So instead of using as below

AUDIT_LOG.AU_TIME >= DATE '2017-04-01' and AUDIT_LOG.AU_TIME <= DATE '2017-04-30'

I will like it to be 

AUDIT_LOG.AU_TIME is PreviousMonth

-> Of course it does not work.

 

Any help?

Idea is not to go and edit the query every month for the desired results.

 

Excel Add on handleCreateAction error

$
0
0

Am trying to upload test cases from Excel add on to ALM and am receiving an error "handleCreateAction"

 

Is there somethiogn I am missing as when I Vaiidate the spread sheet it validates ok.

 

Thanks

What is the difference between TDAPIOLE80 and TDAPIOLELib?

$
0
0

Hi all,

I'm trying to establish connection to QC via Excel VBA

Set com = CreateObject("TDapioleLib.TDConnection")

will report an error message "Run-time error '429' : ActiveX component can't create object"

Set com = CreateObject("TDapiole80.TDConnection")

will not report any errors

I have googled a lot, but I still cannot find any useful and clearly message about the differences.

So I need to clarify, what are the differences?

* Updates: 

I might have posted on the wrong topic, but the QC / ALM Practition Center prompted me I do not have the sufficient privileges, and I don't know how and why. Would someone please to help me move this topic to the correct board? Thanks a lot in advance.

Viewing all 5491 articles
Browse latest View live


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