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
6
votes
1 answer

BeanDeserializer Warnings: How to get rid of them?

I have a Java application which is using the a SOAP API of a software (Polarion) and I get warnings of BeanDeserializer (whatever that is) which I want to suppress because they flood my logfile but have no known impact. So I get warnings…
Bruder Lustig
  • 213
  • 3
  • 13
4
votes
2 answers

Why is it so hard to install SVN in eclipse?

I've been using eclipse for some time, and know there are two options in the market place, the SVN eclipse sponsored connector and then subversvion.tigris.org, my problem is getting connectors to actually install and work, when installing native…
Duncan Krebs
  • 3,366
  • 2
  • 33
  • 53
3
votes
1 answer

prevent HttpServletResponse OutputStream to close after get/post/service (Polarion)

I am developing a HttpServlet (javax.servlet.http.HttpServlet) for Polarion ALM and I want to keep the connection/outputstream to a client open with a periodic ping written on it even after the service method has concluded. public class…
cfhenk
  • 31
  • 2
3
votes
1 answer

Polarion Web services API - How to create a user?

Looking at the list of available polarion webservices wsdl api functions, I don't see one for creating a polarion user. I have had no luck in finding out how I can create a polarion user via scripting to the polarion soap (wsdl) API. preferably in…
Jijo John
  • 1,368
  • 2
  • 17
  • 31
2
votes
0 answers

How to format timestamp of Jenkins xUnit results.xml?

I am trying import test results from Jenkins to a third party PLM. And won't accept the timestamp: timestamp="2022-08-28T18:52:53.915153" How do I format timestamp in the results.xml in Jenkins before export such that the last six digits are…
Andrew
  • 21
  • 3
2
votes
1 answer

Polarion: xUnitFileImport creates duplicate testcases instead of referencing existing ones

I have the xUnitFileImport scheduled job configured in my polarion project (as described in Polarion documentation) to import e2e test results (formatted to JUnit test results)
Nikita Meier
  • 167
  • 1
  • 10
2
votes
1 answer

Is there a method to get all the LiveDoc Documents of a project in Polarion

Is there a method to get all the LiveDoc Documents of a project I want to use this in Scheduler script
Anas Hosami
  • 317
  • 1
  • 2
  • 6
2
votes
1 answer

Polarion EventtriggerConfiguration

I have a questen in relation to scripts in Polarion. I want to develop some scripts to automate a few functions in Polarion. I downloaded a offline version of Polarion to have a seperated test area. Then I included a few Projects from the "online"…
Der Altmann
  • 147
  • 8
1
vote
0 answers

Polarion API doesn't let me connect

I am writing a script in Python to import testcases as workitems in Polarion. I am now at the point where I write the module to connect to Polarion. I 100% enter the correct URL and username and password. The script is: from polarion import…
1
vote
2 answers

Get all work items where status changed in the last seven days

im trying to get all work items whose status has changed from "created" to "in progress" in the last seven days. This is my current query: "type:arbeitspaket and updated:[$today-7d$ TO $today$] AND status:inBearbeitung" Is it possible to get work…
1
vote
1 answer

Create Live Report from the contents in a LiveDoc Document in Polarion

Is it possible to create a report (using Live Report Page) from the contents mentioned in a LiveDoc document? E.g. I have some test cases listed in a LiveDoc document and want my report : To pick only those test cases and using a script/s generate a…
Emma
  • 11
  • 2
1
vote
1 answer

How to get Polarion workitem field names(not values) of perticular work items using java SOAP API..?

Polarion is a tool it has Workitems,fields they provide API for accessing it. prersently i can access workitem field values But i want to access Defined Field names Using java SOAP API. i tried with trackerservice from webserviceFactory but i didn't…
Raju
  • 11
  • 3
1
vote
2 answers

Polarion how to get a Javascript variable value to a velocity variable

Is there a way to get the value of a JS variable into a Velocity variable? In a page script, I have some JS code and I'd like to just parse an output to a Velocity variable but I can't seem to find a way. The other way around seems to work though, I…
1
vote
1 answer

Polarion Velocity Script adding a custom field integer

I'm new to Velocity scripting and made a few simple scripts and they work ok. I'm now trying something else, which should be simple but I can't seem to get it to work. I'm selecting a bunch of Work Items, reading a custom field (NumberPack) and I…
1
vote
1 answer

Polarion for admins, custom widgets, Velocity, Lucene etc

I'm starting to create custom widgets, like adding up the 'remaining time' of some work items and showing that on a live report page for instance. Google and SO helped for this but is there some resource available with examples of the most common…
1
2 3 4 5 6