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

Restrict copy via workflow

$
0
0

Hello Experts,

I need to restrict the user from copying the content from project test plan module. If a field value is empty/null.

Action name is "TestPlan.Copy"

My code :

If ActionName = "TestPlan.Copy" Then

If Test_Fields("TS_USER_01").Value = "" Then

    TestPlan.copy = False

End IF

End If

But, i get error at statement  "TestPlan.Copy = False"  

Can someone help me on how to restrict the copying action.

Thanks,

Kamal.

 


Sprinter data set

$
0
0
Hi,

I would kindly ask if someone can share sample data set for data injection in Sprinter.

Regards,

Krešimir

Application Life cycle management(HP ALM)

$
0
0

Error comes once I completed installation...Login failed : Please contact to system administraor ... 

Extract FolderName, TestSetName, and TestCases

$
0
0

Hi all,

I have been searching this site and google for help on my inquiry. So far ALM Community have given me SQLs to extract test cases partially. What I needed is to extract in Excel, using SQL script, the TestFolderName, TestSetName, and TestCases with status and other details.. Our Test Lab has folder for release (Release 2) > test phase (SIT1) > business unit (Finance, Procurement, etc.) > test scenario (Accounts Payable, Accounts Receivable, etc.) > test sets. Refer to the attached screen shot. 

So far, I'm using this script....

***SIT1 Test Executed by date***
SELECT

TEST.TS_NAME As 'Test Case Name',
TESTCYCL.TC_TEST_ID as Test_ID,
TESTCYCL.TC_STATUS as Status,
TESTCYCL.TC_ACTUAL_TESTER as Tester,
TESTCYCL.TC_EXEC_DATE as 'Exec_Date',
TESTCYCL.TC_EXEC_TIME as 'Exec_Time',
TEST.TS_USER_06 as 'Team'

FROM

TESTCYCL,
TEST

WHERE

TESTCYCL.TC_EXEC_DATE between '04/10/2017' and '04/10/2017'
AND TEST.TS_TEST_ID = TESTCYCL.TC_TEST_ID
AND TEST.TS_USER_06 in ('Finance', 'Procurement', 'P&C')

ORDER BY TEST.TS_USER_06,TESTCYCL.TC_TEST_ID

But this does not include the folder tree.

Please help.

 

Manual test execution of an end-to-end test scenario

$
0
0

Hello,

We use HP QC 12.50 Enterprise version. My question is related to managing an end-to-end test scenario in Test Lab and sharing test data (actual results) between subsequent tests.

 Following is an example of an end-to-end scenario for creating a PO in SAP.

 1.) Login to SAP

2.) Create Purchase Requisition

3.) Create purchase Order (Note: Use the Purchase Req# created in 2)

The end goal is to manage test execution of this end-to-end scenario between different users/testers

 For simplicity, let’s assume:

Case (1) will be executed by User-1

Case (2) will be executed by User-2

Case (3) will be executed by User-3

 

My approach to manage this end-to-end scenario:

A.) In test plan module create the 3 test cases, mentioned above.

Note: For the 3 test cases, I am creating 3 Test Parameters SAPLoginID, Pur_Reqn and Pur_Order respectively

B.) In test lab module, create a test set and add the above 3 test cases

 Questions:

1.) With reference to (A) i.e. Test Plan -

a.) in Test Plan module, when adding "Test parameters", I do not see any option to share them between tests. Parameters created for a test cases, are limited to that test case ONLY. Is there any other option that will help sharing test parameters between test cases?

b.) We also have the BPT (Business Process Testing) module. For end-to-end scenarios and for executing them manually, is BPT a better option? If yes, please give some references which will provide more details/examples.

2.) With reference to (B) i.e. Test Lab -

c.) Let’s say a test case has multiple parameters. During test execution, rather than inputting the test data for them manually can we use an XL/file to upload data?

d.) Between 2 tests how do I share actual data during execution? For e.g. the Purchase Requisition created by "User-2" in "test case-2" can be referenced while creating a purchase order by "User-3" while executing "test case-3".

Thanks!

Runs with steps and Target cycle report

$
0
0

Hi All, 

Can you please help me with sql query to get Run execution report with steps and Target cycle 

 

Run id > step name> description > target cycle 

 

Thanks in advance 

How to get the step and Test parameters using OTA API and c# code

$
0
0

I am using ALM 11.52 version.

I am trying to export the test cases including test and step level parameters to excel. Using ALM OTA API c# code, I was able to connect to ALM and get the test folders, test case details and test step details.

The way the test cases are documented are using call to functions. For few test cases there are more than 2 levels of call-to's available and the last level test case has parameters defined. So I have to navigate to that test case and get the test parameter and the value defined.

For few test cases the parameters are defined while pulling the test cases to test lab.

I could not find any c# examples to fetch the parameter data at step level and test parameter level.

I could not create testparameter object from test reference. Is there any sample code that I could use to get the data?

