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

HTTP 401 error while clicking License tab

$
0
0

My question is, can we use server config wizard to change license. Because i did that to change current license to evaluation license  and the result is HTTP 401 error while clicking Licenses tab. But if i logout and Login again that issue is not happening. Anybody please help. The real error message is as follows,

 

HTTP ERROR 401

Problem accessing /qcbin/sa-webui/sawebui.html. Reason:
Authentication failed. Browser based integrations - to login append '?login-form-required=y to the url you tried to access.


--------------------------------------------------------------------------------
Powered by Jetty://

 


Automatically tracing to original requirement

$
0
0

Dear all

 

I derive requirements from other requirements. To make it easy, I would like to be able to right click on one requirement, chose 'New Requirement', and then the new requirement automatically traces from the old requirement. It means, I do not need to go in and set that origin requiremnent as trace from, I get that automatically.

 

Please propose a way :-)

 

BW Peter Bunde Hansen

How to get Sub folder or Test Set table name in QC 10.0

$
0
0

I am trying to create a drop down of Domain , Project, Folder and Sub Folders, but not able to find Sub folder table name

 

 

 

 

SELECT
    'DATETIME' +  '!' + CONVERT(VARCHAR(20), DATEADD(hh,1,GETDATE()), 100) AS DataSourceDetail
UNION ALL
SELECT
    'DOMAIN_NAME' +  '!' + DOMAIN_NAME AS DataSourceDetail
FROM
    qcsiteadmin10_db..PROJECTS
WHERE
    DB_NAME = DB_NAME()
UNION ALL
SELECT
    'PROJECT_NAME' +  '!' + PROJECT_NAME AS DataSourceDetail
FROM
    qcsiteadmin10_db..PROJECTS
WHERE
    DB_NAME = DB_NAME()

 

 

Need Cycle ID in Test Plan

$
0
0

I have a user filed with list value as Cycles (using workflow code) in Test Plan. What I want is how to get the Cycle ID for the selected Cycle by the user. Eg: when user creating new Test case user will select Cycle 01 (Release 01 / Cycle 01) in User field 01 I want corresponding cycle ID in User Field 02

change email address by company name

$
0
0

Since one company has been transferred to another company, we have to change the user's email address like user@company1.com to user@company2.com. But we do not need to change the email address that the user is not in the company1. We do not have test environment, and please give me a easy way to do it . Thanks!

Need to get Test case execution count

$
0
0

Hi All ,

 

I am trying to get Execution count for a test case in a test plan and I should update it in user field in Test plan.

 

Function TestCasecount(TestID)

  On Error Resume Next

Set TestF = TDConnection.TestFactory

            Set TestList = TestF.NewList("")

            Set com = TDConnection.Command

            For Each test In TestList

                com.CommandText = "select  COUNT(RN_RUN_ID) FROM RUN where RN_TEST_ID=" & test.ID

              Set rec = com.Execute()

              Test_Fields.Field("TS_USER_08").Value = rec.FieldValue(0)

         Next

 End Function

QC license totals from Site Analysis

$
0
0

I need some clarification regarding license utilization information shown on the Site Analysis tab.  We have 185 QC 10 Premier Global licenses.  We have no module-specific licenses, and no user groups which are restricted to a single module.  My site analysis tab is currently showing me today having 33 defect licenses in use and 92 full licenses in use.  

 

Does this mean my total license usage at this moment is 125 (i.e. the total of defect + full)?

 

OR

 

Does this mean that my total license usage at this moment is 92, but 33 users happen to be in the defects module?

 

The help for the Site Analysis tab isn't clear on this.

ALM 11.52 Error:" Failed to post run" in manual run of test case & data hiding filter activated

$
0
0

Hi ,

 

I am facing error in ALM 11.52 " Failed to post run" while manual run of test case & data hiding filter activated in group.

 

My requirement is I am having two set of users one want full project visible & another set of users required perticular set of test case visible to them, & can execute only that test cases as well as defects.

 

So I have created one user field TEAM, given some value e.g. ELECT. I also maintained these vaule in test cases.

 

I created new group copied from QATester & added data hiding filter on test to field value ELECT. Now the issue is user is able to see only tests contains field ELECT in test plan & test lab. But when he tried to execute that test with manual runner getting the error " Failed to post run".

 

If I removed the filter in data hiding system works fine but all other unwanted tests become visible.

Note: There is only one role QATester_New is aasigned to user.

 

Can anybody able to provide the solution on this?

 

Regards,

 

Yogesh


HP ALM 11 Export test steps to Excel Reregistry keys error with Office 2013

$
0
0

Hello Experts,

 

Has anyone come across with the error attached.

 

I am trying to export design steps from HP QC 11 to excel and I am getting registry keys error. I am using Office 2013 and this happens only with office 2013. Does any one have a work around or a fix to it.

 

I get same error when i try to export defect list to excel.

 

 

Your help and fix is much appreciated.

 

Thanks in advance

Mohan

how to distinguish between these new defect events via workflow

$
0
0

Hi QC experts,

 

 

When creating a new defect, there are some ways:

 

1, New defect via Defect module

2, New defect via Manual Runner

 

I want to know how to distinguish between these events via workflow?

 

I need to coding IF statement to distinguish them, thanks in adv.

 

BR,

Derek

Updating execution status of call tests

$
0
0

I am trying get QC to automatically update the execution status of call tests call within a test in a test set when those call tests are run.

 

At present only the top level test execution status is run, not the call tests

 

