How to change the size of the "Step" and "expected result"?

Wednesday, January 30, 2013
Avatar
How to change the size of the "Step", "expected result" and "sample data" in the test-Case? I wish that these fields were always in 2 times more than the default.
5 Replies
Friday, February 1, 2013
Avatar
re: Alumira Wednesday, January 30, 2013

Hi Alexey

There is not a setting to adjust the height of these items currently, however if you ALT+CLICK on them, they will open up a full-screen version.

Regards

Adam

Friday, February 1, 2013
Avatar
re: inflectra.david Friday, February 1, 2013

If you are self-hosted, you could tweak the height of the appropriate ASP.NET server control.

Regards

Adam

Friday, February 1, 2013
Avatar
re: inflectra.david Friday, February 1, 2013
Can you describe how to do that?
Wednesday, February 6, 2013
Avatar
re: temich Friday, February 1, 2013

There should be a DIV control on the page:

<div id="divExpectedResult" style="width:100%; height:80px;" class="DisplayBox" onclick="page.showFullScreen(this,event)"></div>

Just change the value for the height.

Regards

Adam

Thursday, February 7, 2013
Avatar
re: inflectra.david Wednesday, February 6, 2013
Great idea with this CTRL + CLICK, this sorts out couple of concerns for me! Just wonder why I cannot use this to enter the full screen for Test Case information (which is the most required in my case)?

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Wednesday, January 30, 2013
  • Last Reply: Thursday, February 7, 2013
  • Replies: 5
  • Views: 2841