
I use Polarion® ALM™ 2016, Build 3.something (I think that is SR3 then) and I have a question concerning test cases:
Is it possible to show more than just 10 of the previous test results (of a test case)
with the dropdwon menu of the test record section in a test case? The attached screenshot shows more precisely what I mean (if the attachment it is not visible, see it here instead: https://abload.de/img/testcases_maximum_numpvpkp.png).
I know of course work arounds which allow me to fetch any amount of test records I like, for example:
1.) A wiki page in which you fetch the test records of a test case with the TestManagementsService class, like described in this thread.
2.) Creating a Java application in which I fetch the test records with the help of the TestManagementWebService class of the Polarion Web API.
HOWEVER I want to this do with the dropdown menu only and I wondered if it possible to overcome the limitations it has by simply editing this menu.
Any ideas?