Can this be done?

 

PS This is HPQC 11

Sprinter Error "The run cannot start."

$
0
0

I am getting the following error in sprinter when I try to open a test to run.  It doesn't matter if I open from HPQC or directly in Sprinter.  The error just started to appear for all users and we did not have this issue last week with anyone.  To my knowledge no changes have been made.

 

We are using HP QC 11.00 and Sprinter 11.00 with Patch 9.

 

The error says:

 

"The run cannot start.  HP ALM reported an unspecified error."

Query regarding Actual Value in Test Configuration

$
0
0

Hi,

 

 

Please help me to know where the Actual Value field gets saved in HP ALM database for a Test Configuration entity.

 

As mentioned in attached screen shot.

 

I need to know the corresponding DB column name for that.

 

 

 

Thanks,

 

Ruchika

 

Using thid party DLL

$
0
0

Hi,

 

I want to do some SOAP calls in ActionExecute workflow code. So, is there a way i can push this dll as part of HPQC. So, that it will work on client machines without registering the DLL in all thier machines.

How to Pass multi-value parameters for Report Generation?

$
0
0

Hi All,

 

I have created an excel report and added to Public Reports section for others use. I have used a query like below;

SELECT * FROM BUG WHERE BG_STATUS IN ('NEW', 'OPEN', 'CLOSED')

and used the paramter for STATUS like,

SELECT * FROM BUG WHERE BG_STATUS IN (@STATUS@)

 

This report is working fine if I pass single status like NEW. But I need to pass multi values like 'NEW', 'OPEN'

 

Please throw some light to proceed on what need to be done to make it work.


ALM 11.52 You do not have the required permissions to execute this action

$
0
0

hello,

i have a message "You do not have the required permissions to execute this action" when creating defect from scratch (not from a run which is OK).

 

some more details :

This problems appears only if i call a Personal function in the Bug_Move_To (in workflow script). If i comment this call, the problem does not happen.

 

Note that this message doesn't appear if a user TDadmin is creating the defect.

 

 

thank you for your help.

 

Regards

 

ALM 11 to 11.5 upgrade

$
0
0

Hi,

 

I have ALM 11 environment. I want to install  ALM 11.5  in seperate application server . but my concern is , is that possible to use same DB server and File server for both 11.0 and 11.5 by having different site admin schema??

 

Project Report - Mix of portrait and landscape page layout

$
0
0

Hi,

 

I'm trying to create a complex project report containing Requirements and Test information.

Some of my section templates shall be landscape format (but not the whole document).

 

I added the section break with the new page layout at the beginning of my section template. But when I generate the report I get the following error:

"Report generation task (Id: 1035) failed with the following error:
An error occurred within an aspose operation. 
Please contact your system administrator for more information."

 

If I add the section break at the end of the section template the error does not appear - but the layout change will be ignored and every page is in portrait format.

 

Any ideas what I can do?

many thanks and best regards,

Beate

Convert VBScript to Powershell (Connect to QC)

$
0
0

Hi everybody,

 

Currently, i am trying to convert a VBScript to Powershell .

 
The script is used to connect to Quality center, retrieve defects and transfer them to another application.
 
Unfortunately, sometimes this script crashes, this is the reason that we decided to convert it to powershell.
 
Could you please tell me if it's possible ?
 
For information, the following message get my attention :

The Application Lifecyle Management (ALM) Open Test Architecture API is a COM library that enables you to integrate external applications with ALM. COM integrates naturally with Microsoft Visual Basic, therefore the syntax and examples in this reference use Visual Basic. The examples in this project were developed with Microsoft Visual Basic 6.0 and are not necessarily valid under other development platforms.

 
Thanks in advance

strange behavior in ALM test case icon when adding Design Steps using OTA through Excel VBA

$
0
0

I am trying to build a script using OTA in excel VBA to insert test cases and design steps into ALM 11 and my current script seems to insert the Test Case and design steps without problem into ALM but after running my script and I go to ALM, I see that the test case icon for the test case I inserted is messed up. If I remove the design steps from my script and just insert the test case itself the icon seems to be fine. anyone has any idea why?

 

below is my script:

 

Set treeFolder = TreeMgr.NodeByPath(root)
'create the test case and post
Set testCase = treeFolder.TestFactory.AddItem(Null)
testCase.Field("TS_NAME") = MainWorksheet.Cells(2, 2)
testCase.Field("TS_RESPONSIBLE") = MainWorksheet.Cells(2, 6) ' Designer
testCase.Field("TS_STATUS") = MainWorksheet.Cells(2, 7) ' Test case status
testCase.Field("TS_TYPE") = "MANUAL"
testCase.Post

'checkout test case
Set CurrentObj = testCase.VCS
CurrentObj.CheckOut -1, "To change state", True

' create test steps
Set dgnStepFact = testCase.DesignStepFactory
Set stepList = dgnStepFact.NewList("[empty]")

Set TCdesignStep = dgnStepFact.AddItem(Null)
TCdesignStep.StepName = MainWorksheet.Cells(2, 3)
TCdesignStep.StepDescription = MainWorksheet.Cells(2, 4)
TCdesignStep.StepExpectedResult = MainWorksheet.Cells(2, 5)
stepList.Add (TCdesignStep)
stepList.Post

'checkin test case
CurrentObj.CheckIn "", "Changed status"

 

and below is the icon of the test case after adding design step

icon incorrect after adding design step to a Test Case.jpg

 

Viewing all 5491 articles
Browse latest View live


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