Appreciate your help!

HP ALM Saas Free Trial Installation error

$
0
0

I am trying to install HP ALM Saas free trial , After launc the Application error comes like Failed to Login,Please contact administrator for help.

Description:Cannot find valid ALM user.No ALM user was found for given external authentication data.

Do any one have any idea.

Thanks

 


Change TEMP Folder Location on HP ALM Server

$
0
0
Hi, I would like to change the location of the TEMP Folder on the ALM Server away from the current location on C:\...\Local\Temp to a path on a network drive. Is this possible? Thanks, Patrick

HP Synchronizer and TFS (2017) error

$
0
0

Hi Guys, I  am facing the error below when I tried to set up TFS as one of my end point in HP Synchronizer.

I have copied the microsoft.team.foundation.client.ddl in the net2015 folder. as I have read on some post but no good im still getting the same problem. 

Hope you could help me. Thanks!



ERROR #1- adapter.CONNECTION_FAILURE : Failed to connect to endpoint of type TFS. Error: com.mercury.qc.gossip.exp.GossipServerException: server.RemoteExecService.UNHANDLED_EXCEPTION : Unknown exception type is caught: com.hp.qc.synchronizer.adapters.exceptions.FatalAdapterException: connect: disconnected Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified...
ERROR #2- server.RemoteExecService.UNHANDLED_EXCEPTION : Unknown exception type is caught: com.hp.qc.synchronizer.adapters.exceptions.FatalAdapterException: connect: disconnected Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified..
ERROR #3- connect: disconnected Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
ERROR #4- AutomationException: Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Cross project customization failing

$
0
0

Hi all.

I have a situation where cross project customization is failing for a reason I dont understand.

I have a template project linked to 10 satellite projects. The last time I did a full verify and application was about five days ago. Now 7 / 10 projects are failing with this error

almbug.jpg

The only thing I have done since yesterday on the template project is try to set up a standardised master test report using some custom sections, but I dont think its related. What are these "facets" and "LFT" its referring to?

Ed.

Adding custom field for test cycle

$
0
0

I have the following piece of code which extracts tests within a test cycle.  I have added a new custom field to test sets and I was looking to extract that too.   Simply adding CY_USER_08 does not work.

Any help would be appreciated.

For Each objTestCycl In tsList
Set tsTestFilter = objTestCycl.TSTestFactory.Filter
tsTestFilter.Order("TC_TEST_ORDER") = 0
Set tsTestList = tsTestFilter.NewList
For Each objTSTest In tsTestList
Cells(iRow, 1).Value = objTSTest.TestSet.TestSetFolder.Path & "\" & objTSTest.TestSet.Name  ' test set path
Cells(iRow, 2).Value = objTSTest.Field("TC_TESTCYCL_ID")  ' test cycle id
Cells(iRow, 3).Value = objTSTest.Field("TC_TEST_ID")      ' test id
' if the test phase is set to UAT extract business area as 4th column
If TestPhase = "UAT" Then
Cells(iRow, 4).Value = objTSTest.Field("TS_USER_08")       ' business area
' else extract functional area as the 4th column
Else: Cells(iRow, 4).Value = objTSTest.Field("TS_USER_10") ' functional area
End If
Cells(iRow, 5).Value = objTSTest.Field("TS_NAME")          ' test name
Cells(iRow, 6).Value = objTSTest.Field("TC_TESTER_NAME")   ' planned tester
Cells(iRow, 7).Value = objTSTest.Field("TC_PLAN_SCHEDULING_DATE")  ' planned exec date
Cells(iRow, 8).Value = objTSTest.Field("TC_EXEC_DATE")     ' actual exec date
Cells(iRow, 9).Value = objTSTest.Field("TC_STATUS")        ' test status
Cells(iRow, 10).Value = objTSTest.Field("TC_ACTUAL_TESTER")' actual tester
Cells(iRow, 11).Value = objTSTest.Field("TC_CYCLE_ID")     ' test set id
Cells(iRow, 12).Value = objTSTest.Field("CY_USER_08")    ' OpCo
iRow = iRow + 1
Next
Set tsTestList = Nothing
Set tsTestFilter = Nothing
Next
Set tsList = Nothing

Adding/extracing custom field for test cycle

$
0
0

I have the following piece of code which extracts tests within a test cycle.  I have added a new custom field to test sets and I was looking to extract that too.   Simply adding CY_USER_08 does not work.

Any help would be appreciated.

