Questions tagged [polarion]

ALM Solution and SVN client from Siemens that enables a unified userinterface for requirements engineering, software testing and bugtracking.

Polarion ALM by Siemens is an end-to-end, enterprise-grade application lifecycle management tool built on one unified, modular software platform.

Based on Subversion, it is capable of managing all the processes that happen during software development, like requirement management, test management, project management, release management, change management, giving traceability through all of this disciplines.
It has support for both traditional and agile development process, and it integrates with SVN and Git to give traceability also towards the source code.

See: https://polarion.plm.automation.siemens.com/

88 questions
1
vote
1 answer

Lucene query result as condition for another Lucene statement

I'm new to Lucene so please be easy on me :D I am currently trying to write Lucene Statments for data queries in a software called Polarion. I'm wondering, if there is a possibility to use a Lucene Result as a condition for the next Lucene…
Jan S.
  • 11
  • 2
1
vote
1 answer

Generate table in XSL from XML

i want to make an XSL file to generate PDF`s with it.

Step

Eronimo
  • 23
  • 5
1
vote
1 answer

Polarion ALM SDK API getWorkItem()

I have a question about the Polarion SDK API I am in a Project -> Documents and Pages -> Testing. From there I created a new wiki article. In the editing of the article I did the following: 1) created a sql query using: #set ($sql_result =…
adbarads
  • 1,253
  • 2
  • 20
  • 43
1
vote
1 answer

How to use XML parameter in Java?

I have this XML-Code: Now I want to add a parameter there like
D. Jung
  • 145
  • 1
  • 1
  • 9
1
vote
1 answer

How do I start Polarion xwiki velocity script development?

How do I start Polarion xwiki velocity script development? I am new to velocity scripts and Polarion.
Jijo John
  • 1,368
  • 2
  • 17
  • 31
1
vote
1 answer

Polarion Web services API - How to create a project?

Looking at the list of available polarion webservices wsdl api functions, I don't see one for creating a polarion project. I have had no luck in finding out how I can create a polarion project via scripting to the polarion soap (wsdl) API.
SamaAccount
  • 11
  • 1
  • 3
1
vote
2 answers

Getting file from URL - error

Thanks to this question( link ), I know how to download a file from the internet. However, instead of a normal Text in a txt-file i get a html response. Does anyone know what I'am doing wrong? Here is my code: // Install…
prosk
  • 133
  • 1
  • 1
  • 9
1
vote
0 answers

Pass value from JavaScript to Velocity

I am running a Velocity query (in our project management tool "polarion alm") to count the defects we have in our project. Secondly I am importing a CSV file with JavaScript and generate an array out of it. I am able to store the number of defects…
1
vote
0 answers

How to save associated defect ID while upload Test Results to Polarion

I work with Polarion and would like to save information about a failed test and associated defect. I use the following XML file to upload the test result for a Test Run:
0
votes
0 answers

Parallel execution on Polarion web services

I want to achieve parallel execution on Polarion testmanagement web services using c#. Can anyone help me in achieving this. I have tried the below, but getting different exception while running each time. Sometimes it executes successfully without…
0
votes
0 answers

We need a java servlet that will export all workitems for a project and type in an excel in polarion

We need a java servlet that will export all workitems for a project and type (project.id: AND created:[20220301 TO $today-2d$])in an excel in polarion. i need to do a compare of the existing workitems and new items that will be created using a new…
Rajatha
  • 1
  • 1
0
votes
0 answers

Creating a Polarion LiveDoc containing a Test Run

I was wondering if it would be possible to create a LiveDoc Test Report, which would allow to add the results of a test run inside a Collection, for instance. A LiveReport is very limited in this sense: it can only be exported in PDF, without having…
0
votes
0 answers

How to link the Test Run results (passed, failed) to the work items status change?

I am working on Change Management Plan, where I want the status of a work item (configuration element) to be automatically changed based on the result of the Test Run. I know there is an already existing Polarion function LinkedWorkItemsStatusChange…
0
votes
0 answers

Not exporting correctly images in Polarion

I export the workitems to a doc, but the images in the descriptions of the items sometimes are okay, sometimes are not export correctly enter image description here Other pictures are not in the correct position but they are displayed correctly I…
0
votes
1 answer

How to recover a deleted test run in Polarion

I accidentally deleted a test run which holds important data. It holds the work of multiple teams. I was deletin another test run but mistakingly I deleted another with The one I wanted. It would be much help if I can recover it from any…