In this post I will go trough the steps to set up a simple toolchain that allows me to manage my small development projects: As most of my developments center around Polarion customizings, I will use the development of a simple workflow script as example to go trough each step. The target is to beContinue reading “Setting up a Polarion, Jenkins and SonarQube Toolchain for Software Development”
Tag Archives: Polarion
Create your individual Widget easily with the Active Questionnaire [Part 1]
The extension portal offers a super powerfull widget that basically allows you to create your own widget UI via drag & drop and the execution logic via Javascript. In most cases this will be much quicker than creating your own Java widgets, because you don’t have to build the front-end from scratch and you don’tContinue reading “Create your individual Widget easily with the Active Questionnaire [Part 1]”
SWE.2 – Software Architectural Design
Hi there,hope you´re doing well. I would like to continue today with our A-SPICE series. Todays scope will focus on the SWE.2 – Software Architectural Design process. Previously we had a closer look onto SWE.1 – Software Requirements Analysis, which provides us the relevant information for this process. Let´s go!! Lets get started ID: SWE.2ProcessContinue reading “SWE.2 – Software Architectural Design”
Advanced Reporting: Scripted Page Parameters
Most widgets can use page parameters so that users can configure them without going into the edit mode of the report page. But some widgets have the additional capability to utilize “scripted page parameters” that can be used to add scripted logic to widget parameters. … So what do I mean by it? Let meContinue reading “Advanced Reporting: Scripted Page Parameters”
How to Navigate Polarions APIs – Some basic Tips
While it becomes pretty easy to achive your goal with the Polarion API, if you have experience and know where to search – it can be equally frustrating, if you don’t find the necessary classes, methods and starting points. In this post I want to share my “search-tactics” in the Polarion API to find whatContinue reading “How to Navigate Polarions APIs – Some basic Tips”
SWE.1 – Software Requirements Analysis
Welcome in 2021,I know its already been some months but I hope you had a good and motivated start into the new year. What could be better than starting by reading the newest blog post about “SWE.1 Software Requirements Analysis”? Last year we´ve analyzed the “SYS.3 System Architectural Design” process and finished the system levelContinue reading “SWE.1 – Software Requirements Analysis”
Revert changes and recover deleted items in Polarion
Because Polarion saves each change in the underlying SVN repository, you can restore data or revert any changes you’ve made in Polarion. Attention: Be very carefull with working directly at the repository! I recommend to test changes on the repository at a local Polarion first, before you do it at a productive system. I wantContinue reading “Revert changes and recover deleted items in Polarion”
How to create your own Velocity Widget
Polarion offers the possibility to create your own widgets that you can add in any LiveReport pages of your project. They enable you to report or show exactly the information which is needed in your project. In this post I will explain the basics of velocity widget development and an example of how you couldContinue reading “How to create your own Velocity Widget”
Polarion Advent Calendar
Siemens offers a 24-Door Polarion advent calendar with a lot of neat extensions, meet the experts and others. Although most things are really held in the context of Christmas, the technical stuff and free consultings are really interesting. So don’t miss it and take a look into it! You can find the Playlist here: https://www.youtube.com/watch?v=ya72_UhvQXI&list=PLYGbB3CefExRirfCV-U1zOw8LX1mU0g0hContinue reading “Polarion Advent Calendar”
Advanced: The Work Item Pre-Save Hook – checking Work Items before saving
Topic: Checking, if the entered data is correct, before saving a Work Item in Polarion – this is made possible by a small extension on the extension portal.