For Each objTestCycl In tsList
Set tsTestFilter = objTestCycl.TSTestFactory.Filter
tsTestFilter.Order("TC_TEST_ORDER") = 0
Set tsTestList = tsTestFilter.NewList
For Each objTSTest In tsTestList
Cells(iRow, 1).Value = objTSTest.TestSet.TestSetFolder.Path & "\" & objTSTest.TestSet.Name  ' test set path
Cells(iRow, 2).Value = objTSTest.Field("TC_TESTCYCL_ID")  ' test cycle id
Cells(iRow, 3).Value = objTSTest.Field("TC_TEST_ID")      ' test id
' if the test phase is set to UAT extract business area as 4th column
If TestPhase = "UAT" Then
Cells(iRow, 4).Value = objTSTest.Field("TS_USER_08")       ' business area
' else extract functional area as the 4th column
Else: Cells(iRow, 4).Value = objTSTest.Field("TS_USER_10") ' functional area
End If
Cells(iRow, 5).Value = objTSTest.Field("TS_NAME")          ' test name
Cells(iRow, 6).Value = objTSTest.Field("TC_TESTER_NAME")   ' planned tester
Cells(iRow, 7).Value = objTSTest.Field("TC_PLAN_SCHEDULING_DATE")  ' planned exec date
Cells(iRow, 8).Value = objTSTest.Field("TC_EXEC_DATE")     ' actual exec date
Cells(iRow, 9).Value = objTSTest.Field("TC_STATUS")        ' test status
Cells(iRow, 10).Value = objTSTest.Field("TC_ACTUAL_TESTER")' actual tester
Cells(iRow, 11).Value = objTSTest.Field("TC_CYCLE_ID")     ' test set id
Cells(iRow, 12).Value = objTSTest.Field("CY_USER_08")    ' OpCo
iRow = iRow + 1
Next
Set tsTestList = Nothing
Set tsTestFilter = Nothing
Next
Set tsList = Nothing

ALM 11 : Automail when someone updates a field after the defect status is marked as fixed or closed.

$
0
0

Hi Guys, 

So we are currently using ALM 11 and this is out issue.

We need an email to be sent out to the user in the "fixed by" field, when anyone changes "any of the fields" for a particular defect once it has been marked as either fixed or closed.

For Example:
User A fixed defect 123 (severity: high) and marked the status as closed.
Later, user B changes the severity of the of defect 123. 

User A needs to be notified. 

Can this be done with the automail feature, or do we need to write workflow code?
How exactly do we insert our customized workflow code?

 

Either the license server host is not found on the network or an invalid host name is specified.

$
0
0

I am able to connect UFT version 12.52 with the concurrent license server when I am connected with my company's provided vlan network. However, I try to open uft from my home with personal Internet connection, I get below error. It amuses me why license server is not recognisable? 

Error: Either the license server host is not found on the network or an invalid host name is specified.


HP ALM Complete Training

$
0
0

Hi Everyone,

 

Can anyone help me in finding any Book on HP ALM Admin

QC Connection Error to LDAP server

$
0
0

Hello,
we need urgent help on this. Our Quality Center system is completely down, none of our users can access this tool.

We are using Quality Center 12.21 in our organization. Within the LDAP connection settings of QC SITE ADMIN page, we are using our LAN ID "m148806" and it's password to establish connection. As password for this LAN ID is expiring soon, I have changed the password for this LAN account. Since then, I couldn't login to QC SITE PAGE or QC PROJECT. When I attempted to login to SITE ADMIN page, I am getting following error:
Failed to Login, please contact system administrator for help.
Description: An error happened while connecting to LDAP server. Please try again later.

We need urgent help please.

Thanks
-Subba

HP ALM Synchronize: Cannot add field, maximum number of fields: 500

$
0
0

Hi ,

I am using HP ALM Synchronizer (build: 12.53.0.1416), While integrating the ALM & JIRA project , I got the below error message. Can anyone please help on this?

04/17/2017,19:07:20,234 ERROR (Integrity.General.Adapter2.JIRA.Bug) Creation: JIRA: General error in getSchema:Cannot add field, maximum number of fields: 500  
04/17/2017,19:07:20,234 ERROR (Integrity.General.Adapter2.JIRA.Bug) GetSchema: Failed getting the schema. Exception: adapter.GENERAL_FAILURE  
04/17/2017,19:07:20,234 ERROR (Integrity.General.Adapter2.JIRA) Creation: Failed to create endpoint adapter. Exception: server.link.FAILED_TO_READ_EP_SCHEMA : Failed to read endpoint schema. Error: {0}.

Exporting of actual results from excel to hpqc in test lab

$
0
0

Hi ..

I want to export the actual test results from excel to test lab.Since excel is easier ,it would be easy to update excel with the actual test results and then export the same to  test lab in hp qc.

Is there a way to accomplish the same.

 

Regards,

 

Not able to generate traceability from ALM 12.20

$
0
0

Currently, we have ALM 12.20 and MS Office 365 ProPlus. But, after configuring the traceability matrix, the "Generate Traceability Matrix" option is greyed out and we are not able to generate the excel matrix.

Is there any issue with MS Office version with ALM. If so, what would be the workaround to resolve this issue.

Please help.

ALM.JPG

Viewing all 5491 articles
Browse latest View live


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