Page 1 of 1

Change order of sections in the test execution page

Posted: Tue Jun 12, 2012 12:37 pm
by BVdr2012
How can I change the order in which the sections are shown in the test execution page of a single test case.
Currently I see them in the following order (which all 4 can collapse):
  • 1: Test Plan Notes
    2: Platform Description
    3: Build Description
    4: Test Suite: <Name of my test suite>
The last thing that is shown are the actual details of the Test Case and the posibility to change the result.

How can I change the order so that the Test Case details are show first (Maybe together with the Test Suite item) and that the first 3 sections are shown below the Test Case details. By getting it in this order I do not have to scroll down to see the details of the test case.

Thanks to anyone that can help me on this. I tried looking in the code, but was not able to locate the file in which this is coded.

Re: Change order of sections in the test execution page

Posted: Tue Jun 12, 2012 12:53 pm
by Amaradana
You need to modify in "execSetResults.tpl" present at gui\templates\execute

Re: Change order of sections in the test execution page

Posted: Tue Jun 12, 2012 1:00 pm
by BVdr2012
Thanks Amaradana. That was exactly what I was looking for. I was able to move the code for the first 3 items and now they are at the bottom of the page.
Case closed.